Home
last modified time | relevance | path

Searched refs:alternatives_applied (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm64/kernel/
Dalternative.c35 int alternatives_applied; variable
211 while (!READ_ONCE(alternatives_applied)) in __apply_alternatives_multi_stop()
215 BUG_ON(alternatives_applied); in __apply_alternatives_multi_stop()
218 WRITE_ONCE(alternatives_applied, 1); in __apply_alternatives_multi_stop()
Dcpufeature.c1025 if (!alternatives_applied) in cpu_copy_el2regs()
/Linux-v4.19/arch/arm64/include/asm/
Dalternative.h17 extern int alternatives_applied;