| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | pmsa-v7.c | 22 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, ®ion->subreg); in try_split_region() 180 _set_bit(PMSAv7_NR_SUBREGS - i, ®ion->subreg); in try_split_region() 297 unsigned long subreg = mem[i].size / PMSAv7_NR_SUBREGS; in pmsav7_adjust_lowmem_bounds() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-irq.c | 341 struct regmap_irq_sub_irq_map *subreg; in read_sub_irq_data() local 350 subreg = &chip->sub_reg_offsets[b]; in read_sub_irq_data() 351 for (i = 0; i < subreg->num_regs; i++) { in read_sub_irq_data() 352 unsigned int offset = subreg->offset[i]; in read_sub_irq_data()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 6601 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_lsh() local 6604 dst_reg->var_off = tnum_subreg(tnum_lshift(subreg, umin_val)); in scalar32_min_max_lsh() 6661 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_rsh() local 6682 dst_reg->var_off = tnum_rshift(subreg, umin_val); in scalar32_min_max_rsh() 7274 struct tnum subreg = tnum_subreg(reg->var_off); in is_branch32_taken() local 7279 if (tnum_is_const(subreg)) in is_branch32_taken() 7280 return !!tnum_equals_const(subreg, val); in is_branch32_taken() 7283 if (tnum_is_const(subreg)) in is_branch32_taken() 7284 return !tnum_equals_const(subreg, val); in is_branch32_taken() 7287 if ((~subreg.mask & subreg.value) & val) in is_branch32_taken() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | timevar.def | 231 DEFTIMEVAR (TV_LOWER_SUBREG , "lower subreg")
|
| H A D | rtl.def | 397 DEF_RTL_EXPR(SUBREG, "subreg", "ep", RTX_EXTRA)
|
| H A D | target.def | 5576 @var{x} might be a pseudo-register or a @code{subreg} of a\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | timevar.def | 231 DEFTIMEVAR (TV_LOWER_SUBREG , "lower subreg")
|
| H A D | rtl.def | 397 DEF_RTL_EXPR(SUBREG, "subreg", "ep", RTX_EXTRA)
|
| H A D | target.def | 5576 @var{x} might be a pseudo-register or a @code{subreg} of a\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 8656 * the byte offset in a 'subreg' rtx (*note Regs and Memory::). 8803 and outer sizes of a subreg, where we must know at compile time whether 8804 the subreg is paradoxical, partial, or complete. An example of the 8810 '1 + 5X', but it does not make sense to have a subreg in which the outer 8986 For example, if a subreg has an outer mode of size OUTER and an inner 8989 * the subreg is complete if known_eq (INNER, OUTER) 8991 * otherwise, the subreg is paradoxical if known_le (INNER, OUTER) 8993 * otherwise, the subreg is partial if known_le (OUTER, INNER) 8995 * otherwise, the subreg is ill-formed 8997 Thus the subreg is only valid if 'ordered_p (OUTER, INNER)' is true. [all …]
|
| H A D | gcc.info | 14944 after the two subreg expansion passes.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 8656 * the byte offset in a 'subreg' rtx (*note Regs and Memory::). 8803 and outer sizes of a subreg, where we must know at compile time whether 8804 the subreg is paradoxical, partial, or complete. An example of the 8810 '1 + 5X', but it does not make sense to have a subreg in which the outer 8986 For example, if a subreg has an outer mode of size OUTER and an inner 8989 * the subreg is complete if known_eq (INNER, OUTER) 8991 * otherwise, the subreg is paradoxical if known_le (INNER, OUTER) 8993 * otherwise, the subreg is partial if known_le (OUTER, INNER) 8995 * otherwise, the subreg is ill-formed 8997 Thus the subreg is only valid if 'ordered_p (OUTER, INNER)' is true. [all …]
|
| H A D | gcc.info | 14944 after the two subreg expansion passes.
|