Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h378 #define PTE_GET_PA(pte) ((pte) & PHYSICAL_PAGE_MASK) macro
379 #define PTE_GET_PFN(pte) (PTE_GET_PA(pte) >> PAGE_SHIFT)
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c212 u64 pt_gpa = PTE_GET_PA(*parent_pte); in virt_get_pte()
628 return vm_untag_gpa(vm, PTE_GET_PA(*pte)) | (gva & ~HUGEPAGE_MASK(level)); in addr_arch_gva2gpa()