Searched refs:apply_alternatives (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/s390/kernel/ |
D | alternative.c | 47 void __init_or_module apply_alternatives(struct alt_instr *start, in apply_alternatives() function 57 apply_alternatives(__alt_instructions, __alt_instructions_end); in apply_alternative_instructions()
|
D | module.c | 532 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | alternative.c | 23 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()
|
D | module.c | 947 apply_alternatives(aseg, aseg + s->sh_size, me->name); in module_finalize()
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | alternative.h | 32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
|
/linux-6.1.9/arch/s390/include/asm/ |
D | alternative.h | 19 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/linux-6.1.9/arch/x86/include/asm/ |
D | alternative.h | 77 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/linux-6.1.9/arch/x86/kernel/ |
D | module.c | 299 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
|
D | alternative.c | 265 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function 948 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
/linux-6.1.9/arch/um/kernel/ |
D | um_arch.c | 447 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
|
/linux-6.1.9/arch/x86/entry/vdso/ |
D | vma.c | 51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()
|