Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h46 #define IDENTITY_FRAME(m) ((m) | IDENTITY_FRAME_BIT) macro
142 return IDENTITY_FRAME(pfn); in __pfn_to_mfn()
224 if (pfn == ~0 && __pfn_to_mfn(mfn) == IDENTITY_FRAME(mfn)) in mfn_to_pfn()
/openbmc/linux/arch/x86/xen/
H A Dp2m.c176 p2m[i] = IDENTITY_FRAME(pfn + i); in p2m_init_identity()
441 return IDENTITY_FRAME(pfn); in get_phys_to_machine()
453 return IDENTITY_FRAME(pfn); in get_phys_to_machine()
642 xen_p2m_addr[pfn] = IDENTITY_FRAME(pfn); in set_phys_range_identity()
670 return mfn == IDENTITY_FRAME(pfn); in __set_phys_to_machine()
H A Dsetup.c138 return IDENTITY_FRAME(pfn); in xen_chk_extra_mem()