Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dpage.h48 extern unsigned long get_phys_to_machine(unsigned long pfn);
92 return get_phys_to_machine(pfn); in __pfn_to_mfn()
97 return get_phys_to_machine(pfn); in __pfn_to_mfn()
/arch/x86/xen/
Dp2m.c437 unsigned long get_phys_to_machine(unsigned long pfn) in get_phys_to_machine() function
462 EXPORT_SYMBOL_GPL(get_phys_to_machine);