/linux-4.4.14/tools/include/linux/ |
D | filter.h | 33 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 37 .src_reg = SRC, \ 41 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 45 .src_reg = SRC, \ 79 #define BPF_MOV64_REG(DST, SRC) \ argument 83 .src_reg = SRC, \ 87 #define BPF_MOV32_REG(DST, SRC) \ argument 91 .src_reg = SRC, \ 115 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 119 .src_reg = SRC, \ [all …]
|
/linux-4.4.14/samples/bpf/ |
D | libbpf.h | 26 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 30 .src_reg = SRC, \ 34 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 38 .src_reg = SRC, \ 62 #define BPF_MOV64_REG(DST, SRC) \ argument 66 .src_reg = SRC, \ 70 #define BPF_MOV32_REG(DST, SRC) \ argument 74 .src_reg = SRC, \ 92 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 96 .src_reg = SRC, \ [all …]
|
/linux-4.4.14/include/linux/ |
D | filter.h | 52 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 56 .src_reg = SRC, \ 60 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 64 .src_reg = SRC, \ 98 #define BPF_MOV64_REG(DST, SRC) \ argument 102 .src_reg = SRC, \ 106 #define BPF_MOV32_REG(DST, SRC) \ argument 110 .src_reg = SRC, \ 136 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 140 .src_reg = SRC, \ [all …]
|
/linux-4.4.14/kernel/bpf/ |
D | core.c | 48 #define SRC regs[insn->src_reg] macro 319 DST = DST OP SRC; \ in __bpf_prog_run() 322 DST = (u32) DST OP (u32) SRC; \ in __bpf_prog_run() 347 DST = (u32) SRC; in __bpf_prog_run() 353 DST = SRC; in __bpf_prog_run() 363 (*(s64 *) &DST) >>= SRC; in __bpf_prog_run() 369 if (unlikely(SRC == 0)) in __bpf_prog_run() 371 div64_u64_rem(DST, SRC, &tmp); in __bpf_prog_run() 375 if (unlikely(SRC == 0)) in __bpf_prog_run() 378 DST = do_div(tmp, (u32) SRC); in __bpf_prog_run() [all …]
|
/linux-4.4.14/arch/xtensa/lib/ |
D | checksum.S | 183 #define SRC(y...) \ macro 247 SRC( l32i a9, a2, 0 ) 248 SRC( l32i a8, a2, 4 ) 253 SRC( l32i a9, a2, 8 ) 254 SRC( l32i a8, a2, 12 ) 259 SRC( l32i a9, a2, 16 ) 260 SRC( l32i a8, a2, 20 ) 265 SRC( l32i a9, a2, 24 ) 266 SRC( l32i a8, a2, 28 ) 287 SRC( l32i a9, a2, 0 ) [all …]
|
/linux-4.4.14/arch/sh/lib/ |
D | checksum.S | 194 #define SRC(...) \ macro 207 ! r4: const char *SRC 249 SRC( mov.b @r4+,r1 ) 250 SRC( mov.b @r4+,r0 ) 282 SRC( mov.w @r4+,r0 ) 298 SRC( mov.l @r4+,r0 ) 299 SRC( mov.l @r4+,r1 ) 305 SRC( mov.l @r4+,r0 ) 306 SRC( mov.l @r4+,r1 ) 312 SRC( mov.l @r4+,r0 ) [all …]
|
D | memcpy-sh4.S | 164 ! r4 --> [ ... ] DST [ ... ] SRC
|
/linux-4.4.14/arch/x86/lib/ |
D | checksum_32.S | 271 #define SRC(y...) \ macro 300 SRC(1: movw (%esi), %bx ) 311 SRC(1: movl (%esi), %ebx ) 312 SRC( movl 4(%esi), %edx ) 318 SRC( movl 8(%esi), %ebx ) 319 SRC( movl 12(%esi), %edx ) 325 SRC( movl 16(%esi), %ebx ) 326 SRC( movl 20(%esi), %edx ) 332 SRC( movl 24(%esi), %ebx ) 333 SRC( movl 28(%esi), %edx ) [all …]
|
/linux-4.4.14/scripts/ |
D | objdiff | 94 SRC="`git rev-parse --short HEAD^`" 97 SRC="`git rev-parse --short $1`" 107 SRCD="$TMPD/$SRC"
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctresource.c | 101 [SRC] = 0x1, 154 case SRC: in rsc_init() 183 case SRC: in rsc_uninit() 221 case SRC: in rsc_mgr_init() 268 case SRC: in rsc_mgr_uninit()
|
D | ctresource.h | 25 SRC, enumerator
|
D | ctatc.c | 116 [SRC] = { .create = (create_t)src_mgr_create, 245 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_playback_prepare() 323 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_release_resources() 505 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_get_resources() 728 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_start() 788 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in spdif_passthru_playback_get_resources() 1193 src_mgr = atc->rsc_mgrs[SRC]; in atc_release_resources() 1413 src_mgr = atc->rsc_mgrs[SRC]; in atc_get_resources() 1510 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources() 1521 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources() [all …]
|
D | ctsrc.c | 369 err = rsc_init(&p->rsc, idx + i, SRC, desc->msr, mgr->mgr.hw); in src_rsc_init() 557 err = rsc_mgr_init(&src_mgr->mgr, SRC, SRC_RESOURCE_NUM, hw); in src_mgr_create()
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | fsl,imx-src.txt | 11 - interrupts: Should contain SRC interrupt and CPU WDOG interrupt, 29 nodes should specify the reset line on the SRC in their resets 30 property, containing a phandle to the SRC device node and a
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 137 [EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 140 [EVENT=]SRC:ALN [ARG ...] 143 [EVENT=]SRC;PTN [ARG ...] 147 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source… 148 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' … 167 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 171 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 173 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 9 In addition to the disclaimers in the GPL, SRC expressly disclaims any 11 This software was developed at SRC for use in internal research, and the
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | setup-sh7203.c | 40 SRC, IEBI, enumerator 127 INTC_IRQ(SRC, 244), INTC_IRQ(SRC, 245), 128 INTC_IRQ(SRC, 246), 163 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1, SRC, IEBI, 0 } },
|
/linux-4.4.14/arch/arc/lib/ |
D | memcpy-archs.S | 31 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 38 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | mpic.txt | 46 the main array of interrupt sources (a.k.a. "SRC" interrupts). 53 Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7770.c | 366 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator 423 INTC_GROUP(SRC, SRC_RX, SRC_TX, SRC_SPDIF), 436 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S, 443 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | imx-thermal.txt | 7 is higher than panic threshold, system will auto reboot by SRC module.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 20 - rcar_sound,src : Should contain SRC feature. 21 The number of SRC subnode should be same as HW. 50 SRC subnode properties:
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 68 #define EMIT_mov(DST, SRC) \ argument 69 do {if (DST != SRC) \ 70 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux-4.4.14/drivers/video/fbdev/ |
D | dnfb.c | 89 #define SRC 0x3 macro
|
/linux-4.4.14/arch/frv/kernel/ |
D | setup.c | 577 #define CLOCK(SRC,RATIO) ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) in determine_clocks() argument
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 247 #define emit_stmem(OFF, SRC) \ argument 248 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 608 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 103 Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 117 Supported features: Hardware Mixer and SRC. For more info, email 130 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap_hsmmc.c | 108 #define SRC (1 << 25) macro 1142 omap_hsmmc_reset_controller_fsm(host, SRC); in hsmmc_command_incomplete() 1611 omap_hsmmc_reset_controller_fsm(host, SRC); in omap_hsmmc_request()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 228 FE hw params. i.e. the DSP may perform SRC or ASRC from the FE to BE.
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 9598 fintrz.x SRC(%a0),%fp0 # calc int of src 12010 fmovm.x SRC(%a0),&0x80 # return INF result in fp0 12332 fmov.x SRC(%a0),%fp0 # do fmove in 13346 fintrz.x SRC(%a0),%fp0 # execute fintrz 13401 fmovm.x SRC(%a0),&0x80 # return result in fp0 13722 fabs.x SRC(%a0),%fp0 # force absolute value 13770 fcmp.x %fp0,SRC(%a0) # do compare 15034 fmovm.x SRC(%a0),&0x80 # return src INF 15483 fmovm.x SRC(%a0),&0x80 # return src INF 15832 fmovm.x SRC(%a0),&0x80 # return +INF in fp0 [all …]
|
D | fplsp.S | 390 set SRC, 0 # offsets within an
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 343 SRC = 0, enumerator
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 420 /* Copy COUNT objects from SRC to DST. The source and destination do
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 417 /* Copy COUNT objects from SRC to DST. The source and destination do
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 411 /* Copy COUNT objects from SRC to DST. The source and destination do
|