Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c576 l3e_content = mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) in p2m_pt_set_entry()
615 if ( mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) ) in p2m_pt_set_entry()
668 l2e_content = mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) in p2m_pt_set_entry()
A Dp2m-ept.c797 if ( mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) ) in ept_set_entry()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h180 #define p2m_allows_invalid_mfn(t) (p2m_to_mask(t) & P2M_INVALID_MFN_TYPES) macro

Completed in 12 milliseconds