Home
last modified time | relevance | path

Searched refs:pml4e (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c187 uint64_t *pml4e, *pdpe, *pde; in __virt_pg_map() local
213 if (*pml4e & PTE_LARGE_MASK) in __virt_pg_map()
279 uint64_t *pml4e, *pdpe, *pde; in __vm_get_page_table_entry() local
301 if (vm_is_target_pte(pml4e, level, PG_LEVEL_512G)) in __vm_get_page_table_entry()
302 return pml4e; in __vm_get_page_table_entry()
324 uint64_t *pml4e, *pml4e_start; in virt_arch_dump() local
339 pml4e = &pml4e_start[n1]; in virt_arch_dump()
340 if (!(*pml4e & PTE_PRESENT_MASK)) in virt_arch_dump()
345 pml4e - pml4e_start, pml4e, in virt_arch_dump()
346 addr_hva2gpa(vm, pml4e), PTE_GET_PFN(*pml4e), in virt_arch_dump()
[all …]

Completed in 4 milliseconds