Home
last modified time | relevance | path

Searched refs:CS (Results 1 – 19 of 19) 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/realmode/rm/
Dtrampoline_64.S114 * with EFER.LME = 1, CS.L = 0, CS.D = 1 (and in turn
116 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
/arch/x86/include/uapi/asm/
Dptrace-abi.h19 #define CS 13 macro
55 #define CS 136 macro
/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.c45 DEFINE(HOST_CS, CS); in foo()
70 DEFINE_LONGS(HOST_CS, CS); in foo()
Dptrace_64.c41 [CS >> 3] = HOST_CS,
93 case CS: in putreg()
172 case CS: in getreg()
Dptrace_32.c68 [CS] = HOST_CS,
108 case CS: in putreg()
154 case CS: in getreg()
Dsignal.c195 GETREG(CS, cs); in copy_sc_from_user()
276 PUTREG(CS, cs); in copy_sc_to_user()
/arch/x86/entry/
Dentry_64.S236 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
413 testb $3, CS(%rsp)
471 testb $3, CS(%rsp)
704 testb $3, CS(%rsp) /* If coming from userspace, switch stacks */
1055 testb $3, CS+8(%rsp)
1199 testb $3, CS-RIP+8(%rsp)
Dcalling.h86 #define CS 17*8 macro
Dentry_32.S298 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
523 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
/arch/arm/boot/dts/
Dimx6qdl-rex.dtsi180 /* CS */
190 /* CS */
Dimx6q-ba16.dtsi433 /* SPI1 CS */
Dimx6qdl-sabrelite.dtsi354 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
Dimx6qdl-nitrogen6x.dtsi389 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
/arch/powerpc/boot/dts/
Dac14xx.dts94 /* masters mapping: CS, CS offset, size */
/arch/x86/kernel/
Dmcount_64.S220 movq %rcx, CS(%rsp)
/arch/x86/lib/
Dx86-opcode-map.txt55 0e: PUSH CS (i64)
89 2e: SEG=CS (Prefix)
/arch/x86/kvm/
Dvmx.c986 VMX_SEGMENT_FIELD(CS),