Searched refs:pde_index (Results 1 – 2 of 2) sorted by relevance
347 static inline uint64_t pde_index(uint64_t address) in pde_index() function444 return pdpte_page_vaddr(*pdpte) + pde_index(addr); in pde_offset()
219 uint64_t index = pde_index(vaddr); in modify_or_del_pde()421 uint64_t index = pde_index(vaddr); in add_pde()
Completed in 10 milliseconds