Searched refs:fcur (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 44 static u32 *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument 51 return (u32 *)((unsigned long)fcur + offset); in calc_addr() 78 struct fixup_entry *fcur) in patch_feature_section_mask() argument 82 start = calc_addr(fcur, fcur->start_off); in patch_feature_section_mask() 83 end = calc_addr(fcur, fcur->end_off); in patch_feature_section_mask() 84 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section_mask() 85 alt_end = calc_addr(fcur, fcur->alt_end_off); in patch_feature_section_mask() 90 if ((value & fcur->mask & mask) == (fcur->value & mask)) in patch_feature_section_mask() 111 struct fixup_entry *fcur, *fend; in do_feature_fixups_mask() local 113 fcur = fixup_start; in do_feature_fixups_mask() [all …]
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 9112 struct bpf_func_state *fold, *fcur; in widen_imprecise_scalars() local 9117 fcur = cur->frame[fr]; in widen_imprecise_scalars() 9122 &fcur->regs[i]); in widen_imprecise_scalars() 9125 fcur->allocated_stack / BPF_REG_SIZE); in widen_imprecise_scalars() 9128 !is_spilled_reg(&fcur->stack[i])) in widen_imprecise_scalars() 9133 &fcur->stack[i].spilled_ptr); in widen_imprecise_scalars() 20374 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local 20381 fcur = cur->frame[fr]; in states_maybe_looping() 20383 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()
|