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

/freebsd-9.3-release/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h102 #ifndef machine_to_phys_mapping
103 #define machine_to_phys_mapping ((unsigned long *)MACH2PHYS_VIRT_START) macro
H A Dxen-x86_64.h96 #ifndef machine_to_phys_mapping
97 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START) macro
/freebsd-9.3-release/sys/i386/xen/
H A Dxen_machdep.c92 xen_pfn_t *xen_machine_phys = machine_to_phys_mapping;
765 return ((machine_to_phys_mapping[mpa >> PAGE_SHIFT] << PAGE_SHIFT)

Completed in 48 milliseconds