Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h35 #define IDENTITY_FRAME(m) ((m) | IDENTITY_FRAME_BIT) macro
120 get_phys_to_machine(mfn) == IDENTITY_FRAME(mfn)) in mfn_to_pfn()
/linux-2.6.39/arch/x86/xen/
Dp2m.c408 return IDENTITY_FRAME(pfn); in get_phys_to_machine()
565 if (!__set_phys_to_machine(pfn, IDENTITY_FRAME(pfn))) in set_phys_range_identity()
798 } else if (p2m_top[topidx][mididx][idx] == IDENTITY_FRAME(pfn)) { in p2m_dump_show()