Lines Matching refs:alt_entry
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()
232 _apply_alternatives((struct alt_entry *)start, in apply_module_alternatives()
233 (struct alt_entry *)(start + length), in apply_module_alternatives()