Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h98 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
104 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
/linux-4.1.27/arch/x86/xen/
Dmmu.h14 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
Dp2m.c618 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
649 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in set_phys_to_machine()
653 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
Dsetup.c245 if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY)) in xen_set_identity_and_release_chunk()
Dmmu.c2184 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/linux-4.1.27/arch/arm/xen/
Dp2m.c166 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
170 EXPORT_SYMBOL_GPL(__set_phys_to_machine);
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h50 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
/linux-4.1.27/drivers/xen/
Dballoon.c455 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in decrease_reservation()