Go to the source code of this file.
◆ FLAT_RING1_CS
| #define FLAT_RING1_CS 0xe019 /* GDT index 259 */ |
◆ FLAT_RING1_DS
| #define FLAT_RING1_DS 0xe021 /* GDT index 260 */ |
◆ FLAT_RING1_SS
| #define FLAT_RING1_SS 0xe021 /* GDT index 260 */ |
◆ FLAT_RING3_CS
| #define FLAT_RING3_CS 0xe02b /* GDT index 261 */ |
◆ FLAT_RING3_DS
| #define FLAT_RING3_DS 0xe033 /* GDT index 262 */ |
◆ FLAT_RING3_SS
| #define FLAT_RING3_SS 0xe033 /* GDT index 262 */ |
◆ FLAT_KERNEL_CS
◆ FLAT_KERNEL_DS
◆ FLAT_KERNEL_SS
◆ FLAT_USER_CS
◆ FLAT_USER_DS
◆ FLAT_USER_SS
◆ __HYPERVISOR_VIRT_START_PAE
| #define __HYPERVISOR_VIRT_START_PAE 0xF5800000 |
◆ __MACH2PHYS_VIRT_START_PAE
| #define __MACH2PHYS_VIRT_START_PAE 0xF5800000 |
◆ __MACH2PHYS_VIRT_END_PAE
| #define __MACH2PHYS_VIRT_END_PAE 0xF6800000 |
◆ HYPERVISOR_VIRT_START_PAE
◆ MACH2PHYS_VIRT_START_PAE
◆ MACH2PHYS_VIRT_END_PAE
◆ __HYPERVISOR_VIRT_START_NONPAE
| #define __HYPERVISOR_VIRT_START_NONPAE 0xFC000000 |
◆ __MACH2PHYS_VIRT_START_NONPAE
| #define __MACH2PHYS_VIRT_START_NONPAE 0xFC000000 |
◆ __MACH2PHYS_VIRT_END_NONPAE
| #define __MACH2PHYS_VIRT_END_NONPAE 0xFC400000 |
◆ HYPERVISOR_VIRT_START_NONPAE
Definition at line 55 of file xen-x86_32.h.
55#define HYPERVISOR_VIRT_START_NONPAE \
56 xen_mk_ulong(__HYPERVISOR_VIRT_START_NONPAE)
◆ MACH2PHYS_VIRT_START_NONPAE
Definition at line 57 of file xen-x86_32.h.
57#define MACH2PHYS_VIRT_START_NONPAE \
58 xen_mk_ulong(__MACH2PHYS_VIRT_START_NONPAE)
◆ MACH2PHYS_VIRT_END_NONPAE
Definition at line 59 of file xen-x86_32.h.
59#define MACH2PHYS_VIRT_END_NONPAE \
60 xen_mk_ulong(__MACH2PHYS_VIRT_END_NONPAE)
◆ __HYPERVISOR_VIRT_START
◆ __MACH2PHYS_VIRT_START
◆ __MACH2PHYS_VIRT_END
◆ HYPERVISOR_VIRT_START
◆ MACH2PHYS_VIRT_START
◆ MACH2PHYS_VIRT_END
◆ MACH2PHYS_NR_ENTRIES
◆ machine_to_phys_mapping
◆ __DECL_REG_LO8
| #define __DECL_REG_LO8 |
( |
| which | ) |
|
◆ __DECL_REG_LO16
| #define __DECL_REG_LO16 |
( |
| name | ) |
|
◆ xen_pfn_to_cr3
| #define xen_pfn_to_cr3 |
( |
| pfn | ) |
|
Value:(((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20))
Definition at line 162 of file xen-x86_32.h.
◆ xen_cr3_to_pfn
| #define xen_cr3_to_pfn |
( |
| cr3 | ) |
|
Value:(((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20))
Definition at line 163 of file xen-x86_32.h.
◆ cpu_user_regs_t
◆ xen_callback_t
◆ FILE_LICENCE()
◆ FILE_SECBOOT()
| FILE_SECBOOT |
( |
PERMITTED | | ) |
|
◆ DEFINE_XEN_GUEST_HANDLE()