Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/xen/
A Dpage.h42 #define INVALID_P2M_ENTRY (~0UL) macro
152 if (unlikely(mfn == INVALID_P2M_ENTRY)) in __pfn_to_mfn()
178 if (mfn != INVALID_P2M_ENTRY) in pfn_to_mfn()
189 return __pfn_to_mfn(pfn) != INVALID_P2M_ENTRY; in phys_to_machine_mapping_valid()
/linux/arch/x86/xen/
A Dp2m.c171 p2m[i] = INVALID_P2M_ENTRY; in p2m_init()
303 xen_p2m_addr[pfn] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine()
322 if (mfn == INVALID_P2M_ENTRY) in xen_p2m_elem_type()
657 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
670 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
729 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
790 if (mfn != INVALID_P2M_ENTRY && (mfn & FOREIGN_FRAME_BIT)) in clear_foreign_p2m_mapping()
791 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
A Dsetup.c60 static unsigned long xen_remap_mfn __initdata = INVALID_P2M_ENTRY;
171 return INVALID_P2M_ENTRY; in xen_chk_extra_mem()
191 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
268 if (mfn == INVALID_P2M_ENTRY || mfn_to_pfn(mfn) != pfn) in xen_set_identity_and_release_chunk()
276 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
506 while (xen_remap_mfn != INVALID_P2M_ENTRY) { in xen_remap_memory()
A Dmmu_pv.c346 if (unlikely(mfn == INVALID_P2M_ENTRY)) { in pte_pfn_to_mfn()
2199 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/linux/arch/arm/xen/
A Dp2m.c86 return INVALID_P2M_ENTRY; in __pfn_to_mfn()
143 INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
157 if (mfn == INVALID_P2M_ENTRY) { in __set_phys_to_machine_multi()
/linux/include/xen/arm/
A Dpage.h30 #define INVALID_P2M_ENTRY (~0UL) macro
64 if (mfn != INVALID_P2M_ENTRY) in pfn_to_bfn()
/linux/drivers/xen/
A Dmem-reservation.c79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
A Dunpopulated-alloc.c69 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in fill_list()
A Dballoon.c323 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()

Completed in 26 milliseconds