Home
last modified time | relevance | path

Searched refs:__KERNEL_DS (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.12.1/arch/x86/realmode/rm/
Dtrampoline_64.S89 movw $__KERNEL_DS, %dx # Data segment descriptor
199 movw $__KERNEL_DS, %dx
235 movw $__KERNEL_DS, %dx
267 .quad 0x00cf93000000ffff # __KERNEL_DS
Dreboot.S27 movl $__KERNEL_DS, %eax
/linux-6.12.1/arch/x86/include/asm/
Dsegment.h136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
Dfred.h77 .ss =__KERNEL_DS, in fred_entry_from_kvm()
Dnospec-branch.h592 static const u16 ds = __KERNEL_DS; in mds_clear_cpu_buffers()
/linux-6.12.1/arch/x86/entry/
Dentry.S45 .word __KERNEL_DS
/linux-6.12.1/arch/x86/kernel/
Dkgdb.c155 gdb_regs[GDB_DS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
156 gdb_regs[GDB_ES] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
159 gdb_regs[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
165 gdb_regs32[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
Dfred.c44 loadsegment(ss, __KERNEL_DS); in cpu_init_fred_exceptions()
Drethook.c32 " pushq $" __stringify(__KERNEL_DS) "\n"
Ddoublefault_32.c98 .ss = __KERNEL_DS,
Dmachine_kexec_32.c34 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
Dprocess_64.c705 if (ss_sel != __KERNEL_DS) in __switch_to()
706 loadsegment(ss, __KERNEL_DS); in __switch_to()
Dftrace_64.S226 movq $__KERNEL_DS, %rcx
Dhead_32.S275 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
Dhead64.c576 "movl %%eax, %%es\n" : : "a"(__KERNEL_DS) : "memory"); in startup_64_setup_gdt_idt()
/linux-6.12.1/arch/x86/xen/
Dsmp_pv.c252 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
272 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
/linux-6.12.1/arch/x86/kernel/acpi/
Dwakeup_32.S13 movw $__KERNEL_DS, %ax
Dwakeup_64.S30 movw $__KERNEL_DS, %ax
/linux-6.12.1/arch/x86/platform/efi/
Defi_64.c520 loadsegment(ss, __KERNEL_DS); \
521 loadsegment(ds, __KERNEL_DS); \
522 loadsegment(es, __KERNEL_DS); \
/linux-6.12.1/arch/x86/platform/olpc/
Dxo1-wakeup.S39 movw $__KERNEL_DS, %ax
/linux-6.12.1/arch/x86/hyperv/
Dhv_vtl.c136 input->vp_context.ss.selector = __KERNEL_DS; in hv_vtl_bringup_vcpu()
/linux-6.12.1/arch/x86/pci/
Dpcbios.c380 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmenter.S49 push $__KERNEL_DS
/linux-6.12.1/arch/x86/power/
Dcpu.c224 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
/linux-6.12.1/arch/x86/kernel/kprobes/
Dopt.c110 " pushq $" __stringify(__KERNEL_DS) "\n"

12