Searched refs:__KERNEL_CS (Results 1 – 25 of 39) sorted by relevance
12
/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/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 | ftrace_32.S | 114 pushl $__KERNEL_CS # cs
|
H A D | machine_kexec_32.c | 32 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
|
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 | ftrace_64.S | 228 movq $__KERNEL_CS, %rcx
|
H A D | head_32.S | 274 ljmp $(__KERNEL_CS),$1f
|
/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 | perf_event.h | 552 (regs)->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/entry/ |
H A D | entry_64_fred.S | 99 mov $__KERNEL_CS, %rax
|
H A D | entry_64.S | 1309 pushq $__KERNEL_CS 1348 pushq $__KERNEL_CS /* CS */
|
/linux/arch/x86/pci/ |
H A D | pcbios.c | 98 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 141 .segment = __KERNEL_CS,
|
/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 | olpc-xo1-pm.c | 31 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
|
H A D | xo1-wakeup.S | 49 ljmp $(__KERNEL_CS),$1f
|
/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 131 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
|
12