Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/x86/crypto/
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 …]
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
A Daesni-intel_asm.S2331 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 Dbindec.S43 | 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 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-6.3-rc2/arch/arm/crypto/
A Dcrc32-ce-core.S112 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 Diforce-protocol.rst40 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 Dchacha-s390.S44 #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 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-6.3-rc2/arch/sparc/net/
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-6.3-rc2/security/apparmor/include/
A Dmatch.h110 #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 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()
A Dinflate.h36 LEN, /* i: waiting for length/lit code */ enumerator
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/
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-6.3-rc2/tools/include/linux/
A Dfilter.h70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
76 .imm = LEN })
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Duser_sdma.c618 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 Dexp_rcv.h142 EXP_TID_SET(LEN, npages); in create_tid()
A Dtid_rdma.c1345 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 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()
A Dhinic_hw_qp.c487 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 Dtw9910.c147 #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 Dbooting.rst310 - 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 Dchecksum.S193 ! r6: int LEN
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100.c390 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 Dfilter.h129 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
135 .imm = LEN })

Completed in 46 milliseconds

12