Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h32 #define INVALID_P2M_ENTRY (~0UL) macro
96 if (unlikely(mfn == INVALID_P2M_ENTRY)) in __pfn_to_mfn()
111 if (mfn != INVALID_P2M_ENTRY) in pfn_to_mfn()
122 return __pfn_to_mfn(pfn) != INVALID_P2M_ENTRY; in phys_to_machine_mapping_valid()
/linux-4.1.27/arch/x86/xen/
Dp2m.c155 p2m[i] = INVALID_P2M_ENTRY; in p2m_init()
279 xen_p2m_addr[pfn] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine()
298 if (mfn == INVALID_P2M_ENTRY) in xen_p2m_elem_type()
628 BUG_ON(mfn != INVALID_P2M_ENTRY); in __set_phys_to_machine()
639 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
692 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
718 if (mfn == INVALID_P2M_ENTRY || !(mfn & FOREIGN_FRAME_BIT)) { in clear_foreign_p2m_mapping()
723 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
Dsetup.c53 static unsigned long xen_remap_mfn __initdata = INVALID_P2M_ENTRY;
138 return INVALID_P2M_ENTRY; in xen_chk_extra_mem()
158 set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_inv_extra_mem()
237 if (mfn == INVALID_P2M_ENTRY || mfn_to_pfn(mfn) != pfn) in xen_set_identity_and_release_chunk()
245 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
478 while (xen_remap_mfn != INVALID_P2M_ENTRY) { in xen_remap_memory()
Dmmu.c399 if (unlikely(mfn == INVALID_P2M_ENTRY)) { in pte_pfn_to_mfn()
1484 if (pte_mfn(pte) != INVALID_P2M_ENTRY) in xen_set_pte_init()
2184 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/linux-4.1.27/arch/arm/xen/
Dp2m.c83 return INVALID_P2M_ENTRY; in __pfn_to_mfn()
112 INVALID_P2M_ENTRY); in clear_foreign_p2m_mapping()
127 if (mfn == INVALID_P2M_ENTRY) { in __set_phys_to_machine_multi()
/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h33 #define INVALID_P2M_ENTRY (~0UL) macro
44 if (mfn != INVALID_P2M_ENTRY) in pfn_to_mfn()
/linux-4.1.27/drivers/xen/
Dballoon.c247 if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { in reserve_additional_memory()
455 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in decrease_reservation()