Searched refs:CS (Results 1 – 19 of 19) 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/realmode/rm/ |
D | trampoline_64.S | 114 * 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/ |
D | ptrace-abi.h | 19 #define CS 13 macro 55 #define CS 136 macro
|
/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 | 45 DEFINE(HOST_CS, CS); in foo() 70 DEFINE_LONGS(HOST_CS, CS); in foo()
|
D | ptrace_64.c | 41 [CS >> 3] = HOST_CS, 93 case CS: in putreg() 172 case CS: in getreg()
|
D | ptrace_32.c | 68 [CS] = HOST_CS, 108 case CS: in putreg() 154 case CS: in getreg()
|
D | signal.c | 195 GETREG(CS, cs); in copy_sc_from_user() 276 PUTREG(CS, cs); in copy_sc_to_user()
|
/arch/x86/entry/ |
D | entry_64.S | 236 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)
|
D | calling.h | 86 #define CS 17*8 macro
|
D | entry_32.S | 298 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS 523 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
|
/arch/arm/boot/dts/ |
D | imx6qdl-rex.dtsi | 180 /* CS */ 190 /* CS */
|
D | imx6q-ba16.dtsi | 433 /* SPI1 CS */
|
D | imx6qdl-sabrelite.dtsi | 354 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
|
D | imx6qdl-nitrogen6x.dtsi | 389 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
|
/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 94 /* masters mapping: CS, CS offset, size */
|
/arch/x86/kernel/ |
D | mcount_64.S | 220 movq %rcx, CS(%rsp)
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 55 0e: PUSH CS (i64) 89 2e: SEG=CS (Prefix)
|
/arch/x86/kvm/ |
D | vmx.c | 986 VMX_SEGMENT_FIELD(CS),
|