Home
last modified time | relevance | path

Searched refs:INVALID_P2M_ENTRY (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h42 #define INVALID_P2M_ENTRY (~0UL) macro
144 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()
/openbmc/linux/include/xen/arm/
H A Dpage.h30 #define INVALID_P2M_ENTRY (~0UL) macro
64 if (mfn != INVALID_P2M_ENTRY) in pfn_to_bfn()
/openbmc/linux/arch/arm/xen/
H A Dp2m.c87 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()
/openbmc/linux/arch/x86/xen/
H A Dp2m.c168 p2m[i] = INVALID_P2M_ENTRY; in p2m_init()
300 xen_p2m_addr[pfn] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine()
319 if (mfn == INVALID_P2M_ENTRY) in xen_p2m_elem_type()
654 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
667 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
726 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
787 if (mfn != INVALID_P2M_ENTRY && (mfn & FOREIGN_FRAME_BIT)) in clear_foreign_p2m_mapping()
788 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
H A Dsetup.c65 static unsigned long xen_remap_mfn __initdata = INVALID_P2M_ENTRY;
135 return INVALID_P2M_ENTRY; in xen_chk_extra_mem()
155 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
232 if (mfn == INVALID_P2M_ENTRY || mfn_to_pfn(mfn) != pfn) in xen_set_identity_and_release_chunk()
240 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
468 while (xen_remap_mfn != INVALID_P2M_ENTRY) { in xen_remap_memory()
H A Dmmu_pv.c363 if (unlikely(mfn == INVALID_P2M_ENTRY)) { in pte_pfn_to_mfn()
2222 __set_phys_to_machine(virt_to_pfn((void *)vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/openbmc/linux/drivers/xen/
H A Dmem-reservation.c79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
H A Dunpopulated-alloc.c112 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
H A Dballoon.c306 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()