Symbol: alt_entry
arch/riscv/errata/andes/errata.c
65
void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/errata/mips/errata.c
36
void mips_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/errata/mips/errata.c
40
struct alt_entry *alt;
arch/riscv/errata/sifive/errata.c
78
void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/errata/sifive/errata.c
82
struct alt_entry *alt;
arch/riscv/errata/thead/errata.c
189
void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/errata/thead/errata.c
193
struct alt_entry *alt;
arch/riscv/include/asm/alternative.h
48
void andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/include/asm/alternative.h
51
void mips_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/include/asm/alternative.h
54
void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/include/asm/alternative.h
57
void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/include/asm/alternative.h
61
void riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/kernel/alternative.c
157
static void __init_or_module _apply_alternatives(struct alt_entry *begin,
arch/riscv/kernel/alternative.c
158
struct alt_entry *end,
arch/riscv/kernel/alternative.c
182
struct alt_entry *begin, *end;
arch/riscv/kernel/alternative.c
193
_apply_alternatives((struct alt_entry *)begin,
arch/riscv/kernel/alternative.c
194
(struct alt_entry *)end,
arch/riscv/kernel/alternative.c
206
_apply_alternatives((struct alt_entry *)__alt_start,
arch/riscv/kernel/alternative.c
207
(struct alt_entry *)__alt_end,
arch/riscv/kernel/alternative.c
228
_apply_alternatives((struct alt_entry *)__alt_start,
arch/riscv/kernel/alternative.c
229
(struct alt_entry *)__alt_end,
arch/riscv/kernel/alternative.c
237
_apply_alternatives((struct alt_entry *)start,
arch/riscv/kernel/alternative.c
238
(struct alt_entry *)(start + length),
arch/riscv/kernel/alternative.c
27
void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
arch/riscv/kernel/cpufeature.c
1222
void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin,
arch/riscv/kernel/cpufeature.c
1223
struct alt_entry *end,
arch/riscv/kernel/cpufeature.c
1226
struct alt_entry *alt;
arch/s390/include/asm/alternative.h
194
.macro alt_entry orig_start, orig_end, alt_start, alt_end, feature
arch/s390/include/asm/alternative.h
215
alt_entry 772b, 773b, 770b, 771b, \feature
arch/s390/include/asm/alternative.h
231
alt_entry 773b, 774b, 770b, 771b,\feature1
arch/s390/include/asm/alternative.h
232
alt_entry 773b, 774b, 771b, 772b,\feature2