Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dalternative.h9 #define ALTINSTR_FLAG_INV (1 << 15) macro
10 #define ALT_NOT(feat) ((feat) | ALTINSTR_FLAG_INV)
/linux-6.1.9/arch/x86/kernel/
Dalternative.c285 u16 feature = a->cpuid & ~ALTINSTR_FLAG_INV; in apply_alternatives()
298 if (!boot_cpu_has(feature) == !(a->cpuid & ALTINSTR_FLAG_INV)) in apply_alternatives()
302 (a->cpuid & ALTINSTR_FLAG_INV) ? "!" : "", in apply_alternatives()