Home
last modified time | relevance | path

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

12

/arch/h8300/include/asm/
Dsegment.h11 #ifndef __KERNEL_DS
12 #define __KERNEL_DS (SUPER_DATA) macro
24 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
/arch/m68k/include/asm/
Dsegment.h12 #ifndef __KERNEL_DS
13 #define __KERNEL_DS (SUPER_DATA) macro
31 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
Dprocessor.h100 .fs = __KERNEL_DS, \
/arch/x86/kernel/
Ddoublefault.c54 .ss0 = __KERNEL_DS,
64 .ss = __KERNEL_DS,
Dkgdb.c130 *(unsigned long *)mem = __KERNEL_DS; in dbg_get_reg()
170 gdb_regs[GDB_DS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
171 gdb_regs[GDB_ES] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
175 gdb_regs[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
181 gdb_regs32[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
Dprocess_64.c183 childregs->ss = __KERNEL_DS; in copy_thread_tls()
448 if (ss_sel != __KERNEL_DS) in __switch_to()
449 loadsegment(ss, __KERNEL_DS); in __switch_to()
Dhead_32.S456 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
570 movl $(__KERNEL_DS),%eax
627 movl $(__KERNEL_DS),%eax
Dmachine_kexec_32.c60 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
Dmcount_64.S212 movq $__KERNEL_DS, %rcx
Dprocess.c49 .ss0 = __KERNEL_DS,
Dmachine_kexec_64.c184 : : "a" (__KERNEL_DS) : "memory" in load_segments()
/arch/m32r/include/asm/
Dsegment.h5 #define __KERNEL_DS 0x18 macro
/arch/x86/include/asm/
Dsegment.h121 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
203 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
Dnospec-branch.h280 static const u16 ds = __KERNEL_DS; in mds_clear_cpu_buffers()
/arch/x86/realmode/rm/
Dreboot.S25 movl $__KERNEL_DS, %eax
Dtrampoline_64.S139 .quad 0x00cf93000000ffff # __KERNEL_DS
/arch/x86/kernel/acpi/
Dwakeup_32.S13 movw $__KERNEL_DS, %ax
Dwakeup_64.S21 movw $__KERNEL_DS, %ax
/arch/x86/platform/efi/
Defi_thunk_64.S132 movl $__KERNEL_DS, %eax
/arch/x86/platform/olpc/
Dxo1-wakeup.S38 movw $__KERNEL_DS, %ax
/arch/x86/boot/compressed/
Defi_thunk_64.S115 movl $__KERNEL_DS, %eax
/arch/x86/pci/
Dpcbios.c393 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/arch/x86/xen/
Dsmp.c418 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
433 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
/arch/m32r/kernel/
Dhead.S235 .long __KERNEL_DS
/arch/x86/entry/
Dentry_32.S450 pushl $__KERNEL_DS
461 movl $__KERNEL_DS, %eax

12