| /linux/tools/include/linux/ |
| H A D | filter.h | 34 #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 D | bpf_insn.h | 10 #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/tools/testing/selftests/net/ |
| H A D | veth.sh | 7 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 104 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null 144 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i 150 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu 172 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3 195 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2 227 chk_gro_flag "default - gro flag" $SRC off [all …]
|
| H A D | udpgro_fwd.sh | 8 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 …]
|
| H A D | double_udp_encap.sh | 9 readonly SRC=1 115 ip link add name "veth$SRC" netns "$NS_SRC" type veth \ 171 ip netns exec "$NS_SRC" ethtool -K "veth$SRC" \ 186 ip netns exec "$NS_SRC" ethtool -K "$dev$SRC" \ 195 ip netns exec "$NS_SRC" ethtool -K "veth$SRC" tx off >/dev/null 2>&1
|
| /linux/scripts/livepatch/ |
| H A D | klp-build | 38 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 kernelrelease="$(cd "$SRC" && make syncconfig &>/dev/null && make -s kernelrelease)" 312 [[ ! -e "$SRC/.git" ]] && return 317 cd "$SRC" 348 cd "$SRC" 366 cd "$SRC" 409 [[ ! "$SRC" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory" [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aegis128-aesni-asm.S | 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), MSG 221 movdqu 0x20(SRC), MSG [all …]
|
| H A D | aes-ctr-avx-x86_64.S | 245 _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 D | aes-xts-avx-x86_64.S | 154 .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 …]
|
| H A D | aes-gcm-vaes-avx512.S | 655 vpxord 0*64(SRC), RNDKEYLAST, GHASHDATA0 656 vpxord 1*64(SRC), RNDKEYLAST, GHASHDATA1 657 vpxord 2*64(SRC), RNDKEYLAST, GHASHDATA2 658 vpxord 3*64(SRC), RNDKEYLAST, GHASHDATA3 701 .set SRC, %rcx define 848 add $256, SRC 864 vmovdqu8 0*64(SRC), GHASHDATA0 865 vmovdqu8 1*64(SRC), GHASHDATA1 866 vmovdqu8 2*64(SRC), GHASHDATA2 867 vmovdqu8 3*64(SRC), GHASHDATA3 [all …]
|
| H A D | aes-gcm-aesni-x86_64.S | 408 movdqu (SRC), TMP1 443 movdqu (SRC,%rax,2), TMP1 654 _xor_mem_to_reg \i*16(SRC), AESDATA\i, tmp=TMP0 689 .set SRC, %rcx define 761 sub $-8*16, SRC 811 sub $-8*16, SRC 897 _xor_mem_to_reg (SRC), TMP0, tmp=TMP1 900 movdqu (SRC), TMP1 917 add $16, SRC 946 mov SRC, RNDKEYLAST_PTR
|
| H A D | aes-gcm-vaes-avx2.S | 654 vpxor \i*32(SRC), RNDKEYLAST, TMP0 690 .set SRC, %rcx // Assumed to be %rcx. define 757 .set GHASHDATA_PTR, SRC 793 sub $-128, SRC // 128 is 4 bytes, -128 is 1 byte 830 sub $-128, SRC 892 vmovdqu (SRC), TMP1 906 add $32, SRC 939 vpxor -16(SRC, DATALEN64), AESDATA1_XMM, AESDATA1_XMM 940 vpxor (SRC), AESDATA0_XMM, AESDATA0_XMM 946 vmovdqu -16(SRC, DATALEN64), TMP1_XMM [all …]
|
| /linux/include/linux/ |
| H A D | filter.h | 105 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 109 .src_reg = SRC, \ 113 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 114 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 116 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 120 .src_reg = SRC, \ 124 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 125 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 171 #define BPF_MOV64_REG(DST, SRC) \ argument 175 .src_reg = SRC, \ [all …]
|
| /linux/arch/arc/lib/ |
| H A D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
| H A D | memcpy-archs.S | 26 # 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 D | st,nomadik.txt | 1 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 D | core.c | 63 #define SRC regs[insn->src_reg] macro 1819 DST = DST OP (SRC & 63); \ in ___bpf_prog_run() 1822 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run() 1833 DST = DST OP SRC; \ in ___bpf_prog_run() 1836 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run() 1863 DST = (u32) SRC; in ___bpf_prog_run() 1866 DST = (u32)(s8) SRC; in ___bpf_prog_run() 1869 DST = (u32)(s16) SRC; in ___bpf_prog_run() 1879 DST = SRC; in ___bpf_prog_run() 1882 DST = (s8) SRC; in ___bpf_prog_run() [all …]
|
| /linux/scripts/ |
| H A D | objdiff | 97 SRC="`git rev-parse --short HEAD^`" 100 SRC="`git rev-parse --short $1`" 110 SRCD="$TMPD/$SRC"
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctresource.c | 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()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | renesas,rsnd.txt | 11 - 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/arch/sh/kernel/cpu/sh2a/ |
| H A D | setup-sh7203.c | 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/tools/tracing/rtla/ |
| H A D | Makefile.standalone | 11 SRC := $(wildcard src/*.c) 13 OBJ := $(SRC:.c=.o)
|
| /linux/drivers/net/ |
| H A D | LICENSE.SRC | 9 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 D | perf-probe.txt | 160 [[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/tools/testing/selftests/bpf/progs/ |
| H A D | arena_atomics.c | 321 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument 323 "r1 = %[" #SRC "] ll;" \ in load_acquire() 330 : __imm_addr(SRC), \ in load_acquire()
|