Home
last modified time | relevance | path

Searched refs:__USER_CS (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/asm-arm/
Dsegment.h7 #define __USER_CS 0x1 macro
/linux-2.4.37.9/include/asm-i386/
Dsegment.h7 #define __USER_CS 0x23 macro
Dprocessor.h415 regs->xcs = __USER_CS; \
/linux-2.4.37.9/include/asm-x86_64/
Dsegment.h17 #define __USER_CS 0x33 /* 6*8+3 */ macro
Dprocessor.h344 (regs)->cs = __USER_CS; \
/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c45 if ( FPU_CS == __USER_CS ) in Un_impl()
96 if ( FPU_CS == __USER_CS ) in FPU_printall()
Dfpu_entry.c174 else if ( FPU_CS == __USER_CS && FPU_DS == __USER_DS ) in math_emulate()
/linux-2.4.37.9/arch/ia64/ia32/
Dia32_support.c136 ia32_gdt[__USER_CS >> 3] = IA32_SEG_DESCRIPTOR(0, (IA32_PAGE_OFFSET-1) >> IA32_PAGE_SHIFT, in ia32_gdt_init()
Dbinfmt_elf32.c164 regs->r17 = (__USER_DS << 16) | __USER_CS; /* SS, CS; ia32_load_state() sets TSS and LDT */ in ia64_elf32_init()
Dia32_signal.c897 regs->r17 = (__USER_DS << 16) | __USER_CS; in setup_frame_ia32()
971 regs->r17 = (__USER_DS << 16) | __USER_CS; in setup_rt_frame_ia32()
Dsys_ia32.c2860 case PT_CS: return __USER_CS; in getreg()
2893 if (value != __USER_CS) in putreg()
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c143 scan_more = ((regs->cs & 3) == 0) || (regs->cs == __USER_CS); in is_prefetch()
/linux-2.4.37.9/include/asm-ia64/
Dia32.h417 #define __USER_CS 0x23 macro
/linux-2.4.37.9/arch/i386/kernel/
Dsignal.c442 regs->xcs = __USER_CS; in setup_frame()
517 regs->xcs = __USER_CS; in setup_rt_frame()
/linux-2.4.37.9/arch/x86_64/kernel/
Dentry.S55 movq $__USER_CS,CS(%rsp)
Dsignal.c366 regs->cs = __USER_CS; in setup_rt_frame()