Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A 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()
H A Dmodule.c947 apply_alternatives(aseg, aseg + s->sh_size, me->name); in module_finalize()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A 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()
H A Dmodule.c500 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dalternative.h32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dalternative.h20 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dum_arch.c370 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmodule.c292 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
H A Dalternative.c419 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function
1018 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dalternative.h77 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvma.c51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()