Home
last modified time | relevance | path

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

/arch/riscv/include/asm/
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,
/arch/riscv/kernel/
A Dalternative.c27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
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()
232 _apply_alternatives((struct alt_entry *)start, in apply_module_alternatives()
[all …]
A Dcpufeature.c1172 void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin, in riscv_cpufeature_patch_func()
1173 struct alt_entry *end, in riscv_cpufeature_patch_func()
1176 struct alt_entry *alt; in riscv_cpufeature_patch_func()
/arch/riscv/errata/sifive/
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()
/arch/riscv/errata/andes/
A Derrata.c65 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in andes_errata_patch_func()
/arch/s390/include/asm/
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
/arch/riscv/errata/thead/
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()

Completed in 14 milliseconds