Searched defs:pml4e (Results 1 – 4 of 4) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 261 static void modify_or_del_pdpte(const uint64_t *pml4e, uint64_t vaddr_start, uint64_t vaddr_end, in modify_or_del_pdpte() 362 uint64_t *pml4e; in pgtable_modify_or_del_map() local 465 static void add_pdpte(const uint64_t *pml4e, uint64_t paddr_start, uint64_t vaddr_start, uint64_t v… in add_pdpte() 556 uint64_t *pml4e; in pgtable_add_map() local 713 uint64_t *pml4e, *pdpte, *pde, *pte; in pgtable_lookup_entry() local
|
| /hypervisor/include/arch/x86/asm/ |
| A D | pgtable.h | 357 static inline uint64_t *pml4e_page_vaddr(uint64_t pml4e) in pml4e_page_vaddr() 417 static inline uint64_t *pdpte_offset(const uint64_t *pml4e, uint64_t addr) in pdpte_offset()
|
| /hypervisor/debug/ |
| A D | uart16550.c | 129 uint64_t *pml4e, *pdpte, *pde; in early_pgtable_map_uart() local
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 432 uint64_t *pml4e, *pdpte, *pde, *pte; in walk_ept_table() local
|
Completed in 9 milliseconds