Home
last modified time | relevance | path

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

/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()
/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);
/linux/drivers/xen/
H A Dmem-reservation.c79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
/linux/arch/x86/xen/
H A Dxen-ops.h198 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
H A Dsetup.c236 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
/linux/arch/x86/include/asm/xen/
H A Dpage.h60 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);