Searched refs:__apply_alternatives (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | alternative.c | 142 static int __apply_alternatives(const struct alt_region *region, in __apply_alternatives() function 224 __apply_alternatives(®ion, false, &all_capabilities[0]); in apply_alternatives_vdso() 250 __apply_alternatives(&kernel_alternatives, false, in __apply_alternatives_multi_stop() 280 __apply_alternatives(&kernel_alternatives, false, in apply_boot_alternatives() 295 return __apply_alternatives(®ion, true, &all_capabilities[0]); in apply_alternatives_module()
|
| /linux/arch/s390/include/asm/ |
| H A D | alternative.h | 76 void __apply_alternatives(struct alt_instr *start, struct alt_instr *end, unsigned int ctx); 80 __apply_alternatives(__alt_instructions, __alt_instructions_end, ALT_CTX_LATE); in apply_alternative_instructions() 85 __apply_alternatives(start, end, ALT_CTX_ALL); in apply_alternatives()
|