Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dalternative.h40 struct alt_entry { struct
48 void andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, argument
51 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
54 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
58 void riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end,
/linux/arch/riscv/kernel/
H A Dalternative.c27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
152 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives()
153 struct alt_entry *end, in _apply_alternatives()
177 struct alt_entry *begin, *end; in apply_vdso_alternatives()
188 _apply_alternatives((struct alt_entry *)begin, in apply_vdso_alternatives()
189 (struct alt_entry *)end, in apply_vdso_alternatives()
201 _apply_alternatives((struct alt_entry *)__alt_start, in apply_boot_alternatives()
202 (struct alt_entry *)__alt_end, in apply_boot_alternatives()
223 _apply_alternatives((struct alt_entry *)__alt_start, in apply_early_boot_alternatives()
224 (struct alt_entry *)__alt_end, in apply_early_boot_alternatives()
[all …]
H A Dcpufeature.c960 void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin, in riscv_cpufeature_patch_func()
961 struct alt_entry *end, in riscv_cpufeature_patch_func()
964 struct alt_entry *alt; in riscv_cpufeature_patch_func()
/linux/arch/riscv/errata/sifive/
H A Derrata.c91 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in sifive_errata_patch_func()
95 struct alt_entry *alt; in sifive_errata_patch_func()
/linux/arch/riscv/errata/thead/
H A Derrata.c161 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in thead_errata_patch_func()
165 struct alt_entry *alt; in thead_errata_patch_func()
/linux/arch/riscv/errata/andes/
H A Derrata.c65 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in andes_errata_patch_func()