/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | segment.h | 12 #ifndef __KERNEL_DS 13 #define __KERNEL_DS (SUPER_DATA) macro 25 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | segment.h | 13 #ifndef __KERNEL_DS 14 #define __KERNEL_DS (SUPER_DATA) macro 32 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
H A D | processor.h | 95 .fs = __KERNEL_DS, \
|
/kernel/linux/linux-6.6/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 87 movw $__KERNEL_DS, %dx # Data segment descriptor 197 movw $__KERNEL_DS, %dx 236 .quad 0x00cf93000000ffff # __KERNEL_DS
|
H A D | reboot.S | 26 movl $__KERNEL_DS, %eax
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | segment.h | 136 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 214 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | segment.h | 135 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 216 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
H A D | nospec-branch.h | 388 static const u16 ds = __KERNEL_DS;
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 70 movw $__KERNEL_DS, %dx # Data segment descriptor 182 .quad 0x00cf93000000ffff # __KERNEL_DS
|
H A D | reboot.S | 26 movl $__KERNEL_DS, %eax
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | rethook.c | 32 " pushq $" __stringify(__KERNEL_DS) "\n"
|
H A D | kgdb.c | 155 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()
|
H A D | doublefault_32.c | 98 .ss = __KERNEL_DS,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kgdb.c | 155 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()
|
H A D | head_32.S | 312 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 401 movl $(__KERNEL_DS), %ecx 439 movl $(__KERNEL_DS),%eax
|
H A D | doublefault_32.c | 100 .ss = __KERNEL_DS,
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | smp_pv.c | 291 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 313 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | smp_pv.c | 280 ctxt->user_regs.ss = __KERNEL_DS; in cpu_initialize_context() 300 ctxt->kernel_ss = __KERNEL_DS; in cpu_initialize_context()
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax
|
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
H A D | wakeup_64.S | 28 movw $__KERNEL_DS, %ax
|
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 477 * need to save the old SS: __KERNEL_DS is always acceptable. 487 loadsegment(ss, __KERNEL_DS); \ 488 loadsegment(ds, __KERNEL_DS); \ 489 loadsegment(es, __KERNEL_DS); \
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi_64.c | 510 * need to save the old SS: __KERNEL_DS is always acceptable. 520 loadsegment(ss, __KERNEL_DS); \ 521 loadsegment(ds, __KERNEL_DS); \ 522 loadsegment(es, __KERNEL_DS); \
|