| /linux/tools/include/linux/ |
| H A D | filter.h | 34 #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 D | bpf_insn.h | 10 #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 D | core.c | 61 #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 D | filter.h | 105 #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 D | aes-ctr-avx-x86_64.S | 249 _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 D | aes-xts-avx-x86_64.S | 155 .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 D | aes-gcm-aesni-x86_64.S | 405 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 D | aes-gcm-vaes-avx2.S | 657 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 D | aes-gcm-vaes-avx512.S | 665 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 D | memcpy-archs-unaligned.S | 12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument 17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
|
| H A D | memcpy-archs.S | 25 # 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 D | objdiff | 98 DST="`git rev-parse --short HEAD`" 101 DST="`git rev-parse --short $2`" 111 DSTD="$TMPD/$DST"
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bt8xx.rst | 75 - Old TwinHan DST cards or clones with or without CA slot and not 123 Twinhan DST and clones 113
|
| H A D | bttv-cardlist.rst | 470 - Twinhan DST + clones
|
| H A D | bttv.rst | 1555 - DST Card/DST-IP (bt878, twinhan asic) VP-1020 1563 - DST-CI Card (DVB Satellite) VP-1030
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | Kconfig | 38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_synack_old.pkt | 12 …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 D | conntrack_ack_loss_stall.pkt | 112 …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 D | iavf_fdir.c | 337 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 D | checksum.S | 161 ! r5: char *DST
|
| H A D | memcpy-sh4.S | 165 ! r4 --> [ ... ] DST [ ... ] SRC
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 156 cases in presence of DST - time stamps in a different DST
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | timekeeping.rst | 256 bit 0 = 0 (DST off) / 1 (DST enabled)
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 11993 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 D | pl330.c | 346 DST, enumerator
|