Searched refs:rl (Results 1 - 25 of 60) sorted by path

123

/linux-master/arch/arm/mm/
H A Dproc-v7-3level.S57 #define rl r3 define
60 #define rl r2 define
73 tst rl, #L_PTE_VALID
76 bicne rl, #L_PTE_VALID
82 orrne rl, #PTE_AP2
83 biceq rl, #PTE_AP2
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h197 __BITFIELD_FIELD(uint32_t rl:1,
/linux-master/drivers/slimbus/
H A Dsched.c97 txn.rl = 4;
105 txn.rl = 3;
/linux-master/include/linux/
H A Djump_label_ratelimit.h41 jump_label_rate_limit(struct static_key_deferred *key, unsigned long rl);
45 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \
48 .timeout = (rl), \
54 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \
57 .timeout = (rl), \
73 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \
75 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \
91 unsigned long rl)
90 jump_label_rate_limit(struct static_key_deferred *key, unsigned long rl) argument
/linux-master/include/math-emu/
H A Dop-2.h147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
148 (rh = xh + yh + ((rl = xl + yl) < xl))
151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
152 (rh = xh - yh - ((rl = xl - yl) > xl))
/linux-master/arch/arm/vfp/
H A Dvfp.h73 u64 rh, rma, rmb, rl; local
77 rl = (u64)nl * ml;
90 rl += rma;
91 rh += (rl < rma);
93 *resl = rl;
105 u64 rh, rl; local
106 mul64to128(&rh, &rl, n, m);
107 return rh | (rl != 0);
/linux-master/arch/arm64/include/asm/
H A Datomic_ll_sc.h314 "1: ldxp %[rl], %[rh], %[v]\n" \
315 " cmp %[rl], %[ol]\n" \
323 [rl] "=&r" (r.low), [rh] "=&r" (r.high), \
/linux-master/arch/riscv/include/asm/
H A Dbitops.h330 __op_bit_ord(and, __NOT, nr, addr, .rl);
359 __AMO(xor) ".rl %0, %2, %1"
/linux-master/arch/riscv/net/
H A Dbpf_jit.h279 static inline u32 rv_amo_insn(u8 funct5, u8 aq, u8 rl, u8 rs2, u8 rs1, argument
282 u8 funct7 = (funct5 << 2) | (aq << 1) | rl;
562 static inline u32 rv_amoadd_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
564 return rv_amo_insn(0, aq, rl, rs2, rs1, 2, rd, 0x2f);
567 static inline u32 rv_amoand_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
569 return rv_amo_insn(0xc, aq, rl, rs2, rs1, 2, rd, 0x2f);
572 static inline u32 rv_amoor_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
574 return rv_amo_insn(0x8, aq, rl, rs2, rs1, 2, rd, 0x2f);
577 static inline u32 rv_amoxor_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
579 return rv_amo_insn(0x4, aq, rl, rs
582 rv_amoswap_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
587 rv_lr_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
592 rv_sc_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
859 rv_amoadd_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
864 rv_amoand_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
869 rv_amoor_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
874 rv_amoxor_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
879 rv_amoswap_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
884 rv_lr_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
889 rv_sc_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) argument
[all...]
/linux-master/arch/s390/kvm/
H A Dguestdbg.c475 s32 rl = *((s32 *) (opcode + 1)); local
477 /* rl is a _signed_ 32 bit value specifying halfwords */
478 *addr += (u64)(s64) rl * 2;
/linux-master/block/
H A Dblk-cgroup.h506 #define blk_queue_for_each_rl(rl, q) \
507 for ((rl) = &(q)->root_rl; (rl); (rl) = NULL)
H A Dsed-opal.c1468 bool rl, bool wl)
1490 add_token_u8(&err, dev, rl);
1466 generic_lr_enable_disable(struct opal_dev *dev, u8 *uid, bool rle, bool wle, bool rl, bool wl) argument
/linux-master/crypto/
H A Dcamellia_generic.c319 #define ROLDQ(ll, lr, rl, rr, w0, w1, bits) ({ \
322 lr = (lr << bits) + (rl >> (32 - bits)); \
323 rl = (rl << bits) + (rr >> (32 - bits)); \
327 #define ROLDQo32(ll, lr, rl, rr, w0, w1, bits) ({ \
330 ll = (lr << (bits - 32)) + (rl >> (64 - bits)); \
331 lr = (rl << (bits - 32)) + (rr >> (64 - bits)); \
332 rl = (rr << (bits - 32)) + (w0 >> (64 - bits)); \
811 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \
816 rl
[all...]
H A Dcrypto_user_base.c118 struct crypto_report_larval rl; local
120 memset(&rl, 0, sizeof(rl));
121 strscpy(rl.type, "larval", sizeof(rl.type));
122 if (nla_put(skb, CRYPTOCFGA_REPORT_LARVAL, sizeof(rl), &rl))
H A Dcrypto_user_stat.c69 struct crypto_stat_larval rl; local
71 memset(&rl, 0, sizeof(rl));
72 strscpy(rl.type, "larval", sizeof(rl.type));
73 if (nla_put(skb, CRYPTOCFGA_STAT_LARVAL, sizeof(rl), &rl))
H A Dvmac.c104 #define ADD128(rh, rl, ih, il) \
107 (rl) += (_il); \
108 if ((rl) < (_il)) \
115 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \
120 rl = MUL32(_i1, _i2); \
121 ADD128(rh, rl, (m >> 32), (m << 32)); \
124 #define MUL64(rh, rl, i1, i2) \
130 rl = MUL32(_i1, _i2); \
131 ADD128(rh, rl, (m1 >> 32), (m1 << 32)); \
132 ADD128(rh, rl, (m
361 u64 rh, rl, t, z = 0; local
408 u64 rh, rl; local
546 u64 rh, rl; local
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c1109 unsigned long rl; local
1142 rl = tmp - c->bit_offset;
1145 if (rl == 0) {
1158 if (rl == 0) {
1164 bits = vli_encode_bits(&bs, rl);
1173 plain_bits += rl;
H A Ddrbd_receiver.c4692 u64 rl; local
4706 for (have = bits; have > 0; s += rl, toggle = !toggle) {
4707 bits = vli_decode_bits(&rl, look_ahead);
4712 e = s + rl -1;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c1085 struct adf_rl *rl; local
1100 rl = kzalloc(sizeof(*rl), GFP_KERNEL);
1101 if (!rl) {
1106 mutex_init(&rl->rl_lock);
1107 rl->device_data = &accel_dev->hw_device->rl_data;
1108 rl->accel_dev = accel_dev;
1109 accel_dev->rate_limiting = rl;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1003 if (!is_psp_fw_valid(psp->rl))
1009 memcpy(psp->fw_pri_buf, psp->rl.start_addr, psp->rl.size_bytes);
1014 cmd->cmd.cmd_load_ip_fw.fw_size = psp->rl.size_bytes;
3247 psp->rl.fw_version = le32_to_cpu(desc->fw_version);
3248 psp->rl.feature_version = le32_to_cpu(desc->fw_version);
3249 psp->rl.size_bytes = le32_to_cpu(desc->size_bytes);
3250 psp->rl.start_addr = ucode_start_addr;
3384 adev->psp.rl.size_bytes = le32_to_cpu(sos_hdr_v1_3->rl
[all...]
H A Damdgpu_psp.h334 struct psp_bin_desc rl; member in struct:psp_context
H A Damdgpu_ucode.h104 struct psp_fw_legacy_bin_desc rl; member in struct:psp_firmware_header_v1_3
/linux-master/drivers/hwmon/
H A Dasc7621.c799 #define PREAD(name, n, pri, rm, rl, m, s, r) \
801 .priority = pri, .msb[0] = rm, .lsb[0] = rl, .mask[0] = m, \
804 #define PWRITE(name, n, pri, rm, rl, m, s, r) \
806 .priority = pri, .msb[0] = rm, .lsb[0] = rl, .mask[0] = m, \
813 #define PWRITEM(name, n, pri, rm, rl, m, s, r) \
815 .priority = pri, .msb = rm, .lsb = rl, .mask = m, .shift = s,}
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h532 struct mlx5_rate_limit rl; member in struct:mlx5_ib_qp
H A Dqp.c72 struct mlx5_rate_limit rl; member in struct:mlx5_modify_raw_qp_param
3827 struct mlx5_rate_limit old_rl = ibqp->rl;
3852 new_rl = raw_qp_param->rl;
3890 ibqp->rl = new_rl;
4350 raw_qp_param.rl.rate = attr->rate_limit;
4355 raw_qp_param.rl.max_burst_sz =
4366 raw_qp_param.rl.typical_pkt_sz =

Completed in 621 milliseconds

123