Searched refs:pml4e (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 411 uint64_t *pml4e, *pml4e_start; in virt_arch_dump() local 426 pml4e = &pml4e_start[n1]; in virt_arch_dump() 427 if (!is_present_pte(mmu, pml4e)) in virt_arch_dump() 432 pml4e - pml4e_start, pml4e, in virt_arch_dump() 433 addr_hva2gpa(vm, pml4e), PTE_GET_PFN(*pml4e), in virt_arch_dump() 434 is_writable_pte(mmu, pml4e), is_nx_pte(mmu, pml4e)); in virt_arch_dump() 436 pdpe_start = addr_gpa2hva(vm, *pml4e & PHYSICAL_PAGE_MASK); in virt_arch_dump()
|