Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Denlighten.c44 unsigned long *machine_to_phys_mapping = (void *)MACH2PHYS_VIRT_START; variable
45 EXPORT_SYMBOL(machine_to_phys_mapping);
Dmmu_pv.c1653 machine_to_phys_mapping = (unsigned long *)mapping.v_start; in xen_setup_machphys_mapping()
/linux-6.1.9/arch/x86/include/asm/xen/
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()