Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Dalternative.h22 struct alt_entry { struct
32 bool (*func)(struct alt_entry *alt); argument
35 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
/linux/arch/riscv/errata/
A Dalternative.c24 static void (*vendor_patch_func)(struct alt_entry *begin, struct alt_entry *end,
70 vendor_patch_func((struct alt_entry *)__alt_start, in apply_boot_alternatives()
71 (struct alt_entry *)__alt_end, in apply_boot_alternatives()
/linux/arch/s390/include/asm/
A Dalternative-asm.h26 .macro alt_entry orig_start, orig_end, alt_start, alt_end, feature
76 alt_entry 772b, 774b, 770b, 771b, \feature
101 alt_entry 773b, 775b, 770b, 771b,\feature1
102 alt_entry 773b, 775b, 771b, 772b,\feature2
/linux/arch/riscv/errata/sifive/
A Derrata.c82 void __init sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in sifive_errata_patch_func()
85 struct alt_entry *alt; in sifive_errata_patch_func()

Completed in 7 milliseconds