Home
last modified time | relevance | path

Searched refs:fcur (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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()
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, fcu in patch_feature_section_mask()
70 patch_feature_section_mask(unsigned long value, unsigned long mask, struct fixup_entry *fcur) patch_feature_section_mask() argument
104 struct fixup_entry *fcur, *fend; do_feature_fixups_mask() local
704 patch_feature_section(unsigned long value, struct fixup_entry *fcur) patch_feature_section() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dfeature-fixups.c36 static struct ppc_inst *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument
43 return (struct ppc_inst *)((unsigned long)fcur + offset); in calc_addr()
70 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() argument
74 start = calc_addr(fcur, fcur->start_off); in patch_feature_section()
75 end = calc_addr(fcur, fcur->end_off); in patch_feature_section()
76 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section()
77 alt_end = calc_addr(fcur, fcu in patch_feature_section()
103 struct fixup_entry *fcur, *fend; do_feature_fixups() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c7797 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()
16452 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
16459 fcur = cur->frame[fr]; in states_maybe_looping()
16461 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c9793 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
9800 fcur = cur->frame[fr]; in states_maybe_looping()
9802 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()

Completed in 40 milliseconds