Searched refs:ALT_FLAG_NOT (Results 1 – 2 of 2) sorted by relevance
11 #define ALT_FLAG_NOT BIT(0) macro12 #define ALT_NOT(feature) ((ALT_FLAG_NOT << ALT_FLAGS_SHIFT) | (feature))
297 if (!boot_cpu_has(a->cpuid) == !(a->flags & ALT_FLAG_NOT)) in apply_alternatives()301 (a->flags & ALT_FLAG_NOT) ? "!" : "", in apply_alternatives()
Completed in 8 milliseconds