Home
last modified time | relevance | path

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

/arch/arm/include/asm/xen/
Dpage.h80 static inline bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
88 return __set_phys_to_machine(pfn, mfn); in set_phys_to_machine()
/arch/x86/xen/
Dmmu.h14 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
Dp2m.c744 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in early_set_phys_to_machine()
749 return __set_phys_to_machine(pfn, mfn); in early_set_phys_to_machine()
754 if (!__set_phys_to_machine(pfn, mfn)) in early_set_phys_to_machine()
785 if (!__set_phys_to_machine(pfn, IDENTITY_FRAME(pfn))) in set_phys_range_identity()
797 bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn) in __set_phys_to_machine() function
839 if (unlikely(!__set_phys_to_machine(pfn, mfn))) { in set_phys_to_machine()
843 if (!__set_phys_to_machine(pfn, mfn)) in set_phys_to_machine()
Dsetup.c90 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_add_extra_mem()
Dmmu.c2235 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/arch/x86/include/asm/xen/
Dpage.h48 extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);