Searched refs:IS_ENABLED (Results 176 - 200 of 3147) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/include/asm/
H A Dirqflags.h35 if (IS_ENABLED(CONFIG_LIGHTWEIGHT_SPINLOCK_CHECK))
/linux-master/arch/arm/mach-socfpga/
H A Dsocfpga.c49 if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
52 if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
61 if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
63 if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
/linux-master/include/linux/soc/qcom/
H A Dqcom_aoss.h14 #if IS_ENABLED(CONFIG_QCOM_AOSS_QMP)
H A Dqcom-pbs.h15 #if IS_ENABLED(CONFIG_QCOM_PBS)
/linux-master/drivers/soundwire/
H A Dirq.h13 #if IS_ENABLED(CONFIG_IRQ_DOMAIN)
/linux-master/include/net/
H A Dprotocol.h25 #if IS_ENABLED(CONFIG_IPV6)
52 #if IS_ENABLED(CONFIG_IPV6)
99 #if IS_ENABLED(CONFIG_IPV6)
110 #if IS_ENABLED(CONFIG_IPV6)
/linux-master/drivers/net/dsa/realtek/
H A Drealtek-smi.h6 #if IS_ENABLED(CONFIG_NET_DSA_REALTEK_SMI)
22 #else /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_SMI) */
46 #endif /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_SMI) */
H A Drealtek-mdio.h6 #if IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO)
22 #else /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO) */
46 #endif /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO) */
/linux-master/kernel/module/
H A Dstrict_rwx.c37 if (IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
51 if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX) || !rodata_enabled)
69 if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
87 if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.h61 if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
70 if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
/linux-master/arch/x86/include/asm/
H A Dirq.h32 #if IS_ENABLED(CONFIG_KVM)
/linux-master/arch/riscv/include/asm/
H A Dsimd.h43 if (IS_ENABLED(CONFIG_RISCV_ISA_V_PREEMPTIVE) && current->thread.kernel_vstate.datap) {
/linux-master/include/net/netfilter/
H A Dbr_netfilter.h11 #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
45 #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
58 #if IS_ENABLED(CONFIG_IPV6)
H A Dnf_conntrack_extend.h11 #if IS_ENABLED(CONFIG_NF_NAT)
28 #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
31 #if IS_ENABLED(CONFIG_NET_ACT_CT)
/linux-master/arch/arm/mach-imx/
H A Dmach-imx6sl.c37 if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
40 if (IS_ENABLED(CONFIG_SOC_IMX6SL) && cpu_is_imx6sl())
42 else if (IS_ENABLED(CONFIG_SOC_IMX6SLL))
/linux-master/include/crypto/
H A Dpoly1305.h68 if (IS_ENABLED(CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305))
82 if (IS_ENABLED(CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305))
93 if (IS_ENABLED(CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305))
/linux-master/arch/arm/mach-tegra/
H A Dpm.c52 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
58 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
59 IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
60 IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
268 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
274 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
275 IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
276 IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
298 if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
304 if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SO
[all...]
/linux-master/arch/mips/include/asm/
H A Dbootinfo.h125 if (IS_ENABLED(CONFIG_MIPS_RAW_APPENDED_DTB) ||
126 IS_ENABLED(CONFIG_MIPS_ELF_APPENDED_DTB))
133 if (IS_ENABLED(CONFIG_BUILTIN_DTB))
/linux-master/arch/arc/include/asm/
H A Dsyscall.h73 return IS_ENABLED(CONFIG_ISA_ARCOMPACT)
74 ? (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
76 : (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
/linux-master/arch/powerpc/include/asm/
H A Dtime.h61 if (IS_ENABLED(CONFIG_40x))
74 if (IS_ENABLED(CONFIG_40x))
76 else if (IS_ENABLED(CONFIG_BOOKE))
/linux-master/arch/arm/include/asm/
H A Dsyscall.h25 if (IS_ENABLED(CONFIG_AEABI) && !IS_ENABLED(CONFIG_OABI_COMPAT))
36 return IS_ENABLED(CONFIG_OABI_COMPAT) &&
/linux-master/arch/powerpc/platforms/85xx/
H A Dtwr_p102x.c59 #if IS_ENABLED(CONFIG_UCC_GETH) || IS_ENABLED(CONFIG_SERIAL_QE)
82 #if IS_ENABLED(CONFIG_SERIAL_QE)
/linux-master/drivers/gpu/drm/i915/
H A Di915_params.h57 param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO), 0600) \
66 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
67 param(bool, enable_gvt, false, IS_ENABLED(CONFIG_DRM_I915_GVT) ? 0400 : 0)
/linux-master/arch/riscv/kernel/pi/
H A Dcmdline_early.c25 if (!IS_ENABLED(CONFIG_CMDLINE_FORCE)) {
38 if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) ||
39 IS_ENABLED(CONFIG_CMDLINE_FORCE) ||
/linux-master/include/linux/usb/
H A Dof.h16 #if IS_ENABLED(CONFIG_OF)
67 #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_USB_SUPPORT)

Completed in 312 milliseconds

1234567891011>>