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/scripts/livepatch/
H A Dklp-build38 SRC="$(pwd)"
76 local rel_file="${file#"$SRC"/}"
90 mv -f "$STASH_DIR/$file" "$SRC/$file" || warn "can't restore file: $file"
287 local file="$SRC/scripts/setlocalversion"
292 localversion="$(cd "$SRC" && make --no-print-directory kernelversion)"
293 localversion="$(cd "$SRC" && KERNELVERSION="$localversion" ./scripts/setlocalversion)"
313 [[ ! -e "$SRC/.git" ]] && return
318 cd "$SRC"
349 cd "$SRC"
367 cd "$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
300 ip netns exec "$NS_SRC" ethtool -K veth"$SRC" tso off
[all …]
/linux/arch/x86/crypto/
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), AESDATA1{%k1}{z}
[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 // shorter than 'add 4*VL' when VL=32
[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/kernel/bpf/
H A Dcore.c63 #define SRC regs[insn->src_reg] macro
1792 DST = DST OP (SRC & 63); \ in ___bpf_prog_run()
1795 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run()
1806 DST = DST OP SRC; \ in ___bpf_prog_run()
1809 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run()
1836 DST = (u32) SRC; in ___bpf_prog_run()
1839 DST = (u32)(s8) SRC; in ___bpf_prog_run()
1842 DST = (u32)(s16) SRC; in ___bpf_prog_run()
1852 DST = SRC; in ___bpf_prog_run()
1855 DST = (s8) SRC; in ___bpf_prog_run()
[all …]
/linux/scripts/
H A Dobjdiff97 SRC="`git rev-parse --short HEAD^`"
100 SRC="`git rev-parse --short $1`"
110 SRCD="$TMPD/$SRC"
/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.c118 [SRC] = { .create = src_mgr_create,
247 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_playback_prepare()
325 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_release_resources()
507 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_get_resources()
730 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_start()
790 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in spdif_passthru_playback_get_resources()
1219 src_mgr = atc->rsc_mgrs[SRC]; in atc_release_resources()
1445 src_mgr = atc->rsc_mgrs[SRC]; in atc_get_resources()
1547 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources()
1559 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources()
[all …]
H A Dctresource.h21 SRC, enumerator
/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/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
/linux/drivers/net/ethernet/intel/iavf/
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()

12