Searched refs:machine_to_phys_mapping (Results 1 – 4 of 4) sorted by relevance
42 extern unsigned long *machine_to_phys_mapping;99 ret = __get_user(pfn, &machine_to_phys_mapping[mfn]); in mfn_to_pfn()
736 ret = __get_user(pfn, &machine_to_phys_mapping[mfn]); in m2p_add_override()830 ret = __get_user(pfn, &machine_to_phys_mapping[mfn]); in m2p_remove_override()
89 unsigned long *machine_to_phys_mapping = (void *)MACH2PHYS_VIRT_START; variable90 EXPORT_SYMBOL(machine_to_phys_mapping);
1707 machine_to_phys_mapping = (unsigned long *)mapping.v_start; in xen_setup_machphys_mapping()1713 WARN_ON((machine_to_phys_mapping + (machine_to_phys_nr - 1)) in xen_setup_machphys_mapping()1714 < machine_to_phys_mapping); in xen_setup_machphys_mapping()