Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/x86/kernel/
A Didt.c33 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS)
37 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS)
45 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
A Drethook.c72 regs->cs = __KERNEL_CS; in arch_rethook_trampoline_callback()
A Ddoublefault_32.c96 .cs = __KERNEL_CS,
A Dhead_64.S102 pushq $__KERNEL_CS
356 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.S226 movq $__KERNEL_CS, %rcx
/linux-6.3-rc2/arch/x86/realmode/rm/
A Dwakeup_asm.S23 pmode_cs: .short __KERNEL_CS
133 ljmpl $__KERNEL_CS, $pa_startup_32
A Dtrampoline_64.S172 ljmpl $__KERNEL_CS, $pa_startup_64
219 .quad 0x00af9b000000ffff # __KERNEL_CS
/linux-6.3-rc2/arch/x86/include/asm/
A Dsegment.h135 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
213 #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.h516 (regs)->cs = __KERNEL_CS; \
/linux-6.3-rc2/arch/x86/boot/compressed/
A Didt_64.c15 entry.segment = __KERNEL_CS; in set_idt_entry()
A Dhead_64.S286 pushl $__KERNEL_CS
413 pushq $__KERNEL_CS
660 pushl $__KERNEL_CS
A Defi_mixed.S198 pushl $__KERNEL_CS
/linux-6.3-rc2/arch/x86/pci/
A Dpcbios.c85 } bios32_indirect __initdata = { 0, __KERNEL_CS };
128 .segment = __KERNEL_CS,
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_thunk_64.S91 2: pushl $__KERNEL_CS
/linux-6.3-rc2/arch/x86/kernel/acpi/
A Dwakeup_32.S25 ljmp $(__KERNEL_CS), $1f
/linux-6.3-rc2/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-6.3-rc2/arch/x86/mm/
A Dextable.c297 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmenter.S53 push $__KERNEL_CS
/linux-6.3-rc2/arch/x86/entry/
A Dentry_64.S1361 pushq $__KERNEL_CS
1400 pushq $__KERNEL_CS /* CS */
/linux-6.3-rc2/arch/x86/xen/
A Dsmp_pv.c282 ctxt->user_regs.cs = __KERNEL_CS; in cpu_initialize_context()

Completed in 36 milliseconds

12