Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/h8300/include/asm/
Dsegment.h12 #ifndef __KERNEL_DS
13 #define __KERNEL_DS (SUPER_DATA) macro
25 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
/Linux-v5.10/arch/m68k/include/asm/
Dsegment.h13 #ifndef __KERNEL_DS
14 #define __KERNEL_DS (SUPER_DATA) macro
32 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
Dprocessor.h95 .fs = __KERNEL_DS, \
/Linux-v5.10/arch/x86/include/asm/
Dsegment.h135 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
216 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
Dnospec-branch.h267 static const u16 ds = __KERNEL_DS;
/Linux-v5.10/arch/x86/realmode/rm/
Dtrampoline_64.S70 movw $__KERNEL_DS, %dx # Data segment descriptor
182 .quad 0x00cf93000000ffff # __KERNEL_DS
Dreboot.S26 movl $__KERNEL_DS, %eax
/Linux-v5.10/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()
Dhead_32.S311 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
400 movl $(__KERNEL_DS), %ecx
438 movl $(__KERNEL_DS),%eax
Ddoublefault_32.c100 .ss = __KERNEL_DS,
Dmachine_kexec_32.c45 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
Dprocess_64.c629 if (ss_sel != __KERNEL_DS) in __switch_to()
630 loadsegment(ss, __KERNEL_DS); in __switch_to()
Dftrace_64.S203 movq $__KERNEL_DS, %rcx
Dhead64.c602 "movl %%eax, %%es\n" : : "a"(__KERNEL_DS) : "memory"); in startup_64_setup_env()
Dmachine_kexec_64.c296 : : "a" (__KERNEL_DS) : "memory" in load_segments()
Dprocess.c74 .ss0 = __KERNEL_DS,
/Linux-v5.10/arch/x86/kernel/acpi/
Dwakeup_32.S13 movw $__KERNEL_DS, %ax
Dwakeup_64.S28 movw $__KERNEL_DS, %ax
/Linux-v5.10/arch/x86/xen/
Dsmp_pv.c306 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
328 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
/Linux-v5.10/arch/x86/platform/olpc/
Dxo1-wakeup.S39 movw $__KERNEL_DS, %ax
/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c506 loadsegment(ss, __KERNEL_DS); \
507 loadsegment(ds, __KERNEL_DS); \
508 loadsegment(es, __KERNEL_DS); \
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmenter.S314 push $__KERNEL_DS
/Linux-v5.10/arch/x86/pci/
Dpcbios.c367 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/Linux-v5.10/arch/x86/power/
Dcpu.c223 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
/Linux-v5.10/arch/x86/boot/compressed/
Dhead_64.S582 movl $__KERNEL_DS, %eax

12