Searched refs:SRC (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/tools/include/linux/
H A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \
38 .src_reg = SRC, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \
46 .src_reg = SRC, \
80 #define BPF_MOV64_REG(DST, SRC) \
84 .src_reg = SRC, \
88 #define BPF_MOV32_REG(DST, SRC) \
92 .src_reg = SRC, \
116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \
120 .src_reg = SRC, \
[all...]
/linux-master/samples/bpf/
H A Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \
14 .src_reg = SRC, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \
22 .src_reg = SRC, \
46 #define BPF_MOV64_REG(DST, SRC) \
50 .src_reg = SRC, \
54 #define BPF_MOV32_REG(DST, SRC) \
58 .src_reg = SRC, \
84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \
88 .src_reg = SRC, \
[all...]
/linux-master/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4]
H A Dmemcpy-archs.S26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4]
/linux-master/tools/testing/selftests/net/
H A Dveth.sh7 readonly SRC=2
10 readonly NS_SRC=$BASE$SRC
42 ip link add name veth$SRC type veth peer name veth$DST
44 for ns in $SRC $DST; do
106 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null
146 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
152 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
174 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
197 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
229 chk_gro_flag "default - gro flag" $SRC of
[all...]
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-master/scripts/
H A Dobjdiff97 SRC="`git rev-parse --short HEAD^`"
100 SRC="`git rev-parse --short $1`"
110 SRCD="$TMPD/$SRC"
/linux-master/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
13 OBJ := $(SRC:.c=.o)
/linux-master/include/linux/
H A Dfilter.h99 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \
103 .src_reg = SRC, \
107 #define BPF_ALU64_REG(OP, DST, SRC) \
108 BPF_ALU64_REG_OFF(OP, DST, SRC, 0)
110 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \
114 .src_reg = SRC, \
118 #define BPF_ALU32_REG(OP, DST, SRC) \
119 BPF_ALU32_REG_OFF(OP, DST, SRC, 0)
165 #define BPF_MOV64_REG(DST, SRC) \
169 .src_reg = SRC, \
[all...]
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-asm.S25 #define SRC %rdx define
67 * SRC - src
85 add SRC, %r8
95 add SRC, %r8
106 add SRC, %r8
120 add SRC, %r8
249 mov SRC, %r8
255 movdqa 0x00(SRC), MSG
262 movdqa 0x10(SRC), MSG
269 movdqa 0x20(SRC), MS
[all...]
/linux-master/sound/pci/ctxfi/
H A Dctresource.c96 /* SRC channel is at Audio Ring slot 1 every 16 slots. */
97 [SRC] = 0x1,
149 case SRC:
178 case SRC:
216 case SRC:
261 case SRC:
H A Dctresource.h21 SRC, enumerator in enum:RSCTYP
H A Dctatc.c112 [SRC] = { .create = src_mgr_create,
241 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC];
255 /* Get SRC resource */
319 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC];
468 if (1 == atc->msr) { /* FIXME: do we really need SRC here if pitch==1 */
501 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC];
620 /* Allocate a SRC for writing data to host memory */
724 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC];
739 /* Set up recording SRC */
784 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC];
[all...]
H A Dctsrc.c365 err = rsc_init(&p->rsc, idx + i, SRC, desc->msr, mgr->mgr.hw);
377 (--p)->intlv = NULL; /* Set @intlv of the last SRC to NULL */
431 "Can't meet SRC resource request!\n");
553 err = rsc_mgr_init(&src_mgr->mgr, SRC, SRC_RESOURCE_NUM, hw);
568 /* Disable all SRC resources. */
/linux-master/kernel/bpf/
H A Dcore.c59 #define SRC regs[insn->src_reg] macro
1749 DST = DST OP (SRC & 63); \
1752 DST = (u32) DST OP ((u32) SRC & 31); \
1763 DST = DST OP SRC; \
1766 DST = (u32) DST OP (u32) SRC; \
1793 DST = (u32) SRC;
1796 DST = (u32)(s8) SRC;
1799 DST = (u32)(s16) SRC;
1809 DST = SRC;
1812 DST = (s8) SRC;
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c19 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, SRC);
36 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, SRC);
H A Diavf_fdir.c332 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, SRC);
374 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, SRC);
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7203.c36 /* ROM-DEC, SDHI, SRC, and IEB are SH7263 specific */
38 SRC, IEBI, enumerator in enum:__anon16
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-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c835 #define STORE_IPV6_WORD_N(DST, SRC, N) \
836 BPF_MOV32_IMM(BPF_REG_7, SRC[N]), \
840 #define STORE_IPV6(DST, SRC) \
841 STORE_IPV6_WORD_N(DST, SRC, 0), \
842 STORE_IPV6_WORD_N(DST, SRC, 1), \
843 STORE_IPV6_WORD_N(DST, SRC, 2), \
844 STORE_IPV6_WORD_N(DST, SRC, 3)
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7770.c354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator in enum:__anon37
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 } },
/linux-master/drivers/video/fbdev/
H A Ddnfb.c90 #define SRC 0x3 macro
/linux-master/arch/sh/lib/
H A Dchecksum.S191 ! r4: const char *SRC
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c215 #define emit_stmem(OFF, SRC) \
216 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h529 * SRC configuration
607 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c655 /* SRC */
831 /* if the SRC ILT client is inactive - there are no connection
842 /* use the same page size as the SRC ILT client */
1135 clients[ILT_CLI_SRC].first.reg = ILT_CFG_REG(SRC, FIRST_ILT);
1136 clients[ILT_CLI_SRC].last.reg = ILT_CFG_REG(SRC, LAST_ILT);
1137 clients[ILT_CLI_SRC].p_size.reg = ILT_CFG_REG(SRC, P_SIZE);
1616 /* SRC (Searcher) PF */

Completed in 392 milliseconds

12