Searched refs:__KERNEL_CS (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/arch/x86/realmode/rm/ |
D | trampoline_64.S | 140 * the new gdt/idt that has __KERNEL_CS with CS.L = 1. 142 ljmpl $__KERNEL_CS, $pa_startup_64 161 .quad 0x00af9b000000ffff # __KERNEL_CS
|
D | wakeup_asm.S | 23 pmode_cs: .short __KERNEL_CS 133 ljmpl $__KERNEL_CS, $pa_startup_32
|
/Linux-v4.19/arch/x86/kernel/ |
D | idt.c | 38 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 42 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 46 G(_vector, _addr, _ist, GATE_INTERRUPT, DPL0, __KERNEL_CS) 50 G(_vector, _addr, _ist, GATE_INTERRUPT, DPL3, __KERNEL_CS) 241 data.segment = __KERNEL_CS; in set_intr_gate()
|
D | doublefault.c | 64 .cs = __KERNEL_CS,
|
D | ftrace_32.S | 113 pushl $__KERNEL_CS
|
D | machine_kexec_32.c | 46 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
|
D | ftrace_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 | head_64.S | 241 pushq $__KERNEL_CS # set correct cs
|
/Linux-v4.19/arch/x86/include/asm/ |
D | segment.h | 122 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro 204 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
|
D | perf_event.h | 264 (regs)->cs = __KERNEL_CS; \
|
D | ptrace.h | 207 regs->cs == __KERNEL_CS) in regs_get_register()
|
D | desc.h | 94 gate->segment = __KERNEL_CS; in pack_gate()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 69 pushq $__KERNEL_CS 167 pushl $__KERNEL_CS
|
D | head_64.S | 208 pushl $__KERNEL_CS 615 pushl $__KERNEL_CS
|
/Linux-v4.19/arch/x86/xen/ |
D | smp_pv.c | 314 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context() 339 ctxt->event_callback_cs = __KERNEL_CS; in cpu_initialize_context() 340 ctxt->failsafe_callback_cs = __KERNEL_CS; in cpu_initialize_context()
|
/Linux-v4.19/arch/x86/pci/ |
D | pcbios.c | 85 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 128 .segment = __KERNEL_CS,
|
/Linux-v4.19/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 25 ljmp $(__KERNEL_CS), $1f
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 144 pushl $__KERNEL_CS
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc-xo1-pm.c | 36 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
|
D | xo1-wakeup.S | 49 ljmp $(__KERNEL_CS),$1f
|
/Linux-v4.19/arch/x86/kernel/kprobes/ |
D | opt.c | 169 regs->cs = __KERNEL_CS; in optimized_callback() 171 regs->cs = __KERNEL_CS | get_kernel_rpl(); in optimized_callback()
|
D | core.c | 767 regs->cs = __KERNEL_CS; in trampoline_handler() 769 regs->cs = __KERNEL_CS | get_kernel_rpl(); in trampoline_handler()
|
/Linux-v4.19/arch/x86/mm/ |
D | extable.c | 218 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 1433 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1542 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init() 1556 wrmsrl_safe(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in syscall_init()
|
12