Searched refs:pgentry_present (Results 1 – 3 of 3) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 91 if (pgentry_present(table, (*pte))) { in try_to_free_pgtable_page() 186 if (!pgentry_present(table, (*pte))) { in modify_or_del_pte() 226 if (!pgentry_present(table, (*pde))) { in modify_or_del_pde() 273 if (!pgentry_present(table, (*pdpte))) { in modify_or_del_pdpte() 397 if (pgentry_present(table, (*pte))) { in add_pte() 433 if (!pgentry_present(table, (*pde))) { in add_pde() 482 if (!pgentry_present(table, (*pdpte))) { in add_pdpte() 568 if (!pgentry_present(table, (*pml4e))) { in pgtable_add_map() 716 present = pgentry_present(table, (*pml4e)); in pgtable_lookup_entry() 720 present = pgentry_present(table, (*pdpte)); in pgtable_lookup_entry() [all …]
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 437 if (!pgentry_present(table, (*pml4e))) { in walk_ept_table() 442 if (!pgentry_present(table, (*pdpte))) { in walk_ept_table() 451 if (!pgentry_present(table, (*pde))) { in walk_ept_table() 460 if (pgentry_present(table, (*pte))) { in walk_ept_table()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | pgtable.h | 234 static inline bool pgentry_present(const struct pgtable *table, uint64_t pte) in pgentry_present() function
|
Completed in 5 milliseconds