Home
last modified time | relevance | path

Searched refs:machine_to_phys_mapping (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h70 #ifndef machine_to_phys_mapping
71 #define machine_to_phys_mapping ((unsigned long *)MACH2PHYS_VIRT_START) macro
H A Dxen-x86_64.h69 #ifndef machine_to_phys_mapping
70 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START) macro
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h50 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()
/openbmc/linux/arch/x86/xen/
H A Denlighten.c50 unsigned long *machine_to_phys_mapping = (void *)MACH2PHYS_VIRT_START; variable
51 EXPORT_SYMBOL(machine_to_phys_mapping);
H A Dmmu_pv.c1662 machine_to_phys_mapping = (unsigned long *)mapping.v_start; in xen_setup_machphys_mapping()