Home
last modified time | relevance | path

Searched refs:__apply_alternatives (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kernel/
H A Dalternative.c142 static void __apply_alternatives(const struct alt_region *region, in __apply_alternatives() function
219 __apply_alternatives(&region, false, &all_capabilities[0]); in apply_alternatives_vdso()
245 __apply_alternatives(&kernel_alternatives, false, in __apply_alternatives_multi_stop()
275 __apply_alternatives(&kernel_alternatives, false, in apply_boot_alternatives()
290 __apply_alternatives(&region, true, &all_capabilities[0]); in apply_alternatives_module()
/linux/arch/s390/include/asm/
H A Dalternative.h75 void __apply_alternatives(struct alt_instr *start, struct alt_instr *end, unsigned int ctx);
79 __apply_alternatives(__alt_instructions, __alt_instructions_end, ALT_CTX_LATE); in apply_alternative_instructions()
84 __apply_alternatives(start, end, ALT_CTX_ALL); in apply_alternatives()
/linux/arch/s390/kernel/
H A Dalternative.c9 void __apply_alternatives(struct alt_instr *start, struct alt_instr *end, unsigned int ctx) in __apply_alternatives() function
/linux/arch/s390/boot/
H A Dstartup.c516 __apply_alternatives((struct alt_instr *)_vmlinux_info.alt_instructions, in startup_kernel()