Home
last modified time | relevance | path

Searched refs:fcur (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c37 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 …]
/openbmc/linux/kernel/bpf/
H A Dverifier.c7816 struct bpf_func_state *fold, *fcur; in widen_imprecise_scalars() local
7822 fcur = cur->frame[fr]; in widen_imprecise_scalars()
7827 &fcur->regs[i], in widen_imprecise_scalars()
7832 !is_spilled_reg(&fcur->stack[i])) in widen_imprecise_scalars()
7837 &fcur->stack[i].spilled_ptr, in widen_imprecise_scalars()
16479 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
16486 fcur = cur->frame[fr]; in states_maybe_looping()
16488 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()