Searched refs:CS (Results 1 – 25 of 44) sorted by relevance
12
/arch/x86/um/os-Linux/ |
D | mcontext.c | 18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc() 28 COPY2(CS, CSGSFS); in get_regs_from_mc() 29 regs->gp[CS / sizeof(unsigned long)] &= 0xffff; in get_regs_from_mc() 30 regs->gp[CS / sizeof(unsigned long)] |= 3; in get_regs_from_mc()
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 20 #define CS 13 macro 56 #define CS 136 macro
|
/arch/x86/entry/ |
D | entry_64.S | 159 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */ 387 testb $3, CS-ORIG_RAX(%rsp) 452 testb $3, CS-ORIG_RAX(%rsp) 506 testb $3, CS-ORIG_RAX(%rsp) 600 testb $3, CS(%rsp) 646 testb $3, CS(%rsp) 1022 testb $3, CS+8(%rsp) 1105 testb $3, CS(%rsp) 1165 testb $3, CS-RIP+8(%rsp)
|
D | entry_32.S | 312 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS 397 movl PT_EFLAGS(%esp), %ecx # mix EFLAGS and CS 1076 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
|
/arch/x86/um/ |
D | user-offsets.c | 34 DEFINE(HOST_CS, CS); in foo() 63 DEFINE_LONGS(HOST_CS, CS); in foo()
|
D | ptrace_64.c | 41 [CS >> 3] = HOST_CS, 85 case CS: in putreg() 161 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/nds32/math-emu/ |
D | fpuemu.c | 56 CS, enumerator 163 ftype = CS; 295 case CS:{
|
/arch/x86/kernel/ |
D | ftrace_64.S | 155 movq $0, CS(%rsp) 217 movq %rcx, CS(%rsp)
|
/arch/arm/boot/dts/ |
D | pxa300-raumfeld-common.dtsi | 334 MFP_PIN_PXA300(34) MFP_AF0 /* CS#0 */ 335 MFP_PIN_PXA300(125) MFP_AF0 /* CS#1 */ 336 MFP_PIN_PXA300(96) MFP_AF0 /* CS#2 */
|
D | imx6qdl-rex.dtsi | 187 /* CS */ 197 /* CS */
|
D | imx6dl-prtrvt.dts | 152 /* CS */
|
D | imx6dl-plym2m.dts | 313 /* CS */ 323 /* CS */
|
D | armada-388-clearfog.dts | 174 * Add SPI CS pins for clearfog:
|
D | imx6q-prti6q.dts | 407 /* CS */ 423 /* ADC128S022 CS */
|
D | armada-385-clearfog-gtr.dtsi | 46 43 - Micron L-PBGA 24 ball SPI (1Gb) CS, or TPM SPI CS
|
D | armada-388-clearfog.dtsi | 230 * Add SPI CS pins for clearfog:
|
D | imx6dl-plybas.dts | 270 /* CS */
|
D | imx6qp-prtwd3.dts | 435 /* CS */
|
D | stm32mp151.dtsi | 1342 ranges = <0 0 0x60000000 0x04000000>, /* EBI CS 1 */ 1343 <1 0 0x64000000 0x04000000>, /* EBI CS 2 */ 1344 <2 0 0x68000000 0x04000000>, /* EBI CS 3 */ 1345 <3 0 0x6c000000 0x04000000>, /* EBI CS 4 */
|
/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 90 /* masters mapping: CS, CS offset, size */
|
/arch/um/os-Linux/skas/ |
D | process.c | 54 R(CS); in ptrace_reg_name() 68 R(CS); in ptrace_reg_name()
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-pine-h64.dts | 302 * The CS pin is shared with the MMC2 CMD pin, so we cannot have the SPI
|
/arch/arm64/boot/dts/amlogic/ |
D | meson-gxm-khadas-vim2.dts | 369 * EMMC_DS pin is shared between SPI NOR CS and eMMC Data Strobe
|
12