Home
last modified time | relevance | path

Searched refs:get_phys_to_machine (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/xen/
Dpage.h58 extern unsigned long get_phys_to_machine(unsigned long pfn);
140 return get_phys_to_machine(pfn); in __pfn_to_mfn()
145 return get_phys_to_machine(pfn); in __pfn_to_mfn()
/linux-6.1.9/arch/x86/xen/
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);