Home
last modified time | relevance | path

Searched refs:__KERNEL_CS (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/x86/kernel/
A Didt.c32 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS)
36 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS)
44 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
A Ddoublefault_32.c96 .cs = __KERNEL_CS,
A Dhead_64.S73 pushq $__KERNEL_CS
281 pushq $__KERNEL_CS # set correct cs
A Dftrace_32.S114 pushl $__KERNEL_CS # cs
A Dmachine_kexec_32.c32 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
A Dkgdb.c158 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()
A Dftrace_64.S212 movq $__KERNEL_CS, %rcx
A Dhead_32.S310 ljmp $(__KERNEL_CS),$1f
/linux/arch/x86/realmode/rm/
A Dwakeup_asm.S23 pmode_cs: .short __KERNEL_CS
133 ljmpl $__KERNEL_CS, $pa_startup_32
A Dtrampoline_64.S161 ljmpl $__KERNEL_CS, $pa_startup_64
181 .quad 0x00af9b000000ffff # __KERNEL_CS
/linux/arch/x86/include/asm/
A Dsegment.h133 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
208 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
A Ddesc.h90 gate->segment = __KERNEL_CS; in pack_gate()
415 data->segment = __KERNEL_CS; in init_idt_data()
A Dperf_event.h463 (regs)->cs = __KERNEL_CS; \
/linux/arch/x86/pci/
A Dpcbios.c85 } bios32_indirect __initdata = { 0, __KERNEL_CS };
128 .segment = __KERNEL_CS,
/linux/arch/x86/boot/compressed/
A Didt_64.c15 entry.segment = __KERNEL_CS; in set_idt_entry()
A Dhead_64.S288 pushl $__KERNEL_CS
439 pushq $__KERNEL_CS
662 pushl $__KERNEL_CS
A Defi_thunk_64.S159 pushl $__KERNEL_CS
/linux/arch/x86/platform/efi/
A Defi_thunk_64.S69 2: pushl $__KERNEL_CS
/linux/arch/x86/kernel/acpi/
A Dwakeup_32.S25 ljmp $(__KERNEL_CS), $1f
/linux/arch/x86/platform/olpc/
A Dolpc-xo1-pm.c31 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
A Dxo1-wakeup.S49 ljmp $(__KERNEL_CS),$1f
/linux/arch/x86/mm/
A Dextable.c181 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/linux/arch/x86/entry/
A Dentry_64.S1267 pushq $__KERNEL_CS
1306 pushq $__KERNEL_CS /* CS */
/linux/arch/x86/kvm/vmx/
A Dvmenter.S318 push $__KERNEL_CS
/linux/arch/x86/xen/
A Dsmp_pv.c296 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()

Completed in 26 milliseconds

12