Home
last modified time | relevance | path

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

12

/linux/tools/include/linux/
H A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
38 .src_reg = SRC, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
46 .src_reg = SRC, \
80 #define BPF_MOV64_REG(DST, SRC) \ argument
84 .src_reg = SRC, \
88 #define BPF_MOV32_REG(DST, SRC) \ argument
92 .src_reg = SRC, \
116 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument
120 .src_reg = SRC, \
124 BPF_MOVSX32_REG(DST,SRC,OFF) global() argument
134 BPF_MOV64_RAW(TYPE,DST,SRC,IMM) global() argument
142 BPF_MOV32_RAW(TYPE,DST,SRC,IMM) global() argument
162 BPF_LD_IND(SIZE,SRC,IMM) global() argument
172 BPF_LDX_MEM(SIZE,DST,SRC,OFF) global() argument
182 BPF_STX_MEM(SIZE,DST,SRC,OFF) global() argument
205 BPF_ATOMIC_OP(SIZE,OP,DST,SRC,OFF) global() argument
214 BPF_STX_XADD(SIZE,DST,SRC,OFF) global() argument
228 BPF_JMP_REG(OP,DST,SRC,OFF) global() argument
238 BPF_JMP32_REG(OP,DST,SRC,OFF) global() argument
298 BPF_RAW_INSN(CODE,DST,SRC,OFF,IMM) global() argument
311 BPF_LD_IMM64_RAW(DST,SRC,IMM) global() argument
325 BPF_LD_IMM64_RAW_FULL(DST,SRC,OFF1,OFF2,IMM1,IMM2) global() argument
[all...]
/linux/samples/bpf/
H A Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
14 .src_reg = SRC, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
22 .src_reg = SRC, \
46 #define BPF_MOV64_REG(DST, SRC) \ argument
50 .src_reg = SRC, \
54 #define BPF_MOV32_REG(DST, SRC) \ argument
58 .src_reg = SRC, \
84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
88 .src_reg = SRC, \
119 BPF_LDX_MEM(SIZE,DST,SRC,OFF) global() argument
129 BPF_STX_MEM(SIZE,DST,SRC,OFF) global() argument
152 BPF_ATOMIC_OP(SIZE,OP,DST,SRC,OFF) global() argument
161 BPF_STX_XADD(SIZE,DST,SRC,OFF) global() argument
175 BPF_JMP_REG(OP,DST,SRC,OFF) global() argument
185 BPF_JMP32_REG(OP,DST,SRC,OFF) global() argument
215 BPF_RAW_INSN(CODE,DST,SRC,OFF,IMM) global() argument
[all...]
/linux/arch/x86/crypto/
H A Daegis128-aesni-asm.S58 * Load 1 <= LEN (%ecx) <= 15 bytes from the pointer SRC into the xmm register
66 movq (SRC), MSG /* Load first 8 bytes */
67 mov (SRC, %rcx), %rax /* Load last 8 bytes */
79 mov (SRC), %eax /* Load first 4 bytes */
80 mov (SRC, %rcx), %r8d /* Load last 4 bytes */
86 movzbl (SRC), %eax /* Load first byte */
88 movzwl (SRC, %rcx), %r8d /* Load last 2 bytes */
194 .set SRC, %rsi define
209 movdqu 0x00(SRC), MSG
215 movdqu 0x10(SRC), MS
310 .set SRC, %rsi global() define
382 .set SRC, %rsi global() define
443 .set SRC, %rsi global() define
515 .set SRC, %rsi global() define
[all...]
H A Daes-ctr-avx-x86_64.S245 _vpxor \i*VL(SRC), RNDKEYLAST, RNDKEY
257 _vpxor \i*VL(SRC), AESDATA\i, AESDATA\i
286 .set SRC, %rsi // Pointer to next source data define
380 sub $-8*VL, SRC
406 sub $-4*VL, SRC
433 sub $-2*VL, SRC
457 sub $-1*VL, SRC
465 sub $-2*VL, SRC
473 sub $-3*VL, SRC
484 vmovdqu8 (SRC), AESDATA
[all...]
H A Daes-xts-avx-x86_64.S154 .set SRC, %rsi // Pointer to next source data define
646 vmovdqu8 0*VL(SRC), V0
647 vmovdqu8 1*VL(SRC), V1
648 vmovdqu8 2*VL(SRC), V2
649 vmovdqu8 3*VL(SRC), V3
655 vpxor 0*VL(SRC), KEY0, V0
656 vpxor 1*VL(SRC), KEY0, V1
657 vpxor 2*VL(SRC), KEY0, V2
658 vpxor 3*VL(SRC), KEY0, V3
716 sub $-4*VL, SRC // shorte
[all...]
H A Daes-gcm-avx10-x86_64.S572 vpxord 0*VL(SRC), RNDKEYLAST, GHASHDATA0
573 vpxord 1*VL(SRC), RNDKEYLAST, GHASHDATA1
574 vpxord 2*VL(SRC), RNDKEYLAST, GHASHDATA2
575 vpxord 3*VL(SRC), RNDKEYLAST, GHASHDATA3
620 .set SRC, %rcx define
773 sub $-4*VL, SRC // shorter than 'add 4*VL' when VL=32
789 vmovdqu8 0*VL(SRC), GHASHDATA0
790 vmovdqu8 1*VL(SRC), GHASHDATA1
791 vmovdqu8 2*VL(SRC), GHASHDATA2
792 vmovdqu8 3*VL(SRC), GHASHDATA
[all...]
H A Daes-gcm-aesni-x86_64.S392 // encrypting, or SRC if decrypting. They also expect the precomputed hash key
407 movdqu (SRC), TMP1
442 movdqu (SRC,%rax,2), TMP1
649 // XOR eight blocks from SRC with the keystream blocks in AESDATA[0-7], and
653 _xor_mem_to_reg \i*16(SRC), AESDATA\i, tmp=TMP0
688 .set SRC, %rcx define
692 // Note: the code setting up for _load_partial_block assumes that SRC is
760 sub $-8*16, SRC
810 sub $-8*16, SRC
896 _xor_mem_to_reg (SRC), TMP
[all...]
/linux/include/linux/
H A Dfilter.h102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
106 .src_reg = SRC, \
110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
111 BPF_ALU64_REG_OFF(OP, DST, SRC, 0)
113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument
117 .src_reg = SRC, \
121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
122 BPF_ALU32_REG_OFF(OP, DST, SRC, 0)
168 #define BPF_MOV64_REG(DST, SRC) \ argument
172 .src_reg = SRC, \
176 BPF_MOV32_REG(DST,SRC) global() argument
190 BPF_MOV64_PERCPU_REG(DST,SRC) global() argument
223 BPF_MOVSX64_REG(DST,SRC,OFF) global() argument
231 BPF_MOVSX32_REG(DST,SRC,OFF) global() argument
267 BPF_LD_IMM64_RAW(DST,SRC,IMM) global() argument
287 BPF_MOV64_RAW(TYPE,DST,SRC,IMM) global() argument
295 BPF_MOV32_RAW(TYPE,DST,SRC,IMM) global() argument
315 BPF_LD_IND(SIZE,SRC,IMM) global() argument
325 BPF_LDX_MEM(SIZE,DST,SRC,OFF) global() argument
335 BPF_LDX_MEMSX(SIZE,DST,SRC,OFF) global() argument
345 BPF_STX_MEM(SIZE,DST,SRC,OFF) global() argument
371 BPF_ATOMIC_OP(SIZE,OP,DST,SRC,OFF) global() argument
380 BPF_STX_XADD(SIZE,DST,SRC,OFF) global() argument
394 BPF_JMP_REG(OP,DST,SRC,OFF) global() argument
414 BPF_JMP32_REG(OP,DST,SRC,OFF) global() argument
486 BPF_RAW_INSN(CODE,DST,SRC,OFF,IMM) global() argument
[all...]
/linux/tools/testing/selftests/net/
H A Dudpgro_fwd.sh8 readonly SRC=2
11 readonly NS_SRC=$BASE$SRC
48 ip link add name veth$SRC type veth peer name veth$DST
50 for ns in $SRC $DST; do
78 for ns in $SRC $DST; do
79 # note that 3 - $SRC == $DST and 3 - $DST == $SRC
83 for ns in $SRC $DST; do
90 local addr_src=$(ip -j -n $BASE$SRC link show dev vxlan6$SRC |j
[all...]
/linux/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
H A Dmemcpy-archs.S26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
/linux/Documentation/devicetree/bindings/clock/
H A 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/scripts/
H A Dobjdiff97 SRC="`git rev-parse --short HEAD^`"
100 SRC="`git rev-parse --short $1`"
110 SRCD="$TMPD/$SRC"
/linux/kernel/bpf/
H A Dcore.c60 #define SRC regs[insn->src_reg] macro
1784 DST = DST OP (SRC & 63); \ in ___bpf_prog_run()
1787 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run()
1798 DST = DST OP SRC; \ in ___bpf_prog_run()
1801 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run()
1828 DST = (u32) SRC; in ___bpf_prog_run()
1831 DST = (u32)(s8) SRC; in ___bpf_prog_run()
1834 DST = (u32)(s16) SRC; in ___bpf_prog_run()
1844 DST = SRC; in ___bpf_prog_run()
1847 DST = (s8) SRC; in ___bpf_prog_run()
[all...]
/linux/sound/pci/ctxfi/
H A Dctresource.c96 /* SRC channel is at Audio Ring slot 1 every 16 slots. */
97 [SRC] = 0x1,
149 case SRC: in rsc_init()
178 case SRC: in rsc_uninit()
216 case SRC: in rsc_mgr_init()
261 case SRC: in rsc_mgr_uninit()
H A Dctresource.h21 SRC, enumerator
/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt11 - SRC : Sampling Rate Converter
34 See datasheet to check SRC/CTU/MIX/DVC connect-limitation.
59 * SRC (Sampling Rate Converter)
63 ------> [SRC] ------>
65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
85 > amixer set "SRC Out Rate" on
87 > amixer set "SRC Out Rate" 48000
88 > amixer set "SRC Out Rate" 44100
/linux/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
13 OBJ := $(SRC:.c=.o)
/linux/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7203.c36 /* ROM-DEC, SDHI, SRC, and IEB are SH7263 specific */
38 SRC, IEBI, enumerator
125 INTC_IRQ(SRC, 244), INTC_IRQ(SRC, 245),
126 INTC_IRQ(SRC, 246),
161 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1, SRC, IEBI, 0 } },
/linux/drivers/net/
H A 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/tools/perf/Documentation/
H A Dperf-probe.txt160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
163 [[GROUP:]EVENT=]SRC:ALN [ARG ...]
166 [[GROUP:]EVENT=]SRC;PTN [ARG ...]
176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function.
177 It is also possible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
221 probe syntax, 'SRC' mean
[all...]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c19 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, SRC); in iavf_fill_adv_rss_ip4_hdr()
36 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, SRC); in iavf_fill_adv_rss_ip6_hdr()
/linux/Documentation/virt/kvm/devices/
H A Dmpic.rst51 the main array of interrupt sources (a.k.a. "SRC" interrupts).
58 Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
/linux/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c319 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument
321 "r1 = %[" #SRC "] ll;" \ in load_acquire()
328 : __imm_addr(SRC), \ in load_acquire()
/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7770.c354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
411 INTC_GROUP(SRC, SRC_RX, SRC_TX, SRC_SPDIF),
424 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S,
431 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },

12