Home
last modified time | relevance | path

Searched refs:apply_alternatives (Results 1 – 9 of 9) sorted by relevance

/linux/arch/parisc/kernel/
H A Dalternative.c23 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() function
109 apply_alternatives((struct alt_instr *) &__alt_instructions, in apply_alternatives_all()
H A Dmodule.c918 apply_alternatives(aseg, aseg + s->sh_size, me->name); in module_finalize()
/linux/arch/loongarch/kernel/
H A Dalternative.c183 void __init_or_module apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
243 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
H A Dmodule.c528 apply_alternatives((void *)alt->sh_addr, (void *)alt->sh_addr + alt->sh_size); in module_finalize()
/linux/arch/parisc/include/asm/
H A Dalternative.h32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
/linux/arch/loongarch/include/asm/
H A Dalternative.h28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/linux/arch/s390/include/asm/
H A Dalternative.h82 static inline void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/linux/arch/s390/kernel/
H A Dvdso.c263 apply_alternatives(start, end); in vdso_apply_alternatives()
H A Dmodule.c520 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()