Home
last modified time | relevance | path

Searched refs:subreg (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mm/
H A Dpmsa-v7.c22 unsigned long subreg; member
148 unsigned long subreg, bslots, sslots; in try_split_region() local
159 subreg = p2size / PMSAv7_NR_SUBREGS; in try_split_region()
161 if ((bdiff % subreg) || (sdiff % subreg)) in try_split_region()
164 bslots = bdiff / subreg; in try_split_region()
165 sslots = sdiff / subreg; in try_split_region()
170 if (subreg < PMSAv7_MIN_SUBREG_SIZE) in try_split_region()
177 _set_bit(i, &region->subreg); in try_split_region()
180 _set_bit(PMSAv7_NR_SUBREGS - i, &region->subreg); in try_split_region()
297 unsigned long subreg = mem[i].size / PMSAv7_NR_SUBREGS; in pmsav7_adjust_lowmem_bounds() local
[all …]
/linux/kernel/bpf/
H A Dtnum.c248 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg) in tnum_with_subreg() argument
250 return tnum_or(tnum_clear_subreg(reg), tnum_subreg(subreg)); in tnum_with_subreg()
H A Dverifier.c2129 msg = "const subreg tnum out of sync with range bounds"; in deduce_bounds_64_from_64()
14277 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_umod()
14280 dst_reg->var_off = tnum_subreg(tnum_lshift(subreg, umin_val)); in scalar32_min_max_umod()
14295 * extend subreg by doing <<32 s>>32. smin/smax assignments are correct in scalar_min_max_umod()
14333 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_smod()
14352 dst_reg->var_off = tnum_rshift(subreg, umin_val); in scalar_min_max_smod()
14596 * cross subreg boundaries in the alu64 case. When this happens we mark in __scalar32_min_max_lsh()
14597 * the reg unbounded in the subreg bound space and use the resulting in __scalar32_min_max_lsh()
14606 struct tnum subreg = tnum_subreg(dst_reg->var_off); scalar32_min_max_lsh() local
14662 struct tnum subreg = tnum_subreg(dst_reg->var_off); scalar32_min_max_rsh() local
/linux/include/linux/
H A Dtnum.h125 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg);
/linux/drivers/base/regmap/
H A Dregmap-irq.c312 const struct regmap_irq_sub_irq_map *subreg; in read_sub_irq_data() local
325 subreg = &chip->sub_reg_offsets[b]; in read_sub_irq_data()
326 for (i = 0; i < subreg->num_regs; i++) { in read_sub_irq_data()
327 unsigned int offset = subreg->offset[i]; in read_sub_irq_data()