Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/arch/x86/xen/
Dp2m.c413 unsigned long get_phys_to_machine(unsigned long pfn) in get_phys_to_machine() function
438 EXPORT_SYMBOL_GPL(get_phys_to_machine);