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

/freebsd-10.0-release/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h90 #ifndef machine_to_phys_mapping
91 #define machine_to_phys_mapping ((unsigned long *)MACH2PHYS_VIRT_START) macro
H A Dxen-x86_64.h86 #ifndef machine_to_phys_mapping
87 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START) macro
/freebsd-10.0-release/sys/i386/xen/
H A Dxen_machdep.c93 xen_pfn_t *xen_machine_phys = machine_to_phys_mapping;
777 return ((machine_to_phys_mapping[mpa >> PAGE_SHIFT] << PAGE_SHIFT)

Completed in 160 milliseconds