Searched refs:ptd_index (Results 1 – 1 of 1) sorted by relevance
2668 const unsigned ptd_index = ((uintptr_t)ptdp & PAGE_MASK) / sizeof(pt_desc_t); in ptd_alloc_unlinked() local2669 assert(ptd_index < ptd_per_page); in ptd_alloc_unlinked()2673 ptdp->ptd_info = &first_ptd_info[ptd_index * PT_INDEX_MAX]; in ptd_alloc_unlinked()