Searched refs:__KERNEL_CS (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v5.10/arch/x86/realmode/rm/ |
| D | wakeup_asm.S | 23 pmode_cs: .short __KERNEL_CS 133 ljmpl $__KERNEL_CS, $pa_startup_32
|
| D | trampoline_64.S | 161 ljmpl $__KERNEL_CS, $pa_startup_64 181 .quad 0x00af9b000000ffff # __KERNEL_CS
|
| /Linux-v5.10/arch/x86/kernel/ |
| D | idt.c | 32 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 36 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 43 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
|
| D | doublefault_32.c | 99 .cs = __KERNEL_CS,
|
| D | head_64.S | 82 pushq $__KERNEL_CS 290 pushq $__KERNEL_CS # set correct cs
|
| D | ftrace_32.S | 114 pushl $__KERNEL_CS # cs
|
| D | machine_kexec_32.c | 43 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
|
| 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()
|
| D | ftrace_64.S | 205 movq $__KERNEL_CS, %rcx
|
| /Linux-v5.10/arch/x86/include/asm/ |
| D | segment.h | 134 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro 215 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
|
| D | desc.h | 89 gate->segment = __KERNEL_CS; in pack_gate() 394 data->segment = __KERNEL_CS; in init_idt_data()
|
| D | perf_event.h | 453 (regs)->cs = __KERNEL_CS; \
|
| /Linux-v5.10/arch/x86/boot/compressed/ |
| D | idt_64.c | 15 entry.segment = __KERNEL_CS; in set_idt_entry()
|
| D | head_64.S | 264 pushl $__KERNEL_CS 412 pushq $__KERNEL_CS 635 pushl $__KERNEL_CS
|
| D | efi_thunk_64.S | 152 pushl $__KERNEL_CS
|
| /Linux-v5.10/arch/x86/platform/efi/ |
| D | efi_thunk_64.S | 69 2: pushl $__KERNEL_CS
|
| /Linux-v5.10/arch/x86/pci/ |
| D | pcbios.c | 85 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 128 .segment = __KERNEL_CS,
|
| /Linux-v5.10/arch/x86/kernel/acpi/ |
| D | wakeup_32.S | 25 ljmp $(__KERNEL_CS), $1f
|
| /Linux-v5.10/arch/x86/platform/olpc/ |
| D | olpc-xo1-pm.c | 31 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
|
| D | xo1-wakeup.S | 49 ljmp $(__KERNEL_CS),$1f
|
| /Linux-v5.10/arch/x86/mm/ |
| D | extable.c | 204 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
|
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | vmenter.S | 318 push $__KERNEL_CS
|
| /Linux-v5.10/arch/x86/entry/ |
| D | entry_64.S | 1310 pushq $__KERNEL_CS 1349 pushq $__KERNEL_CS /* CS */
|
| /Linux-v5.10/arch/x86/xen/ |
| D | smp_pv.c | 307 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()
|
| /Linux-v5.10/arch/x86/kernel/cpu/ |
| D | common.c | 1648 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1751 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init() 1762 wrmsrl_safe(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in syscall_init()
|
12