Searched refs:__KERNEL_CS (Results 1 – 25 of 38) sorted by relevance
12
/arch/x86/realmode/rm/ |
D | trampoline_64.S | 116 * the new gdt/idt that has __KERNEL_CS with CS.L = 1. 118 ljmpl $__KERNEL_CS, $pa_startup_64 137 .quad 0x00af9b000000ffff # __KERNEL_CS
|
D | wakeup_asm.S | 22 pmode_cs: .short __KERNEL_CS 132 ljmpl $__KERNEL_CS, $pa_startup_32
|
/arch/x86/include/asm/ |
D | desc.h | 59 gate->segment = __KERNEL_CS; in pack_gate() 311 pack_gate(&s, GATE_INTERRUPT, (unsigned long)addr, 0, 0, __KERNEL_CS); in set_nmi_gate() 368 __KERNEL_CS); \ 375 0, 0, __KERNEL_CS); \ 405 _set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS); in set_system_intr_gate() 411 _set_gate(n, GATE_TRAP, addr, 0x3, 0, __KERNEL_CS); in set_system_trap_gate() 417 _set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS); in set_trap_gate() 429 _set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS); in set_intr_gate_ist() 435 _set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS); in set_system_intr_gate_ist()
|
D | segment.h | 121 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro 203 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
|
D | ptrace.h | 177 regs->cs == __KERNEL_CS) in regs_get_register()
|
D | perf_event.h | 255 (regs)->cs = __KERNEL_CS; \
|
/arch/m32r/include/asm/ |
D | segment.h | 4 #define __KERNEL_CS 0x10 macro
|
/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 68 pushq $__KERNEL_CS 166 pushl $__KERNEL_CS
|
/arch/x86/kernel/ |
D | doublefault.c | 63 .cs = __KERNEL_CS,
|
D | head_64.S | 302 pushq $__KERNEL_CS # set correct cs 319 pushq $__KERNEL_CS # set correct cs
|
D | head_32.S | 456 ljmp $(__KERNEL_CS),$1f 502 movl $(0x8E000000 + __KERNEL_CS),2(%edi) 509 movl $(__KERNEL_CS << 16),%eax
|
D | machine_kexec_32.c | 58 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
|
D | mcount_64.S | 219 movq $__KERNEL_CS, %rcx
|
D | kgdb.c | 175 gdb_regs[GDB_CS] = __KERNEL_CS; in sleeping_thread_to_gdb_regs() 181 gdb_regs32[GDB_CS] = __KERNEL_CS; in sleeping_thread_to_gdb_regs()
|
D | process.c | 49 .ss1 = __KERNEL_CS,
|
/arch/x86/pci/ |
D | pcbios.c | 82 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 125 .segment = __KERNEL_CS,
|
/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 25 ljmp $(__KERNEL_CS), $1f
|
/arch/x86/platform/olpc/ |
D | olpc-xo1-pm.c | 36 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
|
D | xo1-wakeup.S | 48 ljmp $(__KERNEL_CS),$1f
|
/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 143 pushl $__KERNEL_CS
|
/arch/x86/mm/ |
D | extable.c | 143 if ((regs->cs & 0xFFFF) != __KERNEL_CS) in early_fixup_exception()
|
/arch/x86/kernel/kprobes/ |
D | opt.c | 159 regs->cs = __KERNEL_CS; in optimized_callback() 161 regs->cs = __KERNEL_CS | get_kernel_rpl(); in optimized_callback()
|
D | core.c | 742 regs->cs = __KERNEL_CS; in trampoline_handler() 744 regs->cs = __KERNEL_CS | get_kernel_rpl(); in trampoline_handler()
|
/arch/x86/xen/ |
D | smp.c | 449 ctxt->event_callback_cs = __KERNEL_CS; in cpu_initialize_context() 450 ctxt->failsafe_callback_cs = __KERNEL_CS; in cpu_initialize_context() 458 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()
|
/arch/x86/kernel/cpu/ |
D | common.c | 1285 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1467 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init() 1478 wrmsrl_safe(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in syscall_init()
|
12