Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/tools/include/linux/
Dfilter.h33 #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/
Dlibbpf.h26 #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/
Dfilter.h52 #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/
Dcore.c48 #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/
Dchecksum.S183 #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/
Dchecksum.S194 #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 …]
Dmemcpy-sh4.S164 ! r4 --> [ ... ] DST [ ... ] SRC
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S271 #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/
Dobjdiff94 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/
Dst,nomadik.txt1 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/
Dctresource.c101 [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()
Dctresource.h25 SRC, enumerator
Dctatc.c116 [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 …]
Dctsrc.c369 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/
Dfsl,imx-src.txt11 - 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/
Dperf-probe.txt137 [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/
DLICENSE.SRC9 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/
Dsetup-sh7203.c40 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/
Dmemcpy-archs.S31 # 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/
Dmpic.txt46 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/
Dsetup-sh7770.c366 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/
Dimx-thermal.txt7 is higher than panic threshold, system will auto reboot by SRC module.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt20 - 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/
Dbpf_jit_comp.c68 #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/
Ddnfb.c89 #define SRC 0x3 macro
/linux-4.4.14/arch/frv/kernel/
Dsetup.c577 #define CLOCK(SRC,RATIO) ((SRC) * (((RATIO) >> 4) & 0x0f) / ((RATIO) & 0x0f)) in determine_clocks() argument
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c247 #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/
Dbnx2x_init.h608 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
/linux-4.4.14/sound/pci/
DKconfig103 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/
Domap_hsmmc.c108 #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/
DDPCM.txt228 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/
Dfpsp.S9598 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 …]
Dfplsp.S390 set SRC, 0 # offsets within an
/linux-4.4.14/drivers/dma/
Dpl330.c343 SRC = 0, enumerator
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped420 /* Copy COUNT objects from SRC to DST. The source and destination do
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped417 /* Copy COUNT objects from SRC to DST. The source and destination do
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped411 /* Copy COUNT objects from SRC to DST. The source and destination do