Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 25 of 40) sorted by relevance

12

/linux/arch/x86/crypto/
H A Daesni-intel_asm.S47 #define LEN %rcx macro
60 #define LEN %esi macro
635 pushl LEN
641 movl (FRAME_OFFSET+28)(%esp), LEN # len
643 test LEN, LEN # check length
646 cmp $16, LEN
648 cmp $64, LEN
661 sub $64, LEN
664 cmp $64, LEN
666 cmp $16, LEN
[all …]
H A Daegis128-aesni-asm.S24 #define LEN %rsi macro
79 mov LEN, %r8
83 mov LEN, %r8
89 mov LEN, %r8
93 mov LEN, %r8
100 mov LEN, %r8
104 mov LEN, %r8
114 mov LEN, %r8
118 mov LEN, %r8
142 mov LEN, %r8
[all …]
H A Dcrc32-pclmul_asm.S62 #define LEN %rsi macro
66 #define LEN %edx macro
90 sub $0x40, LEN
92 cmp $0x40, LEN
139 sub $0x40, LEN
141 cmp $0x40, LEN
169 cmp $0x10, LEN
177 sub $0x10, LEN
179 cmp $0x10, LEN
H A Daes-xts-avx-x86_64.S88 .set LEN, %ecx // Remaining length in bytes define
570 lea -16(LEN), %eax
572 cmovnz %eax, LEN
584 sub $4*VL, LEN
649 sub $4*VL, LEN
669 add $3*VL, LEN // Undo extra sub of 4*VL, then sub VL.
678 sub $VL, LEN
681 add $VL-16, LEN // Undo extra sub of VL, then sub 16.
683 add $4*VL-16, LEN // Undo extra sub of 4*VL, then sub 16.
695 sub $16, LEN
[all …]
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S56 #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, LEN, t0
158 bnez LEN, 1b
204 addi LEN, LEN, -16
205 bgt LEN, t0, 1b // Repeat if more than one block remains
[all …]
H A Dghash-riscv64-zvkg.S53 #define LEN a3 macro
67 addi LEN, LEN, -16
68 bnez LEN, .Lnext_block
H A Daes-riscv64-zvkned-zvkb.S55 #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 Daes-riscv64-zvkned-zvbb-zvkg.S56 #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 Dchacha-riscv64-zvkb.S52 #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/arch/m68k/fpsp040/
H A Dbindec.S43 | 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 digit
[all …]
H A Dbinstr.S7 | 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 Dconntrack_reverse_clash.c26 #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/arm/crypto/
H A Dcrc32-ce-core.S113 LEN .req r1
135 0: bic LEN, LEN, #15
142 sub LEN, LEN, #0x40
143 cmp LEN, #0x40
149 sub LEN, LEN, #0x40
175 cmp LEN, #0x40
197 teq LEN, #0
201 subs LEN, LEN, #0x10
/linux/Documentation/input/devices/
H A Diforce-protocol.rst40 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= 03
[all …]
/linux/arch/s390/crypto/
H A Dchacha-s390.S45 #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 %r4 macro
[all …]
/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c41 #define LEN(region) ((region.end - region.start)/page_size) macro
231 sum += LEN(vec[i]); in get_reads()
388 ksft_test_result(ret == 1 && LEN(vec[0]) == 2 && in sanity_tests_sd()
390 ret2 == 2 && LEN(vec2[0]) == 1 && vec2[0].start == (uintptr_t)mem && in sanity_tests_sd()
391 LEN(vec2[1]) == vec_size - 3 && in sanity_tests_sd()
421 ksft_test_result(ret == 1 && LEN(vec[0]) == mem_size/page_size, in sanity_tests_sd()
713 ksft_test_result(written == 1 && LEN(vec[0]) == mem_size/page_size, in base_tests()
729 ksft_test_result(written == 1 && LEN(vec[0]) >= vec_size - 2 && LEN(vec[0]) <= vec_size, in base_tests()
753 ksft_test_result(written == 1 && LEN(ve in base_tests()
[all...]
/linux/arch/sparc/net/
H A Dbpf_jit_asm_32.S94 #define bpf_slow_path_common(LEN) \ argument
100 mov (LEN), %o3; \
130 #define bpf_negative_common(LEN) \ argument
136 mov (LEN), %o2; \
/linux/tools/power/cpupower/debug/i386/
H A Ddump_psb.c15 #define LEN (0x100000 - 0xc0000) macro
185 for (p = mem; p - mem < LEN; p+=16) { in main()
192 munmap(mem, LEN); in main()
/linux/security/apparmor/include/
H A Dmatch.h107 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument
109 typeof(LEN) __i; \
112 for (__i = 0; __i < LEN; __i++) { \
/linux/lib/zlib_inflate/
H A Dinflate.c427 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 Dinflate.h36 LEN, /* i: waiting for length/lit code */ enumerator
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst6 .. |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/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c594 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/tools/include/linux/
H A Dfilter.h70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
76 .imm = LEN })
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c497 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()

12