/linux-6.3-rc2/arch/x86/crypto/ |
A D | aegis128-aesni-asm.S | 24 #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 …]
|
A D | crc32-pclmul_asm.S | 62 #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
|
A D | aesni-intel_asm.S | 2331 test LEN, LEN # check length 2370 popl LEN 2391 test LEN, LEN 2431 popl LEN 2474 popl LEN 2567 popl LEN 2624 popl LEN 2919 test LEN, LEN 2948 test LEN, LEN 3079 test LEN, LEN [all …]
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
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 …]
|
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.3-rc2/arch/arm/crypto/ |
A D | crc32-ce-core.S | 112 LEN .req r1 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, #0x40 173 cmp LEN, #0x40 195 teq LEN, #0 199 subs LEN, LEN, #0x10
|
/linux-6.3-rc2/Documentation/input/devices/ |
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.3-rc2/arch/s390/crypto/ |
A D | chacha-s390.S | 44 #define LEN %r4 macro 303 aghi LEN,-0x40 315 clgfi LEN,0x40 329 aghi LEN,-0x40 342 clgfi LEN,0x40 356 aghi LEN,-0x40 369 clgfi LEN,0x40 410 #undef LEN 475 clgfi LEN,256 728 clgfi LEN,0x40 [all …]
|
/linux-6.3-rc2/tools/power/cpupower/debug/i386/ |
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.3-rc2/arch/sparc/net/ |
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.3-rc2/security/apparmor/include/ |
A D | match.h | 110 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument 112 typeof(LEN) __i; \ 115 for (__i = 0; __i < LEN; __i++) { \
|
/linux-6.3-rc2/lib/zlib_inflate/ |
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()
|
A D | inflate.h | 36 LEN, /* i: waiting for length/lit code */ enumerator
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
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.3-rc2/tools/include/linux/ |
A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | user_sdma.c | 618 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 629 LEN) * PAGE_SIZE; in compute_data_length() 1076 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE, in check_header_template() 1190 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header() 1203 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >= in set_txreq_header() 1293 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg() 1305 omfactor = ((EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg()
|
A D | exp_rcv.h | 142 EXP_TID_SET(LEN, npages); in create_tid()
|
A D | tid_rdma.c | 1345 EXP_TID_SET(LEN, npages); in kern_program_rcv_group() 1920 tlen = EXP_TID_GET(flow->tid_entry[i], LEN); in tid_rdma_rcv_read_request() 2353 u32 tidlen = EXP_TID_GET(tidentry, LEN) << PAGE_SHIFT; in hfi1_build_tid_rdma_read_resp() 3094 tidlen = EXP_TID_GET(tidentry, LEN) * PAGE_SIZE; in hfi1_tid_rdma_restart_req() 3120 EXP_TID_GET(flow->tid_entry[tididx], LEN) * PAGE_SIZE) { in hfi1_tid_rdma_restart_req() 4144 if (!EXP_TID_GET(flow->tid_entry[i], LEN)) { in hfi1_rc_rcv_tid_rdma_write_resp() 4148 tidlen += EXP_TID_GET(flow->tid_entry[i], LEN); in hfi1_rc_rcv_tid_rdma_write_resp() 4215 u32 tidlen = EXP_TID_GET(tidentry, LEN) << PAGE_SHIFT; in hfi1_build_tid_rdma_packet()
|
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/ |
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()
|
A D | hinic_hw_qp.c | 487 HINIC_SQ_CTRL_SET(ctrl_size, LEN); in sq_prepare_ctrl() 930 sge->len = HINIC_RQ_CQE_SGE_GET(len, LEN); in hinic_rq_get_sge() 950 HINIC_RQ_CTRL_SET(SIZE_8BYTES(sizeof(*ctrl)), LEN) | in hinic_rq_prepare_wqe()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | tw9910.c | 147 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 667 val = LEN; in tw9910_set_frame() 669 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | booting.rst | 310 - ZCR_EL3.LEN must be initialised to the same value for all CPUs the 319 - ZCR_EL2.LEN must be initialised to the same value for all CPUs the 330 - SMCR_EL3.LEN must be initialised to the same value for all CPUs the 341 - SMCR_EL2.LEN must be initialised to the same value for all CPUs the
|
/linux-6.3-rc2/arch/sh/lib/ |
A D | checksum.S | 193 ! r6: int LEN
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ef100.c | 390 rc = ef100_pci_get_config_bits(efx, vndr_cap, LEN, &vsec_len); in ef100_pci_find_func_ctrl_window()
|
/linux-6.3-rc2/include/linux/ |
A D | filter.h | 129 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 135 .imm = LEN })
|