Lines Matching refs:INVALID_P2M_ENTRY
35 * pfn_to_mfn(0x90909090)=INVALID_P2M_ENTRY.
37 * INVALID_P2M_ENTRY. This page may be referenced multiple times in the p2m
49 * in p2m_identity are set to INVALID_P2M_ENTRY type (Xen toolstack only
53 * identity value instead of dereferencing and returning INVALID_P2M_ENTRY.
167 p2m[i] = INVALID_P2M_ENTRY;
293 xen_p2m_addr[pfn] = INVALID_P2M_ENTRY;
312 if (mfn == INVALID_P2M_ENTRY)
441 * The INVALID_P2M_ENTRY is filled in both p2m_*identity
442 * and in p2m_*missing, so returning the INVALID_P2M_ENTRY
646 return mfn == INVALID_P2M_ENTRY;
659 return mfn == INVALID_P2M_ENTRY;
718 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned");
779 if (mfn != INVALID_P2M_ENTRY && (mfn & FOREIGN_FRAME_BIT))
780 set_phys_to_machine(pfn, INVALID_P2M_ENTRY);