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

/linux-master/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,
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-master/arch/s390/include/asm/
H A Dalternative-asm.h13 .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
/linux-master/arch/riscv/kernel/
H A Dalternative.c27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
152 static void __init_or_module _apply_alternatives(struct alt_entry *begin,
153 struct alt_entry *end,
177 struct alt_entry *begin, *end;
188 _apply_alternatives((struct alt_entry *)begin,
189 (struct alt_entry *)end,
201 _apply_alternatives((struct alt_entry *)__alt_start,
202 (struct alt_entry *)__alt_end,
223 _apply_alternatives((struct alt_entry *)__alt_star
[all...]
H A Dcpufeature.c761 void __init_or_module riscv_cpufeature_patch_func(struct alt_entry *begin,
762 struct alt_entry *end,
765 struct alt_entry *alt;
/linux-master/arch/riscv/errata/andes/
H A Derrata.c64 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
/linux-master/arch/riscv/errata/sifive/
H A Derrata.c85 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
89 struct alt_entry *alt;
/linux-master/arch/riscv/errata/thead/
H A Derrata.c160 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
164 struct alt_entry *alt;

Completed in 235 milliseconds