Home
last modified time | relevance | path

Searched refs:patch_func (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dalternative.c27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end, member
47 cpu_mfr_info->patch_func = andes_errata_patch_func; in riscv_fill_cpu_mfr_info()
52 cpu_mfr_info->patch_func = sifive_errata_patch_func; in riscv_fill_cpu_mfr_info()
57 cpu_mfr_info->patch_func = thead_errata_patch_func; in riscv_fill_cpu_mfr_info()
61 cpu_mfr_info->patch_func = NULL; in riscv_fill_cpu_mfr_info()
162 if (!cpu_mfr_info.patch_func) in _apply_alternatives()
165 cpu_mfr_info.patch_func(begin, end, in _apply_alternatives()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c68 int patch_func; member
431 cur_patch->patch_func, cur_patch->begin, in output_code()
507 new_patch->patch_func = scope->func_num; in emit_patch()
510 new_patch->patch_func = 0; in emit_patch()
656 if (func_vals[cur_patch->patch_func] == 0) { in check_patch()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_seq.h_shipped1031 ahd_patch_func_t *patch_func;
H A Daic7xxx_seq.h_shipped1085 ahc_patch_func_t *patch_func;
H A Daic7xxx_core.c6905 if (cur_patch->patch_func(ahc) == 0) { in ahc_check_patch()
H A Daic79xx_core.c9428 if (cur_patch->patch_func(ahd) == 0) { in ahd_check_patch()