Home
last modified time | relevance | path

Searched refs:get_phys_to_machine (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage.h58 extern unsigned long get_phys_to_machine(unsigned long pfn);
132 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
137 * encapsulating get_phys_to_machine() which is called in special cases only.
138 * - get_phys_to_machine() is to be called by __pfn_to_mfn() only in special
148 return get_phys_to_machine(pfn); in __pfn_to_mfn()
153 return get_phys_to_machine(pfn); in __pfn_to_mfn()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dpage.h58 extern unsigned long get_phys_to_machine(unsigned long pfn);
124 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
129 * encapsulating get_phys_to_machine() which is called in special cases only.
130 * - get_phys_to_machine() is to be called by __pfn_to_mfn() only in special
140 return get_phys_to_machine(pfn); in __pfn_to_mfn()
145 return get_phys_to_machine(pfn); in __pfn_to_mfn()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dp2m.c435 unsigned long get_phys_to_machine(unsigned long pfn) in get_phys_to_machine() function
460 EXPORT_SYMBOL_GPL(get_phys_to_machine); variable
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dp2m.c430 unsigned long get_phys_to_machine(unsigned long pfn) in get_phys_to_machine() function
455 EXPORT_SYMBOL_GPL(get_phys_to_machine); variable

Completed in 4 milliseconds