Searched refs:apply_alternatives (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dalternative.c47 void __init_or_module apply_alternatives(struct alt_instr *start, function
57 apply_alternatives(__alt_instructions, __alt_instructions_end);
H A Dmodule.c556 apply_alternatives(aseg, aseg + s->sh_size);
/linux-master/arch/parisc/kernel/
H A Dalternative.c23 void __init_or_module apply_alternatives(struct alt_instr *start, function
109 apply_alternatives((struct alt_instr *) &__alt_instructions,
H A Dmodule.c930 apply_alternatives(aseg, aseg + s->sh_size, me->name);
/linux-master/arch/parisc/include/asm/
H A Dalternative.h32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
/linux-master/arch/s390/include/asm/
H A Dalternative.h19 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/linux-master/arch/loongarch/include/asm/
H A Dalternative.h28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
/linux-master/arch/loongarch/kernel/
H A Dalternative.c183 void __init_or_module apply_alternatives(struct alt_instr *start, struct alt_instr *end) function
243 apply_alternatives(__alt_instructions, __alt_instructions_end);
H A Dmodule.c534 apply_alternatives((void *)alt->sh_addr, (void *)alt->sh_addr + alt->sh_size);
/linux-master/arch/x86/kernel/
H A Dmodule.c332 apply_alternatives(aseg, aseg + alt->sh_size);
H A Dalternative.c464 void __init_or_module noinline apply_alternatives(struct alt_instr *start, function
1705 apply_alternatives(__alt_instructions, __alt_instructions_end);
/linux-master/arch/um/kernel/
H A Dum_arch.c457 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) function
/linux-master/arch/x86/entry/vdso/
H A Dvma.c52 apply_alternatives((struct alt_instr *)(image->data + image->alt),
/linux-master/arch/x86/include/asm/
H A Dalternative.h29 * UP system running a SMP kernel. The existing apply_alternatives()
101 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
385 * instruction. See apply_alternatives().
401 * present, early code in apply_alternatives() replaces @oldinstr with

Completed in 295 milliseconds