Home
last modified time | relevance | path

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

/arch/riscv/kernel/
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()

Completed in 4 milliseconds