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 mips_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
54 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
57 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
61 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,
157 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives()
158 struct alt_entry *end, in _apply_alternatives()
182 struct alt_entry *begin, *end; in apply_vdso_alternatives()
193 _apply_alternatives((struct alt_entry *)begin, in apply_vdso_alternatives()
194 (struct alt_entry *)end, in apply_vdso_alternatives()
206 _apply_alternatives((struct alt_entry *)__alt_start, in apply_boot_alternatives()
207 (struct alt_entry *)__alt_end, in apply_boot_alternatives()
228 _apply_alternatives((struct alt_entry *)__alt_start, in apply_early_boot_alternatives()
229 (struct alt_entry *)__alt_end, in apply_early_boot_alternatives()
[all …]
H A Dcpufeature.c1197 void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin, in riscv_cpufeature_patch_func()
1198 struct alt_entry *end, in riscv_cpufeature_patch_func()
1201 struct alt_entry *alt; in riscv_cpufeature_patch_func()
/linux/arch/riscv/errata/mips/
H A Derrata.c36 void mips_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in mips_errata_patch_func()
40 struct alt_entry *alt; in mips_errata_patch_func()
/linux/arch/s390/include/asm/
H A Dalternative.h194 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature
215 alt_entry 772b, 773b, 770b, 771b, \feature
231 alt_entry 773b, 774b, 770b, 771b,\feature1
232 alt_entry 773b, 774b, 771b, 772b,\feature2
/linux/arch/riscv/errata/thead/
H A Derrata.c189 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in thead_errata_patch_func()
193 struct alt_entry *alt; in thead_errata_patch_func()