Searched refs:apply_alternatives (Results 1 – 9 of 9) sorted by relevance
/linux/arch/parisc/kernel/ |
H A 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()
|
H A D | module.c | 918 apply_alternatives(aseg, aseg + s->sh_size, me->name); in module_finalize()
|
/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 183 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 D | module.c | 528 apply_alternatives((void *)alt->sh_addr, (void *)alt->sh_addr + alt->sh_size); in module_finalize()
|
/linux/arch/parisc/include/asm/ |
H A D | alternative.h | 32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
|
/linux/arch/loongarch/include/asm/ |
H A D | alternative.h | 28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/linux/arch/s390/include/asm/ |
H A D | alternative.h | 82 static inline void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
|
/linux/arch/s390/kernel/ |
H A D | vdso.c | 263 apply_alternatives(start, end); in vdso_apply_alternatives()
|
H A D | module.c | 520 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
|