Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dsegment.h12 #ifndef __KERNEL_DS
13 #define __KERNEL_DS (SUPER_DATA) macro
26 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS)
Dprocessor.h85 PS_S, __KERNEL_DS, \
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S38 movl $(__KERNEL_DS),%eax
141 .word __KERNEL_DS
/linux-2.4.37.9/arch/i386/kernel/
Dhead.S49 movl $(__KERNEL_DS),%eax
324 .long __KERNEL_DS
332 movl $(__KERNEL_DS),%eax
Dacpi_wakeup.S64 movl $__KERNEL_DS, %eax
Dentry.S98 movl $(__KERNEL_DS),%edx; \
294 movl $(__KERNEL_DS),%edx
Dtraps.c205 ss = __KERNEL_DS; in show_registers()
Dpci-pc.c1008 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
/linux-2.4.37.9/include/asm-arm/
Dsegment.h5 #define __KERNEL_DS 0x0 macro
/linux-2.4.37.9/include/asm-i386/
Dsegment.h5 #define __KERNEL_DS 0x18 macro
Dhw_irq.h109 "movl $" STR(__KERNEL_DS) ",%edx\n\t" \
Dsave_state.h163 asm volatile ("movw %0, %%ds" :: "r" ((u16)__KERNEL_DS)); in restore_processor_context()
Dprocessor.h396 __KERNEL_DS, 0, /* ss0 */ \
/linux-2.4.37.9/include/asm-x86_64/
Dsegment.h5 #define __KERNEL_DS 0x18 macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dhead.S42 movl $__KERNEL_DS,%eax
158 movl $__KERNEL_DS,%eax
Dacpi_wakeup.S87 movw $__KERNEL_DS, %ax
93 movw $__KERNEL_DS, %ax
196 movw $__KERNEL_DS, %ax
/linux-2.4.37.9/arch/i386/boot/compressed/
Dhead.S34 movl $(__KERNEL_DS),%eax
Dmisc.c300 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS };