Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/x86/realmode/rm/
Dtrampoline_64.S190 ljmpl $__KERNEL_CS, $pa_startup_64
246 pushq $__KERNEL_CS
266 .quad 0x00af9b000000ffff # __KERNEL_CS
Dwakeup_asm.S23 pmode_cs: .short __KERNEL_CS
133 ljmpl $__KERNEL_CS, $pa_startup_32
/linux-6.12.1/arch/x86/kernel/
Didt.c34 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)
Drethook.c72 regs->cs = __KERNEL_CS; in arch_rethook_trampoline_callback()
Ddoublefault_32.c97 .cs = __KERNEL_CS,
Dftrace_32.S114 pushl $__KERNEL_CS # cs
Dmachine_kexec_32.c32 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments()
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()
Dftrace_64.S228 movq $__KERNEL_CS, %rcx
Dhead_32.S274 ljmp $(__KERNEL_CS),$1f
/linux-6.12.1/arch/x86/include/asm/
Dsegment.h135 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
213 #define __KERNEL_CS (GDT_ENTRY_KERNEL_CS*8) macro
Ddesc.h91 gate->segment = __KERNEL_CS; in pack_gate()
414 data->segment = __KERNEL_CS; in init_idt_data()
Dperf_event.h552 (regs)->cs = __KERNEL_CS; \
/linux-6.12.1/arch/x86/boot/compressed/
Dhead_64.S273 pushl $__KERNEL_CS
371 pushq $__KERNEL_CS
573 .Ljmp: ljmpl $__KERNEL_CS, $(.Lret - trampoline_32bit_src)
Didt_64.c15 entry.segment = __KERNEL_CS; in set_idt_entry()
Defi_mixed.S231 pushl $__KERNEL_CS
/linux-6.12.1/arch/x86/entry/
Dentry_64_fred.S99 mov $__KERNEL_CS, %rax
Dentry_64.S1309 pushq $__KERNEL_CS
1348 pushq $__KERNEL_CS /* CS */
/linux-6.12.1/arch/x86/pci/
Dpcbios.c98 } bios32_indirect __initdata = { 0, __KERNEL_CS };
141 .segment = __KERNEL_CS,
/linux-6.12.1/arch/x86/platform/efi/
Defi_thunk_64.S91 2: pushl $__KERNEL_CS
/linux-6.12.1/arch/x86/kernel/acpi/
Dwakeup_32.S25 ljmp $(__KERNEL_CS), $1f
/linux-6.12.1/arch/x86/platform/olpc/
Dolpc-xo1-pm.c31 } ofw_bios_entry = { 0xF0000 + PAGE_OFFSET, __KERNEL_CS };
Dxo1-wakeup.S49 ljmp $(__KERNEL_CS),$1f
/linux-6.12.1/arch/x86/hyperv/
Dhv_vtl.c131 input->vp_context.cs.selector = __KERNEL_CS; in hv_vtl_bringup_vcpu()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmenter.S53 push $__KERNEL_CS

12