Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dpgtable.h129 #define EPT_PFN_HIGH_MASK 0xFFF0000000000000UL macro
156 #define EPT_ENTRY_PFN_MASK ((~EPT_PFN_HIGH_MASK) & PAGE_MASK)
/hypervisor/arch/x86/guest/
A Dept.c257 hpa = (((*pgentry & (~EPT_PFN_HIGH_MASK)) & (~(pg_size - 1UL))) in local_gpa2hpa()

Completed in 6 milliseconds