Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dpage.h36 #define IDENTITY_FRAME(m) ((m) | IDENTITY_FRAME_BIT) macro
94 return IDENTITY_FRAME(pfn); in __pfn_to_mfn()
173 if (pfn == ~0 && __pfn_to_mfn(mfn) == IDENTITY_FRAME(mfn)) in mfn_to_pfn()
/arch/x86/xen/
Dp2m.c177 p2m[i] = IDENTITY_FRAME(pfn + i); in p2m_init_identity()
446 return IDENTITY_FRAME(pfn); in get_phys_to_machine()
458 return IDENTITY_FRAME(pfn); in get_phys_to_machine()
653 xen_p2m_addr[pfn] = IDENTITY_FRAME(pfn); in set_phys_range_identity()
687 return mfn == IDENTITY_FRAME(pfn); in __set_phys_to_machine()
Dsetup.c173 return IDENTITY_FRAME(pfn); in xen_chk_extra_mem()