Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dpage.h45 extern unsigned long get_phys_to_machine(unsigned long pfn);
66 mfn = get_phys_to_machine(pfn); in pfn_to_mfn()
79 return get_phys_to_machine(pfn) != INVALID_P2M_ENTRY; in phys_to_machine_mapping_valid()
105 else if (get_phys_to_machine(pfn) != mfn) in mfn_to_pfn()
121 get_phys_to_machine(mfn) == IDENTITY_FRAME(mfn)) in mfn_to_pfn()
162 if (get_phys_to_machine(pfn) != mfn) in mfn_to_local_pfn()
/arch/x86/xen/
Dp2m.c478 unsigned long get_phys_to_machine(unsigned long pfn) in get_phys_to_machine() function
499 EXPORT_SYMBOL_GPL(get_phys_to_machine);
929 if (ret == 0 && get_phys_to_machine(pfn) == mfn) in m2p_add_override()
947 mfn = get_phys_to_machine(pfn); in m2p_remove_override()
1023 if (ret == 0 && get_phys_to_machine(pfn) == FOREIGN_FRAME(mfn) && in m2p_remove_override()
Dmmu.c390 mfn = get_phys_to_machine(pfn); in pte_pfn_to_mfn()