Home
last modified time | relevance | path

Searched refs:CS (Results 1 – 14 of 14) sorted by relevance

/arch/x86/um/os-Linux/
Dmcontext.c17 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
27 COPY2(CS, CSGSFS); in get_regs_from_mc()
28 regs->gp[CS / sizeof(unsigned long)] &= 0xffff; in get_regs_from_mc()
29 regs->gp[CS / sizeof(unsigned long)] |= 3; in get_regs_from_mc()
/arch/x86/include/asm/
Dptrace-abi.h19 #define CS 13 macro
48 #define CS 136 macro
Dcalling.h80 #define CS (136) macro
/arch/x86/kernel/
Dtrampoline_64.S112 * with EFER.LME = 1, CS.L = 0, CS.D = 1 (and in turn
114 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
Dentry_64.S205 movq $__USER_CS,CS+\offset(%rsp)
323 testl $3, CS-RBP(%rsi)
413 testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread?
866 testl $3,CS-ARGOFFSET(%rsp)
1407 testl $3,CS(%rsp)
1472 testl $3,CS+8(%rsp)
Dentry_32.S326 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
526 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
/arch/mn10300/kernel/
Dkprobes.c92 #define CS (1 << 4) macro
110 /* 0 1 0 0 */ (NE | NC | CS | VC | GE | GT | LS),
111 /* 0 1 0 1 */ (EQ | NC | CS | VC | GE | LE | LS),
112 /* 0 1 1 0 */ (NE | NS | CS | VC | LT | LE | LS),
113 /* 0 1 1 1 */ (EQ | NS | CS | VC | LT | LE | LS),
118 /* 1 1 0 0 */ (NE | NC | CS | VS | LT | LE | LS),
119 /* 1 1 0 1 */ (EQ | NC | CS | VS | LT | LE | LS),
120 /* 1 1 1 0 */ (NE | NS | CS | VS | GE | GT | LS),
121 /* 1 1 1 1 */ (EQ | NS | CS | VS | GE | LE | LS),
/arch/x86/um/
Duser-offsets.c47 DEFINE(HOST_CS, CS); in foo()
72 DEFINE_LONGS(HOST_CS, CS); in foo()
Dptrace_64.c40 [CS >> 3] = HOST_CS,
88 case CS: in putreg()
167 case CS: in getreg()
Dptrace_32.c66 [CS] = HOST_CS,
101 case CS: in putreg()
152 case CS: in getreg()
Dsignal.c192 GETREG(CS, cs); in copy_sc_from_user()
283 PUTREG(CS, cs); in copy_sc_to_user()
/arch/x86/ia32/
Dia32entry.S296 movq $__USER32_CS,CS-ARGOFFSET(%rsp)
/arch/x86/lib/
Dx86-opcode-map.txt51 0e: PUSH CS (i64)
85 2e: SEG=CS (Prefix)
/arch/x86/kvm/
Dvmx.c659 VMX_SEGMENT_FIELD(CS),