Home
last modified time | relevance | path

Searched refs:__USER32_CS (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsegment.h139 #define __USER32_CS __USER_CS macro
215 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
/linux/arch/x86/xen/
H A Dxen-asm.S305 movq $__USER32_CS, 1*8(%rsp)
327 movq $__USER32_CS, 1*8(%rsp)
/linux/arch/x86/kernel/
H A Dsignal_32.c321 regs->cs = __USER32_CS; in ia32_setup_frame()
403 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
/linux/arch/x86/mm/
H A Dfault.c457 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2286 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
/linux/arch/x86/events/
H A Dcore.c3000 regs->cs != __USER32_CS) in code_segment_base()