Home
last modified time | relevance | path

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

12

/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()
Dmcount_64.S88 movq $__KERNEL_DS, %rcx
Dmachine_kexec_32.c59 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
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_64.c179 : : "a" (__KERNEL_DS) : "memory" in load_segments()
Dprocess_64.c181 childregs->ss = __KERNEL_DS; in copy_thread()
Dentry_32.S701 pushl_cfi $__KERNEL_DS
713 movl $__KERNEL_DS, %eax
Dentry_64.S161 pushq_cfi $__KERNEL_DS /* ss */
1646 pushq_cfi $__KERNEL_DS
/arch/m32r/include/asm/
Dsegment.h5 #define __KERNEL_DS 0x18 macro
/arch/x86/realmode/rm/
Dreboot.S25 movl $__KERNEL_DS, %eax
Dtrampoline_64.S138 .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/include/asm/
Dsegment.h188 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
Dprocessor.h826 .ss0 = __KERNEL_DS, \
/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.c392 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context()
407 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
/arch/m32r/kernel/
Dhead.S235 .long __KERNEL_DS
/arch/x86/lguest/
Dboot.c1054 lazy_hcall3(LHCALL_SET_STACK, __KERNEL_DS | 0x1, thread->sp0, in lguest_load_sp0()

12