Home
last modified time | relevance | path

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

/xen/xen/arch/x86/mm/hap/
A Dnested_ept.c59 uint64_t rsv_bits = EPT_MUST_RSV_BITS; in nept_rsv_bits_check() local
67 rsv_bits |= ((1ull << (9 * (level - 1))) - 1) << PAGE_SHIFT; in nept_rsv_bits_check()
69 rsv_bits |= EPTE_EMT_MASK | EPTE_IGMT_MASK; in nept_rsv_bits_check()
72 rsv_bits |= EPTE_EMT_MASK | EPTE_IGMT_MASK | EPTE_SUPER_PAGE_MASK; in nept_rsv_bits_check()
79 return !!(e.epte & rsv_bits); in nept_rsv_bits_check()

Completed in 1 milliseconds