Home
last modified time | relevance | path

Searched refs:alternatives_patched (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dvmware.h107 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall1()
132 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall3()
157 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall4()
183 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall5()
211 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall6()
239 if (unlikely(!alternatives_patched) && !__is_defined(MODULE)) in vmware_hypercall7()
H A Dcpufeature.h85 WARN_ON(alternatives_patched); \
H A Dalternative.h96 extern int alternatives_patched;
/linux/arch/loongarch/kernel/
H A Dalternative.c10 int __read_mostly alternatives_patched; variable
12 EXPORT_SYMBOL_GPL(alternatives_patched);
246 alternatives_patched = 1; in alternative_instructions()
/linux/arch/loongarch/include/asm/
H A Dalternative.h24 extern int alternatives_patched;
/linux/arch/x86/kernel/
H A Dalternative.c17 int __read_mostly alternatives_patched; variable
19 EXPORT_SYMBOL_GPL(alternatives_patched);
2460 alternatives_patched = 1; in alternative_instructions()