Searched refs:IS_ENABLED (Results 1 – 6 of 6) sorted by relevance
10 BUILD_BUG_ON(!IS_ENABLED(CONFIG_64BIT)); in check()14 BUILD_BUG_ON(!IS_ENABLED(CONFIG_CXL_REGION_INVALIDATION_TEST)); in check()15 BUILD_BUG_ON(!IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST)); in check()16 BUILD_BUG_ON(!IS_ENABLED(CONFIG_DEBUG_FS)); in check()17 BUILD_BUG_ON(!IS_ENABLED(CONFIG_MEMORY_HOTPLUG)); in check()
14 if (IS_ENABLED(CONFIG_ACPI_NFIT)) in check()
93 #if IS_ENABLED(CONFIG_HYPERV)
65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) macro
159 #define IS_ENABLED(x) (0) macro
763 insn_init(insn, kaddr, buf_len, IS_ENABLED(CONFIG_X86_64)); in insn_decode()
Completed in 9 milliseconds