Searched refs:__set_phys_to_machine (Results 1 – 11 of 11) sorted by relevance
/linux/include/xen/arm/ |
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/ |
A D | p2m.c | 197 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function 201 EXPORT_SYMBOL_GPL(__set_phys_to_machine);
|
/linux/arch/x86/xen/ |
A D | mmu.h | 16 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|
A 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()
|
A D | setup.c | 276 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
|
A D | mmu_pv.c | 2199 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
|
/linux/drivers/xen/ |
A D | mem-reservation.c | 79 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in __xenmem_reservation_va_mapping_reset()
|
/linux/arch/x86/include/asm/xen/ |
A D | page.h | 60 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
|
/linux/ |
A D | vmlinux.symvers | 1926 0x00000000 __set_phys_to_machine vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 1844 ffff800010075350 T __set_phys_to_machine
|
A D | .tmp_System.map | 1844 ffff800010075350 T __set_phys_to_machine
|
Completed in 1054 milliseconds