Searched refs:do_patch_fixups (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 134 static int do_patch_fixups(long *start, long *end, unsigned int *instrs, int num) in do_patch_fixups() function 255 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs)); in do_stf_exit_barrier_fixups() 339 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs)); in do_uaccess_flush_fixups() 462 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs)); in __do_rfi_flush_fixups() 518 i = do_patch_fixups(start, end, &instr, 1); in do_barrier_nospec_fixups_range() 556 i = do_patch_fixups(start, end, instr, ARRAY_SIZE(instr)); in do_barrier_nospec_fixups_range()
|