Searched refs:__KERNEL_DS (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v4.19/arch/h8300/include/asm/ |
D | segment.h | 12 #ifndef __KERNEL_DS 13 #define __KERNEL_DS (SUPER_DATA) macro 25 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | segment.h | 13 #ifndef __KERNEL_DS 14 #define __KERNEL_DS (SUPER_DATA) macro 32 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
D | processor.h | 101 .fs = __KERNEL_DS, \
|
/Linux-v4.19/arch/x86/kernel/ |
D | doublefault.c | 55 .ss0 = __KERNEL_DS, 65 .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 | 347 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 436 movl $(__KERNEL_DS), %ecx 474 movl $(__KERNEL_DS),%eax
|
D | process_64.c | 534 if (ss_sel != __KERNEL_DS) in __switch_to() 535 loadsegment(ss, __KERNEL_DS); in __switch_to()
|
D | machine_kexec_32.c | 48 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments()
|
D | ftrace_64.S | 217 movq $__KERNEL_DS, %rcx
|
D | process.c | 68 .ss0 = __KERNEL_DS,
|
D | machine_kexec_64.c | 202 : : "a" (__KERNEL_DS) : "memory" in load_segments()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | segment.h | 123 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 205 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
/Linux-v4.19/arch/x86/realmode/rm/ |
D | reboot.S | 26 movl $__KERNEL_DS, %eax
|
D | trampoline_64.S | 162 .quad 0x00cf93000000ffff # __KERNEL_DS
|
/Linux-v4.19/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
D | wakeup_64.S | 22 movw $__KERNEL_DS, %ax
|
/Linux-v4.19/arch/x86/xen/ |
D | smp_pv.c | 313 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 335 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 133 movl $__KERNEL_DS, %eax
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 116 movl $__KERNEL_DS, %eax
|
D | head_64.S | 572 movl $__KERNEL_DS, %eax
|
/Linux-v4.19/arch/x86/pci/ |
D | pcbios.c | 367 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
/Linux-v4.19/arch/x86/power/ |
D | cpu.c | 225 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
|
/Linux-v4.19/arch/x86/entry/ |
D | entry_32.S | 1064 pushl $__KERNEL_DS 1075 movl $__KERNEL_DS, %eax
|
D | entry_64.S | 1540 pushq $__KERNEL_DS
|
12