Searched refs:CS (Results 1 – 14 of 14) sorted by relevance
/arch/x86/um/os-Linux/ |
D | mcontext.c | 17 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/ |
D | ptrace-abi.h | 19 #define CS 13 macro 48 #define CS 136 macro
|
D | calling.h | 80 #define CS (136) macro
|
/arch/x86/kernel/ |
D | trampoline_64.S | 112 * 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.
|
D | entry_64.S | 205 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)
|
D | entry_32.S | 326 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS 526 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
|
/arch/mn10300/kernel/ |
D | kprobes.c | 92 #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/ |
D | user-offsets.c | 47 DEFINE(HOST_CS, CS); in foo() 72 DEFINE_LONGS(HOST_CS, CS); in foo()
|
D | ptrace_64.c | 40 [CS >> 3] = HOST_CS, 88 case CS: in putreg() 167 case CS: in getreg()
|
D | ptrace_32.c | 66 [CS] = HOST_CS, 101 case CS: in putreg() 152 case CS: in getreg()
|
D | signal.c | 192 GETREG(CS, cs); in copy_sc_from_user() 283 PUTREG(CS, cs); in copy_sc_to_user()
|
/arch/x86/ia32/ |
D | ia32entry.S | 296 movq $__USER32_CS,CS-ARGOFFSET(%rsp)
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 51 0e: PUSH CS (i64) 85 2e: SEG=CS (Prefix)
|
/arch/x86/kvm/ |
D | vmx.c | 659 VMX_SEGMENT_FIELD(CS),
|