/linux/arch/x86/kernel/ |
H A D | idt.c | 34 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 38 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 46 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
|
H A D | rethook.c | 72 regs->cs = __KERNEL_CS; in arch_rethook_trampoline_callback()
|
H A D | doublefault_32.c | 97 .cs = __KERNEL_CS,
|
H A D | kgdb.c | 158 gdb_regs[GDB_CS] = __KERNEL_CS; in sleeping_thread_to_gdb_regs() 164 gdb_regs32[GDB_CS] = __KERNEL_CS; in sleeping_thread_to_gdb_regs()
|
H A D | head_32.S | 274 ljmp $(__KERNEL_CS),$1f
|
/linux/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 190 ljmpl $__KERNEL_CS, $pa_startup_64 246 pushq $__KERNEL_CS 266 .quad 0x00af9b000000ffff # __KERNEL_CS
|
H A D | wakeup_asm.S | 23 pmode_cs: .short __KERNEL_CS 133 ljmpl $__KERNEL_CS, $pa_startup_32
|
/linux/arch/x86/include/asm/ |
H A D | segment.h | 135 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro 213 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
|
H A D | desc.h | 91 gate->segment = __KERNEL_CS; in pack_gate() 414 data->segment = __KERNEL_CS; in init_idt_data()
|
H A D | processor.h | 668 .sysenter_cs = __KERNEL_CS, \
|
/linux/arch/x86/boot/compressed/ |
H A D | head_64.S | 273 pushl $__KERNEL_CS 371 pushq $__KERNEL_CS 573 .Ljmp: ljmpl $__KERNEL_CS, $(.Lret - trampoline_32bit_src)
|
H A D | idt_64.c | 15 entry.segment = __KERNEL_CS; in set_idt_entry()
|
H A D | efi_mixed.S | 231 pushl $__KERNEL_CS
|
/linux/arch/x86/pci/ |
H A D | pcbios.c | 98 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 141 .segment = __KERNEL_CS,
|
/linux/arch/x86/entry/ |
H A D | entry_64_fred.S | 99 mov $__KERNEL_CS, %rax
|
/linux/arch/x86/platform/efi/ |
H A D | efi_thunk_64.S | 91 2: pushl $__KERNEL_CS
|
/linux/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 25 ljmp $(__KERNEL_CS), $1f
|
/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 49 ljmp $(__KERNEL_CS),$1f
|
/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 132 input->vp_context.cs.selector = __KERNEL_CS; in hv_vtl_bringup_vcpu()
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmenter.S | 53 push $__KERNEL_CS
|
/linux/arch/x86/mm/ |
H A D | extable.c | 394 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
|
/linux/arch/x86/xen/ |
H A D | smp_pv.c | 253 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()
|
/linux/arch/x86/kernel/kprobes/ |
H A D | opt.c | 191 regs->cs = __KERNEL_CS; in optimized_callback()
|
/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 1940 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 2053 wrmsrl_safe(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in idt_syscall_init() 2080 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 136 } else if (FPU_CS == __KERNEL_CS) { in math_emulate()
|