| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A 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)
|
| H A D | head_64.S | 82 pushq $__KERNEL_CS 290 pushq $__KERNEL_CS # set correct cs
|
| H A D | doublefault_32.c | 99 .cs = __KERNEL_CS,
|
| H A D | ftrace_32.S | 114 pushl $__KERNEL_CS # cs
|
| 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 | machine_kexec_32.c | 43 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
|
| H A D | ftrace_64.S | 205 movq $__KERNEL_CS, %rcx
|
| /OK3568_Linux_fs/kernel/arch/x86/realmode/rm/ |
| H A D | wakeup_asm.S | 23 pmode_cs: .short __KERNEL_CS 133 ljmpl $__KERNEL_CS, $pa_startup_32
|
| H A D | trampoline_64.S | 161 ljmpl $__KERNEL_CS, $pa_startup_64 181 .quad 0x00af9b000000ffff # __KERNEL_CS
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | segment.h | 134 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro 215 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
|
| H A D | desc.h | 89 gate->segment = __KERNEL_CS; in pack_gate() 394 data->segment = __KERNEL_CS; in init_idt_data()
|
| H A D | perf_event.h | 453 (regs)->cs = __KERNEL_CS; \
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | pcbios.c | 85 } bios32_indirect __initdata = { 0, __KERNEL_CS }; 128 .segment = __KERNEL_CS,
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 15 entry.segment = __KERNEL_CS; in set_idt_entry()
|
| H A D | head_64.S | 277 pushl $__KERNEL_CS 425 pushq $__KERNEL_CS 648 pushl $__KERNEL_CS
|
| H A D | efi_thunk_64.S | 152 pushl $__KERNEL_CS
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/efi/ |
| H A D | efi_thunk_64.S | 72 2: pushl $__KERNEL_CS
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A D | wakeup_32.S | 25 ljmp $(__KERNEL_CS), $1f
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | extable.c | 205 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmenter.S | 320 push $__KERNEL_CS
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/ |
| H A D | entry_64.S | 1345 pushq $__KERNEL_CS 1384 pushq $__KERNEL_CS /* CS */
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | smp_pv.c | 290 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1762 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1865 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init() 1876 wrmsrl_safe(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in syscall_init()
|