Searched defs:INVALID_P2M_ENTRY (Results 1 - 3 of 3) sorted by relevance

/arch/arm/include/asm/xen/
H A Dpage.h33 #define INVALID_P2M_ENTRY (~0UL) macro
44 if (mfn != INVALID_P2M_ENTRY)
/arch/x86/include/asm/xen/
H A Dpage.h32 #define INVALID_P2M_ENTRY (~0UL) macro
75 if (mfn != INVALID_P2M_ENTRY)
86 return get_phys_to_machine(pfn) != INVALID_P2M_ENTRY;
168 * Yikes! Various places must poke in INVALID_P2M_ENTRY for safety.
/arch/x86/xen/
H A Dmmu.c399 if (unlikely(mfn == INVALID_P2M_ENTRY)) {
1177 /* using __ka address and sticking INVALID_P2M_ENTRY! */
1515 if (pte_mfn(pte) != INVALID_P2M_ENTRY)
2216 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); local

Completed in 189 milliseconds