Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dmmu.c1741 unsigned long machine_to_phys_nr_ents; in xen_setup_machphys_mapping() local
1745 machine_to_phys_nr_ents = mapping.max_mfn + 1; in xen_setup_machphys_mapping()
1747 machine_to_phys_nr_ents = MACH2PHYS_NR_ENTRIES; in xen_setup_machphys_mapping()
1749 machine_to_phys_order = fls(machine_to_phys_nr_ents - 1); in xen_setup_machphys_mapping()