/linux-4.4.14/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()
|
/linux-4.4.14/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),
|
/linux-4.4.14/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.
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 19 #define CS 13 macro 55 #define CS 136 macro
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | regs_load.S | 13 #define CS 10 * 8 macro 46 movq $0, CS(%rdi) 83 movl $0, CS(%edi)
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 30 For example to have 3 internal CS and 2 GPIO CS, user could define 32 where first three are internal CS and last two are GPIO CS.
|
D | spi-bus.txt | 31 So if for example the controller has 2 CS lines, and the cs-gpios
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 21 - #size-cells: Must be set to 1 to allow CS address passing 31 Purpose Register controller that contains WEIM CS GPR 34 values depending on the CS space configuration. 50 child node. We can get the CS index from the child
|
D | ti-gpmc.txt | 20 - #size-cells: Must be set to 1 to allow CS address passing 31 of the per-CS register GPMC_CONFIG7 (as set up by the 73 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock 75 accesses to a different CS 77 accesses to the same CS
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 12 In this case, you should use GPIO based CS for all of your slaves and not just 13 the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior.
|
/linux-4.4.14/arch/x86/um/ |
D | ptrace_64.c | 41 [CS >> 3] = HOST_CS, 89 case CS: in putreg() 168 case CS: in getreg()
|
D | user-offsets.c | 47 DEFINE(HOST_CS, CS); in foo() 72 DEFINE_LONGS(HOST_CS, CS); in foo()
|
D | ptrace_32.c | 67 [CS] = HOST_CS, 102 case CS: in putreg() 153 case CS: in getreg()
|
D | signal.c | 195 GETREG(CS, cs); in copy_sc_from_user() 286 PUTREG(CS, cs); in copy_sc_to_user()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | maxim,ds26522.txt | 5 - reg: SPI CS.
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64.S | 314 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */ 452 testb $3, CS(%rsp) /* from kernel_thread? */ 504 testb $3, CS(%rsp) 563 testb $3, CS(%rsp) 745 testb $3, CS(%rsp) /* If coming from userspace, switch stacks */ 1052 testb $3, CS+8(%rsp) 1196 testb $3, CS-RIP+8(%rsp)
|
D | calling.h | 84 #define CS 17*8 macro
|
D | entry_32.S | 256 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS 362 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | samsung-fimd.txt | 52 - wr-setup: clock cycles for the active period of CS signal is enabled until 55 - wr-active: clock cycles for the active period of CS is enabled. 57 - wr-hold: clock cycles for the active period of CS is disabled until write
|
/linux-4.4.14/Documentation/input/ |
D | iforce-protocol.txt | 20 2B OP LEN DATA CS 21 CS is the checksum. It is equal to the exclusive or of all bytes. 25 The 2B, LEN and CS fields have disappeared, probably because USB handles frames and 162 ff 03 42 03 e8 CS would mean that the device has 1000 bytes of ram available. 168 ff 02 4e 14 CS would stand for 20 effects.
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | perf_regs.c | 15 SMPL_REG(CS, PERF_REG_X86_CS),
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 62 stack, from the CS of the ptregs area of the kernel stack: 65 testl $3,CS+8(%rsp) 89 which might have triggered right after a normal entry wrote CS to the
|
D | boot.txt | 1022 uncompressed. No segments, except CS, are guaranteed to be 1064 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS 1102 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-onenand.txt | 12 - reg: The CS line the peripheral is connected to
|
D | sunxi-nand.txt | 7 - #address-cells: shall be set to 1. Encode the nand CS.
|
D | vf610-nfc.txt | 10 - #address-cells: shall be set to 1. Encode the nand CS.
|
D | gpmc-nand.txt | 16 - reg: The CS line the peripheral is connected to
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6qdl-rex.dtsi | 180 /* CS */ 190 /* CS */
|
D | imx6qdl-sabrelite.dtsi | 353 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
|
D | imx6qdl-nitrogen6x.dtsi | 388 MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x000b1 /* CS */
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 124 Select (CS) line number, the second cell address offset within the CS. 154 - mapping of the SMB CS/offset addresses into main address space:
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 34 - CS-specific partition/range. If continuous, must be 38 - control partition which is common for all CS 152 * Partition0: CS-specific memory range which is
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | ifm-csi.txt | 24 reg = <3 0 0x00100000>; /* CS 3, 1 MiB range */
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | vdso | 8 if you set CS on x86 to something strange, the vDSO functions are
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | audio.h | 102 #define UAC_CONTROL_BIT(CS) (1 << ((CS) - 1)) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 1 === ST Microelectronics SPEAr SPI CS Driver ===
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 94 /* masters mapping: CS, CS offset, size */
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 38 2 sources: DMAx CS FIFO Needs Service IRQ (on UIC0)
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | Kconfig | 19 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 24 assertion of the CS to the start of the first clock pulse.
|
/linux-4.4.14/arch/x86/kernel/ |
D | mcount_64.S | 214 movq %rcx, CS(%rsp)
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | Kconfig | 239 <http://support.intel.com/support/network/sb/CS-008441.htm> 312 <http://support.intel.com/support/network/sb/CS-008441.htm> 333 <http://support.intel.com/support/network/sb/CS-008441.htm>
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 85 …downloads/Product_Docs/LEON-G100-G200-MuxImplementation_ApplicationNote_%28GSM%20G1-CS-10002%29.pdf
|
/linux-4.4.14/Documentation/networking/ |
D | i40e.txt | 26 http://support.intel.com/support/network/sb/CS-012904.htm
|
D | README.ipw2100 | 75 http://www.intel.com/support/wireless/sb/CS-006408.htm
|
D | ixgbe.txt | 26 http://support.intel.com/support/network/sb/CS-012904.htm
|
D | ixgb.txt | 63 http://support.intel.com/support/network/sb/CS-012904.htm
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | Kconfig | 30 PLX/PCI/CS version of the driver to actually use the driver.
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 84 #define CS(n) (_CS + (n)*0x8) macro 952 val = readl(regs + CS(thrd->id)) & 0xf; in _state() 1557 i, readl(regs + CS(i)), in pl330_update()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 50 0e: PUSH CS (i64) 84 2e: SEG=CS (Prefix)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 50 0e: PUSH CS (i64) 84 2e: SEG=CS (Prefix)
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 641 16 bit words in SPI mode 0, automatically asserting CS on transfer
|
/linux-4.4.14/drivers/mmc/host/ |
D | Kconfig | 728 USB SD Host Controller specification (CS-118793-SP).
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 657 PIS(CS), in print_irq_status_vc() 1605 PIS(CS); in dsi_dump_dsidev_irqs()
|
/linux-4.4.14/Documentation/ |
D | kmemcheck.txt | 250 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 371 ,number="CS-TR-2222.1"
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 942 VMX_SEGMENT_FIELD(CS),
|