Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/include/linux/
H A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
37 .dst_reg = DST, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
45 .dst_reg = DST, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
55 .dst_reg = DST, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
63 .dst_reg = DST, \
70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
73 .dst_reg = DST, \
[all …]
/linux/samples/bpf/
H A Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
13 .dst_reg = DST, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
21 .dst_reg = DST, \
28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
31 .dst_reg = DST, \
36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
39 .dst_reg = DST, \
46 #define BPF_MOV64_REG(DST, SRC) \ argument
49 .dst_reg = DST, \
[all …]
/linux/kernel/bpf/
H A Dcore.c61 #define DST regs[insn->dst_reg] macro
1789 DST = DST OP (SRC & 63); \ in ___bpf_prog_run()
1792 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run()
1795 DST = DST OP IMM; \ in ___bpf_prog_run()
1798 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run()
1803 DST in ___bpf_prog_run()
[all...]
/linux/include/linux/
H A Dfilter.h105 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
108 .dst_reg = DST, \
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
119 .dst_reg = DST, \
124 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
125 BPF_ALU32_REG_OFF(OP, DST, SRC, 0)
129 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument
132 .dst_reg = DST, \
[all …]
/linux/arch/x86/crypto/
H A Daes-ctr-avx-x86_64.S249 _vmovdqu AESDATA\i, \i*VL(DST)
260 _vmovdqu AESDATA\i, \i*VL(DST)
287 .set DST, %rdx // Pointer to next destination data define
381 sub $-8*VL, DST
407 sub $-4*VL, DST
434 sub $-2*VL, DST
458 sub $-1*VL, DST
466 sub $-2*VL, DST
474 sub $-3*VL, DST
486 vmovdqu8 AESDATA0, (DST){%k1}
[all …]
H A Daes-xts-avx-x86_64.S155 .set DST, %rdx // Pointer to next destination data define
708 _vmovdqu V0, 0*VL(DST)
709 _vmovdqu V1, 1*VL(DST)
710 _vmovdqu V2, 2*VL(DST)
711 _vmovdqu V3, 3*VL(DST)
717 sub $-4*VL, DST
743 _vmovdqu V0, (DST)
746 add $VL, DST
760 vmovdqu %xmm0, (DST)
763 add $16, DST
[all …]
H A Daes-gcm-aesni-x86_64.S405 movdqu (DST), TMP1
440 movdqu (DST,%rax,2), TMP1
656 movdqu AESDATA\i, \i*16(DST)
689 .set DST, %r8 define
807 sub $-8*16, DST
812 sub $-8*16, DST
828 sub $-8*16, DST
897 movdqu TMP0, (DST)
901 movdqu TMP0, (DST)
917 add $16, DST
[all …]
H A Daes-gcm-vaes-avx2.S657 vmovdqu AESDATA\i, \i*32(DST)
691 .set DST, %r8 define
754 .set GHASHDATA_PTR, DST
826 sub $-128, DST // 128 is 4 bytes, -128 is 1 byte
831 sub $-128, DST
839 _ghash_4x DST
840 sub $-128, DST
894 vmovdqu AESDATA0, (DST)
906 add $32, DST
940 vmovdqu AESDATA1_XMM, -16(DST, DATALEN64)
[all …]
H A Daes-gcm-vaes-avx512.S665 vmovdqu8 GHASHDATA0, 0*64(DST)
666 vmovdqu8 GHASHDATA1, 1*64(DST)
667 vmovdqu8 GHASHDATA2, 2*64(DST)
668 vmovdqu8 GHASHDATA3, 3*64(DST)
699 .set DST, %r8 define
846 add $256, DST
894 add $256, DST
972 vmovdqu8 %zmm0, (DST){%k1}
998 add $64, DST
/linux/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
H A Dmemcpy-archs.S25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
/linux/scripts/
H A Dobjdiff98 DST="`git rev-parse --short HEAD`"
101 DST="`git rev-parse --short $2`"
111 DSTD="$TMPD/$DST"
/linux/Documentation/admin-guide/media/
H A Dbt8xx.rst75 - Old TwinHan DST cards or clones with or without CA slot and not
123 Twinhan DST and clones 113
H A Dbttv-cardlist.rst470 - Twinhan DST + clones
H A Dbttv.rst1555 - DST Card/DST-IP (bt878, twinhan asic) VP-1020
1563 - DST-CI Card (DVB Satellite) VP-1030
/linux/drivers/media/pci/bt8xx/
H A DKconfig38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_old.pkt12 …er bound (over the window of the receiver) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.37.78 LEN=4…
H A Dconntrack_ack_loss_stall.pkt112 …r bound (already ACKed data retransmitted) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.24.72 LEN=1…
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.c337 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_fdir_ip4_hdr()
381 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_fdir_ip6_hdr()
/linux/arch/sh/lib/
H A Dchecksum.S161 ! r5: char *DST
H A Dmemcpy-sh4.S165 ! r4 --> [ ... ] DST [ ... ] SRC
/linux/Documentation/filesystems/
H A Dvfat.rst156 cases in presence of DST - time stamps in a different DST
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst256 bit 0 = 0 (DST off) / 1 (DST enabled)
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S11993 fmovm.x DST(%a1),&0x80 # return INF result in fp0
13768 fmovm.x DST(%a1),&0x80 # load dst op
15490 fmovm.x DST(%a1),&0x80 # return dst INF
15856 # If the DST exponent is > the SRC exponent, set the DST exponent #
15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, #
/linux/drivers/dma/
H A Dpl330.c346 DST, enumerator

12