Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/xen/
Denlighten.c49 unsigned long machine_to_phys_nr; variable
50 EXPORT_SYMBOL(machine_to_phys_nr);
Dmmu_pv.c1663 machine_to_phys_nr = mapping.max_mfn + 1; in xen_setup_machphys_mapping()
1665 machine_to_phys_nr = MACH2PHYS_NR_ENTRIES; in xen_setup_machphys_mapping()
/linux-6.6.21/arch/x86/include/asm/xen/
Dpage.h51 extern unsigned long machine_to_phys_nr;
189 if (unlikely(mfn >= machine_to_phys_nr)) in mfn_to_pfn_no_overrides()