Searched refs:__apply_alternatives (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm64/kernel/ |
D | alternative.c | 142 static void __apply_alternatives(const struct alt_region *region, in __apply_alternatives() function 220 __apply_alternatives(®ion, false, &all_capabilities[0]); in apply_alternatives_vdso() 246 __apply_alternatives(&kernel_alternatives, false, in __apply_alternatives_multi_stop() 276 __apply_alternatives(&kernel_alternatives, false, in apply_boot_alternatives() 291 __apply_alternatives(®ion, true, &all_capabilities[0]); in apply_alternatives_module()
|
/linux-6.1.9/arch/s390/kernel/ |
D | alternative.c | 20 static void __init_or_module __apply_alternatives(struct alt_instr *start, in __apply_alternatives() function 51 __apply_alternatives(start, end); in apply_alternatives()
|