Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 25 of 42) 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, \
[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, \
[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, \
[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
83 for ns in $SRC $DST; do
90 local addr_src=$(ip -j -n $BASE$SRC link show dev vxlan6$SRC |jq -r '.[]["address"]')
91 ip -n $BASE$DST neigh add dev vxlan6$DST lladdr $addr_src $OL_NET_V6$SRC
92 ip -n $BASE$SRC neigh add dev vxlan6$SRC lladdr $addr_dst $OL_NET_V6$DST
/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
1767 DST = DST OP (SRC & 63); \ in ___bpf_prog_run()
1770 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run()
1781 DST = DST OP SRC; \ in ___bpf_prog_run()
1784 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run()
1811 DST = (u32) SRC; in ___bpf_prog_run()
1814 DST = (u32)(s8) SRC; in ___bpf_prog_run()
1817 DST = (u32)(s16) SRC; in ___bpf_prog_run()
1827 DST = SRC; in ___bpf_prog_run()
1830 DST = (s8) SRC; in ___bpf_prog_run()
[all …]
/linux/sound/pci/ctxfi/
H A Dctresource.c97 [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 Dctatc.c112 [SRC] = { .create = src_mgr_create,
241 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_playback_prepare()
319 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_release_resources()
501 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_get_resources()
724 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_start()
784 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in spdif_passthru_playback_get_resources()
1189 src_mgr = atc->rsc_mgrs[SRC]; in atc_release_resources()
1409 src_mgr = atc->rsc_mgrs[SRC]; in atc_get_resources()
1506 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources()
1517 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources()
[all …]
H A Dctresource.h21 SRC, enumerator
/linux/arch/x86/crypto/
H A Daes-gcm-aesni-x86_64.S407 movdqu (SRC), TMP1
442 movdqu (SRC,%rax,2), TMP1
653 _xor_mem_to_reg \i*16(SRC), AESDATA\i, tmp=TMP0
688 .set SRC, %rcx define
760 sub $-8*16, SRC
810 sub $-8*16, SRC
896 _xor_mem_to_reg (SRC), TMP0, tmp=TMP1
899 movdqu (SRC), TMP1
916 add $16, SRC
945 mov SRC, RNDKEYLAST_PTR
/linux/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7203.c38 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/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
13 OBJ := $(SRC:.c=.o)
/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 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source…
177 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' …
217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/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()
H A Diavf_fdir.c332 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, SRC); in iavf_fill_fdir_ip4_hdr()
374 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, SRC); in iavf_fill_fdir_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/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 } },
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst17 SRC := foo.c
20 $(APP): $(SRC)
21 $(CC) -o $(APP) $(SRC)
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_old.pkt12 // SEQ is over the upper bound (over the window of the receiver) IN=tun0 OUT= MAC= SRC=192.0.2.1 DS…
H A Dconntrack_ack_loss_stall.pkt112 …under the lower bound (already ACKed data retransmitted) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.1…
/linux/drivers/video/fbdev/
H A Ddnfb.c90 #define SRC 0x3 macro

12