Home
last modified time | relevance | path

Searched refs:__set_phys_to_machine (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/xen/arm/
H A Dpage.h103 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
109 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
/openbmc/linux/arch/x86/xen/
H A Dmmu.h16 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
H A Dp2m.c647 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
677 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in set_phys_to_machine()
684 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
H A Dsetup.c240 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
H A Dmmu_pv.c2222 __set_phys_to_machine(virt_to_pfn((void *)vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/openbmc/linux/arch/arm/xen/
H A Dp2m.c199 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
203 EXPORT_SYMBOL_GPL(__set_phys_to_machine);
/openbmc/linux/drivers/xen/
H A Dmem-reservation.c79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h60 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);