Searched refs:__set_phys_to_machine (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/xen/arm/ |
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-5.19.10/arch/x86/xen/ |
D | mmu.h | 16 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|
D | p2m.c | 650 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function 680 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in set_phys_to_machine() 687 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
|
D | setup.c | 276 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
|
D | mmu_pv.c | 2200 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
|
/linux-5.19.10/arch/arm/xen/ |
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-5.19.10/drivers/xen/ |
D | mem-reservation.c | 79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
|
/linux-5.19.10/arch/x86/include/asm/xen/ |
D | page.h | 60 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|