Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddesc.h17 (FIRST_RESERVED_GDT_ENTRY + NR_RESERVED_GDT_ENTRIES - 1)
35 #define TSS_ENTRY (FIRST_RESERVED_GDT_ENTRY + 8)
67 ((((sel)>>3) < FIRST_RESERVED_GDT_ENTRY) || /* Guest seg? */ \
A Dldt.h20 + LDT_ENTRY - FIRST_RESERVED_GDT_ENTRY; in load_LDT()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddescriptor-tables.c63 if ( entries > FIRST_RESERVED_GDT_ENTRY ) in pv_set_gdt()
113 if ( entries > FIRST_RESERVED_GDT_ENTRY ) in do_set_gdt()
191 if ( entries > FIRST_RESERVED_GDT_ENTRY ) in compat_set_gdt()
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/
A Dxen.h103 #define FIRST_RESERVED_GDT_ENTRY (FIRST_RESERVED_GDT_BYTE / 8) macro
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c721 this_cpu(gdt_table) - FIRST_RESERVED_GDT_ENTRY; in load_system_tables()
723 this_cpu(compat_gdt_table) - FIRST_RESERVED_GDT_ENTRY; in load_system_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c718 gdt[PER_CPU_GDT_ENTRY - FIRST_RESERVED_GDT_ENTRY].a = cpu; in cpu_smpboot_alloc()
724 gdt[PER_CPU_GDT_ENTRY - FIRST_RESERVED_GDT_ENTRY].a = cpu; in cpu_smpboot_alloc()
A Dtraps.c1822 .base = (long)(this_cpu(gdt_table) - FIRST_RESERVED_GDT_ENTRY), in load_TR()
1827 this_cpu(gdt_table) + TSS_ENTRY - FIRST_RESERVED_GDT_ENTRY, in load_TR()
1832 this_cpu(compat_gdt_table) + TSS_ENTRY - FIRST_RESERVED_GDT_ENTRY, in load_TR()
A Ddomain.c1649 gdt_desc.base = (unsigned long)(gdt - FIRST_RESERVED_GDT_ENTRY); in __context_switch()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_save_x86_pv.c522 if ( gdt_count > FIRST_RESERVED_GDT_ENTRY ) in write_one_vcpu_basic()
525 gdt_count, FIRST_RESERVED_GDT_ENTRY); in write_one_vcpu_basic()
A Dxc_sr_restore_x86_pv.c260 if ( gdt_count > FIRST_RESERVED_GDT_ENTRY ) in process_vcpu_basic()
263 gdt_count, FIRST_RESERVED_GDT_ENTRY); in process_vcpu_basic()
/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c108 FIRST_RESERVED_GDT_ENTRY) in efi_rs_enter()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c806 (unsigned long)(this_cpu(gdt_table) - FIRST_RESERVED_GDT_ENTRY)); in vmx_set_host_env()

Completed in 23 milliseconds