Home
last modified time | relevance | path

Searched refs:__KERNEL_CS (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/x86/kernel/
H A Didt.c34 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 Drethook.c72 regs->cs = __KERNEL_CS; in arch_rethook_trampoline_callback()
H A Ddoublefault_32.c97 .cs = __KERNEL_CS,
H A Dkgdb.c158 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 Dhead_32.S274 ljmp $(__KERNEL_CS),$1f
/linux/arch/x86/realmode/rm/
H A Dtrampoline_64.S190 ljmpl $__KERNEL_CS, $pa_startup_64
246 pushq $__KERNEL_CS
266 .quad 0x00af9b000000ffff # __KERNEL_CS
H A Dwakeup_asm.S23 pmode_cs: .short __KERNEL_CS
133 ljmpl $__KERNEL_CS, $pa_startup_32
/linux/arch/x86/include/asm/
H A Dsegment.h135 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
213 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
H A Ddesc.h91 gate->segment = __KERNEL_CS; in pack_gate()
414 data->segment = __KERNEL_CS; in init_idt_data()
H A Dprocessor.h668 .sysenter_cs = __KERNEL_CS, \
/linux/arch/x86/boot/compressed/
H A Dhead_64.S273 pushl $__KERNEL_CS
371 pushq $__KERNEL_CS
573 .Ljmp: ljmpl $__KERNEL_CS, $(.Lret - trampoline_32bit_src)
H A Didt_64.c15 entry.segment = __KERNEL_CS; in set_idt_entry()
H A Defi_mixed.S231 pushl $__KERNEL_CS
/linux/arch/x86/pci/
H A Dpcbios.c98 } bios32_indirect __initdata = { 0, __KERNEL_CS };
141 .segment = __KERNEL_CS,
/linux/arch/x86/entry/
H A Dentry_64_fred.S99 mov $__KERNEL_CS, %rax
/linux/arch/x86/platform/efi/
H A Defi_thunk_64.S91 2: pushl $__KERNEL_CS
/linux/arch/x86/kernel/acpi/
H A Dwakeup_32.S25 ljmp $(__KERNEL_CS), $1f
/linux/arch/x86/platform/olpc/
H A Dxo1-wakeup.S49 ljmp $(__KERNEL_CS),$1f
/linux/arch/x86/hyperv/
H A Dhv_vtl.c132 input->vp_context.cs.selector = __KERNEL_CS; in hv_vtl_bringup_vcpu()
/linux/arch/x86/kvm/vmx/
H A Dvmenter.S53 push $__KERNEL_CS
/linux/arch/x86/mm/
H A Dextable.c394 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/linux/arch/x86/xen/
H A Dsmp_pv.c253 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()
/linux/arch/x86/kernel/kprobes/
H A Dopt.c191 regs->cs = __KERNEL_CS; in optimized_callback()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1940 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 Dfpu_entry.c136 } else if (FPU_CS == __KERNEL_CS) { in math_emulate()

12