Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h11 #define ALT_FLAG_NOT (1 << 0) macro
12 #define ALT_NOT(feature) ((ALT_FLAG_NOT << ALT_FLAGS_SHIFT) | (feature))
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c450 if (!boot_cpu_has(a->cpuid) == !(a->flags & ALT_FLAG_NOT)) { in apply_alternatives()
456 (a->flags & ALT_FLAG_NOT) ? "!" : "", in apply_alternatives()