Searched refs:alt_entry (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A 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,
|
/openbmc/linux/arch/riscv/kernel/ |
H A 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 …]
|
H A D | cpufeature.c | 713 void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin, in riscv_cpufeature_patch_func() 714 struct alt_entry *end, in riscv_cpufeature_patch_func() 717 struct alt_entry *alt; in riscv_cpufeature_patch_func()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative-asm.h | 13 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature 33 alt_entry 772b, 773b, 770b, 771b, \feature 49 alt_entry 773b, 774b, 770b, 771b,\feature1 50 alt_entry 773b, 774b, 771b, 772b,\feature2
|
/openbmc/linux/arch/riscv/errata/thead/ |
H A D | errata.c | 89 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in thead_errata_patch_func() 93 struct alt_entry *alt; in thead_errata_patch_func()
|
/openbmc/linux/arch/riscv/errata/sifive/ |
H A D | errata.c | 85 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in sifive_errata_patch_func() 89 struct alt_entry *alt; in sifive_errata_patch_func()
|
/openbmc/linux/arch/riscv/errata/andes/ |
H A D | errata.c | 64 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in andes_errata_patch_func()
|