/linux-4.1.27/samples/bpf/ |
D | libbpf.h | 23 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 27 .src_reg = SRC, \ 31 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 35 .src_reg = SRC, \ 59 #define BPF_MOV64_REG(DST, SRC) \ argument 63 .src_reg = SRC, \ 81 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 85 .src_reg = SRC, \ 116 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 120 .src_reg = SRC, \ [all …]
|
/linux-4.1.27/include/linux/ |
D | filter.h | 50 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 54 .src_reg = SRC, \ 58 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 62 .src_reg = SRC, \ 96 #define BPF_MOV64_REG(DST, SRC) \ argument 100 .src_reg = SRC, \ 104 #define BPF_MOV32_REG(DST, SRC) \ argument 108 .src_reg = SRC, \ 134 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 138 .src_reg = SRC, \ [all …]
|
/linux-4.1.27/kernel/bpf/ |
D | core.c | 47 #define SRC regs[insn->src_reg] macro 308 DST = DST OP SRC; \ in __bpf_prog_run() 311 DST = (u32) DST OP (u32) SRC; \ in __bpf_prog_run() 336 DST = (u32) SRC; in __bpf_prog_run() 342 DST = SRC; in __bpf_prog_run() 352 (*(s64 *) &DST) >>= SRC; in __bpf_prog_run() 358 if (unlikely(SRC == 0)) in __bpf_prog_run() 360 div64_u64_rem(DST, SRC, &tmp); in __bpf_prog_run() 364 if (unlikely(SRC == 0)) in __bpf_prog_run() 367 DST = do_div(tmp, (u32) SRC); in __bpf_prog_run() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/lib/ |
D | checksum_32.S | 276 #define SRC(y...) \ macro 307 SRC(1: movw (%esi), %bx ) 318 SRC(1: movl (%esi), %ebx ) 319 SRC( movl 4(%esi), %edx ) 325 SRC( movl 8(%esi), %ebx ) 326 SRC( movl 12(%esi), %edx ) 332 SRC( movl 16(%esi), %ebx ) 333 SRC( movl 20(%esi), %edx ) 339 SRC( movl 24(%esi), %ebx ) 340 SRC( movl 28(%esi), %edx ) [all …]
|
/linux-4.1.27/scripts/ |
D | objdiff | 94 SRC="`git rev-parse --short HEAD^`" 97 SRC="`git rev-parse --short $1`" 107 SRCD="$TMPD/$SRC"
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 130 [EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 133 [EVENT=]SRC:ALN [ARG ...] 136 [EVENT=]SRC;PTN [ARG ...] 140 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source… 141 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' … 160 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 164 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 166 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 17 - rcar_sound,src : Should contain SRC feature. 18 The number of SRC subnode should be same as HW. 36 SRC subnode properties:
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/thermal/ |
D | imx-thermal.txt | 7 is higher than panic threshold, system will auto reboot by SRC module.
|
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 66 #define EMIT_mov(DST, SRC) \ argument 67 do {if (DST != SRC) \ 68 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux-4.1.27/drivers/video/fbdev/ |
D | dnfb.c | 89 #define SRC 0x3 macro
|
/linux-4.1.27/arch/frv/kernel/ |
D | setup.c | 577 #define CLOCK(SRC,RATIO) ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) in determine_clocks() argument
|
/linux-4.1.27/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.1.27/drivers/video/fbdev/msm/ |
D | mdp_ppp.c | 58 PPP_ARRAY1(CFG, SRC) 85 PPP_ARRAY1(CHROMA_SAMP, SRC)
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 606 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
|
/linux-4.1.27/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.1.27/drivers/mmc/host/ |
D | omap_hsmmc.c | 107 #define SRC (1 << 25) macro 1039 omap_hsmmc_reset_controller_fsm(host, SRC); in hsmmc_command_incomplete() 1523 omap_hsmmc_reset_controller_fsm(host, SRC); in omap_hsmmc_request()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/dma/ |
D | pl330.c | 343 SRC = 0, enumerator
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 408 /* Copy COUNT objects from SRC to DST. The source and destination do
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 410 /* Copy COUNT objects from SRC to DST. The source and destination do
|