Searched refs:__KERNEL_DS (Results 1 – 25 of 28) sorted by relevance
12
/arch/h8300/include/asm/ |
D | segment.h | 11 #ifndef __KERNEL_DS 12 #define __KERNEL_DS (SUPER_DATA) macro 24 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
/arch/m68k/include/asm/ |
D | segment.h | 12 #ifndef __KERNEL_DS 13 #define __KERNEL_DS (SUPER_DATA) macro 31 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
D | processor.h | 100 .fs = __KERNEL_DS, \
|
/arch/x86/kernel/ |
D | doublefault.c | 54 .ss0 = __KERNEL_DS, 64 .ss = __KERNEL_DS,
|
D | kgdb.c | 132 *(unsigned long *)mem = __KERNEL_DS; in dbg_get_reg() 172 gdb_regs[GDB_DS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs() 173 gdb_regs[GDB_ES] = __KERNEL_DS; in sleeping_thread_to_gdb_regs() 176 gdb_regs[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs() 182 gdb_regs32[GDB_SS] = __KERNEL_DS; in sleeping_thread_to_gdb_regs()
|
D | head_32.S | 457 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 579 movl $(__KERNEL_DS), %ecx 619 movl $(__KERNEL_DS),%eax
|
D | machine_kexec_32.c | 60 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
|
D | process_64.c | 498 if (ss_sel != __KERNEL_DS) in __switch_to() 499 loadsegment(ss, __KERNEL_DS); in __switch_to()
|
D | mcount_64.S | 217 movq $__KERNEL_DS, %rcx
|
D | process.c | 48 .ss0 = __KERNEL_DS,
|
D | machine_kexec_64.c | 182 : : "a" (__KERNEL_DS) : "memory" in load_segments()
|
/arch/m32r/include/asm/ |
D | segment.h | 5 #define __KERNEL_DS 0x18 macro
|
/arch/x86/include/asm/ |
D | segment.h | 122 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 204 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
/arch/x86/realmode/rm/ |
D | reboot.S | 25 movl $__KERNEL_DS, %eax
|
D | trampoline_64.S | 138 .quad 0x00cf93000000ffff # __KERNEL_DS
|
/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
D | wakeup_64.S | 22 movw $__KERNEL_DS, %ax
|
/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 132 movl $__KERNEL_DS, %eax
|
/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 38 movw $__KERNEL_DS, %ax
|
/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 115 movl $__KERNEL_DS, %eax
|
/arch/x86/pci/ |
D | pcbios.c | 364 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
/arch/x86/xen/ |
D | smp.c | 430 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 445 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/arch/m32r/kernel/ |
D | head.S | 235 .long __KERNEL_DS
|
/arch/x86/entry/ |
D | entry_32.S | 595 pushl $__KERNEL_DS 606 movl $__KERNEL_DS, %eax
|
/arch/x86/lguest/ |
D | boot.c | 1072 lazy_hcall3(LHCALL_SET_STACK, __KERNEL_DS | 0x1, thread->sp0, in lguest_load_sp0()
|
12