/linux-4.4.14/arch/m32r/include/asm/ |
H A D | segment.h | 5 #define __KERNEL_DS 0x18 macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | segment.h | 11 #ifndef __KERNEL_DS 12 #define __KERNEL_DS (SUPER_DATA) macro 24 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | segment.h | 12 #ifndef __KERNEL_DS 13 #define __KERNEL_DS (SUPER_DATA) macro 31 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
|
H A D | processor.h | 100 .fs = __KERNEL_DS, \
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | doublefault.c | 54 .ss0 = __KERNEL_DS, 64 .ss = __KERNEL_DS,
|
H A D | kgdb.c | 130 *(unsigned long *)mem = __KERNEL_DS; dbg_get_reg() 170 gdb_regs[GDB_DS] = __KERNEL_DS; sleeping_thread_to_gdb_regs() 171 gdb_regs[GDB_ES] = __KERNEL_DS; sleeping_thread_to_gdb_regs() 175 gdb_regs[GDB_SS] = __KERNEL_DS; sleeping_thread_to_gdb_regs() 181 gdb_regs32[GDB_SS] = __KERNEL_DS; sleeping_thread_to_gdb_regs()
|
H A D | process_64.c | 181 childregs->ss = __KERNEL_DS; copy_thread_tls() 445 * writes. Out of caution, we force SS to __KERNEL_DS even if __switch_to() 450 if (ss_sel != __KERNEL_DS) __switch_to() 451 loadsegment(ss, __KERNEL_DS); __switch_to()
|
H A D | head_32.S | 456 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 570 movl $(__KERNEL_DS),%eax 627 movl $(__KERNEL_DS),%eax
|
H A D | machine_kexec_32.c | 60 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" load_segments()
|
H A D | mcount_64.S | 211 movq $__KERNEL_DS, %rcx
|
H A D | machine_kexec_64.c | 182 : : "a" (__KERNEL_DS) : "memory" load_segments()
|
H A D | process.c | 46 .ss0 = __KERNEL_DS,
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 13 movw $__KERNEL_DS, %ax
|
H A D | wakeup_64.S | 21 movw $__KERNEL_DS, %ax
|
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 38 movw $__KERNEL_DS, %ax
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | efi_thunk_64.S | 115 movl $__KERNEL_DS, %eax 193 .quad 0x00cf92000000ffff /* __KERNEL_DS */
|
H A D | head_64.S | 439 .quad 0x00cf92000000ffff /* __KERNEL_DS */
|
/linux-4.4.14/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 70 movw $__KERNEL_DS, %dx # Data segment descriptor 138 .quad 0x00cf93000000ffff # __KERNEL_DS
|
H A D | reboot.S | 25 movl $__KERNEL_DS, %eax
|
/linux-4.4.14/arch/x86/platform/efi/ |
H A D | efi_thunk_64.S | 132 movl $__KERNEL_DS, %eax
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | segment.h | 121 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro 203 #define __KERNEL_DS (GDT_ENTRY_KERNEL_DS*8) macro
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | head.S | 235 .long __KERNEL_DS
|
H A D | entry.S | 408 LDIMM (r0, __KERNEL_DS)
|
/linux-4.4.14/arch/x86/xen/ |
H A D | smp.c | 412 ctxt->user_regs.ss = __KERNEL_DS; cpu_initialize_context() 427 ctxt->kernel_ss = __KERNEL_DS; cpu_initialize_context()
|
H A D | enlighten.c | 959 MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); xen_load_sp0()
|
/linux-4.4.14/arch/x86/pci/ |
H A D | pcbios.c | 393 opt.segment = __KERNEL_DS; pcibios_get_irq_routing_table()
|
/linux-4.4.14/drivers/lguest/x86/ |
H A D | core.c | 708 * refer to the kernel data segment __KERNEL_DS. lguest_arch_setup_regs() 713 regs->ds = regs->es = regs->ss = __KERNEL_DS|GUEST_PL; lguest_arch_setup_regs()
|
/linux-4.4.14/arch/x86/entry/ |
H A D | entry_32.S | 447 pushl $__KERNEL_DS 458 movl $__KERNEL_DS, %eax
|
H A D | entry_64.S | 1360 pushq $__KERNEL_DS
|
/linux-4.4.14/arch/x86/lguest/ |
H A D | boot.c | 1064 * We tell the Host the segment we want to use (__KERNEL_DS is the kernel data 1072 lazy_hcall3(LHCALL_SET_STACK, __KERNEL_DS | 0x1, thread->sp0, lguest_load_sp0()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | vmx.c | 4653 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ vmx_set_constant_host_state() 4654 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */ vmx_set_constant_host_state() 4656 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ vmx_set_constant_host_state() 8372 [ss]"i"(__KERNEL_DS), vmx_handle_external_intr()
|