| /linux-6.15/arch/x86/crypto/ |
| H A D | aesni-intel_asm.S | 644 test LEN, LEN # check length 683 popl LEN 704 test LEN, LEN 744 popl LEN 787 popl LEN 880 popl LEN 937 popl LEN 998 popl LEN 1240 test LEN, LEN 1250 popl LEN [all …]
|
| H A D | aes-ctr-avx-x86_64.S | 375 add $-8*VL, LEN 386 add $-8*VL, LEN 389 sub $-8*VL, LEN 397 cmp $4*VL, LEN 412 add $-4*VL, LEN 428 cmp $2*VL, LEN 439 add $-2*VL, LEN 459 add $-1*VL, LEN 499 cmp $16, LEN 505 sub $16, LEN [all …]
|
| H A D | aegis128-aesni-asm.S | 195 .set LEN, %edx define 197 test LEN, LEN 212 sub $0x10, LEN 218 sub $0x10, LEN 224 sub $0x10, LEN 230 sub $0x10, LEN 236 sub $0x10, LEN 394 mov LEN, %r9d 404 mov %r9d, LEN 527 mov LEN, %r9d [all …]
|
| H A D | aes-xts-avx-x86_64.S | 152 .set LEN, %ecx // Remaining length in bytes define 599 lea -16(LEN), %eax 601 cmovnz %eax, LEN 613 add $-4*VL, LEN // shorter than 'sub 4*VL' when VL=32 693 add $-4*VL, LEN 713 add $3*VL, LEN // Undo extra sub of 4*VL, then sub VL. 722 sub $VL, LEN 725 add $VL-16, LEN // Undo extra sub of VL, then sub 16. 739 sub $16, LEN 742 add $16, LEN // Undo the extra sub of 16. [all …]
|
| /linux-6.15/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned.S | 56 #define LEN a3 macro 87 srli t0, LEN, 2 134 addi LEN, LEN, -16 135 bnez LEN, 1b 142 srli LEN, LEN, 2 // Convert LEN from bytes to words 157 sub LEN, LEN, t0 158 bnez LEN, 1b 204 addi LEN, LEN, -16 237 andi LEN32, LEN, ~15 239 andi LEN_MOD16, LEN, 15 [all …]
|
| H A D | ghash-riscv64-zvkg.S | 53 #define LEN a3 macro 67 addi LEN, LEN, -16 68 bnez LEN, .Lnext_block
|
| H A D | aes-riscv64-zvkned-zvkb.S | 55 #define LEN a3 macro 64 addi t0, LEN, 15 112 vsetvli t0, LEN, e8, m4, ta, ma 120 sub LEN, LEN, t0 125 bnez LEN, 1b
|
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 56 #define LEN a3 macro 98 ble LEN, t0, .Linit_single_block\@ 273 andi TAIL_LEN, LEN, 15 280 sub LEN, LEN, TAIL_LEN 281 addi LEN, LEN, -16 283 srli LEN32, LEN, 2
|
| H A D | chacha-riscv64-zvkb.S | 52 #define LEN a3 macro 141 srli LEN, LEN, 6 // Bytes to blocks 179 vsetvli VL, LEN, e32, m1, ta, ma 274 sub LEN, LEN, VL 278 bnez LEN, .Lblock_loop
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | bindec.S | 43 | A6. Calculate LEN. 85 | A13. Check for LEN digits. 116 | d4: LEN 276 | A6. Calculate LEN. 290 | d4: exc picture/LEN 315 tstl %d4 |LEN check: branch on sign of LEN 362 | d4: LEN/Unchanged 622 | d4: LEN/LEN adjusted 631 | fp2: x/10^LEN 642 | Compute 10^(LEN-1) [all …]
|
| H A D | binstr.S | 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in 12 | Output: LEN bcd digits representing the 64-bit integer. 19 | LEN digits are formed. 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero. 49 | d0: LEN counter 79 subql #1,%d0 |for dbf d0 would have LEN+1 passes 120 swap %d7 |put LEN counter in word d7a 127 swap %d7 |put LEN counter in word d7a
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_reverse_clash.c | 26 #define LEN 512 macro 67 char buf[LEN]; in main() 96 if (sendto(s1, buf, LEN, 0, (struct sockaddr *)&sa2, sizeof(sa2)) != LEN) in main() 99 if (recvfrom(s2, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main() 105 if (sendto(s2, buf, LEN, 0, (struct sockaddr *)&sa1, sizeof(sa1)) != LEN) in main() 108 if (recvfrom(s1, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main()
|
| /linux-6.15/arch/arm/lib/ |
| H A D | crc32-core.S | 112 LEN .req r1 134 0: bic LEN, LEN, #15 141 sub LEN, LEN, #0x40 142 cmp LEN, #0x40 148 sub LEN, LEN, #0x40 174 cmp LEN, #0x40 196 teq LEN, #0 200 subs LEN, LEN, #0x10
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 40 2B OP LEN DATA CS 80 LEN= Varies 95 LEN= 0e 145 LEN= 08 158 LEN= 03 168 LEN= 07 181 LEN= 0a 201 LEN= 03 314 LEN= 2 or 3 329 LEN= 1 [all …]
|
| /linux-6.15/arch/x86/lib/ |
| H A D | crc-pclmul-template.S | 247 .set LEN, %rdx define 256 .set LEN, %ecx define 300 cmp $VL, LEN 319 cmp $4*VL-1, LEN 342 add $-4*VL, LEN // Shorter than 'sub 4*VL' when VL=32 346 cmp $4*VL-1, LEN // Shorter than 'cmp 4*VL' when VL=32 355 add $-4*VL, LEN 356 cmp $4*VL-1, LEN 410 neg LEN // Needed for indexing shuf_table 438 vpblendvb %xmm3, -16(BUF,LEN), %xmm1, %xmm1
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | chacha-s390.S | 45 #define LEN %r4 macro 304 aghi LEN,-0x40 316 clgfi LEN,0x40 330 aghi LEN,-0x40 343 clgfi LEN,0x40 357 aghi LEN,-0x40 370 clgfi LEN,0x40 411 #undef LEN 476 clgfi LEN,256 729 clgfi LEN,0x40 [all …]
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 231 sum += LEN(vec[i]); in get_reads() 390 ksft_test_result(ret == 1 && LEN(vec[0]) == 2 && in sanity_tests_sd() 393 LEN(vec2[1]) == vec_size - 3 && in sanity_tests_sd() 732 ksft_test_result(written == 1 && LEN(vec[0]) >= vec_size - 2 && LEN(vec[0]) <= vec_size, in base_tests() 756 ksft_test_result(written == 1 && LEN(vec[0]) >= 1, in base_tests() 774 && LEN(vec[0]) == 2, in base_tests() 862 ksft_test_result(ret == 1 && LEN(vec[0]) > 0, in hpage_unit_tests() 1212 LEN(vec[0]) == (buf_size/page_size) && in sanity_tests() 1286 ksft_test_result(ret == 1 && LEN(vec) == 2, in mprotect_tests() 1299 ksft_test_result(ret == 1 && LEN(vec) == 2, in mprotect_tests() [all …]
|
| /linux-6.15/tools/power/cpupower/debug/i386/ |
| H A D | dump_psb.c | 15 #define LEN (0x100000 - 0xc0000) macro 185 for (p = mem; p - mem < LEN; p+=16) { in main() 192 munmap(mem, LEN); in main()
|
| /linux-6.15/arch/sparc/net/ |
| H A D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ argument 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ argument 136 mov (LEN), %o2; \
|
| /linux-6.15/security/apparmor/include/ |
| H A D | match.h | 109 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument 111 typeof(LEN) __i; \ 114 for (__i = 0; __i < LEN; __i++) { \
|
| /linux-6.15/lib/zlib_inflate/ |
| H A D | inflate.c | 427 state->mode = LEN; /* decode codes */ in zlib_inflate() 577 state->mode = LEN; in zlib_inflate() 579 case LEN: in zlib_inflate() 696 if (state->length == 0) state->mode = LEN; in zlib_inflate() 702 state->mode = LEN; in zlib_inflate()
|
| H A D | inflate.h | 36 LEN, /* i: waiting for length/lit code */ enumerator
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | ssh.rst | 6 .. |LEN| replace:: ``LEN`` substdef 66 * - |LEN| 75 the frame structure (|TYPE|, |LEN|, and |SEQ| fields) is placed directly 78 the frame has ``LEN=0``), the CRC of the payload is still present and will 79 evaluate to ``0xffff``. The |LEN| field does not include any of the CRCs, it 97 A message consists of |SYN|, followed by the frame (|TYPE|, |LEN|, |SEQ| and 98 CRC) and, if specified in the frame (i.e. ``LEN > 0``), payload bytes,
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.c | 594 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 605 LEN) * PAGE_SIZE; in compute_data_length() 869 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE, in check_header_template() 983 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header() 996 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >= in set_txreq_header() 1086 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg() 1098 omfactor = ((EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg()
|
| /linux-6.15/tools/include/linux/ |
| H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|