Searched refs:INVALID_P2M_ENTRY (Results 1 – 9 of 9) sorted by relevance
42 #define INVALID_P2M_ENTRY (~0UL) macro144 if (unlikely(mfn == INVALID_P2M_ENTRY)) in __pfn_to_mfn()170 if (mfn != INVALID_P2M_ENTRY) in pfn_to_mfn()181 return __pfn_to_mfn(pfn) != INVALID_P2M_ENTRY; in phys_to_machine_mapping_valid()
35 * pfn_to_mfn(0x90909090)=INVALID_P2M_ENTRY.37 * INVALID_P2M_ENTRY. This page may be referenced multiple times in the p2m49 * in p2m_identity are set to INVALID_P2M_ENTRY type (Xen toolstack only53 * identity value instead of dereferencing and returning INVALID_P2M_ENTRY.167 p2m[i] = INVALID_P2M_ENTRY; in p2m_init() 293 xen_p2m_addr[pfn] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine() 312 if (mfn == INVALID_P2M_ENTRY) in xen_p2m_elem_type() 441 * The INVALID_P2M_ENTRY is filled in both p2m_*identity in get_phys_to_machine() 442 * and in p2m_*missing, so returning the INVALID_P2M_ENTRY in get_phys_to_machine() 646 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine() [all...]
64 static unsigned long xen_remap_mfn __initdata = INVALID_P2M_ENTRY;134 return INVALID_P2M_ENTRY; in xen_chk_extra_mem()154 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()231 if (mfn == INVALID_P2M_ENTRY || mfn_to_pfn(mfn) != pfn) in xen_set_identity_and_release_chunk()239 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()467 while (xen_remap_mfn != INVALID_P2M_ENTRY) { in xen_remap_memory()
407 if (unlikely(mfn == INVALID_P2M_ENTRY)) { in pte_pfn_to_mfn()2270 __set_phys_to_machine(virt_to_pfn((void *)vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
30 #define INVALID_P2M_ENTRY (~0UL) macro64 if (mfn != INVALID_P2M_ENTRY) in pfn_to_bfn()
87 return INVALID_P2M_ENTRY; in __pfn_to_mfn()144 INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()158 if (mfn == INVALID_P2M_ENTRY) { in __set_phys_to_machine_multi()
79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
112 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
306 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()