Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dalternative.h13 #define ALT_FLAG_NOT (1 << 0) macro
14 #define ALT_NOT(feature) ((ALT_FLAG_NOT << ALT_FLAGS_SHIFT) | (feature))
/linux/tools/objtool/
H A Ddisas.c66 #define ALT_FLAG_NOT (1 << 0) macro
697 if (flags & ~(ALT_FLAG_NOT | ALT_FLAG_DIRECT_CALL)) in disas_alt_name()
701 if (flags & ALT_FLAG_NOT) in disas_alt_name()
/linux/arch/x86/kernel/
H A Dalternative.c621 if (!boot_cpu_has(alt->cpuid) != !(alt->flags & ALT_FLAG_NOT)) in analyze_patch_site()