Searched refs:pde_offset (Results 1 – 5 of 5) sorted by relevance
143 pde = pde_offset(pdpte, addr); in early_pgtable_map_uart()146 pde = pde_offset(pdpte, addr); in early_pgtable_map_uart()
442 static inline uint64_t *pde_offset(const uint64_t *pdpte, uint64_t addr) in pde_offset() function
450 pde = pde_offset(pdpte, k << PDE_SHIFT); in walk_ept_table()
93 shadow_pde = pde_offset(shadow_pdpte, k << PDE_SHIFT); in free_sept_table()
726 pde = pde_offset(pdpte, addr); in pgtable_lookup_entry()
Completed in 11 milliseconds