Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dinterface.h60 #ifndef HYPERVISOR_VIRT_START
61 #define HYPERVISOR_VIRT_START mk_unsigned_long(__HYPERVISOR_VIRT_START) macro
65 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START)
Dinterface_64.h43 #ifndef HYPERVISOR_VIRT_START
44 #define HYPERVISOR_VIRT_START mk_unsigned_long(__HYPERVISOR_VIRT_START) macro
52 #define machine_to_phys_mapping ((unsigned long *)HYPERVISOR_VIRT_START)
/arch/x86/xen/
Denlighten.c1400 unsigned long top = HYPERVISOR_VIRT_START; in xen_reserve_top()