Home
last modified time | relevance | path

Searched refs:__KERNEL_CS (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S80 ljmp $(__KERNEL_CS), $0x100000
131 ljmp $(__KERNEL_CS), $0x100000
/linux-2.4.37.9/arch/i386/boot/compressed/
Dhead.S77 ljmp $(__KERNEL_CS), $0x100000
127 ljmp $(__KERNEL_CS), $0x100000
/linux-2.4.37.9/include/asm-arm/
Dsegment.h4 #define __KERNEL_CS 0x0 macro
/linux-2.4.37.9/include/asm-i386/
Dsegment.h4 #define __KERNEL_CS 0x10 macro
/linux-2.4.37.9/include/asm-x86_64/
Dsegment.h4 #define __KERNEL_CS 0x10 macro
Dcalling.h121 movq $__KERNEL_CS,2*8(%rsp) /* cs */
Ddesc.h88 s.segment = __KERNEL_CS; in _set_gate()
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S725 # jmpi 0x100000,__KERNEL_CS
736 .word __KERNEL_CS
/linux-2.4.37.9/arch/i386/kernel/
Dacpi_wakeup.S45 ljmpl $__KERNEL_CS,$SYMBOL_NAME(wakeup_pmode_return)
Dhead.S308 movl $(__KERNEL_CS << 16),%eax
Dpci-pc.c582 } bios32_indirect = { 0, __KERNEL_CS };
623 } pci_indirect = { 0, __KERNEL_CS };
Dtraps.c803 "3" ((char *) (addr)),"2" (__KERNEL_CS << 16)); \
/linux-2.4.37.9/arch/x86_64/kernel/
Dhead.S199 .word __KERNEL_CS
Dsetup64.c153 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()
Dacpi_wakeup.S68 .word __KERNEL_CS
178 .word __KERNEL_CS
Dtraps.c394 if (regs->cs == __KERNEL_CS) in die_if_kernel()
/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c178 else if ( FPU_CS == __KERNEL_CS ) in math_emulate()