Lines Matching refs:alt_entry
27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
157 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives()
158 struct alt_entry *end, in _apply_alternatives()
182 struct alt_entry *begin, *end; in apply_vdso_alternatives()
193 _apply_alternatives((struct alt_entry *)begin, in apply_vdso_alternatives()
194 (struct alt_entry *)end, in apply_vdso_alternatives()
206 _apply_alternatives((struct alt_entry *)__alt_start, in apply_boot_alternatives()
207 (struct alt_entry *)__alt_end, in apply_boot_alternatives()
228 _apply_alternatives((struct alt_entry *)__alt_start, in apply_early_boot_alternatives()
229 (struct alt_entry *)__alt_end, in apply_early_boot_alternatives()
237 _apply_alternatives((struct alt_entry *)start, in apply_module_alternatives()
238 (struct alt_entry *)(start + length), in apply_module_alternatives()