/linux/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 145 vsetvli t0, LEN, e32, m4, ta, ma 157 sub LEN, LE [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 284 // LEN and LEN32 now contain the total length of the blocks that will be
|
/linux/arch/m68k/fpsp040/ ! |
H A D | bindec.S | 43 | A6. Calculate LEN. 44 | LEN is the number of digits to be displayed. The 49 | If LEN is computed to be greater than 17, set OPERR in 50 | USER_FPSR. LEN is stored in d4. 54 | of decimal places needed to insure LEN integer digits 85 | A13. Check for LEN digits. 86 | If the int operation results in more than LEN digits, 87 | or less than LEN -1 digits, adjust ILOG and repeat from 89 | result is exactly 10^LEN, decrement ILOG and divide 93 | The binstr routine is used to convert the LEN digi [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/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/arch/x86/crypto/ ! |
H A D | aes-ctr-avx-x86_64.S | 119 sub $8, %ecx // LEN - 8 122 // Load 9 <= LEN <= 15 bytes. 132 add $4, %ecx // LEN - 4 135 // Load 4 <= LEN <= 8 bytes. 141 // Load 1 <= LEN <= 3 bytes. 142 add $2, %ecx // LEN - 2 158 sub $8, %ecx // LEN - 8 161 // Store 8 <= LEN <= 15 bytes. 166 mov %rax, (\dst, \tmp64) // Store last LEN - 8 bytes 171 add $4, %ecx // LEN 288 .set LEN, %ecx // Remaining length in bytes. global() define [all...] |
H A D | aegis128-aesni-asm.S | 58 * Load 1 <= LEN (%ecx) <= 15 bytes from the pointer SRC into the xmm register 62 sub $8, %ecx /* LEN - 8 */ 65 /* Load 9 <= LEN <= 15 bytes: */ 75 add $4, %ecx /* LEN - 4 */ 78 /* Load 4 <= LEN <= 8 bytes: */ 84 /* Load 1 <= LEN <= 3 bytes: */ 85 add $2, %ecx /* LEN - 2 */ 99 * Store 1 <= LEN (%ecx) <= 15 bytes from the xmm register \msg to the pointer 103 sub $8, %ecx /* LEN - 8 */ 106 /* Store 8 <= LEN < 195 .set LEN, %edx global() define 312 .set LEN, %ecx global() define 384 .set LEN, %ecx /* {load,store}_partial rely on this being %ecx */ global() define 445 .set LEN, %ecx global() define 517 .set LEN, %ecx /* {load,store}_partial rely on this being %ecx */ global() define [all...] |
H A D | aes-xts-avx-x86_64.S | 156 .set LEN, %ecx // Remaining length in bytes define 621 // subtracting 16 from LEN. This is needed because ciphertext stealing 624 lea -16(LEN), %eax 626 cmovnz %eax, LEN 638 add $-4*VL, LEN // shorter than 'sub 4*VL' when VL=32 718 add $-4*VL, LEN 738 add $3*VL, LEN // Undo extra sub of 4*VL, then sub VL. 747 sub $VL, LEN 750 add $VL-16, LEN // Undo extra sub of VL, then sub 16. 752 add $4*VL-16, LEN // Und [all...] |
/linux/lib/crc/arm/ ! |
H A D | crc32-core.S | 112 LEN .req r1 120 * LEN - sizeof buffer (multiple of 16 bytes), LEN should be > 63 134 0: bic LEN, LEN, #15 141 sub LEN, LEN, #0x40 142 cmp LEN, #0x40 148 sub LEN, LEN, # [all...] |
/linux/Documentation/input/devices/ ! |
H A D | iforce-protocol.rst | 40 2B OP LEN DATA CS 51 The 2B, LEN and CS fields have disappeared, probably because USB handles 63 LEN= Varies from device to device 80 LEN= Varies 95 LEN= 0e 145 LEN= 08 158 LEN= 03 168 LEN= 07 181 LEN= 0a 201 LEN [all...] |
/linux/lib/crc/x86/ ! |
H A D | crc-pclmul-template.S | 247 .set LEN, %rdx define 256 .set LEN, %ecx define 296 // appropriate end of the first 128-bit lane of data. If LEN < VL, then 297 // use a short vector and jump ahead to the final reduction. (LEN >= 16 298 // is guaranteed here but not necessarily LEN >= VL.) 300 cmp $VL, LEN 318 // Handle VL <= LEN < 4*VL. 319 cmp $4*VL-1, LEN 322 // If VL <= LEN < 2*VL, then jump ahead to the reduction from 1 vector. 330 // Otherwise 2*VL <= LEN < [all...] |
/linux/lib/crypto/s390/ ! |
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 403 brct LEN,.Loop_tail_4x 411 #undef LEN 429 #define LEN macro [all...] |
/linux/tools/testing/selftests/mm/ ! |
H A D | pagemap_ioctl.c | 42 #define LEN(region) ((region.end - region.start)/page_size) macro 232 sum += LEN(vec[i]); in get_reads() 391 ksft_test_result(ret == 1 && LEN(vec[0]) == 2 && in sanity_tests_sd() 393 ret2 == 2 && LEN(vec2[0]) == 1 && vec2[0].start == (uintptr_t)mem && in sanity_tests_sd() 394 LEN(vec2[1]) == vec_size - 3 && in sanity_tests_sd() 424 ksft_test_result(ret == 1 && LEN(vec[0]) == mem_size/page_size, in sanity_tests_sd() 717 ksft_test_result(written == 1 && LEN(vec[0]) == mem_size/page_size, in base_tests() 733 ksft_test_result(written == 1 && LEN(vec[0]) >= vec_size - 2 && LEN(vec[0]) <= vec_size, in base_tests() 757 ksft_test_result(written == 1 && LEN(ve in base_tests() [all...] |
/linux/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/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/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/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 62 TYPE -> STORED or TABLE or LEN or CHECK 64 TABLE -> LENLENS -> CODELENS -> LEN 66 LEN -> LENEXT or LIT or TYPE 67 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN 68 LIT -> LEN
|
/linux/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()
|
H A D | exp_rcv.h | 142 EXP_TID_SET(LEN, npages); in create_tid()
|
/linux/tools/include/linux/ ! |
H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|
/linux/drivers/net/ethernet/huawei/hinic/ ! |
H A D | hinic_hw_eqs.c | 497 val = HINIC_AEQ_CTRL_1_CLEAR(val, LEN) & in get_ctrl1_val() 501 ctrl1 = HINIC_AEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val() 514 val = HINIC_CEQ_CTRL_1_CLEAR(val, LEN) & in get_ctrl1_val() 517 ctrl1 = HINIC_CEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val()
|
/linux/drivers/media/i2c/ ! |
H A D | tw9910.c | 147 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 662 val = LEN; in tw9910_set_frame() 664 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|