Searched refs:fcur (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/powerpc/lib/ |
D | feature-fixups.c | 37 static u32 *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument 44 return (u32 *)((unsigned long)fcur + offset); in calc_addr() 71 struct fixup_entry *fcur) in patch_feature_section_mask() argument 75 start = calc_addr(fcur, fcur->start_off); in patch_feature_section_mask() 76 end = calc_addr(fcur, fcur->end_off); in patch_feature_section_mask() 77 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section_mask() 78 alt_end = calc_addr(fcur, fcur->alt_end_off); in patch_feature_section_mask() 83 if ((value & fcur->mask & mask) == (fcur->value & mask)) in patch_feature_section_mask() 104 struct fixup_entry *fcur, *fend; in do_feature_fixups_mask() local 106 fcur = fixup_start; in do_feature_fixups_mask() [all …]
|
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 7797 struct bpf_func_state *fold, *fcur; in widen_imprecise_scalars() local 7803 fcur = cur->frame[fr]; in widen_imprecise_scalars() 7808 &fcur->regs[i], in widen_imprecise_scalars() 7813 !is_spilled_reg(&fcur->stack[i])) in widen_imprecise_scalars() 7818 &fcur->stack[i].spilled_ptr, in widen_imprecise_scalars() 16449 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local 16456 fcur = cur->frame[fr]; in states_maybe_looping() 16458 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()
|