Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/kernel/
Dalternative.c22 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() function
107 apply_alternatives((struct alt_instr *) &__alt_instructions, in apply_alternatives_all()
Dmodule.c947 apply_alternatives(aseg, aseg + s->sh_size, me->name); in module_finalize()
/Linux-v5.10/arch/s390/kernel/
Dalternative.c102 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() function
112 apply_alternatives(__alt_instructions, __alt_instructions_end); in apply_alternative_instructions()
Dmodule.c501 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
/Linux-v5.10/arch/parisc/include/asm/
Dalternative.h32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
/Linux-v5.10/arch/s390/include/asm/
Dalternative.h20 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/Linux-v5.10/arch/x86/include/asm/
Dalternative.h74 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/Linux-v5.10/arch/um/kernel/
Dum_arch.c361 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/Linux-v5.10/arch/x86/kernel/
Dmodule.c274 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
Dalternative.c372 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function
726 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
/Linux-v5.10/arch/x86/entry/vdso/
Dvma.c51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()