Home
last modified time | relevance | path

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

/Linux-v4.19/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.c465 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
/Linux-v4.19/arch/x86/kernel/
Dlivepatch.c58 apply_alternatives(aseg, aseg + alt->sh_size); in arch_klp_init_object_loaded()
Dalternative.c361 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function
629 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
Dmodule.c252 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
/Linux-v4.19/arch/s390/include/asm/
Dalternative.h20 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/Linux-v4.19/arch/x86/include/asm/
Dalternative.h64 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/Linux-v4.19/arch/um/kernel/
Dum_arch.c361 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
/Linux-v4.19/arch/x86/entry/vdso/
Dvma.c35 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()