Searched refs:machine_to_phys_mapping (Results 1 – 5 of 5) sorted by relevance
70 #ifndef machine_to_phys_mapping71 #define machine_to_phys_mapping ((unsigned long *)MACH2PHYS_VIRT_START) macro
69 #ifndef machine_to_phys_mapping70 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START) macro
50 extern unsigned long *machine_to_phys_mapping;197 ret = xen_safe_read_ulong(&machine_to_phys_mapping[mfn], &pfn); in mfn_to_pfn_no_overrides()
50 unsigned long *machine_to_phys_mapping = (void *)MACH2PHYS_VIRT_START; variable51 EXPORT_SYMBOL(machine_to_phys_mapping);
1662 machine_to_phys_mapping = (unsigned long *)mapping.v_start; in xen_setup_machphys_mapping()