Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/s390/kernel/
H A Dalternative.c20 static void __init_or_module __apply_alternatives(struct alt_instr *start, in __apply_alternatives() function
51 __apply_alternatives(start, end); in apply_alternatives()