Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c189 uint64_t *pml4e, *pdpe, *pde; in __virt_pg_map() local
215 if (*pml4e & PTE_LARGE_MASK) in __virt_pg_map()
281 uint64_t *pml4e, *pdpe, *pde; in __vm_get_page_table_entry() local
303 if (vm_is_target_pte(pml4e, level, PG_LEVEL_512G)) in __vm_get_page_table_entry()
304 return pml4e; in __vm_get_page_table_entry()
326 uint64_t *pml4e, *pml4e_start; in virt_arch_dump() local
341 pml4e = &pml4e_start[n1]; in virt_arch_dump()
342 if (!(*pml4e & PTE_PRESENT_MASK)) in virt_arch_dump()
347 pml4e - pml4e_start, pml4e, in virt_arch_dump()
348 addr_hva2gpa(vm, pml4e), PTE_GET_PFN(*pml4e), in virt_arch_dump()
[all …]

Completed in 6 milliseconds