Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/parisc/include/asm/
H A Dalternative.h32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
/linux-6.15/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-6.15/arch/loongarch/include/asm/
H A Dalternative.h28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/linux-6.15/arch/s390/kernel/
H A Dvdso.c176 apply_alternatives(start, end); in vdso_apply_alternatives()
H A Dmodule.c520 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
/linux-6.15/arch/s390/include/asm/
H A Dalternative.h83 static inline void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/linux-6.15/arch/x86/entry/vdso/
H A Dvma.c43 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()
/linux-6.15/arch/x86/include/asm/
H A Dalternative.h93 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/linux-6.15/arch/um/kernel/
H A Dum_arch.c459 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/linux-6.15/arch/x86/kernel/
H A Dmodule.c309 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
H A Dalternative.c618 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function
2376 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()