Searched refs:pte_index (Results 1 – 2 of 2) sorted by relevance
352 static inline uint64_t pte_index(uint64_t address) in pte_index() function469 return pde_page_vaddr(*pde) + pte_index(addr); in pte_offset()
180 uint64_t index = pte_index(vaddr); in modify_or_del_pte()390 uint64_t index = pte_index(vaddr); in add_pte()
Completed in 9 milliseconds