Searched refs:calc_addr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | feature-fixups.c | 36 static struct ppc_inst *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() function 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, fcur->alt_end_off); in patch_feature_section() 113 calc_addr(fcur, fcur->start_off), in do_feature_fixups() 114 calc_addr(fcur, fcur->end_off), in do_feature_fixups() 115 calc_addr(fcur, fcur->alt_start_off), in do_feature_fixups() 116 calc_addr(fcur, fcur->alt_end_off)); in do_feature_fixups()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | feature-fixups.c | 37 static u32 *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() function 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() 114 calc_addr(fcur, fcur->start_off), in do_feature_fixups_mask() 115 calc_addr(fcur, fcur->end_off), in do_feature_fixups_mask() 116 calc_addr(fcur, fcur->alt_start_off), in do_feature_fixups_mask() 117 calc_addr(fcur, fcur->alt_end_off)); in do_feature_fixups_mask()
|
Completed in 3 milliseconds