Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A Dfeature-fixups.c74 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, fcur->alt_end_off); in patch_feature_section()
82 if ((value & fcur->mask) == fcur->value) in patch_feature_section()
104 fcur = fixup_start; in do_feature_fixups()
107 for (; fcur < fend; fcur++) { in do_feature_fixups()
112 calc_addr(fcur, fcur->start_off), in do_feature_fixups()
113 calc_addr(fcur, fcur->end_off), in do_feature_fixups()
114 calc_addr(fcur, fcur->alt_start_off), in do_feature_fixups()
[all …]
/linux/kernel/bpf/
A Dverifier.c10817 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
10824 fcur = cur->frame[fr]; in states_maybe_looping()
10826 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()

Completed in 25 milliseconds