Home
last modified time | relevance | path

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

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