Searched refs:__set_phys_to_machine (Results 1 – 7 of 7) sorted by relevance
| /linux/include/xen/arm/ |
| H A D | page.h | 103 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 D | p2m.c | 199 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 D | mem-reservation.c | 79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
|
| /linux/arch/x86/xen/ |
| H A D | p2m.c | 639 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function 669 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in set_phys_to_machine() 676 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
|
| H A D | xen-ops.h | 198 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|
| H A D | setup.c | 236 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | page.h | 60 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|