/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 23 #define LEN %rsi define 65 * LEN - bytes 78 mov LEN, %r8 82 mov LEN, %r8 88 mov LEN, %r8 92 mov LEN, %r8 99 mov LEN, %r8 103 mov LEN, %r8 113 mov LEN, %r8 117 mov LEN, [all...] |
H A D | crc32-pclmul_asm.S | 84 #define LEN %rsi define 88 #define LEN %edx define 98 * LEN - sizeof buffer (16 bytes aligned), LEN should be grater than 63 112 sub $0x40, LEN 114 cmp $0x40, LEN 161 sub $0x40, LEN 163 cmp $0x40, LEN 191 cmp $0x10, LEN 199 sub $0x10, LEN [all...] |
H A D | aesni-intel_asm.S | 157 #define LEN %rcx define 170 #define LEN %esi define 2329 pushl LEN 2335 movl (FRAME_OFFSET+28)(%esp), LEN # len 2337 test LEN, LEN # check length 2340 cmp $16, LEN 2342 cmp $64, LEN 2355 sub $64, LEN 2358 cmp $64, LEN [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 24 #define LEN %rsi define 66 * LEN - bytes 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, [all...] |
H A D | crc32-pclmul_asm.S | 62 #define LEN %rsi define 66 #define LEN %edx define 76 * LEN - sizeof buffer (16 bytes aligned), LEN should be grater than 63 90 sub $0x40, LEN 92 cmp $0x40, LEN 139 sub $0x40, LEN 141 cmp $0x40, LEN 169 cmp $0x10, LEN 177 sub $0x10, LEN [all...] |
H A D | aesni-intel_asm.S | 153 #define LEN %rcx define 166 #define LEN %esi define 2323 pushl LEN 2329 movl (FRAME_OFFSET+28)(%esp), LEN # len 2331 test LEN, LEN # check length 2334 cmp $16, LEN 2336 cmp $64, LEN 2349 sub $64, LEN 2352 cmp $64, LEN [all...] |
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | crc32-ce-core.S | 112 LEN .req r1 120 * LEN - sizeof buffer (multiple of 16 bytes), LEN should be > 63 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, # [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | crc32-ce-core.S | 112 LEN .req r1 120 * LEN - sizeof buffer (multiple of 16 bytes), LEN should be > 63 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, # [all...] |
/kernel/liteos_a/syscall/ |
H A D | net_syscall.c | 147 CHECK_ASPACE(address, LEN(addressLen)); in SysAccept() 148 DUP_FROM_USER_NOCOPY(address, LEN(addressLen)); in SysAccept() 157 DUP_TO_USER(address, LEN(addressLen), close(ret); FREE_DUP(address)); in SysAccept() 173 CHECK_ASPACE(name, LEN(namelen)); in SysGetSockName() 174 DUP_FROM_USER_NOCOPY(name, LEN(namelen)); in SysGetSockName() 188 DUP_TO_USER(name, LEN(namelen), FREE_DUP(name)); in SysGetSockName() 202 CHECK_ASPACE(name, LEN(namelen)); in SysGetPeerName() 203 DUP_FROM_USER_NOCOPY(name, LEN(namelen)); in SysGetPeerName() 217 DUP_TO_USER(name, LEN(namelen), FREE_DUP(name)); in SysGetPeerName() 309 CHECK_ASPACE(address, LEN(addressLe in SysRecvFrom() [all...] |
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | chacha-s390.S | 45 #define LEN %r4 define 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 define [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 17 #define LEN (0x100000 - 0xc0000) macro 187 for (p = mem; p - mem < LEN; p+=16) { in main() 194 munmap(mem, LEN); in main()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ 136 mov (LEN), %o2; \
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ 136 mov (LEN), %o2; \
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | match.h | 110 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ 112 typeof(LEN) __i; \ 115 for (__i = 0; __i < LEN; __i++) { \
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | match.h | 110 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ 112 typeof(LEN) __i; \ 115 for (__i = 0; __i < LEN; __i++) { \
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/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()
|