get_phys_to_machine   34 include/asm-x86/xen/page.h extern unsigned long get_phys_to_machine(unsigned long pfn);
get_phys_to_machine   42 include/asm-x86/xen/page.h 	return get_phys_to_machine(pfn) & ~FOREIGN_FRAME_BIT;
get_phys_to_machine   50 include/asm-x86/xen/page.h 	return get_phys_to_machine(pfn) != INVALID_P2M_ENTRY;
get_phys_to_machine  114 include/asm-x86/xen/page.h 	    && (get_phys_to_machine(pfn) != mfn))