Searched refs:alt_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | alternative.h | 40 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-6.12.1/arch/riscv/kernel/ |
D | alternative.c | 27 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 …]
|
D | cpufeature.c | 960 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-6.12.1/arch/riscv/errata/sifive/ |
D | errata.c | 91 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-6.12.1/arch/s390/include/asm/ |
D | alternative.h | 193 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature 214 alt_entry 772b, 773b, 770b, 771b, \feature 230 alt_entry 773b, 774b, 770b, 771b,\feature1 231 alt_entry 773b, 774b, 771b, 772b,\feature2
|
/linux-6.12.1/arch/riscv/errata/thead/ |
D | errata.c | 161 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-6.12.1/arch/riscv/errata/andes/ |
D | errata.c | 65 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in andes_errata_patch_func()
|