/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A 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()
|
H A D | module.c | 556 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | alternative.c | 22 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()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | alternative.c | 102 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 D | module.c | 500 apply_alternatives(aseg, aseg + s->sh_size); in module_finalize()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | alternative.c | 181 void __init_or_module apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function 241 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
H A D | module.c | 547 apply_alternatives((void *)alt->sh_addr, (void *)alt->sh_addr + alt->sh_size); in module_finalize()
|
/kernel/linux/linux-6.6/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 | 523 apply_alternatives((void *)s->sh_addr, (void *)s->sh_addr + s->sh_size); in module_finalize()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | alternative.h | 32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | alternative.h | 32 void apply_alternatives(struct alt_instr *start, struct alt_instr *end,
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | alternative.h | 28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | alternative.h | 28 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | alternative.h | 19 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | alternative.h | 20 void apply_alternatives(struct alt_instr *start, struct alt_instr *end);
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | um_arch.c | 371 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vma.c | 51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 24 * UP system running a SMP kernel. The existing apply_alternatives() 77 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); 312 * instruction. See apply_alternatives(). 324 * present, early code in apply_alternatives() replaces @oldinstr with
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | module.c | 288 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
|
H A D | alternative.c | 419 void __init_or_module noinline apply_alternatives(struct alt_instr *start, in apply_alternatives() function 1044 apply_alternatives(__alt_instructions, __alt_instructions_end); in alternative_instructions()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | um_arch.c | 457 void apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives() function
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vma.c | 52 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | alternative.h | 26 * UP system running a SMP kernel. The existing apply_alternatives() 96 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); 363 * instruction. See apply_alternatives(). 375 * present, early code in apply_alternatives() replaces @oldinstr with
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | module.c | 342 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
|