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

/linux-master/arch/arm/mm/
H A Dpmsa-v7.c22 unsigned long subreg; member in struct:region
148 unsigned long subreg, bslots, sslots; local
159 subreg = p2size / PMSAv7_NR_SUBREGS;
161 if ((bdiff % subreg) || (sdiff % subreg))
164 bslots = bdiff / subreg;
165 sslots = sdiff / subreg;
170 if (subreg < PMSAv7_MIN_SUBREG_SIZE)
177 _set_bit(i, &region->subreg);
180 _set_bit(PMSAv7_NR_SUBREGS - i, &region->subreg);
297 unsigned long subreg = mem[i].size / PMSAv7_NR_SUBREGS; local
[all...]
/linux-master/include/linux/
H A Dtnum.h105 /* Returns the 32-bit subreg */
107 /* Returns the tnum with the lower 32-bit subreg cleared */
109 /* Returns the tnum with the lower 32-bit subreg in *reg* set to the lower
110 * 32-bit subreg in *subreg*
112 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg);
113 /* Returns the tnum with the lower 32-bit subreg set to value */
115 /* Returns true if 32-bit subreg @a is a known constant*/
/linux-master/kernel/bpf/
H A Dtnum.c205 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg) argument
207 return tnum_or(tnum_clear_subreg(reg), tnum_subreg(subreg));
H A Dverifier.c2244 msg = "const subreg tnum out of sync with range bounds";
13537 struct tnum subreg = tnum_subreg(dst_reg->var_off); local
13540 dst_reg->var_off = tnum_subreg(tnum_lshift(subreg, umin_val));
13553 * extend subreg by doing <<32 s>>32. In this case if 32bit bounds are
13597 struct tnum subreg = tnum_subreg(dst_reg->var_off); local
13618 dst_reg->var_off = tnum_rshift(subreg, umin_val);
13786 * cross subreg boundaries in the alu64 case. When this happens we mark
13787 * the reg unbounded in the subreg bound space and use the resulting
/linux-master/drivers/base/regmap/
H A Dregmap-irq.c309 struct regmap_irq_sub_irq_map *subreg; local
319 * in 'subreg' are *not* interchangeable with indices.
321 subreg = &chip->sub_reg_offsets[b];
322 for (i = 0; i < subreg->num_regs; i++) {
323 unsigned int offset = subreg->offset[i];

Completed in 310 milliseconds