IS_ENABLED       1047 arch/alpha/kernel/osf_sys.c 	if (!IS_ENABLED(CONFIG_POSIX_TIMERS))
IS_ENABLED       1063 arch/alpha/kernel/osf_sys.c 	if (!IS_ENABLED(CONFIG_POSIX_TIMERS))
IS_ENABLED        321 arch/arc/include/asm/arcregs.h 	return IS_ENABLED(CONFIG_ISA_ARCV2);
IS_ENABLED        326 arch/arc/include/asm/arcregs.h 	return IS_ENABLED(CONFIG_ISA_ARCOMPACT);
IS_ENABLED         95 arch/arc/include/asm/cacheflush.h 	return IS_ENABLED(CONFIG_ARC_CACHE_VIPT_ALIASING);
IS_ENABLED         13 arch/arc/include/asm/elf.h #define EM_ARC_INUSE		(IS_ENABLED(CONFIG_ISA_ARCOMPACT) ? \
IS_ENABLED         91 arch/arc/include/asm/mmu.h 	return IS_ENABLED(CONFIG_ARC_HAS_PAE40);
IS_ENABLED         18 arch/arc/include/asm/mmzone.h 	if (IS_ENABLED(CONFIG_ARC_HAS_PAE40))
IS_ENABLED         37 arch/arc/include/asm/setup.h #define IS_USED_CFG(cfg)	IS_USED_RUN(IS_ENABLED(cfg))
IS_ENABLED         71 arch/arc/include/asm/syscall.h 	return IS_ENABLED(CONFIG_ISA_ARCOMPACT)
IS_ENABLED         72 arch/arc/include/asm/syscall.h 		? (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
IS_ENABLED         74 arch/arc/include/asm/syscall.h 		: (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
IS_ENABLED         29 arch/arc/kernel/intc-compact.c 	level_mask |= IS_ENABLED(CONFIG_ARC_COMPACT_IRQ_LEVELS) << TIMER0_IRQ;
IS_ENABLED         56 arch/arc/kernel/process.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_SMP));
IS_ENABLED        193 arch/arc/kernel/ptrace.c 	if (IS_ENABLED(CONFIG_ARC_HAS_ACCL_REGS))
IS_ENABLED        216 arch/arc/kernel/ptrace.c 	if (IS_ENABLED(CONFIG_ARC_HAS_ACCL_REGS))
IS_ENABLED        252 arch/arc/kernel/setup.c 			cpu->isa.atomic = IS_ENABLED(CONFIG_ARC_HAS_LLSC);
IS_ENABLED        259 arch/arc/kernel/setup.c 		cpu->isa.be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
IS_ENABLED        430 arch/arc/kernel/setup.c 		saved = IS_ENABLED(CONFIG_ARC_FPU_SAVE_RESTORE);
IS_ENABLED        436 arch/arc/kernel/setup.c 		saved = IS_ENABLED(CONFIG_ARC_HAS_ACCL_REGS);
IS_ENABLED        147 arch/arc/kernel/smp.c 	if (IS_ENABLED(CONFIG_ARC_SMP_HALT_ON_RESET))
IS_ENABLED        147 arch/arc/kernel/troubleshoot.c 		         IS_ENABLED(CONFIG_ISA_ARCOMPACT))
IS_ENABLED        126 arch/arc/mm/cache.c 		if (IS_ENABLED(CONFIG_HIGHMEM) || is_pae40_enabled())
IS_ENABLED       1220 arch/arc/mm/cache.c 	if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE)) {
IS_ENABLED       1240 arch/arc/mm/cache.c 	if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE)) {
IS_ENABLED       1252 arch/arc/mm/cache.c 			int handled = IS_ENABLED(CONFIG_ARC_CACHE_VIPT_ALIASING);
IS_ENABLED       1319 arch/arc/mm/cache.c 		if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE))
IS_ENABLED       1322 arch/arc/mm/cache.c 		if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE))
IS_ENABLED        273 arch/arc/mm/tlb.c 	if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
IS_ENABLED        859 arch/arc/mm/tlb.c 	if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
IS_ENABLED        864 arch/arc/mm/tlb.c 	if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae)
IS_ENABLED         95 arch/arm/crypto/sha256_glue.c 	if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) {
IS_ENABLED        110 arch/arm/crypto/sha256_glue.c 	if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon())
IS_ENABLED         91 arch/arm/crypto/sha512-glue.c 	if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) {
IS_ENABLED        110 arch/arm/crypto/sha512-glue.c 	if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon())
IS_ENABLED         21 arch/arm/include/asm/dma-mapping.h 	if (IS_ENABLED(CONFIG_MMU) && !IS_ENABLED(CONFIG_ARM_LPAE))
IS_ENABLED        308 arch/arm/include/asm/memory.h 	return IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset != 0;
IS_ENABLED        315 arch/arm/include/asm/memory.h 	if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset) {
IS_ENABLED        327 arch/arm/include/asm/memory.h 	if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset)
IS_ENABLED        143 arch/arm/include/asm/pgalloc.h 	if (__LINUX_ARM_ARCH__ >= 6 && !IS_ENABLED(CONFIG_ARM_LPAE))
IS_ENABLED         55 arch/arm/include/asm/processor.h 	if (IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC)) {			\
IS_ENABLED         61 arch/arm/include/asm/processor.h 	if (IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) &&			\
IS_ENABLED         67 arch/arm/include/asm/processor.h 	} else if (!IS_ENABLED(CONFIG_MMU))				\
IS_ENABLED        677 arch/arm/include/asm/tlbflush.h 	if (unlikely(IS_ENABLED(CONFIG_ARM_ERRATA_798181) &&
IS_ENABLED         93 arch/arm/include/asm/uaccess-asm.h 	.if \disable && IS_ENABLED(CONFIG_CPU_SW_DOMAIN_PAN)
IS_ENABLED         98 arch/arm/include/asm/uaccess-asm.h 	.elseif IS_ENABLED(CONFIG_CPU_USE_DOMAINS)
IS_ENABLED         19 arch/arm/include/debug/sti.S #if IS_ENABLED(CONFIG_STIH41X_DEBUG_ASC2)
IS_ENABLED         23 arch/arm/include/debug/sti.S #if IS_ENABLED(CONFIG_STIH41X_DEBUG_SBC_ASC1)
IS_ENABLED         19 arch/arm/include/debug/zynq.S #if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1)
IS_ENABLED         39 arch/arm/kernel/entry-common.S #if !(IS_ENABLED(CONFIG_TRACE_IRQFLAGS) || IS_ENABLED(CONFIG_CONTEXT_TRACKING) || \
IS_ENABLED         40 arch/arm/kernel/entry-common.S 	IS_ENABLED(CONFIG_DEBUG_RSEQ))
IS_ENABLED         83 arch/arm/kernel/entry-common.S #if IS_ENABLED(CONFIG_DEBUG_RSEQ)
IS_ENABLED        122 arch/arm/kernel/entry-common.S #if IS_ENABLED(CONFIG_DEBUG_RSEQ)
IS_ENABLED         84 arch/arm/kernel/ftrace.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
IS_ENABLED         59 arch/arm/kernel/insn.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL))
IS_ENABLED         83 arch/arm/kernel/irq.c 	if (IS_ENABLED(CONFIG_OF) && !machine_desc->init_irq)
IS_ENABLED         88 arch/arm/kernel/irq.c 	if (IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_CACHE_L2X0) &&
IS_ENABLED         44 arch/arm/kernel/module.c 	if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS))
IS_ENABLED         50 arch/arm/kernel/module.c 	if (!IS_ENABLED(CONFIG_ARM_MODULE_PLTS) || p)
IS_ENABLED        136 arch/arm/kernel/module.c 			if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS) &&
IS_ENABLED        249 arch/arm/kernel/module.c 			if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS) &&
IS_ENABLED         28 arch/arm/kernel/patch.c 	if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
IS_ENABLED         30 arch/arm/kernel/patch.c 	else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
IS_ENABLED         58 arch/arm/kernel/patch.c 	bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL);
IS_ENABLED        383 arch/arm/kernel/setup.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
IS_ENABLED        395 arch/arm/kernel/setup.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
IS_ENABLED        407 arch/arm/kernel/setup.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
IS_ENABLED        424 arch/arm/kernel/setup.c 	mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA;
IS_ENABLED        370 arch/arm/kernel/signal.c 	bool fdpic = IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) &&
IS_ENABLED         87 arch/arm/kernel/vdso.c 	if (!IS_ENABLED(CONFIG_ARM_ARCH_TIMER))
IS_ENABLED        281 arch/arm/kernel/vdso.c 	if (!IS_ENABLED(CONFIG_ARM_ARCH_TIMER))
IS_ENABLED        630 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_SAMA5D2))
IS_ENABLED        800 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_AT91RM9200))
IS_ENABLED        815 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_AT91SAM9))
IS_ENABLED        828 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_AT91SAM9))
IS_ENABLED        837 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_SAMA5))
IS_ENABLED        846 arch/arm/mach-at91/pm.c 	if (!IS_ENABLED(CONFIG_SOC_SAMA5D2))
IS_ENABLED        235 arch/arm/mach-davinci/board-da830-evm.c #define HAS_MMC		IS_ENABLED(CONFIG_MMC_DAVINCI)
IS_ENABLED        338 arch/arm/mach-davinci/board-da850-evm.c #define HAS_MMC		IS_ENABLED(CONFIG_MMC_DAVINCI)
IS_ENABLED        819 arch/arm/mach-davinci/board-dm644x-evm.c #define HAS_ATA		(IS_ENABLED(CONFIG_BLK_DEV_PALMCHIP_BK3710) || \
IS_ENABLED        820 arch/arm/mach-davinci/board-dm644x-evm.c 			 IS_ENABLED(CONFIG_PATA_BK3710))
IS_ENABLED        822 arch/arm/mach-davinci/board-dm644x-evm.c #define HAS_NOR		IS_ENABLED(CONFIG_MTD_PHYSMAP)
IS_ENABLED        824 arch/arm/mach-davinci/board-dm644x-evm.c #define HAS_NAND	IS_ENABLED(CONFIG_MTD_NAND_DAVINCI)
IS_ENABLED        154 arch/arm/mach-davinci/board-dm646x-evm.c #define HAS_ATA		(IS_ENABLED(CONFIG_BLK_DEV_PALMCHIP_BK3710) || \
IS_ENABLED        155 arch/arm/mach-davinci/board-dm646x-evm.c 			 IS_ENABLED(CONFIG_PATA_BK3710))
IS_ENABLED        167 arch/arm/mach-davinci/board-neuros-osd2.c #define HAS_ATA		(IS_ENABLED(CONFIG_BLK_DEV_PALMCHIP_BK3710) || \
IS_ENABLED        168 arch/arm/mach-davinci/board-neuros-osd2.c 			 IS_ENABLED(CONFIG_PATA_BK3710))
IS_ENABLED        170 arch/arm/mach-davinci/board-neuros-osd2.c #define HAS_NAND	IS_ENABLED(CONFIG_MTD_NAND_DAVINCI)
IS_ENABLED        866 arch/arm/mach-davinci/devices-da8xx.c #if IS_ENABLED(CONFIG_DA8XX_REMOTEPROC)
IS_ENABLED        118 arch/arm/mach-davinci/devices.c #if IS_ENABLED(CONFIG_MMC_DAVINCI)
IS_ENABLED         18 arch/arm/mach-davinci/usb.c #if IS_ENABLED(CONFIG_USB_MUSB_HDRC)
IS_ENABLED        284 arch/arm/mach-ep93xx/ts72xx.c #if IS_ENABLED(CONFIG_FPGA_MGR_TS73XX)
IS_ENABLED        341 arch/arm/mach-ep93xx/ts72xx.c #if IS_ENABLED(CONFIG_FPGA_MGR_TS73XX)
IS_ENABLED        156 arch/arm/mach-exynos/exynos.c 	if (!IS_ENABLED(CONFIG_SMP))
IS_ENABLED        143 arch/arm/mach-exynos/firmware.c 	.do_idle		= IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_do_idle : NULL,
IS_ENABLED        147 arch/arm/mach-exynos/firmware.c 	.suspend		= IS_ENABLED(CONFIG_PM_SLEEP) ? exynos_suspend : NULL,
IS_ENABLED        148 arch/arm/mach-exynos/firmware.c 	.resume			= IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_resume : NULL,
IS_ENABLED        223 arch/arm/mach-exynos/firmware.c 	if (IS_ENABLED(CONFIG_CACHE_L2X0) &&
IS_ENABLED        271 arch/arm/mach-exynos/suspend.c 	if (IS_ENABLED(CONFIG_EXYNOS_MCPM)) {
IS_ENABLED        354 arch/arm/mach-exynos/suspend.c 	if (IS_ENABLED(CONFIG_EXYNOS_MCPM))
IS_ENABLED        458 arch/arm/mach-exynos/suspend.c 	if (IS_ENABLED(CONFIG_EXYNOS_MCPM))
IS_ENABLED        461 arch/arm/mach-exynos/suspend.c 	if (IS_ENABLED(CONFIG_HW_PERF_EVENTS) && cluster != 0) {
IS_ENABLED        131 arch/arm/mach-imx/cpu-imx5.c 	if (!IS_ENABLED(CONFIG_ARM_PMU))
IS_ENABLED        295 arch/arm/mach-imx/mach-imx6q.c 	if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
IS_ENABLED         38 arch/arm/mach-imx/mach-imx6sl.c 	if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
IS_ENABLED         41 arch/arm/mach-imx/mach-imx6sl.c 	if (IS_ENABLED(CONFIG_SOC_IMX6SL) && cpu_is_imx6sl())
IS_ENABLED         43 arch/arm/mach-imx/mach-imx6sl.c 	else if (IS_ENABLED(CONFIG_SOC_IMX6SLL))
IS_ENABLED         93 arch/arm/mach-imx/mach-imx6sx.c 	if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
IS_ENABLED         83 arch/arm/mach-imx/mach-imx6ul.c 	if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
IS_ENABLED         93 arch/arm/mach-imx/mach-imx7d.c 	if (IS_ENABLED(CONFIG_ARM_IMX_CPUFREQ_DT))
IS_ENABLED         57 arch/arm/mach-imx/mach-kzm_arm11_01.c #if IS_ENABLED(CONFIG_SERIAL_8250)
IS_ENABLED        135 arch/arm/mach-imx/mach-kzm_arm11_01.c #if IS_ENABLED(CONFIG_SMSC911X)
IS_ENABLED        195 arch/arm/mach-imx/mach-kzm_arm11_01.c #if IS_ENABLED(CONFIG_SERIAL_IMX)
IS_ENABLED         12 arch/arm/mach-imx/pm-imx25.c 	if (!IS_ENABLED(CONFIG_PM))
IS_ENABLED        410 arch/arm/mach-imx/pm-imx5.c 	if (IS_ENABLED(CONFIG_SOC_IMX51))
IS_ENABLED        416 arch/arm/mach-imx/pm-imx5.c 	if (IS_ENABLED(CONFIG_SOC_IMX53))
IS_ENABLED        597 arch/arm/mach-imx/pm-imx6.c 	if (IS_ENABLED(CONFIG_SUSPEND)) {
IS_ENABLED        124 arch/arm/mach-imx/src.c 	if (IS_ENABLED(CONFIG_RESET_CONTROLLER))
IS_ENABLED        230 arch/arm/mach-mmp/aspenite.c #if IS_ENABLED(CONFIG_USB_EHCI_MV)
IS_ENABLED        257 arch/arm/mach-mmp/aspenite.c #if IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED        258 arch/arm/mach-mmp/aspenite.c #if IS_ENABLED(CONFIG_PHY_PXA_USB)
IS_ENABLED        262 arch/arm/mach-mmp/aspenite.c #if IS_ENABLED(CONFIG_USB_EHCI_MV)
IS_ENABLED         72 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB) || IS_ENABLED(CONFIG_USB_GADGET)
IS_ENABLED         73 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB_MV_UDC) || IS_ENABLED(CONFIG_USB_EHCI_MV)
IS_ENABLED         74 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_CPU_PXA910) || IS_ENABLED(CONFIG_CPU_PXA168)
IS_ENABLED        237 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED        240 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_PHY_PXA_USB)
IS_ENABLED        261 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB_MV_UDC)
IS_ENABLED        296 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB_EHCI_MV_U2O)
IS_ENABLED        323 arch/arm/mach-mmp/devices.c #if IS_ENABLED(CONFIG_USB_MV_OTG)
IS_ENABLED        164 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED        165 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_MV_UDC) || IS_ENABLED(CONFIG_USB_EHCI_MV_U2O)
IS_ENABLED        178 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        182 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_MMP_DISP)
IS_ENABLED        272 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        282 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED        283 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_PHY_PXA_USB)
IS_ENABLED        287 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_MV_UDC)
IS_ENABLED        292 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_EHCI_MV_U2O)
IS_ENABLED        297 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_USB_MV_OTG)
IS_ENABLED        303 arch/arm/mach-mmp/ttc_dkb.c #if IS_ENABLED(CONFIG_MMP_DISP)
IS_ENABLED        403 arch/arm/mach-mv78xx0/common.c 	if (IS_ENABLED(CONFIG_CACHE_FEROCEON_L2))
IS_ENABLED        295 arch/arm/mach-mvebu/coherency.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED        122 arch/arm/mach-mvebu/mvebu-soc-id.c 	if (!of_device_is_available(child) || !IS_ENABLED(CONFIG_PCI_MVEBU)) {
IS_ENABLED         19 arch/arm/mach-omap1/board-h2-mmc.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        345 arch/arm/mach-omap1/board-h2.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        348 arch/arm/mach-omap1/board-h2.c #elif	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED         20 arch/arm/mach-omap1/board-h3-mmc.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        366 arch/arm/mach-omap1/board-h3.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        368 arch/arm/mach-omap1/board-h3.c #elif IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        389 arch/arm/mach-omap1/board-htcherald.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        574 arch/arm/mach-omap1/board-htcherald.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        312 arch/arm/mach-omap1/board-innovator.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        315 arch/arm/mach-omap1/board-innovator.c #elif	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        328 arch/arm/mach-omap1/board-innovator.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        159 arch/arm/mach-omap1/board-nokia770.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        216 arch/arm/mach-omap1/board-nokia770.c #if IS_ENABLED(CONFIG_I2C_CBUS_GPIO)
IS_ENABLED        286 arch/arm/mach-omap1/board-osk.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        209 arch/arm/mach-omap1/board-palmte.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED         20 arch/arm/mach-omap1/board-sx1-mmc.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED         32 arch/arm/mach-omap1/devices.c #if IS_ENABLED(CONFIG_RTC_DRV_OMAP)
IS_ENABLED         71 arch/arm/mach-omap1/devices.c #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED        229 arch/arm/mach-omap1/devices.c #if IS_ENABLED(CONFIG_SPI_OMAP_100K)
IS_ENABLED        314 arch/arm/mach-omap1/devices.c #if IS_ENABLED(CONFIG_SPI_OMAP_UWIRE)
IS_ENABLED        420 arch/arm/mach-omap1/devices.c #if IS_ENABLED(CONFIG_OMAP_WATCHDOG)
IS_ENABLED         23 arch/arm/mach-omap1/fb.c #if IS_ENABLED(CONFIG_FB_OMAP)
IS_ENABLED          6 arch/arm/mach-omap1/include/mach/usb.h #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED         14 arch/arm/mach-omap1/include/mach/usb.h #if IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED         11 arch/arm/mach-omap1/mmc.h #if IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED         89 arch/arm/mach-omap1/pm.c 	    (value != 0 && !IS_ENABLED(CONFIG_OMAP_32K_TIMER))) {
IS_ENABLED        622 arch/arm/mach-omap1/pm.c 	if (!IS_ENABLED(CONFIG_OMAP_32K_TIMER))
IS_ENABLED        625 arch/arm/mach-omap1/pm.c 	if (!IS_ENABLED(CONFIG_OMAP_DM_TIMER))
IS_ENABLED        628 arch/arm/mach-omap1/pm.c 	if (IS_ENABLED(CONFIG_OMAP_32K_TIMER) &&
IS_ENABLED        629 arch/arm/mach-omap1/pm.c 	    IS_ENABLED(CONFIG_OMAP_DM_TIMER)) {
IS_ENABLED        110 arch/arm/mach-omap1/usb.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        123 arch/arm/mach-omap1/usb.c #if	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        156 arch/arm/mach-omap1/usb.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        208 arch/arm/mach-omap1/usb.c #if	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        587 arch/arm/mach-omap1/usb.c #if IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        599 arch/arm/mach-omap1/usb.c #if	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED         64 arch/arm/mach-omap2/board-n8x0.c #if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
IS_ENABLED        161 arch/arm/mach-omap2/board-n8x0.c #if defined(CONFIG_MENELAUS) && IS_ENABLED(CONFIG_MMC_OMAP)
IS_ENABLED         38 arch/arm/mach-omap2/devices.c #if IS_ENABLED(CONFIG_VIDEO_OMAP2_VOUT)
IS_ENABLED         39 arch/arm/mach-omap2/devices.c #if IS_ENABLED(CONFIG_FB_OMAP2)
IS_ENABLED         80 arch/arm/mach-omap2/fb.c #if IS_ENABLED(CONFIG_FB_OMAP2)
IS_ENABLED         22 arch/arm/mach-omap2/hsmmc.c #if IS_ENABLED(CONFIG_MMC_OMAP_HS)
IS_ENABLED         17 arch/arm/mach-omap2/hsmmc.h #if IS_ENABLED(CONFIG_MMC_OMAP_HS)
IS_ENABLED        278 arch/arm/mach-omap2/pdata-quirks.c 		if (IS_ENABLED(CONFIG_ARM_ERRATA_430973)) {
IS_ENABLED        481 arch/arm/mach-omap2/pdata-quirks.c #if IS_ENABLED(CONFIG_SND_SOC_OMAP_MCBSP)
IS_ENABLED        532 arch/arm/mach-omap2/pdata-quirks.c #if IS_ENABLED(CONFIG_SND_SOC_OMAP_MCBSP)
IS_ENABLED         84 arch/arm/mach-prima2/rstc.c 	if (IS_ENABLED(CONFIG_RESET_CONTROLLER))
IS_ENABLED        404 arch/arm/mach-pxa/cm-x300.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        110 arch/arm/mach-pxa/colibri-pxa3xx.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED         49 arch/arm/mach-pxa/colibri.h #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        528 arch/arm/mach-pxa/corgi.c #if IS_ENABLED(CONFIG_SPI_PXA2XX)
IS_ENABLED        297 arch/arm/mach-pxa/littleton.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        370 arch/arm/mach-pxa/mxm8x10.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED        166 arch/arm/mach-pxa/palmtreo.c #if IS_ENABLED(CONFIG_KEYBOARD_PXA27x)
IS_ENABLED        321 arch/arm/mach-pxa/palmtreo.c #if IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        363 arch/arm/mach-pxa/zylonite.c #if IS_ENABLED(CONFIG_MTD_NAND_MARVELL)
IS_ENABLED         51 arch/arm/mach-socfpga/socfpga.c 	if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
IS_ENABLED         54 arch/arm/mach-socfpga/socfpga.c 	if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
IS_ENABLED         63 arch/arm/mach-socfpga/socfpga.c 	if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
IS_ENABLED         65 arch/arm/mach-socfpga/socfpga.c 	if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
IS_ENABLED         38 arch/arm/mach-spear/spear13xx.c 	if (!IS_ENABLED(CONFIG_CACHE_L2X0))
IS_ENABLED         44 arch/arm/mach-sunxi/sunxi.c 	if (IS_ENABLED(CONFIG_RESET_CONTROLLER))
IS_ENABLED         26 arch/arm/mach-tegra/cpuidle.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
IS_ENABLED         30 arch/arm/mach-tegra/cpuidle.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC))
IS_ENABLED         35 arch/arm/mach-tegra/cpuidle.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
IS_ENABLED         36 arch/arm/mach-tegra/cpuidle.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
IS_ENABLED         46 arch/arm/mach-tegra/cpuidle.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
IS_ENABLED         57 arch/arm/mach-tegra/hotplug.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_CPU))
IS_ENABLED         63 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
IS_ENABLED         65 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
IS_ENABLED         67 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
IS_ENABLED         69 arch/arm/mach-tegra/hotplug.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
IS_ENABLED        161 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
IS_ENABLED        163 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
IS_ENABLED        165 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
IS_ENABLED        167 arch/arm/mach-tegra/platsmp.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
IS_ENABLED         52 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
IS_ENABLED         58 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
IS_ENABLED         59 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
IS_ENABLED         60 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
IS_ENABLED        270 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
IS_ENABLED        276 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
IS_ENABLED        277 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
IS_ENABLED        278 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
IS_ENABLED        300 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
IS_ENABLED        306 arch/arm/mach-tegra/pm.c 		if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
IS_ENABLED        307 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
IS_ENABLED        308 arch/arm/mach-tegra/pm.c 		    IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
IS_ENABLED         91 arch/arm/mach-tegra/tegra.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) &&
IS_ENABLED         95 arch/arm/mach-tegra/tegra.c 	if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) &&
IS_ENABLED        334 arch/arm/mm/cache-b15-rac.c 	if (IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
IS_ENABLED        348 arch/arm/mm/cache-b15-rac.c 	if (IS_ENABLED(CONFIG_PM_SLEEP))
IS_ENABLED        688 arch/arm/mm/cache-l2x0.c 	if (IS_ENABLED(CONFIG_PL310_ERRATA_588369) &&
IS_ENABLED        697 arch/arm/mm/cache-l2x0.c 	if (IS_ENABLED(CONFIG_PL310_ERRATA_727915) &&
IS_ENABLED        714 arch/arm/mm/cache-l2x0.c 	if (IS_ENABLED(CONFIG_PL310_ERRATA_753970) &&
IS_ENABLED        720 arch/arm/mm/cache-l2x0.c 	if (IS_ENABLED(CONFIG_PL310_ERRATA_769419))
IS_ENABLED        194 arch/arm/mm/dma-mapping-nommu.c 	if (IS_ENABLED(CONFIG_CPU_V7M)) {
IS_ENABLED       1110 arch/arm/mm/dma-mapping.c 	if (IS_ENABLED(CONFIG_ARM_LPAE))
IS_ENABLED        374 arch/arm/mm/flush.c 			if (!IS_ENABLED(CONFIG_HIGHMEM) || addr)
IS_ENABLED       1252 arch/arm/mm/mmu.c 	if (!IS_ENABLED(CONFIG_HIGHMEM) || cache_is_vipt_aliasing()) {
IS_ENABLED         68 arch/arm/mm/nommu.c 		if (IS_ENABLED(CONFIG_REMAP_VECTORS_TO_RAM))
IS_ENABLED         71 arch/arm/mm/nommu.c 	} else if (IS_ENABLED(CONFIG_REMAP_VECTORS_TO_RAM)) {
IS_ENABLED         84 arch/arm/mm/nommu.c 	vectors_base = IS_ENABLED(CONFIG_CPU_CP15) ? setup_vectors_base() : 0;
IS_ENABLED        144 arch/arm/mm/proc-v7-bugs.c 	return IS_ENABLED(CONFIG_HARDEN_BRANCH_PREDICTOR) &&
IS_ENABLED         88 arch/arm/plat-samsung/init.c #if IS_ENABLED(CONFIG_SAMSUNG_ATAGS)
IS_ENABLED        139 arch/arm/plat-samsung/init.c 	if (cpu->init_uarts == NULL && IS_ENABLED(CONFIG_SAMSUNG_ATAGS)) {
IS_ENABLED        151 arch/arm/plat-samsung/init.c 	if (!IS_ENABLED(CONFIG_ATAGS) ||
IS_ENABLED        167 arch/arm/plat-samsung/init.c #if IS_ENABLED(CONFIG_SAMSUNG_ATAGS)
IS_ENABLED        123 arch/arm/probes/kprobes/core.c 	if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
IS_ENABLED        751 arch/arm/vfp/vfpmodule.c 		if (IS_ENABLED(CONFIG_NEON) &&
IS_ENABLED        755 arch/arm/vfp/vfpmodule.c 		if (IS_ENABLED(CONFIG_VFPv3)) {
IS_ENABLED        231 arch/arm/xen/enlighten.c 	if (IS_ENABLED(CONFIG_XEN_EFI)) {
IS_ENABLED         31 arch/arm/xen/mm.c 			if (IS_ENABLED(CONFIG_ZONE_DMA32))
IS_ENABLED        100 arch/arm64/crypto/sha256-glue.c 		if (IS_ENABLED(CONFIG_PREEMPT) &&
IS_ENABLED         98 arch/arm64/include/asm/alternative.h 	__ALTERNATIVE_CFG(oldinstr, newinstr, feature, IS_ENABLED(cfg))
IS_ENABLED        220 arch/arm64/include/asm/alternative.h 	alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
IS_ENABLED         23 arch/arm64/include/asm/arch_timer.h #if IS_ENABLED(CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND)
IS_ENABLED         15 arch/arm64/include/asm/atomic_ll_sc.h #if IS_ENABLED(CONFIG_ARM64_LSE_ATOMICS) && IS_ENABLED(CONFIG_AS_LSE)
IS_ENABLED         54 arch/arm64/include/asm/cpufeature.h 	(IS_ENABLED(config) ? FTR_VISIBLE : FTR_HIDDEN)
IS_ENABLED        574 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) &&
IS_ENABLED        580 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_SVE) &&
IS_ENABLED        586 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_CNP) &&
IS_ENABLED        592 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) &&
IS_ENABLED        599 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) &&
IS_ENABLED        606 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) &&
IS_ENABLED        612 arch/arm64/include/asm/cpufeature.h 	return IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING) &&
IS_ENABLED        395 arch/arm64/include/asm/kvm_host.h #define CPx_BIAS		IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
IS_ENABLED        580 arch/arm64/include/asm/kvm_mmu.h 	return (IS_ENABLED(CONFIG_ARM64_PA_BITS_52) && x < 6) ? 6 : x;
IS_ENABLED         34 arch/arm64/include/asm/mmu.h 	return IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0) &&
IS_ENABLED         43 arch/arm64/include/asm/mmu.h 	if (!IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0))
IS_ENABLED         55 arch/arm64/include/asm/mmu.h 	if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE))
IS_ENABLED         64 arch/arm64/include/asm/mmu.h 	if (!IS_ENABLED(CONFIG_CAVIUM_ERRATUM_27456)) {
IS_ENABLED         31 arch/arm64/include/asm/mmu_context.h 	if (!IS_ENABLED(CONFIG_PID_IN_CONTEXTIDR))
IS_ENABLED         66 arch/arm64/include/asm/mmu_context.h 	if (IS_ENABLED(CONFIG_ARM64_VA_BITS_52))
IS_ENABLED         57 arch/arm64/include/asm/module.h 	return IS_ENABLED(CONFIG_ARM64_ERRATUM_843419) &&
IS_ENABLED        248 arch/arm64/include/asm/pgtable.h 	if (!IS_ENABLED(CONFIG_DEBUG_VM))
IS_ENABLED         49 arch/arm64/include/asm/sdei.h 	if (!IS_ENABLED(CONFIG_VMAP_STACK))
IS_ENABLED         51 arch/arm64/include/asm/sdei.h 	if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE))
IS_ENABLED         37 arch/arm64/include/asm/stackprotector.h 	if (!IS_ENABLED(CONFIG_STACKPROTECTOR_PER_TASK))
IS_ENABLED         45 arch/arm64/include/asm/uaccess.h 	if (IS_ENABLED(CONFIG_ARM64_UAO) && fs == KERNEL_DS)
IS_ENABLED         70 arch/arm64/include/asm/uaccess.h 	if (IS_ENABLED(CONFIG_ARM64_TAGGED_ADDR_ABI) &&
IS_ENABLED         20 arch/arm64/include/asm/vmap_stack.h 	BUILD_BUG_ON(!IS_ENABLED(CONFIG_VMAP_STACK));
IS_ENABLED        236 arch/arm64/kernel/acpi.c 		if (IS_ENABLED(CONFIG_ACPI_BGRT))
IS_ENABLED        274 arch/arm64/kernel/acpi.c 	if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
IS_ENABLED        625 arch/arm64/kernel/armv8_deprecated.c 	if (IS_ENABLED(CONFIG_SWP_EMULATION))
IS_ENABLED        628 arch/arm64/kernel/armv8_deprecated.c 	if (IS_ENABLED(CONFIG_CP15_BARRIER_EMULATION))
IS_ENABLED        631 arch/arm64/kernel/armv8_deprecated.c 	if (IS_ENABLED(CONFIG_SETEND_EMULATION)) {
IS_ENABLED        271 arch/arm64/kernel/cpu_errata.c 	if (IS_ENABLED(CONFIG_HARDEN_BRANCH_PREDICTOR))
IS_ENABLED        350 arch/arm64/kernel/cpu_errata.c 	if (!IS_ENABLED(CONFIG_ARM64_SSBD)) {
IS_ENABLED        617 arch/arm64/kernel/cpu_errata.c 	if (!IS_ENABLED(CONFIG_HARDEN_BRANCH_PREDICTOR)) {
IS_ENABLED        994 arch/arm64/kernel/cpu_errata.c 		if (IS_ENABLED(CONFIG_ARM64_SSBD))
IS_ENABLED       1008 arch/arm64/kernel/cpufeature.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_offset() > 0) {
IS_ENABLED       1020 arch/arm64/kernel/cpufeature.c 	if (!IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0)) {
IS_ENABLED        375 arch/arm64/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_ARM64_SVE) &&
IS_ENABLED        748 arch/arm64/kernel/fpsimd.c 	if (!IS_ENABLED(CONFIG_KVM) || !is_hyp_mode_available())
IS_ENABLED        782 arch/arm64/kernel/fpsimd.c 	if (!IS_ENABLED(CONFIG_EFI))
IS_ENABLED         87 arch/arm64/kernel/insn.c 	if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
IS_ENABLED         48 arch/arm64/kernel/kaslr.c 	if (!IS_ENABLED(CONFIG_CMDLINE_FORCE)) {
IS_ENABLED        129 arch/arm64/kernel/kaslr.c 	if (IS_ENABLED(CONFIG_KASAN))
IS_ENABLED        140 arch/arm64/kernel/kaslr.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_MODULE_REGION_FULL)) {
IS_ENABLED         66 arch/arm64/kernel/kexec_image.c 	be_kernel = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
IS_ENABLED        172 arch/arm64/kernel/module-plts.c 			if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE))
IS_ENABLED        208 arch/arm64/kernel/module-plts.c 			if (!IS_ENABLED(CONFIG_ARM64_ERRATUM_843419) ||
IS_ENABLED        244 arch/arm64/kernel/module-plts.c 	if (IS_ENABLED(CONFIG_ARM64_ERRATUM_843419) &&
IS_ENABLED        273 arch/arm64/kernel/module-plts.c 		else if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE) &&
IS_ENABLED         29 arch/arm64/kernel/module.c 	if (IS_ENABLED(CONFIG_ARM64_MODULE_PLTS))
IS_ENABLED         32 arch/arm64/kernel/module.c 	if (IS_ENABLED(CONFIG_KASAN))
IS_ENABLED         40 arch/arm64/kernel/module.c 	if (!p && IS_ENABLED(CONFIG_ARM64_MODULE_PLTS) &&
IS_ENABLED         41 arch/arm64/kernel/module.c 	    !IS_ENABLED(CONFIG_KASAN))
IS_ENABLED        444 arch/arm64/kernel/module.c 			if (IS_ENABLED(CONFIG_ARM64_MODULE_PLTS) &&
IS_ENABLED        484 arch/arm64/kernel/module.c 		if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE) &&
IS_ENABLED        316 arch/arm64/kernel/process.c 	if (IS_ENABLED(CONFIG_ARM64_TAGGED_ADDR_ABI))
IS_ENABLED        344 arch/arm64/kernel/process.c 	BUILD_BUG_ON(!IS_ENABLED(CONFIG_THREAD_INFO_IN_TASK));
IS_ENABLED        405 arch/arm64/kernel/process.c 		if (IS_ENABLED(CONFIG_ARM64_UAO) &&
IS_ENABLED        446 arch/arm64/kernel/process.c 	if (IS_ENABLED(CONFIG_ARM64_UAO)) {
IS_ENABLED       1887 arch/arm64/kernel/ptrace.c 		if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        134 arch/arm64/kernel/sdei.c 	if (!IS_ENABLED(CONFIG_VMAP_STACK))
IS_ENABLED        159 arch/arm64/kernel/sdei.c 	if (IS_ENABLED(CONFIG_VMAP_STACK)) {
IS_ENABLED        401 arch/arm64/kernel/setup.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && offset > 0) {
IS_ENABLED        904 arch/arm64/kernel/smp.c 		if (IS_ENABLED(CONFIG_KEXEC_CORE)) {
IS_ENABLED        121 arch/arm64/kernel/syscall.c 	if (!has_syscall_work(flags) && !IS_ENABLED(CONFIG_DEBUG_RSEQ)) {
IS_ENABLED        237 arch/arm64/kernel/vdso.c 	if (!IS_ENABLED(CONFIG_KUSER_HELPERS))
IS_ENABLED        299 arch/arm64/kernel/vdso.c 	if (!IS_ENABLED(CONFIG_KUSER_HELPERS))
IS_ENABLED        246 arch/arm64/mm/hugetlbpage.c 		if (IS_ENABLED(CONFIG_ARCH_WANT_HUGE_PMD_SHARE) &&
IS_ENABLED        333 arch/arm64/mm/init.c 	if (IS_ENABLED(CONFIG_ARM64_VA_BITS_52) && (vabits_actual != 52)) {
IS_ENABLED        362 arch/arm64/mm/init.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && phys_initrd_size) {
IS_ENABLED        391 arch/arm64/mm/init.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
IS_ENABLED        413 arch/arm64/mm/init.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && phys_initrd_size) {
IS_ENABLED        422 arch/arm64/mm/init.c 	if (IS_ENABLED(CONFIG_ZONE_DMA32))
IS_ENABLED        599 arch/arm64/mm/mmu.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
IS_ENABLED        658 arch/arm64/mm/mmu.c 		BUG_ON(!IS_ENABLED(CONFIG_ARM64_16K_PAGES));
IS_ENABLED        825 arch/arm64/mm/mmu.c 		BUG_ON(!IS_ENABLED(CONFIG_ARM64_16K_PAGES));
IS_ENABLED        946 arch/arm64/mm/mmu.c 	return IS_ENABLED(CONFIG_ARM64_4K_PAGES) &&
IS_ENABLED        947 arch/arm64/mm/mmu.c 	       !IS_ENABLED(CONFIG_ARM64_PTDUMP_DEBUGFS);
IS_ENABLED        953 arch/arm64/mm/mmu.c 	return !IS_ENABLED(CONFIG_ARM64_PTDUMP_DEBUGFS);
IS_ENABLED         20 arch/arm64/mm/pageattr.c bool rodata_full __ro_after_init = IS_ENABLED(CONFIG_RODATA_FULL_DEFAULT_ENABLED);
IS_ENABLED         71 arch/c6x/include/asm/syscall.h 	return IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
IS_ENABLED        397 arch/m68k/amiga/config.c #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
IS_ENABLED        209 arch/m68k/atari/config.c #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
IS_ENABLED        854 arch/m68k/atari/config.c #if IS_ENABLED(CONFIG_ATARI_SCSI)
IS_ENABLED        906 arch/m68k/atari/config.c #if IS_ENABLED(CONFIG_ATARI_SCSI)
IS_ENABLED         26 arch/m68k/coldfire/amcore.c #if IS_ENABLED(CONFIG_DM9000)
IS_ENABLED        134 arch/m68k/coldfire/amcore.c #if IS_ENABLED(CONFIG_DM9000)
IS_ENABLED        143 arch/m68k/coldfire/amcore.c #if IS_ENABLED(CONFIG_DM9000)
IS_ENABLED         95 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_FEC)
IS_ENABLED        186 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED        341 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED        482 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_MCF_EDMA)
IS_ENABLED        559 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_FEC)
IS_ENABLED        565 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED        568 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED        586 arch/m68k/coldfire/device.c #if IS_ENABLED(CONFIG_MCF_EDMA)
IS_ENABLED         47 arch/m68k/coldfire/m5206.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED        124 arch/m68k/coldfire/m520x.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED        139 arch/m68k/coldfire/m520x.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         60 arch/m68k/coldfire/m523x.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED         76 arch/m68k/coldfire/m523x.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         83 arch/m68k/coldfire/m5249.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED         95 arch/m68k/coldfire/m5249.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         51 arch/m68k/coldfire/m525x.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED         67 arch/m68k/coldfire/m525x.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         63 arch/m68k/coldfire/m527x.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED         84 arch/m68k/coldfire/m527x.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         62 arch/m68k/coldfire/m528x.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED         72 arch/m68k/coldfire/m528x.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         56 arch/m68k/coldfire/m5307.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED        167 arch/m68k/coldfire/m53xx.c #if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
IS_ENABLED        177 arch/m68k/coldfire/m53xx.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         47 arch/m68k/coldfire/m5407.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED         73 arch/m68k/coldfire/m54xx.c #if IS_ENABLED(CONFIG_I2C_IMX)
IS_ENABLED        212 arch/m68k/kernel/process.c 	if (IS_ENABLED(CONFIG_FPU)) {
IS_ENABLED          8 arch/m68k/kernel/setup.c #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
IS_ENABLED        553 arch/m68k/kernel/setup_mm.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED         94 arch/m68k/kernel/time.c #if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
IS_ENABLED        161 arch/m68k/mac/config.c #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
IS_ENABLED         39 arch/m68k/mac/misc.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED        210 arch/m68k/mac/misc.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED        379 arch/m68k/mac/misc.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED        179 arch/m68k/q40/config.c #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
IS_ENABLED        167 arch/m68k/sun3/config.c #if IS_ENABLED(CONFIG_SUN3_SCSI)
IS_ENABLED         72 arch/mips/alchemy/board-mtx1.c #if IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        109 arch/mips/boot/compressed/decompress.c 	if (IS_ENABLED(CONFIG_MIPS_RAW_APPENDED_DTB) &&
IS_ENABLED        105 arch/mips/dec/prom/memory.c #if IS_ENABLED(CONFIG_DECLANCE)
IS_ENABLED         59 arch/mips/generic/init.c 	} else if (IS_ENABLED(CONFIG_LEGACY_BOARDS)) {
IS_ENABLED         56 arch/mips/include/asm/bmips.h #if IS_ENABLED(CONFIG_CPU_BMIPS) && IS_ENABLED(CONFIG_SMP)
IS_ENABLED         92 arch/mips/include/asm/cmpxchg.h 		if (!IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        171 arch/mips/include/asm/cmpxchg.h 		if (!IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        145 arch/mips/include/asm/cpu-info.h 	if (!IS_ENABLED(CONFIG_CPU_MIPSR6))
IS_ENABLED        161 arch/mips/include/asm/cpu-info.h 	if (!IS_ENABLED(CONFIG_MIPS_MT_SMP) && !IS_ENABLED(CONFIG_CPU_MIPSR6))
IS_ENABLED         73 arch/mips/include/asm/mach-loongson64/loongson.h #if IS_ENABLED(CONFIG_OPROFILE)
IS_ENABLED         13 arch/mips/include/asm/mach-tx49xx/mangle-port.h 	IS_ENABLED(CONFIG_SMC91X) && \
IS_ENABLED        380 arch/mips/include/asm/mips-cm.h 	if (IS_ENABLED(CONFIG_SMP))
IS_ENABLED        210 arch/mips/include/asm/mips-cps.h 	if ((!IS_ENABLED(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt)
IS_ENABLED        211 arch/mips/include/asm/mips-cps.h 		&& (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp))
IS_ENABLED        310 arch/mips/include/asm/mips-gic.h 	return IS_ENABLED(CONFIG_MIPS_GIC) && mips_gic_base;
IS_ENABLED        173 arch/mips/include/asm/page.h 	if (IS_ENABLED(CONFIG_64BIT)) {
IS_ENABLED        182 arch/mips/include/asm/page.h 	if (!IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED        164 arch/mips/include/asm/pgtable.h 			if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        177 arch/mips/include/asm/pgtable.h 	if (IS_ENABLED(CONFIG_XPA)) {
IS_ENABLED        285 arch/mips/include/asm/pgtable.h 	if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        294 arch/mips/include/asm/pgtable.h 	if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        303 arch/mips/include/asm/pgtable.h 	if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        313 arch/mips/include/asm/pgtable.h 		if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        324 arch/mips/include/asm/pgtable.h 		if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED        335 arch/mips/include/asm/pgtable.h 		if (!IS_ENABLED(CONFIG_XPA))
IS_ENABLED         20 arch/mips/include/asm/seccomp.h 	if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS))
IS_ENABLED         23 arch/mips/include/asm/seccomp.h 	if (IS_ENABLED(CONFIG_MIPS32_N32))
IS_ENABLED         22 arch/mips/include/asm/signal.h 	(IS_ENABLED(CONFIG_64BIT) ? 1 :                     \
IS_ENABLED         23 arch/mips/include/asm/signal.h 		(IS_ENABLED(CONFIG_TRAD_SIGNALS) ?          \
IS_ENABLED         33 arch/mips/include/asm/syscall.h 	return (IS_ENABLED(CONFIG_32BIT) ||
IS_ENABLED         87 arch/mips/include/asm/uaccess.h 	if (!IS_ENABLED(CONFIG_EVA))
IS_ENABLED         29 arch/mips/kernel/cmpxchg.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         71 arch/mips/kernel/cmpxchg.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        245 arch/mips/kernel/cpu-bugs64.c int daddiu_bug	= IS_ENABLED(CONFIG_CPU_MIPSR6) ? 0 : -1;
IS_ENABLED        315 arch/mips/kernel/cpu-bugs64.c 	if (!IS_ENABLED(CONFIG_CPU_MIPSR6)) {
IS_ENABLED        323 arch/mips/kernel/cpu-bugs64.c 	if (!IS_ENABLED(CONFIG_CPU_MIPSR6))
IS_ENABLED       2264 arch/mips/kernel/cpu-probe.c 	WARN_ON(vpe && !IS_ENABLED(CONFIG_MIPS_MT_SMP) &&
IS_ENABLED       2265 arch/mips/kernel/cpu-probe.c 		!IS_ENABLED(CONFIG_CPU_MIPSR6));
IS_ENABLED        179 arch/mips/kernel/elf.c 	if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
IS_ENABLED        285 arch/mips/kernel/elf.c 	if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
IS_ENABLED        201 arch/mips/kernel/idle.c 		if (IS_ENABLED(CONFIG_MIPS_EJTAG_FDC_TTY))
IS_ENABLED         33 arch/mips/kernel/jump_label.c #define J_ISA_BIT	IS_ENABLED(CONFIG_CPU_MICROMIPS)
IS_ENABLED         51 arch/mips/kernel/jump_label.c 		if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) {
IS_ENABLED         80 arch/mips/kernel/jump_label.c 	if (IS_ENABLED(CONFIG_CPU_MICROMIPS)) {
IS_ENABLED        248 arch/mips/kernel/mips-cm.c 	mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3);
IS_ENABLED         88 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        147 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir))
IS_ENABLED        156 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir))
IS_ENABLED        165 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))
IS_ENABLED        174 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))
IS_ENABLED        502 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        534 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        565 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        590 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        829 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED        856 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (IS_ENABLED(CONFIG_32BIT))
IS_ENABLED       1493 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED       1612 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED       1731 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED       1849 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED       2081 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED       2142 arch/mips/kernel/mips-r2-to-r6-emul.c 		if (IS_ENABLED(CONFIG_32BIT)) {
IS_ENABLED        328 arch/mips/kernel/perf_event_mipsxx.c 	if (IS_ENABLED(CONFIG_CPU_BMIPS5000)) {
IS_ENABLED        332 arch/mips/kernel/perf_event_mipsxx.c 	} else if (IS_ENABLED(CONFIG_MIPS_MT_SMP) && range > V) {
IS_ENABLED        142 arch/mips/kernel/pm-cps.c 	if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
IS_ENABLED        376 arch/mips/kernel/pm-cps.c 	if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
IS_ENABLED        373 arch/mips/kernel/process.c 	bool is_mmips = IS_ENABLED(CONFIG_CPU_MICROMIPS);
IS_ENABLED        758 arch/mips/kernel/process.c 	if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
IS_ENABLED        762 arch/mips/kernel/process.c 	if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS))
IS_ENABLED        414 arch/mips/kernel/relocate.c 	if (IS_ENABLED(CONFIG_RELOCATABLE) && offset > 0) {
IS_ENABLED        541 arch/mips/kernel/setup.c #define USE_PROM_CMDLINE	IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER)
IS_ENABLED        542 arch/mips/kernel/setup.c #define USE_DTB_CMDLINE		IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_DTB)
IS_ENABLED        543 arch/mips/kernel/setup.c #define EXTEND_WITH_PROM	IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND)
IS_ENABLED        545 arch/mips/kernel/setup.c 	IS_ENABLED(CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND)
IS_ENABLED        186 arch/mips/kernel/signal.c 		BUG_ON(IS_ENABLED(CONFIG_EVA));
IS_ENABLED        233 arch/mips/kernel/signal.c 		BUG_ON(IS_ENABLED(CONFIG_EVA));
IS_ENABLED        347 arch/mips/kernel/signal.c 	if (IS_ENABLED(CONFIG_EVA))
IS_ENABLED        410 arch/mips/kernel/signal.c 	if (IS_ENABLED(CONFIG_EVA))
IS_ENABLED       2306 arch/mips/kernel/traps.c 		if (!IS_ENABLED(CONFIG_EVA) && !WARN_ON(ebase_pa >= 0x20000000))
IS_ENABLED       2315 arch/mips/kernel/traps.c 		if (IS_ENABLED(CONFIG_CPU_MICROMIPS))
IS_ENABLED       1048 arch/mips/kernel/unaligned.c 		if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED       1067 arch/mips/kernel/unaligned.c 		if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED       1086 arch/mips/kernel/unaligned.c 		if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED       1154 arch/mips/kernel/unaligned.c 		if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED       1174 arch/mips/kernel/unaligned.c 		if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED        724 arch/mips/kvm/emulate.c 	if (IS_ENABLED(CONFIG_KVM_MIPS_VZ) && delta > 0) {
IS_ENABLED        737 arch/mips/kvm/emulate.c 	else if (IS_ENABLED(CONFIG_KVM_MIPS_VZ))
IS_ENABLED        746 arch/mips/kvm/emulate.c 	if (IS_ENABLED(CONFIG_KVM_MIPS_VZ)) {
IS_ENABLED        765 arch/mips/kvm/emulate.c 	if (IS_ENABLED(CONFIG_KVM_MIPS_VZ) && delta <= 0)
IS_ENABLED        341 arch/mips/kvm/mips.c 	if (IS_ENABLED(CONFIG_KVM_MIPS_VZ) && IS_ENABLED(CONFIG_64BIT))
IS_ENABLED       1294 arch/mips/kvm/mips.c 	if (!IS_ENABLED(CONFIG_KVM_MIPS_VZ))
IS_ENABLED       1313 arch/mips/kvm/mips.c 	if (!IS_ENABLED(CONFIG_KVM_MIPS_VZ)) {
IS_ENABLED       1489 arch/mips/kvm/mips.c 	if (!IS_ENABLED(CONFIG_KVM_MIPS_VZ))
IS_ENABLED       1634 arch/mips/kvm/mips.c 		if (!IS_ENABLED(CONFIG_KVM_MIPS_VZ)) {
IS_ENABLED       1650 arch/mips/kvm/mips.c 		if (!IS_ENABLED(CONFIG_KVM_MIPS_VZ)) {
IS_ENABLED       1235 arch/mips/kvm/mmu.c 	if (WARN(IS_ENABLED(CONFIG_KVM_MIPS_VZ),
IS_ENABLED        784 arch/mips/math-emu/cp1emu.c 	if (IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_MIPS32_O32))
IS_ENABLED        786 arch/mips/math-emu/cp1emu.c 	else if (IS_ENABLED(CONFIG_32BIT) &&
IS_ENABLED        787 arch/mips/math-emu/cp1emu.c 		 !IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
IS_ENABLED         30 arch/mips/mm/context.c 	if (WARN_ON(IS_ENABLED(CONFIG_DEBUG_VM) && cpu_has_mmid))
IS_ENABLED         55 arch/mips/mm/context.c 	if (WARN_ON(IS_ENABLED(CONFIG_DEBUG_VM) && cpu_has_mmid))
IS_ENABLED        453 arch/mips/mm/init.c 	BUILD_BUG_ON(IS_ENABLED(CONFIG_32BIT) && (_PFN_SHIFT > PAGE_SHIFT));
IS_ENABLED        945 arch/mips/mm/tlbex.c 		if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
IS_ENABLED       1059 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_XPA)) {
IS_ENABLED       1315 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_64BIT) && (scratch_reg >= 0 || scratchpad_available()) && use_bbit_insns()) {
IS_ENABLED       1670 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
IS_ENABLED       1695 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_XPA) && !cpu_has_64bits) {
IS_ENABLED       2285 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
IS_ENABLED       2341 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
IS_ENABLED       2398 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
IS_ENABLED       2520 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED       2536 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED       2610 arch/mips/mm/tlbex.c 	if (IS_ENABLED(CONFIG_XPA) && !cpu_has_rixi)
IS_ENABLED         78 arch/mips/mti-malta/malta-dtshim.c 	if (IS_ENABLED(CONFIG_EVA)) {
IS_ENABLED        167 arch/mips/mti-malta/malta-dtshim.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
IS_ENABLED         35 arch/mips/mti-malta/malta-memory.c 	bool eva = IS_ENABLED(CONFIG_EVA);
IS_ENABLED        221 arch/mips/mti-malta/malta-setup.c 	if (IS_ENABLED(CONFIG_EVA))
IS_ENABLED        130 arch/mips/net/ebpf_jit.c 		if (IS_ENABLED(CONFIG_64BIT))			\
IS_ENABLED        669 arch/mips/net/ebpf_jit.c 	if (IS_ENABLED(CONFIG_32BIT) && ((BPF_CLASS(insn->code) == BPF_ALU64)
IS_ENABLED         81 arch/mips/pnx833x/stb22x/board.c #if IS_ENABLED(CONFIG_MTD_NAND_PLATFORM)
IS_ENABLED        107 arch/mips/pnx833x/stb22x/board.c #elif IS_ENABLED(CONFIG_MTD_CFI)
IS_ENABLED         47 arch/mips/ralink/early_printk.c 	return IS_ENABLED(CONFIG_SOC_MT7620) &&
IS_ENABLED         77 arch/mips/ralink/early_printk.c 	if (IS_ENABLED(CONFIG_SOC_MT7621) || soc_is_mt7628()) {
IS_ENABLED        572 arch/mips/ralink/mt7620.c 	if (IS_ENABLED(CONFIG_USB) && !is_mt76x8()) {
IS_ENABLED         87 arch/mips/ralink/reset.c 	if (IS_ENABLED(CONFIG_PCI)) {
IS_ENABLED        616 arch/mips/txx9/generic/setup.c #if IS_ENABLED(CONFIG_MTD_PHYSMAP)
IS_ENABLED        654 arch/mips/txx9/generic/setup.c #if IS_ENABLED(CONFIG_MTD_NAND_TXX9NDFMC)
IS_ENABLED        670 arch/mips/txx9/generic/setup.c #if IS_ENABLED(CONFIG_LEDS_GPIO)
IS_ENABLED        791 arch/mips/txx9/generic/setup.c #if IS_ENABLED(CONFIG_TXX9_DMAC)
IS_ENABLED        847 arch/mips/txx9/generic/setup.c #if IS_ENABLED(CONFIG_SND_SOC_TXX9ACLC)
IS_ENABLED        320 arch/mips/txx9/generic/setup_tx4939.c #if IS_ENABLED(CONFIG_TC35815)
IS_ENABLED         43 arch/mips/txx9/rbtx4939/setup.c #if defined(__BIG_ENDIAN) && IS_ENABLED(CONFIG_SMC91X)
IS_ENABLED        288 arch/mips/txx9/rbtx4939/setup.c #if IS_ENABLED(CONFIG_MTD_RBTX4939)
IS_ENABLED        464 arch/mips/txx9/rbtx4939/setup.c #if IS_ENABLED(CONFIG_TC35815)
IS_ENABLED        163 arch/nds32/include/asm/elf.h #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED          7 arch/nds32/include/asm/fpu.h #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED         31 arch/nds32/include/asm/fpu.h #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED         77 arch/nds32/include/asm/fpu.h #if IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED         92 arch/nds32/include/asm/fpu.h #if IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED        108 arch/nds32/include/asm/fpu.h #if !IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED         77 arch/nds32/include/asm/processor.h #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED         78 arch/nds32/include/asm/processor.h #if !IS_ENABLED(CONFIG_UNLAZU_FPU)
IS_ENABLED        160 arch/nds32/include/asm/syscall.h 	return IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
IS_ENABLED         16 arch/nds32/kernel/fpu.c #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED        180 arch/nds32/kernel/fpu.c #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED        208 arch/nds32/kernel/fpu.c #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED         16 arch/nds32/kernel/process.c #if IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED        179 arch/nds32/kernel/process.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED        181 arch/nds32/kernel/process.c # if !IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED        204 arch/nds32/kernel/process.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED        207 arch/nds32/kernel/process.c #if !IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED        222 arch/nds32/kernel/process.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED        245 arch/nds32/kernel/process.c 	if (IS_ENABLED(CONFIG_FRAME_POINTER)) {
IS_ENABLED        232 arch/nds32/kernel/setup.c 	if (!IS_ENABLED(CONFIG_CPU_DCACHE_DISABLE))
IS_ENABLED        235 arch/nds32/kernel/setup.c 	if (!IS_ENABLED(CONFIG_CPU_ICACHE_DISABLE))
IS_ENABLED        272 arch/nds32/kernel/setup.c 		if (!IS_ENABLED(CONFIG_HIGHMEM))
IS_ENABLED        320 arch/nds32/kernel/setup.c 	if(IS_ENABLED(CONFIG_VT)) {
IS_ENABLED        321 arch/nds32/kernel/setup.c 		if(IS_ENABLED(CONFIG_DUMMY_CONSOLE))
IS_ENABLED         24 arch/nds32/kernel/signal.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED         39 arch/nds32/kernel/signal.c #if IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED         66 arch/nds32/kernel/signal.c #if IS_ENABLED(CONFIG_LAZY_FPU)
IS_ENABLED        127 arch/nds32/kernel/signal.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED        213 arch/nds32/kernel/signal.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED         56 arch/nds32/kernel/sys_nds32.c #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED        105 arch/nds32/kernel/traps.c 	if (!IS_ENABLED(CONFIG_FRAME_POINTER)) {
IS_ENABLED        143 arch/nds32/kernel/traps.c 	if (!IS_ENABLED(CONFIG_FRAME_POINTER)) {
IS_ENABLED        364 arch/nds32/kernel/traps.c #if IS_ENABLED(CONFIG_FPU)
IS_ENABLED        355 arch/nds32/math-emu/fpuemu.c #if IS_ENABLED(CONFIG_SUPPORT_DENORMAL_ARITHMETIC)
IS_ENABLED         57 arch/nds32/mm/fault.c 		if (IS_ENABLED(CONFIG_HIGHMEM))
IS_ENABLED        138 arch/nds32/mm/fault.c 		if (IS_ENABLED(CONFIG_DEBUG_VM)) {
IS_ENABLED         31 arch/nds32/mm/mmap.c 	if(IS_ENABLED(CONFIG_CPU_CACHE_ALIASING))
IS_ENABLED         61 arch/nios2/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_NIOS2_HW_DIV_SUPPORT) && !cpuinfo.has_div)
IS_ENABLED         64 arch/nios2/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_NIOS2_HW_MUL_SUPPORT) && !cpuinfo.has_mul)
IS_ENABLED         67 arch/nios2/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_NIOS2_HW_MULX_SUPPORT) && !cpuinfo.has_mulx)
IS_ENABLED         70 arch/nios2/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_NIOS2_BMX_SUPPORT) && !cpuinfo.has_bmx)
IS_ENABLED         73 arch/nios2/kernel/cpuinfo.c 	if (IS_ENABLED(CONFIG_NIOS2_CDX_SUPPORT) && !cpuinfo.has_cdx)
IS_ENABLED         47 arch/openrisc/include/asm/cacheflush.h 	if (!IS_ENABLED(CONFIG_DCACHE_WRITETHROUGH))
IS_ENABLED        492 arch/parisc/kernel/cache.c 	if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
IS_ENABLED        554 arch/parisc/kernel/cache.c 	if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
IS_ENABLED        601 arch/parisc/kernel/cache.c 	if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
IS_ENABLED        653 arch/parisc/kernel/cache.c 	if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
IS_ENABLED        670 arch/parisc/kernel/cache.c 	if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
IS_ENABLED         34 arch/parisc/kernel/patch.c 	if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
IS_ENABLED         36 arch/parisc/kernel/patch.c 	else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
IS_ENABLED        226 arch/parisc/kernel/pdt.c 		if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) &&
IS_ENABLED        166 arch/parisc/kernel/time.c #if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
IS_ENABLED        178 arch/powerpc/include/asm/book3s/64/pgalloc.h 	if (IS_ENABLED(CONFIG_PROC_FS))
IS_ENABLED         68 arch/powerpc/include/asm/cacheflush.h 	if (IS_ENABLED(CONFIG_PPC64)) {
IS_ENABLED         77 arch/powerpc/include/asm/cacheflush.h 	if (IS_ENABLED(CONFIG_PPC64))
IS_ENABLED         29 arch/powerpc/include/asm/hugetlb.h 	if (IS_ENABLED(CONFIG_PPC_MM_SLICES) && !radix_enabled())
IS_ENABLED        775 arch/powerpc/include/asm/io.h 	WARN_ON(IS_ENABLED(CONFIG_DEBUG_VIRTUAL) && !virt_addr_valid(address));
IS_ENABLED        804 arch/powerpc/include/asm/io.h 	WARN_ON(IS_ENABLED(CONFIG_DEBUG_VIRTUAL) && !pfn_valid(pfn));
IS_ENABLED         20 arch/powerpc/include/asm/nohash/32/pgalloc.h 	if (IS_ENABLED(CONFIG_BOOKE))
IS_ENABLED         29 arch/powerpc/include/asm/nohash/32/pgalloc.h 	if (IS_ENABLED(CONFIG_BOOKE))
IS_ENABLED        200 arch/powerpc/include/asm/nohash/pgtable.h 	if (IS_ENABLED(CONFIG_PPC32) && IS_ENABLED(CONFIG_PTE_64BIT) && !percpu) {
IS_ENABLED        224 arch/powerpc/include/asm/nohash/pgtable.h 	if (IS_ENABLED(CONFIG_PPC_BOOK3E_64) && is_kernel_addr(addr))
IS_ENABLED        121 arch/powerpc/include/asm/spinlock.h 	return (IS_ENABLED(CONFIG_PPC_SPLPAR) &&
IS_ENABLED        108 arch/powerpc/include/asm/syscall.h 	if (IS_ENABLED(CONFIG_PPC64) && !test_tsk_thread_flag(task, TIF_32BIT))
IS_ENABLED         44 arch/powerpc/include/asm/time.h #define __USE_RTC()	(IS_ENABLED(CONFIG_PPC_BOOK3S_601))
IS_ENABLED         20 arch/powerpc/include/asm/timex.h 	if (IS_ENABLED(CONFIG_BOOK3S_601))
IS_ENABLED        299 arch/powerpc/kernel/hw_breakpoint.c 	if (!IS_ENABLED(CONFIG_PPC_8xx) && !stepping_handler(regs, bp, info->address))
IS_ENABLED         58 arch/powerpc/kernel/machine_kexec_32.c 	if (!IS_ENABLED(CONFIG_FSL_BOOKE) && !IS_ENABLED(CONFIG_44x))
IS_ENABLED        769 arch/powerpc/kernel/prom_init.c 	if (IS_ENABLED(CONFIG_CMDLINE_BOOL) && (l <= 0 || p[0] == '\0')) /* dbl check */
IS_ENABLED        797 arch/powerpc/kernel/prom_init.c 	prom_radix_disable = !IS_ENABLED(CONFIG_PPC_RADIX_MMU_DEFAULT);
IS_ENABLED       1320 arch/powerpc/kernel/prom_init.c 	    IS_ENABLED(CONFIG_PPC_RADIX_MMU)) {
IS_ENABLED       3260 arch/powerpc/kernel/prom_init.c 	if (IS_ENABLED(CONFIG_RELOCATABLE))
IS_ENABLED       3266 arch/powerpc/kernel/prom_init.c 	if (IS_ENABLED(CONFIG_RELOCATABLE))
IS_ENABLED        201 arch/powerpc/kernel/setup-common.c 	if (IS_ENABLED(CONFIG_SMP) && IS_ENABLED(CONFIG_PPC32)) {
IS_ENABLED        221 arch/powerpc/kernel/setup-common.c 	if (IS_ENABLED(CONFIG_PPC32))
IS_ENABLED        257 arch/powerpc/kernel/setup-common.c 		if (IS_ENABLED(CONFIG_TAU_AVERAGE)) {
IS_ENABLED        331 arch/powerpc/kernel/setup-common.c 	if (IS_ENABLED(CONFIG_PPC32))
IS_ENABLED        721 arch/powerpc/kernel/setup-common.c 	if (!IS_ENABLED(CONFIG_PPC64) && !ppc_md.panic)
IS_ENABLED        735 arch/powerpc/kernel/setup-common.c #define KERNEL_COHERENCY	(!IS_ENABLED(CONFIG_NOT_COHERENT_CACHE))
IS_ENABLED        932 arch/powerpc/kernel/setup-common.c 	if (IS_ENABLED(CONFIG_DUMMY_CONSOLE))
IS_ENABLED        947 arch/powerpc/kernel/setup-common.c 	if (IS_ENABLED(CONFIG_PPC64) && (unsigned long)_stext & 0xffff)
IS_ENABLED        209 arch/powerpc/kernel/setup_32.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601) || IS_ENABLED(CONFIG_E200))
IS_ENABLED        431 arch/powerpc/kernel/setup_64.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S)) {
IS_ENABLED        412 arch/powerpc/kernel/time.c 	if (IS_ENABLED(CONFIG_PPC_SPLPAR) && acct->steal_time) {
IS_ENABLED        590 arch/powerpc/kernel/time.c 	if (IS_ENABLED(CONFIG_PPC_WATCHDOG))
IS_ENABLED       1189 arch/powerpc/kernel/time.c #if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
IS_ENABLED        267 arch/powerpc/kernel/traps.c 	       IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN) ? "LE" : "BE",
IS_ENABLED        269 arch/powerpc/kernel/traps.c 	       IS_ENABLED(CONFIG_PREEMPT) ? " PREEMPT" : "",
IS_ENABLED        270 arch/powerpc/kernel/traps.c 	       IS_ENABLED(CONFIG_SMP) ? " SMP" : "",
IS_ENABLED        271 arch/powerpc/kernel/traps.c 	       IS_ENABLED(CONFIG_SMP) ? (" NR_CPUS=" __stringify(NR_CPUS)) : "",
IS_ENABLED        273 arch/powerpc/kernel/traps.c 	       IS_ENABLED(CONFIG_NUMA) ? " NUMA" : "",
IS_ENABLED         77 arch/powerpc/mm/book3s32/mmu.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601)) {
IS_ENABLED        109 arch/powerpc/mm/book3s32/mmu.c 	unsigned int max_size = IS_ENABLED(CONFIG_PPC_BOOK3S_601) ? SZ_8M : SZ_256M;
IS_ENABLED        192 arch/powerpc/mm/book3s32/mmu.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601))
IS_ENABLED        218 arch/powerpc/mm/book3s32/mmu.c 		if (IS_ENABLED(CONFIG_MODULES) &&
IS_ENABLED        230 arch/powerpc/mm/book3s32/mmu.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601))
IS_ENABLED        262 arch/powerpc/mm/book3s32/mmu.c 	if (!IS_ENABLED(CONFIG_PPC_BOOK3S_601)) {
IS_ENABLED        398 arch/powerpc/mm/book3s32/mmu.c 	if (IS_ENABLED(CONFIG_KASAN))
IS_ENABLED        444 arch/powerpc/mm/book3s32/mmu.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601))
IS_ENABLED       1044 arch/powerpc/mm/book3s64/hash_utils.c 	else if (IS_ENABLED(CONFIG_PPC_NATIVE))
IS_ENABLED        887 arch/powerpc/mm/book3s64/radix_tlb.c 		if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
IS_ENABLED         46 arch/powerpc/mm/highmem.c 	WARN_ON(IS_ENABLED(CONFIG_DEBUG_HIGHMEM) && !pte_none(*(kmap_pte - idx)));
IS_ENABLED         64 arch/powerpc/mm/highmem.c 	if (IS_ENABLED(CONFIG_DEBUG_HIGHMEM)) {
IS_ENABLED         57 arch/powerpc/mm/hugetlbpage.c 	} else if (IS_ENABLED(CONFIG_PPC_8xx)) {
IS_ENABLED        333 arch/powerpc/mm/hugetlbpage.c 	else if (IS_ENABLED(CONFIG_PPC_8xx))
IS_ENABLED        553 arch/powerpc/mm/hugetlbpage.c 	if (IS_ENABLED(CONFIG_PPC_MM_SLICES) && !radix_enabled()) {
IS_ENABLED        611 arch/powerpc/mm/hugetlbpage.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && !radix_enabled() &&
IS_ENABLED        649 arch/powerpc/mm/hugetlbpage.c 			if (!IS_ENABLED(CONFIG_PPC_8xx))
IS_ENABLED        651 arch/powerpc/mm/hugetlbpage.c 		} else if (IS_ENABLED(CONFIG_PPC_FSL_BOOK3E) ||
IS_ENABLED        652 arch/powerpc/mm/hugetlbpage.c 			   IS_ENABLED(CONFIG_PPC_8xx)) {
IS_ENABLED        660 arch/powerpc/mm/hugetlbpage.c 		if (IS_ENABLED(CONFIG_HUGETLB_PAGE_SIZE_VARIABLE))
IS_ENABLED         24 arch/powerpc/mm/init-common.c static bool disable_kuep = !IS_ENABLED(CONFIG_PPC_KUEP);
IS_ENABLED         25 arch/powerpc/mm/init-common.c static bool disable_kuap = !IS_ENABLED(CONFIG_PPC_KUAP);
IS_ENABLED        108 arch/powerpc/mm/init_32.c 	if (strict_kernel_rwx_enabled() && !IS_ENABLED(CONFIG_PPC_8xx))
IS_ENABLED        338 arch/powerpc/mm/init_64.c static bool disable_radix = !IS_ENABLED(CONFIG_PPC_RADIX_MMU_DEFAULT);
IS_ENABLED        413 arch/powerpc/mm/mem.c 	if (IS_ENABLED(CONFIG_44x)) {
IS_ENABLED        494 arch/powerpc/mm/mem.c 	if (IS_ENABLED(CONFIG_BOOKE) || sizeof(phys_addr_t) > sizeof(void *)) {
IS_ENABLED         64 arch/powerpc/mm/nohash/8xx.c 	if (IS_ENABLED(CONFIG_PIN_TLB_DATA)) {
IS_ENABLED         67 arch/powerpc/mm/nohash/8xx.c 		int i = IS_ENABLED(CONFIG_PIN_TLB_IMMR) ? 29 : 28;
IS_ENABLED        113 arch/powerpc/mm/nohash/8xx.c 		if (!IS_ENABLED(CONFIG_PIN_TLB_IMMR))
IS_ENABLED        115 arch/powerpc/mm/nohash/8xx.c 		if (!IS_ENABLED(CONFIG_PIN_TLB_TEXT))
IS_ENABLED        119 arch/powerpc/mm/nohash/8xx.c 		if (!IS_ENABLED(CONFIG_PIN_TLB_TEXT))
IS_ENABLED        144 arch/powerpc/mm/nohash/8xx.c 	if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX) && CONFIG_ETEXT_SHIFT < 23)
IS_ENABLED        147 arch/powerpc/mm/nohash/8xx.c 	if (!IS_ENABLED(CONFIG_PIN_TLB_TEXT))
IS_ENABLED        189 arch/powerpc/mm/nohash/8xx.c 	if (IS_ENABLED(CONFIG_BDI_SWITCH))
IS_ENABLED        315 arch/powerpc/mm/nohash/mmu_context.c 		if (IS_ENABLED(CONFIG_PPC_8xx))
IS_ENABLED        120 arch/powerpc/mm/pgtable_32.c 		if (IS_ENABLED(CONFIG_BDI_SWITCH))
IS_ENABLED        152 arch/powerpc/mm/ptdump/bats.c 	if (IS_ENABLED(CONFIG_PPC_BOOK3S_601))
IS_ENABLED        317 arch/powerpc/mm/ptdump/hashpagetable.c 	if (IS_ENABLED(CONFIG_PPC_PSERIES) && firmware_has_feature(FW_FEATURE_LPAR))
IS_ENABLED        388 arch/powerpc/mm/ptdump/hashpagetable.c 		if (IS_ENABLED(CONFIG_PPC_64K_PAGES) &&
IS_ENABLED        472 arch/powerpc/mm/ptdump/hashpagetable.c 	if (!IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP))
IS_ENABLED        179 arch/powerpc/mm/ptdump/ptdump.c 	if (!IS_ENABLED(CONFIG_PPC_DEBUG_WX) || !st->check_wx)
IS_ENABLED        518 arch/powerpc/mm/slice.c 	if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) {
IS_ENABLED        596 arch/powerpc/mm/slice.c 	if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && newaddr == -ENOMEM &&
IS_ENABLED        771 arch/powerpc/mm/slice.c 	if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) {
IS_ENABLED         78 arch/powerpc/perf/perf_regs.c 	   (IS_ENABLED(CONFIG_FSL_EMB_PERF_EVENT) ||
IS_ENABLED         79 arch/powerpc/perf/perf_regs.c 	    IS_ENABLED(CONFIG_PPC32) ||
IS_ENABLED         84 arch/powerpc/perf/perf_regs.c 	   (IS_ENABLED(CONFIG_FSL_EMB_PERF_EVENT) ||
IS_ENABLED         85 arch/powerpc/perf/perf_regs.c 	    IS_ENABLED(CONFIG_PPC32)))
IS_ENABLED        461 arch/powerpc/platforms/512x/mpc512x_shared.c 	if (IS_ENABLED(CONFIG_FB_FSL_DIU))
IS_ENABLED        474 arch/powerpc/platforms/512x/mpc512x_shared.c 	if (IS_ENABLED(CONFIG_FB_FSL_DIU))
IS_ENABLED        298 arch/powerpc/platforms/82xx/ep8248e.c 	if (IS_ENABLED(CONFIG_MDIO_BITBANG))
IS_ENABLED         78 arch/powerpc/platforms/85xx/twr_p102x.c #if IS_ENABLED(CONFIG_UCC_GETH) || IS_ENABLED(CONFIG_SERIAL_QE)
IS_ENABLED        100 arch/powerpc/platforms/85xx/twr_p102x.c #if IS_ENABLED(CONFIG_SERIAL_QE)
IS_ENABLED        340 arch/powerpc/platforms/8xx/micropatch.c 	if (IS_ENABLED(CONFIG_I2C_SPI_UCODE_PATCH) ||
IS_ENABLED        341 arch/powerpc/platforms/8xx/micropatch.c 	    IS_ENABLED(CONFIG_I2C_SPI_SMC1_UCODE_PATCH)) {
IS_ENABLED        353 arch/powerpc/platforms/8xx/micropatch.c 		if (IS_ENABLED(CONFIG_I2C_SPI_SMC1_UCODE_PATCH)) {
IS_ENABLED        361 arch/powerpc/platforms/8xx/micropatch.c 	if (IS_ENABLED(CONFIG_SMC_UCODE_PATCH)) {
IS_ENABLED        552 arch/powerpc/platforms/chrp/setup.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED        314 arch/powerpc/platforms/powermac/setup.c #if IS_ENABLED(CONFIG_NVRAM)
IS_ENABLED         79 arch/powerpc/xmon/xmon.c static int xmon_on = IS_ENABLED(CONFIG_XMON_DEFAULT);
IS_ENABLED         80 arch/powerpc/xmon/xmon.c static bool xmon_is_ro = IS_ENABLED(CONFIG_XMON_DEFAULT_RO_MODE);
IS_ENABLED        158 arch/riscv/kernel/entry.S #if !IS_ENABLED(CONFIG_PREEMPT)
IS_ENABLED        272 arch/riscv/kernel/entry.S #if IS_ENABLED(CONFIG_PREEMPT)
IS_ENABLED        140 arch/riscv/kernel/module.c 	if (IS_ENABLED(CONFIG_CMODEL_MEDLOW)) {
IS_ENABLED        181 arch/riscv/kernel/module.c 	if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) {
IS_ENABLED        205 arch/riscv/kernel/module.c 		if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) {
IS_ENABLED        365 arch/riscv/kernel/module.c 					if (IS_ENABLED(CONFIG_MODULE_SECTIONS)
IS_ENABLED         23 arch/riscv/mm/hugetlbpage.c 	} else if (IS_ENABLED(CONFIG_64BIT) && ps == PUD_SIZE) {
IS_ENABLED         39 arch/riscv/mm/hugetlbpage.c 	if (IS_ENABLED(CONFIG_64BIT) && !size_to_hstate(1UL << PUD_SHIFT))
IS_ENABLED        219 arch/s390/boot/ipl_parm.c 	kaslr_enabled = IS_ENABLED(CONFIG_RANDOMIZE_BASE);
IS_ENABLED         57 arch/s390/boot/ipl_report.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && INITRD_START && INITRD_SIZE &&
IS_ENABLED        100 arch/s390/boot/kaslr.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && INITRD_START && INITRD_SIZE) {
IS_ENABLED        106 arch/s390/boot/kaslr.c 	if ((IS_ENABLED(CONFIG_KASAN))) {
IS_ENABLED         28 arch/s390/boot/mem_detect.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && INITRD_START && INITRD_SIZE &&
IS_ENABLED         72 arch/s390/boot/startup.c 	if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD))
IS_ENABLED        146 arch/s390/boot/startup.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_enabled) {
IS_ENABLED        161 arch/s390/boot/startup.c 	if (!IS_ENABLED(CONFIG_KERNEL_UNCOMPRESSED)) {
IS_ENABLED        169 arch/s390/boot/startup.c 	if (IS_ENABLED(CONFIG_RELOCATABLE))
IS_ENABLED        179 arch/s390/boot/startup.c 		if (IS_ENABLED(CONFIG_KERNEL_UNCOMPRESSED))
IS_ENABLED        368 arch/s390/include/asm/ap.h #if IS_ENABLED(CONFIG_ZCRYPT)
IS_ENABLED         79 arch/s390/include/asm/ccwgroup.h #if IS_ENABLED(CONFIG_CCWGROUP)
IS_ENABLED         37 arch/s390/include/asm/pgtable.h 	if (IS_ENABLED(CONFIG_PROC_FS))
IS_ENABLED        185 arch/s390/kernel/early.c 	if (!IS_ENABLED(CONFIG_KERNEL_NOBP))
IS_ENABLED        259 arch/s390/kernel/entry.S #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED        627 arch/s390/kernel/entry.S #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED       1286 arch/s390/kernel/entry.S #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED       1340 arch/s390/kernel/entry.S #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED       1533 arch/s390/kernel/entry.S #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED        163 arch/s390/kernel/ipl.c 	if (IS_ENABLED(CONFIG_KASAN))
IS_ENABLED        169 arch/s390/kernel/module.c 		if (IS_ENABLED(CONFIG_EXPOLINE) && !nospec_disable)
IS_ENABLED        328 arch/s390/kernel/module.c 			if (IS_ENABLED(CONFIG_EXPOLINE) && !nospec_disable) {
IS_ENABLED        448 arch/s390/kernel/module.c 	if (IS_ENABLED(CONFIG_EXPOLINE) &&
IS_ENABLED        474 arch/s390/kernel/module.c 		if (IS_ENABLED(CONFIG_EXPOLINE) &&
IS_ENABLED        478 arch/s390/kernel/module.c 		if (IS_ENABLED(CONFIG_EXPOLINE) &&
IS_ENABLED         21 arch/s390/kernel/nospec-branch.c 		if (IS_ENABLED(CONFIG_EXPOLINE))
IS_ENABLED         51 arch/s390/kernel/nospec-branch.c int nospec_disable = IS_ENABLED(CONFIG_EXPOLINE_OFF);
IS_ENABLED         61 arch/s390/kernel/perf_event.c #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED        234 arch/s390/kernel/setup.c 		if (sclp.has_vt220 && IS_ENABLED(CONFIG_SCLP_VT220_CONSOLE))
IS_ENABLED        236 arch/s390/kernel/setup.c 		else if (sclp.has_linemode && IS_ENABLED(CONFIG_SCLP_CONSOLE))
IS_ENABLED        245 arch/s390/kernel/setup.c 	if (IS_ENABLED(CONFIG_VT) && IS_ENABLED(CONFIG_DUMMY_CONSOLE))
IS_ENABLED        564 arch/s390/kernel/setup.c 	if (IS_ENABLED(CONFIG_KASAN)) {
IS_ENABLED        565 arch/s390/kernel/setup.c 		vmax = IS_ENABLED(CONFIG_KASAN_S390_4_LEVEL_PAGING)
IS_ENABLED       1120 arch/s390/kernel/setup.c 	if (IS_ENABLED(CONFIG_EXPOLINE_AUTO))
IS_ENABLED       1197 arch/s390/kernel/setup.c 	if (IS_ENABLED(CONFIG_EXPOLINE))
IS_ENABLED        556 arch/s390/kernel/sysinfo.c 	if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY) && MACHINE_HAS_TOPOLOGY) {
IS_ENABLED         23 arch/s390/kernel/trace.c 	if (IS_ENABLED(CONFIG_LOCKDEP))
IS_ENABLED         80 arch/s390/mm/fault.c 		if (IS_ENABLED(CONFIG_PGSTE) &&
IS_ENABLED        440 arch/s390/mm/fault.c 	if (IS_ENABLED(CONFIG_PGSTE) && type == GMAP_FAULT) {
IS_ENABLED        509 arch/s390/mm/fault.c 			if (IS_ENABLED(CONFIG_PGSTE) && gmap &&
IS_ENABLED        526 arch/s390/mm/fault.c 	if (IS_ENABLED(CONFIG_PGSTE) && gmap) {
IS_ENABLED        264 arch/s390/mm/kasan_init.c 	if (IS_ENABLED(CONFIG_CRASH_DUMP) && OLDMEM_BASE)
IS_ENABLED        268 arch/s390/mm/kasan_init.c 	if (IS_ENABLED(CONFIG_KASAN_S390_4_LEVEL_PAGING)) {
IS_ENABLED        297 arch/s390/mm/kasan_init.c 	if (IS_ENABLED(CONFIG_BLK_DEV_INITRD)) {
IS_ENABLED        330 arch/s390/mm/kasan_init.c 	if (IS_ENABLED(CONFIG_MODULES))
IS_ENABLED        339 arch/sparc/kernel/sys_sparc_64.c 	if (!IS_ENABLED(CONFIG_SYSVIPC))
IS_ENABLED        581 arch/sparc/kernel/sys_sparc_64.c 	if (!IS_ENABLED(CONFIG_POSIX_TIMERS)) {
IS_ENABLED         47 arch/x86/boot/compressed/acpi.c 			if (!IS_ENABLED(CONFIG_X86_64) && table >> 32) {
IS_ENABLED        253 arch/x86/boot/compressed/eboot.c 		if (IS_ENABLED(CONFIG_APPLE_PROPERTIES))
IS_ENABLED        840 arch/x86/boot/compressed/eboot.c 	if (IS_ENABLED(CONFIG_X86_64)) {
IS_ENABLED        873 arch/x86/boot/compressed/eboot.c 	if (IS_ENABLED(CONFIG_X86_64)) {
IS_ENABLED        900 arch/x86/boot/compressed/eboot.c 	if (IS_ENABLED(CONFIG_X86_64)) {
IS_ENABLED        585 arch/x86/boot/compressed/kaslr.c 	if (IS_ENABLED(CONFIG_X86_32) && entry->start >= KERNEL_IMAGE_SIZE)
IS_ENABLED        621 arch/x86/boot/compressed/kaslr.c 		if (IS_ENABLED(CONFIG_X86_32) &&
IS_ENABLED        907 arch/x86/boot/compressed/kaslr.c 	if (IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        203 arch/x86/boot/compressed/misc.c 	if (IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        129 arch/x86/boot/compressed/pgtable_64.c 	if (IS_ENABLED(CONFIG_X86_5LEVEL) &&
IS_ENABLED        217 arch/x86/boot/cpucheck.c 	if (IS_ENABLED(CONFIG_X86_64) || IS_ENABLED(CONFIG_X86_PAE))
IS_ENABLED         77 arch/x86/entry/common.c 	if (IS_ENABLED(CONFIG_DEBUG_ENTRY))
IS_ENABLED        260 arch/x86/entry/common.c 	if (IS_ENABLED(CONFIG_PROVE_LOCKING) &&
IS_ENABLED       1460 arch/x86/entry/entry_32.S #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED       1177 arch/x86/entry/entry_64.S #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED       1188 arch/x86/entry/entry_64.S #if IS_ENABLED(CONFIG_ACRN_GUEST)
IS_ENABLED        159 arch/x86/include/asm/efi.h 	return IS_ENABLED(CONFIG_X86_64) == efi_enabled(EFI_64BIT);
IS_ENABLED        167 arch/x86/include/asm/efi.h 	if (IS_ENABLED(CONFIG_EFI_MIXED) && !efi_enabled(EFI_OLD_MEMMAP))
IS_ENABLED        215 arch/x86/include/asm/efi.h 	if (!IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        218 arch/x86/include/asm/efi.h 	if (!IS_ENABLED(CONFIG_EFI_MIXED))
IS_ENABLED        166 arch/x86/include/asm/elf.h 	 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
IS_ENABLED        303 arch/x86/include/asm/elf.h 	return IS_ENABLED(CONFIG_X86_32) ||
IS_ENABLED        304 arch/x86/include/asm/elf.h 	       (IS_ENABLED(CONFIG_COMPAT) &&
IS_ENABLED        152 arch/x86/include/asm/fpu/internal.h 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        161 arch/x86/include/asm/fpu/internal.h 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        169 arch/x86/include/asm/fpu/internal.h 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        177 arch/x86/include/asm/fpu/internal.h 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        200 arch/x86/include/asm/fpu/internal.h 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED          9 arch/x86/include/asm/hardirq.h #if IS_ENABLED(CONFIG_KVM_INTEL)
IS_ENABLED         43 arch/x86/include/asm/hardirq.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED         64 arch/x86/include/asm/hardirq.h #if IS_ENABLED(CONFIG_KVM_INTEL)
IS_ENABLED        111 arch/x86/include/asm/hw_irq.h #if IS_ENABLED(CONFIG_VMD)
IS_ENABLED         32 arch/x86/include/asm/intel_pmc_ipc.h #if IS_ENABLED(CONFIG_INTEL_PMC_IPC)
IS_ENABLED         81 arch/x86/include/asm/intel_punit_ipc.h #if IS_ENABLED(CONFIG_INTEL_PUNIT_IPC)
IS_ENABLED         57 arch/x86/include/asm/iosf_mbi.h #if IS_ENABLED(CONFIG_IOSF_MBI)
IS_ENABLED        102 arch/x86/include/asm/irq_vectors.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        265 arch/x86/include/asm/mmu_context.h 	return	!IS_ENABLED(CONFIG_IA32_EMULATION) ||
IS_ENABLED         70 arch/x86/include/asm/mshyperv.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED         29 arch/x86/include/asm/pci.h #if IS_ENABLED(CONFIG_VMD)
IS_ENABLED         67 arch/x86/include/asm/pci.h #if IS_ENABLED(CONFIG_VMD)
IS_ENABLED        935 arch/x86/include/asm/pgtable.h 	if (IS_ENABLED(CONFIG_PAGE_TABLE_ISOLATION))
IS_ENABLED        981 arch/x86/include/asm/pgtable.h 	if (IS_ENABLED(CONFIG_PAGE_TABLE_ISOLATION))
IS_ENABLED       1217 arch/x86/include/asm/pgtable.h 	if (IS_ENABLED(CONFIG_SMP)) {
IS_ENABLED        140 arch/x86/include/asm/pgtable_64.h 	if (pgtable_l5_enabled() || !IS_ENABLED(CONFIG_PAGE_TABLE_ISOLATION)) {
IS_ENABLED        409 arch/x86/include/asm/processor.h #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED        167 arch/x86/include/asm/syscall.h 	return (IS_ENABLED(CONFIG_IA32_EMULATION) &&
IS_ENABLED        232 arch/x86/include/asm/thread_info.h #define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \
IS_ENABLED        382 arch/x86/include/asm/tlbflush.h 	if (!IS_ENABLED(CONFIG_PAGE_TABLE_ISOLATION))
IS_ENABLED          9 arch/x86/include/asm/trace/hyperv.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        647 arch/x86/include/asm/uaccess.h 		if (!IS_ENABLED(CONFIG_X86_64))				\
IS_ENABLED         24 arch/x86/include/asm/vga.h 	if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT))			\
IS_ENABLED       1622 arch/x86/kernel/acpi/boot.c 	if (IS_ENABLED(CONFIG_ACPI_BGRT))
IS_ENABLED        156 arch/x86/kernel/apic/apic.c 	if (IS_ENABLED(CONFIG_X86_32) && !arg)
IS_ENABLED       1456 arch/x86/kernel/apic/apic.c 	bool upmode = IS_ENABLED(CONFIG_UP_LATE_INIT);
IS_ENABLED        609 arch/x86/kernel/cpu/amd.c 		if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        832 arch/x86/kernel/cpu/amd.c 	if (!IS_ENABLED(CONFIG_PM_SLEEP))
IS_ENABLED         88 arch/x86/kernel/cpu/bugs.c 	if (!IS_ENABLED(CONFIG_SMP)) {
IS_ENABLED        701 arch/x86/kernel/cpu/bugs.c 	bool smt_possible = IS_ENABLED(CONFIG_SMP);
IS_ENABLED        725 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_SECCOMP))
IS_ENABLED        841 arch/x86/kernel/cpu/bugs.c 	    !IS_ENABLED(CONFIG_RETPOLINE)) {
IS_ENABLED        884 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_RETPOLINE))
IS_ENABLED        888 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_RETPOLINE))
IS_ENABLED        892 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_RETPOLINE))
IS_ENABLED        896 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_RETPOLINE))
IS_ENABLED       1139 arch/x86/kernel/cpu/bugs.c 		if (IS_ENABLED(CONFIG_SECCOMP))
IS_ENABLED       1399 arch/x86/kernel/cpu/bugs.c #if IS_ENABLED(CONFIG_KVM_INTEL)
IS_ENABLED       1523 arch/x86/kernel/cpu/bugs.c #if IS_ENABLED(CONFIG_KVM_INTEL)
IS_ENABLED        659 arch/x86/kernel/cpu/common.c 	if (!IS_ENABLED(CONFIG_SMP) || c->cpuid_level < 4)
IS_ENABLED        480 arch/x86/kernel/cpu/microcode/amd.c 	if (IS_ENABLED(CONFIG_X86_32)) {
IS_ENABLED        516 arch/x86/kernel/cpu/microcode/amd.c 	if (IS_ENABLED(CONFIG_X86_32)) {
IS_ENABLED        102 arch/x86/kernel/cpu/microcode/core.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        218 arch/x86/kernel/cpu/microcode/intel.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        504 arch/x86/kernel/cpu/microcode/intel.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        661 arch/x86/kernel/cpu/microcode/intel.c 	if (IS_ENABLED(CONFIG_X86_32)) {
IS_ENABLED        700 arch/x86/kernel/cpu/microcode/intel.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED         37 arch/x86/kernel/cpu/mshyperv.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        202 arch/x86/kernel/cpu/mshyperv.c #if defined(CONFIG_SMP) && IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        299 arch/x86/kernel/cpu/mshyperv.c #if IS_ENABLED(CONFIG_HYPERV) && defined(CONFIG_KEXEC_CORE)
IS_ENABLED        322 arch/x86/kernel/cpu/mshyperv.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        106 arch/x86/kernel/cpu/tsx.c 		if (IS_ENABLED(CONFIG_X86_INTEL_TSX_MODE_AUTO))
IS_ENABLED        108 arch/x86/kernel/cpu/tsx.c 		else if (IS_ENABLED(CONFIG_X86_INTEL_TSX_MODE_OFF))
IS_ENABLED        269 arch/x86/kernel/crash.c 				IS_ENABLED(CONFIG_X86_64), addr, sz);
IS_ENABLED        376 arch/x86/kernel/dumpstack.c 	if (IS_ENABLED(CONFIG_PREEMPTION))
IS_ENABLED        377 arch/x86/kernel/dumpstack.c 		pr = IS_ENABLED(CONFIG_PREEMPT_RT) ? " PREEMPT_RT" : " PREEMPT";
IS_ENABLED        382 arch/x86/kernel/dumpstack.c 	       IS_ENABLED(CONFIG_SMP)     ? " SMP"             : "",
IS_ENABLED        384 arch/x86/kernel/dumpstack.c 	       IS_ENABLED(CONFIG_KASAN)   ? " KASAN"           : "",
IS_ENABLED        385 arch/x86/kernel/dumpstack.c 	       IS_ENABLED(CONFIG_PAGE_TABLE_ISOLATION) ?
IS_ENABLED        170 arch/x86/kernel/fpu/signal.c 	ia32_fxstate &= (IS_ENABLED(CONFIG_X86_32) ||
IS_ENABLED        171 arch/x86/kernel/fpu/signal.c 			 IS_ENABLED(CONFIG_IA32_EMULATION));
IS_ENABLED        284 arch/x86/kernel/fpu/signal.c 	ia32_fxstate &= (IS_ENABLED(CONFIG_X86_32) ||
IS_ENABLED        285 arch/x86/kernel/fpu/signal.c 			 IS_ENABLED(CONFIG_IA32_EMULATION));
IS_ENABLED        471 arch/x86/kernel/fpu/signal.c 	if (IS_ENABLED(CONFIG_IA32_EMULATION) ||
IS_ENABLED        472 arch/x86/kernel/fpu/signal.c 	    IS_ENABLED(CONFIG_X86_32)) {
IS_ENABLED        856 arch/x86/kernel/hpet.c 	if (IS_ENABLED(CONFIG_HPET_EMULATE_RTC) && channels < 2)
IS_ENABLED        908 arch/x86/kernel/hpet.c 		if (IS_ENABLED(CONFIG_HPET_EMULATE_RTC))
IS_ENABLED         33 arch/x86/kernel/i8253.c 	if (!IS_ENABLED(CONFIG_X86_TSC) || !boot_cpu_has(X86_FEATURE_TSC))
IS_ENABLED         75 arch/x86/kernel/ima_arch.c #if !IS_ENABLED(CONFIG_KEXEC_SIG)
IS_ENABLED         79 arch/x86/kernel/ima_arch.c #if !IS_ENABLED(CONFIG_MODULE_SIG)
IS_ENABLED         88 arch/x86/kernel/ima_arch.c 	if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) {
IS_ENABLED         89 arch/x86/kernel/ima_arch.c 		if (IS_ENABLED(CONFIG_MODULE_SIG))
IS_ENABLED        147 arch/x86/kernel/irq.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        247 arch/x86/kernel/irq.c 		if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        550 arch/x86/kernel/kexec-bzimage64.c 	if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) {
IS_ENABLED        126 arch/x86/kernel/kvm.c 		   (IS_ENABLED(CONFIG_PREEMPT_COUNT)
IS_ENABLED        495 arch/x86/kernel/ldt.c 		if (!IS_ENABLED(CONFIG_X86_16BIT) && !ldt_info.seg_32bit) {
IS_ENABLED        513 arch/x86/kernel/nmi.c 	if (IS_ENABLED(CONFIG_SMP) && cpu_is_offline(smp_processor_id()))
IS_ENABLED        445 arch/x86/kernel/process.c 	if (IS_ENABLED(CONFIG_SMP) &&
IS_ENABLED         19 arch/x86/kernel/process.h 	if (IS_ENABLED(CONFIG_SMP)) {
IS_ENABLED        207 arch/x86/kernel/process_64.c #if IS_ENABLED(CONFIG_KVM)
IS_ENABLED        512 arch/x86/kernel/process_64.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_DEBUG_ENTRY) &&
IS_ENABLED        152 arch/x86/kernel/signal.c 	err |= fpu__restore_sig(buf, IS_ENABLED(CONFIG_X86_32));
IS_ENABLED        251 arch/x86/kernel/signal.c 	if (IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        258 arch/x86/kernel/signal.c 	} else if (IS_ENABLED(CONFIG_X86_32) &&
IS_ENABLED        267 arch/x86/kernel/signal.c 	sp = fpu__alloc_mathframe(sp, IS_ENABLED(CONFIG_X86_32),
IS_ENABLED        672 arch/x86/kernel/signal.c 	return IS_ENABLED(CONFIG_IA32_EMULATION) &&
IS_ENABLED        678 arch/x86/kernel/signal.c 	return IS_ENABLED(CONFIG_X86_32) || is_ia32_compat_frame(ksig);
IS_ENABLED        683 arch/x86/kernel/signal.c 	return IS_ENABLED(CONFIG_X86_X32_ABI) &&
IS_ENABLED         62 arch/x86/kernel/stacktrace.c 			if (IS_ENABLED(CONFIG_FRAME_POINTER))
IS_ENABLED        344 arch/x86/kernel/unwind_frame.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        362 arch/x86/kernel/unwind_orc.c 	BUILD_BUG_ON(IS_ENABLED(CONFIG_X86_32));
IS_ENABLED        378 arch/x86/kvm/svm.c static int sev = IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT);
IS_ENABLED        442 arch/x86/kvm/svm.c 	return IS_ENABLED(CONFIG_KVM_AMD_SEV) ? max_sev_asid : 0;
IS_ENABLED       1386 arch/x86/kvm/svm.c 		    IS_ENABLED(CONFIG_KVM_AMD_SEV)) {
IS_ENABLED       1425 arch/x86/kvm/svm.c 		    !IS_ENABLED(CONFIG_X86_LOCAL_APIC)) {
IS_ENABLED       1437 arch/x86/kvm/svm.c 		    !IS_ENABLED(CONFIG_X86_64)) {
IS_ENABLED         88 arch/x86/kvm/vmx/capabilities.h 	return IS_ENABLED(CONFIG_X86_LOCAL_APIC) &&
IS_ENABLED         13 arch/x86/kvm/vmx/evmcs.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED         65 arch/x86/kvm/vmx/evmcs.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        455 arch/x86/kvm/vmx/vmx.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED       2562 arch/x86/kvm/vmx/vmx.c 		if (IS_ENABLED(CONFIG_HYPERV) &&
IS_ENABLED       7674 arch/x86/kvm/vmx/vmx.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED       7958 arch/x86/kvm/vmx/vmx.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED       7989 arch/x86/kvm/vmx/vmx.c #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        426 arch/x86/lib/insn-eval.c 	if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64)
IS_ENABLED        232 arch/x86/mm/dump_pagetables.c 	if (!IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        826 arch/x86/mm/fault.c 	if (IS_ENABLED(CONFIG_EFI))
IS_ENABLED       1237 arch/x86/mm/fault.c 	if (IS_ENABLED(CONFIG_X86_64) && is_vsyscall_vaddr(address))
IS_ENABLED        215 arch/x86/mm/init.c 	if (!IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        325 arch/x86/mm/init.c 	if (IS_ENABLED(CONFIG_X86_32) &&
IS_ENABLED        326 arch/x86/mm/init.c 	    !IS_ENABLED(CONFIG_X86_PAE) &&
IS_ENABLED        724 arch/x86/mm/init.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE))
IS_ENABLED        856 arch/x86/mm/init.c 	if (IS_ENABLED(CONFIG_X86_64) && cpu_feature_enabled(X86_FEATURE_PTI))
IS_ENABLED        699 arch/x86/mm/init_32.c 	max_mapnr = IS_ENABLED(CONFIG_HIGHMEM) ? highend_pfn : max_low_pfn;
IS_ENABLED        118 arch/x86/mm/ioremap.c 	if (!IS_ENABLED(CONFIG_EFI))
IS_ENABLED         70 arch/x86/mm/kaslr.c 	return kaslr_enabled() && !IS_ENABLED(CONFIG_KASAN);
IS_ENABLED        565 arch/x86/mm/mem_encrypt_identity.c 	if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT))
IS_ENABLED         42 arch/x86/mm/pat.c static bool __read_mostly pat_disabled = !IS_ENABLED(CONFIG_X86_PAT);
IS_ENABLED        527 arch/x86/mm/pat.c 	if (IS_ENABLED(CONFIG_X86_64))
IS_ENABLED        551 arch/x86/mm/pti.c 	if (IS_ENABLED(CONFIG_GCC_PLUGIN_RANDSTRUCT))
IS_ENABLED        296 arch/x86/mm/tlb.c 	if (IS_ENABLED(CONFIG_PROVE_LOCKING))
IS_ENABLED        380 arch/x86/mm/tlb.c 		if (IS_ENABLED(CONFIG_VMAP_STACK)) {
IS_ENABLED        463 arch/x86/oprofile/nmi_int.c 		if (!IS_ENABLED(CONFIG_SMP) || !cpu)
IS_ENABLED        781 arch/x86/platform/efi/efi.c 	if (IS_ENABLED(CONFIG_X86_32))
IS_ENABLED        788 arch/x86/platform/efi/efi.c 	if (IS_ENABLED(CONFIG_EFI_MIXED) && !efi_is_native()) {
IS_ENABLED        388 arch/x86/platform/efi/efi_64.c 	if (!IS_ENABLED(CONFIG_EFI_MIXED) || efi_is_native())
IS_ENABLED        450 arch/x86/platform/efi/efi_64.c 	if (!efi_is_native () && IS_ENABLED(CONFIG_EFI_MIXED)) {
IS_ENABLED        714 arch/x86/platform/efi/quirks.c 	if (!IS_ENABLED(CONFIG_X86_64))
IS_ENABLED       1117 arch/x86/xen/enlighten_pv.c #if IS_ENABLED(CONFIG_EDD)
IS_ENABLED         74 arch/x86/xen/setup.c static bool xen_512gb_limit __initdata = IS_ENABLED(CONFIG_XEN_512GB);
IS_ENABLED        183 arch/xtensa/include/asm/processor.h #if IS_ENABLED(CONFIG_USER_ABI_CALL0)
IS_ENABLED         56 arch/xtensa/kernel/jump_label.c 	if (IS_ENABLED(CONFIG_SMP)) {
IS_ENABLED        425 arch/xtensa/kernel/setup.c #if XCHAL_HAVE_PTP_MMU && IS_ENABLED(CONFIG_MMU)
IS_ENABLED         19 arch/xtensa/kernel/stacktrace.c #if IS_ENABLED(CONFIG_OPROFILE) || IS_ENABLED(CONFIG_PERF_EVENTS)
IS_ENABLED         47 arch/xtensa/kernel/stacktrace.c 	if (IS_ENABLED(CONFIG_USER_ABI_CALL0_ONLY) ||
IS_ENABLED         48 arch/xtensa/kernel/stacktrace.c 	    (IS_ENABLED(CONFIG_USER_ABI_CALL0_PROBE) &&
IS_ENABLED        532 arch/xtensa/kernel/traps.c 		IS_ENABLED(CONFIG_PREEMPT) ? " PREEMPT" : "");
IS_ENABLED        655 block/blk-wbt.c 	if (queue_is_mq(q) && IS_ENABLED(CONFIG_BLK_WBT_MQ))
IS_ENABLED        484 crypto/aegis128-core.c 	if (IS_ENABLED(CONFIG_CRYPTO_AEGIS128_SIMD))
IS_ENABLED        123 crypto/aegis128-neon-inner.c 	if (!IS_ENABLED(CONFIG_ARM64) ||
IS_ENABLED        124 crypto/aegis128-neon-inner.c 	    !IS_ENABLED(CONFIG_CC_IS_GCC) ||
IS_ENABLED         25 crypto/aegis128-neon.c 	return IS_ENABLED(CONFIG_ARM64);
IS_ENABLED        964 crypto/algapi.c 	if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) ||
IS_ENABLED        981 crypto/algapi.c 	if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
IS_ENABLED       1001 crypto/algapi.c 	while (IS_ENABLED(CONFIG_64BIT) && len >= 8 && !(relalign & 7)) {
IS_ENABLED        247 crypto/drbg.c  	if (!IS_ENABLED(CONFIG_CRYPTO_FIPS))
IS_ENABLED       1220 crypto/drbg.c  	if (IS_ENABLED(CONFIG_CRYPTO_FIPS)) {
IS_ENABLED       1294 crypto/drbg.c  	if (IS_ENABLED(CONFIG_CRYPTO_FIPS)) {
IS_ENABLED        889 drivers/acpi/apei/ghes.c 	if (!IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG))
IS_ENABLED        956 drivers/acpi/apei/ghes.c 	if (IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG) && !ret)
IS_ENABLED       1100 drivers/acpi/apei/ghes.c 	if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE))
IS_ENABLED       1109 drivers/acpi/apei/ghes.c 	if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE))
IS_ENABLED       1136 drivers/acpi/apei/ghes.c 		if (!IS_ENABLED(CONFIG_ACPI_APEI_SEA)) {
IS_ENABLED       1144 drivers/acpi/apei/ghes.c 		if (!IS_ENABLED(CONFIG_HAVE_ACPI_APEI_NMI)) {
IS_ENABLED       1151 drivers/acpi/apei/ghes.c 		if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE)) {
IS_ENABLED        298 drivers/acpi/bus.c 	if (IS_ENABLED(CONFIG_ACPI_PROCESSOR_AGGREGATOR))
IS_ENABLED        300 drivers/acpi/bus.c 	if (IS_ENABLED(CONFIG_ACPI_PROCESSOR))
IS_ENABLED        313 drivers/acpi/bus.c 	if (IS_ENABLED(CONFIG_SCHED_MC_PRIO))
IS_ENABLED         33 drivers/acpi/dptf/int340x_thermal.c 	if (IS_ENABLED(CONFIG_INT340X_THERMAL))
IS_ENABLED         36 drivers/acpi/dptf/int340x_thermal.c 	else if (IS_ENABLED(CONFIG_INTEL_SOC_DTS_THERMAL) &&
IS_ENABLED        404 drivers/acpi/nfit/core.c 		return IS_ENABLED(CONFIG_NFIT_SECURITY_DEBUG);
IS_ENABLED        263 drivers/acpi/numa.c 	if (hotpluggable && !IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
IS_ENABLED        210 drivers/acpi/osl.c 	} else if (IS_ENABLED(CONFIG_ACPI_LEGACY_TABLES_LOOKUP)) {
IS_ENABLED        353 drivers/acpi/pci_irq.c #if IS_ENABLED(CONFIG_ISA) || IS_ENABLED(CONFIG_EISA)
IS_ENABLED        473 drivers/acpi/pci_root.c 	if (IS_ENABLED(CONFIG_PCIEASPM))
IS_ENABLED        476 drivers/acpi/pci_root.c 	if (IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
IS_ENABLED        479 drivers/acpi/pci_root.c 	if (IS_ENABLED(CONFIG_HOTPLUG_PCI_SHPC))
IS_ENABLED        226 drivers/acpi/processor_driver.c 	if (result && !IS_ENABLED(CONFIG_ACPI_CPU_FREQ_PSS))
IS_ENABLED         38 drivers/acpi/processor_idle.c #define ACPI_IDLE_STATE_START	(IS_ENABLED(CONFIG_ARCH_HAS_CPU_RELAX) ? 1 : 0)
IS_ENABLED        697 drivers/acpi/processor_idle.c 	return IS_ENABLED(CONFIG_HOTPLUG_CPU) && !pr->flags.has_cst &&
IS_ENABLED        853 drivers/acpi/processor_idle.c 	if (IS_ENABLED(CONFIG_ARCH_HAS_CPU_RELAX)) {
IS_ENABLED         38 drivers/acpi/resource.c #if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI)
IS_ENABLED       1355 drivers/acpi/scan.c 	if (!IS_ENABLED(CONFIG_ACPI_CCA_REQUIRED))
IS_ENABLED       1503 drivers/acpi/scan.c 		else if (!IS_ENABLED(CONFIG_ACPI_CCA_REQUIRED))
IS_ENABLED        524 drivers/acpi/tables.c 	if (IS_ENABLED(CONFIG_ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD)) {
IS_ENABLED       6154 drivers/android/binder.c 	if (!IS_ENABLED(CONFIG_ANDROID_BINDERFS) &&
IS_ENABLED        604 drivers/ata/ahci.c #if IS_ENABLED(CONFIG_PATA_MARVELL)
IS_ENABLED        101 drivers/ata/ahci_brcm.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        110 drivers/ata/ahci_brcm.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED       1130 drivers/ata/ahci_imx.c 	    IS_ENABLED(CONFIG_HWMON)) {
IS_ENABLED       1579 drivers/ata/ata_piix.c #if IS_ENABLED(CONFIG_HYPERV_STORAGE)
IS_ENABLED        268 drivers/ata/pata_ftide010.c #if IS_ENABLED(CONFIG_SATA_GEMINI)
IS_ENABLED        150 drivers/ata/pata_marvell.c #if IS_ENABLED(CONFIG_SATA_AHCI)
IS_ENABLED        426 drivers/base/dd.c 	if (!IS_ENABLED(CONFIG_DEV_COREDUMP) || !dev->driver->coredump ||
IS_ENABLED        496 drivers/base/dd.c 	bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) &&
IS_ENABLED         20 drivers/base/firmware_loader/fallback_table.c 	.force_sysfs_fallback = IS_ENABLED(CONFIG_FW_LOADER_USER_HELPER_FALLBACK),
IS_ENABLED        123 drivers/base/memory.c 	return sprintf(buf, "%d\n", (int)IS_ENABLED(CONFIG_MEMORY_HOTREMOVE));
IS_ENABLED         93 drivers/base/platform.c 	if (IS_ENABLED(CONFIG_OF_IRQ) && dev->dev.of_node) {
IS_ENABLED        250 drivers/base/platform.c 	if (IS_ENABLED(CONFIG_OF_IRQ) && dev->dev.of_node) {
IS_ENABLED         23 drivers/base/property.c 	return IS_ENABLED(CONFIG_OF) && dev->of_node ?
IS_ENABLED        738 drivers/base/property.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node)
IS_ENABLED        749 drivers/base/property.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED        879 drivers/base/property.c 	if (IS_ENABLED(CONFIG_OF) && of_node)
IS_ENABLED         20 drivers/base/regmap/regcache.c #if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
IS_ENABLED         47 drivers/base/test/test_async_driver_probe.c 		if (IS_ENABLED(CONFIG_NUMA) &&
IS_ENABLED        186 drivers/bcma/main.c 	if (!IS_ENABLED(CONFIG_OF_IRQ) || !parent->of_node)
IS_ENABLED        252 drivers/bcma/main.c 		if (IS_ENABLED(CONFIG_OF) && bus->dev) {
IS_ENABLED        101 drivers/block/nbd.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        138 drivers/block/nbd.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED       1512 drivers/block/nbd.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED         20 drivers/block/zram/zcomp.c #if IS_ENABLED(CONFIG_CRYPTO_LZ4)
IS_ENABLED         23 drivers/block/zram/zcomp.c #if IS_ENABLED(CONFIG_CRYPTO_LZ4HC)
IS_ENABLED         26 drivers/block/zram/zcomp.c #if IS_ENABLED(CONFIG_CRYPTO_842)
IS_ENABLED         29 drivers/block/zram/zcomp.c #if IS_ENABLED(CONFIG_CRYPTO_ZSTD)
IS_ENABLED         52 drivers/bluetooth/btbcm.h #if IS_ENABLED(CONFIG_BT_BCM)
IS_ENABLED         65 drivers/bluetooth/btintel.h #if IS_ENABLED(CONFIG_BT_INTEL)
IS_ENABLED        131 drivers/bluetooth/btqca.h #if IS_ENABLED(CONFIG_BT_QCA)
IS_ENABLED         50 drivers/bluetooth/btrtl.h #if IS_ENABLED(CONFIG_BT_RTL)
IS_ENABLED         32 drivers/bluetooth/btusb.c static bool enable_autosuspend = IS_ENABLED(CONFIG_BT_HCIBTUSB_AUTOSUSPEND);
IS_ENABLED       3811 drivers/bluetooth/btusb.c 	if (IS_ENABLED(CONFIG_BT_HCIBTUSB_RTL) &&
IS_ENABLED        490 drivers/bluetooth/hci_bcm.c 		if (IS_ENABLED(CONFIG_PM) && bdev->irq > 0) {
IS_ENABLED        451 drivers/bluetooth/hci_ll.c #if IS_ENABLED(CONFIG_SERIAL_DEV_BUS)
IS_ENABLED         97 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        211 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        642 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        665 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        804 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        881 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED        961 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED       1158 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED       1386 drivers/char/agp/intel-gtt.c #if IS_ENABLED(CONFIG_AGP_INTEL)
IS_ENABLED         47 drivers/char/hw_random/bcm2835-rng.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         56 drivers/char/hw_random/bcm2835-rng.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        111 drivers/char/hw_random/s390-trng.c #if IS_ENABLED(CONFIG_ARCH_RANDOM)
IS_ENABLED        717 drivers/char/lp.c 	if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
IS_ENABLED        133 drivers/char/nwbutton.c 	if (IS_ENABLED(CONFIG_NWBUTTON_REBOOT) &&
IS_ENABLED        634 drivers/char/ppdev.c 		if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
IS_ENABLED        654 drivers/char/ppdev.c 		if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
IS_ENABLED        856 drivers/char/random.c static bool trust_cpu __ro_after_init = IS_ENABLED(CONFIG_RANDOM_TRUST_CPU);
IS_ENABLED       2505 drivers/char/random.c 	if (IS_ENABLED(CONFIG_RANDOM_TRUST_BOOTLOADER))
IS_ENABLED        544 drivers/char/tpm/tpm-chip.c 	if (!IS_ENABLED(CONFIG_HW_RANDOM_TPM))
IS_ENABLED        620 drivers/char/tpm/tpm-chip.c 	if (IS_ENABLED(CONFIG_HW_RANDOM_TPM))
IS_ENABLED        645 drivers/char/tpm/tpm-chip.c 	if (IS_ENABLED(CONFIG_HW_RANDOM_TPM))
IS_ENABLED        370 drivers/char/tpm/tpm_tis.c 	if (IS_ENABLED(CONFIG_PNP)) {
IS_ENABLED        757 drivers/char/tpm/tpm_tis_core.c 		if (IS_ENABLED(CONFIG_X86))
IS_ENABLED        803 drivers/char/tpm/tpm_tis_core.c 	if (!IS_ENABLED(CONFIG_X86) || !is_bsw() ||
IS_ENABLED         30 drivers/char/virtio_console.c #define is_rproc_enabled IS_ENABLED(CONFIG_REMOTEPROC)
IS_ENABLED       2128 drivers/char/virtio_console.c #if IS_ENABLED(CONFIG_REMOTEPROC)
IS_ENABLED        169 drivers/clk/clk.c 	if (!IS_ENABLED(CONFIG_SMP) ||
IS_ENABLED        174 drivers/clk/clk.c 			if (!IS_ENABLED(CONFIG_SMP))
IS_ENABLED        941 drivers/clk/imx/clk-imx6q.c 	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
IS_ENABLED        960 drivers/clk/imx/clk-imx6q.c 	if (IS_ENABLED(CONFIG_PCI_IMX6))
IS_ENABLED        433 drivers/clk/imx/clk-imx6sl.c 	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
IS_ENABLED        176 drivers/clk/imx/clk-imx6sll.c 	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
IS_ENABLED        499 drivers/clk/imx/clk-imx6sx.c 	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
IS_ENABLED        501 drivers/clk/imx/clk-imx6ul.c 	if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
IS_ENABLED         41 drivers/clk/ingenic/pm.c 	if (IS_ENABLED(CONFIG_PM_SLEEP)) {
IS_ENABLED        468 drivers/clk/ingenic/tcu.c 	if (IS_ENABLED(CONFIG_PM_SLEEP))
IS_ENABLED        173 drivers/clocksource/arc_timer.c 	if (IS_ENABLED(CONFIG_SMP)) {
IS_ENABLED        219 drivers/clocksource/arc_timer.c 	if (IS_ENABLED(CONFIG_SMP))
IS_ENABLED         75 drivers/clocksource/arm_arch_timer.c static bool evtstrm_enable = IS_ENABLED(CONFIG_ARM_ARCH_TIMER_EVTSTREAM);
IS_ENABLED        968 drivers/clocksource/arm_arch_timer.c 		if ((IS_ENABLED(CONFIG_ARM64) && !is_hyp_mode_available()) ||
IS_ENABLED       1233 drivers/clocksource/arm_arch_timer.c 	if (IS_ENABLED(CONFIG_ARM64))
IS_ENABLED       1274 drivers/clocksource/arm_arch_timer.c 	if (IS_ENABLED(CONFIG_ARM) &&
IS_ENABLED        968 drivers/clocksource/sh_cmt.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED        519 drivers/clocksource/sh_tmu.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED         24 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED         37 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED         50 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED        187 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED        287 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED        333 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED        413 drivers/cpufreq/e_powersaver.c #if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
IS_ENABLED       2246 drivers/cpufreq/intel_pstate.c 	if (IS_ENABLED(CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE))
IS_ENABLED         21 drivers/cpufreq/ppc_cbe_cpufreq.h #if IS_ENABLED(CONFIG_CPU_FREQ_CBE_PMI)
IS_ENABLED        116 drivers/cpuidle/cpuidle-exynos.c 	if (IS_ENABLED(CONFIG_SMP) &&
IS_ENABLED        147 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED        159 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED        488 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED        517 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       1973 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       2460 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       2507 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       2519 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       2706 drivers/crypto/atmel-aes.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED         15 drivers/crypto/atmel-authenc.h #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED       2210 drivers/crypto/atmel-sha.c #if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
IS_ENABLED        194 drivers/crypto/caam/regs.h 	if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
IS_ENABLED        203 drivers/crypto/caam/regs.h 	if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
IS_ENABLED        248 drivers/crypto/cavium/nitrox/nitrox_dev.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        947 drivers/crypto/hisilicon/zip/zip_main.c 	.sriov_configure	= IS_ENABLED(CONFIG_PCI_IOV) ?
IS_ENABLED       1100 drivers/crypto/inside-secure/safexcel.c 	if (IS_ENABLED(CONFIG_PCI) && is_pci_dev) {
IS_ENABLED       1110 drivers/crypto/inside-secure/safexcel.c 	} else if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       1431 drivers/crypto/inside-secure/safexcel.c 	if (IS_ENABLED(CONFIG_PCI) && priv->version == EIP197_DEVBRD) {
IS_ENABLED       1550 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1671 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED       1795 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED       1798 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1804 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED       1809 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1812 drivers/crypto/inside-secure/safexcel.c  #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED       1819 drivers/crypto/inside-secure/safexcel.c  #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED       1829 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1835 drivers/crypto/inside-secure/safexcel.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED        199 drivers/crypto/qcom-rng.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        425 drivers/crypto/s5p-sss.c 	if (IS_ENABLED(CONFIG_OF) && (pdev->dev.of_node)) {
IS_ENABLED       2218 drivers/crypto/s5p-sss.c 	if (IS_ENABLED(CONFIG_CRYPTO_DEV_EXYNOS_HASH)) {
IS_ENABLED        172 drivers/crypto/talitos.h 	if (IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS1) &&
IS_ENABLED        173 drivers/crypto/talitos.h 	    IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS2))
IS_ENABLED        176 drivers/crypto/talitos.h 	return IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS1);
IS_ENABLED        506 drivers/dax/bus.c 	if (IS_ENABLED(CONFIG_DEV_DAX_PMEM_COMPAT)) {
IS_ENABLED         46 drivers/dax/bus.h #if IS_ENABLED(CONFIG_DEV_DAX_PMEM_COMPAT)
IS_ENABLED         37 drivers/dax/pmem/pmem.c #if !IS_ENABLED(CONFIG_DEV_DAX_PMEM_COMPAT)
IS_ENABLED         59 drivers/dax/super.c #if IS_ENABLED(CONFIG_FS_DAX)
IS_ENABLED        114 drivers/dax/super.c 	if (IS_ENABLED(CONFIG_FS_DAX_LIMITED) && pfn_t_special(pfn)) {
IS_ENABLED        123 drivers/dax/super.c 		WARN_ON(IS_ENABLED(CONFIG_ARCH_HAS_PMEM_API));
IS_ENABLED        865 drivers/dma/dmaengine.c 	#if IS_ENABLED(CONFIG_ASYNC_MEMCPY)
IS_ENABLED        870 drivers/dma/dmaengine.c 	#if IS_ENABLED(CONFIG_ASYNC_XOR)
IS_ENABLED        880 drivers/dma/dmaengine.c 	#if IS_ENABLED(CONFIG_ASYNC_PQ)
IS_ENABLED       1178 drivers/dma/dmaengine.c 	#if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
IS_ENABLED       1192 drivers/dma/dmaengine.c #if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
IS_ENABLED       2219 drivers/dma/imx-sdma.c #if IS_ENABLED(CONFIG_SOC_IMX6Q)
IS_ENABLED       2222 drivers/dma/imx-sdma.c #if IS_ENABLED(CONFIG_SOC_IMX7D)
IS_ENABLED        949 drivers/dma/qcom/hidma.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        321 drivers/dma/qcom/hidma_mgmt.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        780 drivers/dma/sh/shdmac.c 	if (IS_ENABLED(CONFIG_CPU_SH4) || IS_ENABLED(CONFIG_ARCH_RENESAS)) {
IS_ENABLED       2052 drivers/dma/ti/edma.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        193 drivers/edac/altera_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
IS_ENABLED        736 drivers/edac/altera_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
IS_ENABLED       1238 drivers/edac/edac_mc.c 	if (IS_ENABLED(CONFIG_RAS))
IS_ENABLED        653 drivers/edac/edac_mc_sysfs.c 	if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
IS_ENABLED        485 drivers/edac/ghes_edac.c 	if (IS_ENABLED(CONFIG_X86)) {
IS_ENABLED        474 drivers/edac/thunderx_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
IS_ENABLED        782 drivers/edac/thunderx_edac.c 	if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
IS_ENABLED       1427 drivers/edac/thunderx_edac.c 	if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
IS_ENABLED       2057 drivers/edac/thunderx_edac.c 	if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
IS_ENABLED        164 drivers/edac/xgene_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
IS_ENABLED        867 drivers/edac/xgene_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs)
IS_ENABLED       1171 drivers/edac/xgene_edac.c 	if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs)
IS_ENABLED        498 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        785 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        999 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1276 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1599 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1644 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1676 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1695 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1709 drivers/firewire/net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        900 drivers/firmware/arm_sdei.c 	if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
IS_ENABLED        937 drivers/firmware/arm_sdei.c 	if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
IS_ENABLED        980 drivers/firmware/arm_sdei.c 	} else if (IS_ENABLED(CONFIG_ACPI) && !acpi_disabled) {
IS_ENABLED        592 drivers/firmware/broadcom/bcm47xx_sprom.c #if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM)
IS_ENABLED        660 drivers/firmware/broadcom/bcm47xx_sprom.c 		if (IS_ENABLED(CONFIG_BCM47XX))
IS_ENABLED        710 drivers/firmware/broadcom/bcm47xx_sprom.c #if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM)
IS_ENABLED        663 drivers/firmware/dmi_scan.c 	} else if (IS_ENABLED(CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK)) {
IS_ENABLED        100 drivers/firmware/efi/arm-init.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        266 drivers/firmware/efi/arm-init.c 	if (IS_ENABLED(CONFIG_ARM))
IS_ENABLED         12 drivers/firmware/efi/efi-pstore.c 	IS_ENABLED(CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE);
IS_ENABLED        220 drivers/firmware/efi/efi.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        565 drivers/firmware/efi/efi.c 	if (!IS_ENABLED(CONFIG_X86_32) && efi_enabled(EFI_MEMMAP))
IS_ENABLED        171 drivers/firmware/efi/libstub/arm-stub.c 	if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) ||
IS_ENABLED        172 drivers/firmware/efi/libstub/arm-stub.c 	    IS_ENABLED(CONFIG_CMDLINE_FORCE) ||
IS_ENABLED        176 drivers/firmware/efi/libstub/arm-stub.c 	if (!IS_ENABLED(CONFIG_CMDLINE_FORCE) && cmdline_size > 0)
IS_ENABLED        202 drivers/firmware/efi/libstub/arm-stub.c 	if (!IS_ENABLED(CONFIG_EFI_ARMSTUB_DTB_LOADER) ||
IS_ENABLED        240 drivers/firmware/efi/libstub/arm-stub.c 	if (!IS_ENABLED(CONFIG_HIBERNATION) && !nokaslr()) {
IS_ENABLED        353 drivers/firmware/efi/libstub/arm-stub.c 	if (IS_ENABLED(CONFIG_ARM64))
IS_ENABLED        377 drivers/firmware/efi/libstub/arm-stub.c 		if ((IS_ENABLED(CONFIG_ARM64) &&
IS_ENABLED         15 drivers/firmware/efi/libstub/arm32-stub.c 	if (!IS_ENABLED(CONFIG_ARM_LPAE))
IS_ENABLED         29 drivers/firmware/efi/libstub/arm64-stub.c 	if (IS_ENABLED(CONFIG_ARM64_4K_PAGES))
IS_ENABLED         34 drivers/firmware/efi/libstub/arm64-stub.c 		if (IS_ENABLED(CONFIG_ARM64_64K_PAGES))
IS_ENABLED         57 drivers/firmware/efi/libstub/arm64-stub.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
IS_ENABLED         85 drivers/firmware/efi/libstub/arm64-stub.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && phys_seed != 0) {
IS_ENABLED         93 drivers/firmware/efi/libstub/arm64-stub.c 		u32 offset = !IS_ENABLED(CONFIG_DEBUG_ALIGN_RODATA) ?
IS_ENABLED        639 drivers/firmware/efi/libstub/efi-stub-helper.c 				if (IS_ENABLED(CONFIG_X86) && size > __chunk_size)
IS_ENABLED        140 drivers/firmware/efi/libstub/fdt.c 	if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
IS_ENABLED        330 drivers/firmware/psci/psci.c 	if (!IS_ENABLED(CONFIG_SUSPEND))
IS_ENABLED         25 drivers/firmware/qcom_scm.c static bool download_mode = IS_ENABLED(CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT);
IS_ENABLED         26 drivers/firmware/tegra/bpmp-private.h #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC) || \
IS_ENABLED         27 drivers/firmware/tegra/bpmp-private.h     IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
IS_ENABLED         30 drivers/firmware/tegra/bpmp-private.h #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
IS_ENABLED        810 drivers/firmware/tegra/bpmp.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC) || \
IS_ENABLED        811 drivers/firmware/tegra/bpmp.c     IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
IS_ENABLED        833 drivers/firmware/tegra/bpmp.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
IS_ENABLED        857 drivers/firmware/tegra/bpmp.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC) || \
IS_ENABLED        858 drivers/firmware/tegra/bpmp.c     IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
IS_ENABLED        861 drivers/firmware/tegra/bpmp.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
IS_ENABLED        176 drivers/gnss/serial.c 	if (IS_ENABLED(CONFIG_PM)) {
IS_ENABLED        191 drivers/gnss/serial.c 	if (IS_ENABLED(CONFIG_PM))
IS_ENABLED        206 drivers/gnss/serial.c 	if (IS_ENABLED(CONFIG_PM))
IS_ENABLED        500 drivers/gnss/sirf.c 	if (IS_ENABLED(CONFIG_PM)) {
IS_ENABLED        516 drivers/gnss/sirf.c 	if (IS_ENABLED(CONFIG_PM))
IS_ENABLED        538 drivers/gnss/sirf.c 	if (IS_ENABLED(CONFIG_PM))
IS_ENABLED        254 drivers/gpio/gpio-adnp.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        164 drivers/gpio/gpio-davinci.c 	if (!IS_ENABLED(CONFIG_OF) || !pdev->dev.of_node)
IS_ENABLED        647 drivers/gpio/gpio-mmio.c #if IS_ENABLED(CONFIG_GPIO_GENERIC_PLATFORM)
IS_ENABLED        970 drivers/gpio/gpio-mvebu.c 	if (IS_ENABLED(CONFIG_PWM))
IS_ENABLED       1022 drivers/gpio/gpio-mvebu.c 	if (IS_ENABLED(CONFIG_PWM))
IS_ENABLED       1257 drivers/gpio/gpio-mvebu.c 	if (IS_ENABLED(CONFIG_PWM))
IS_ENABLED        324 drivers/gpio/gpio-omap.c 	if (IS_ENABLED(CONFIG_ARCH_OMAP1) && bank->regs->irqctrl) {
IS_ENABLED        242 drivers/gpio/gpio-pcf857x.c 	if (IS_ENABLED(CONFIG_OF) && np)
IS_ENABLED        484 drivers/gpio/gpio-stmpe.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED         39 drivers/gpio/gpiolib-of.c 	if (!IS_ENABLED(CONFIG_SPI_MASTER))
IS_ENABLED        136 drivers/gpio/gpiolib-of.c 	if (IS_ENABLED(CONFIG_MMC)) {
IS_ENABLED        154 drivers/gpio/gpiolib-of.c 	if (IS_ENABLED(CONFIG_REGULATOR) &&
IS_ENABLED        177 drivers/gpio/gpiolib-of.c 	if (IS_ENABLED(CONFIG_REGULATOR) &&
IS_ENABLED        190 drivers/gpio/gpiolib-of.c 	if (IS_ENABLED(CONFIG_SPI_MASTER) && !strcmp(propname, "cs-gpios") &&
IS_ENABLED        232 drivers/gpio/gpiolib-of.c 	if (IS_ENABLED(CONFIG_STMMAC_ETH) &&
IS_ENABLED        387 drivers/gpio/gpiolib-of.c 	if (!IS_ENABLED(CONFIG_SPI_MASTER))
IS_ENABLED        413 drivers/gpio/gpiolib-of.c 	if (!IS_ENABLED(CONFIG_SPI_MASTER))
IS_ENABLED        450 drivers/gpio/gpiolib-of.c 	if (!IS_ENABLED(CONFIG_REGULATOR))
IS_ENABLED        468 drivers/gpio/gpiolib-of.c 	if (!IS_ENABLED(CONFIG_MFD_ARIZONA))
IS_ENABLED       4404 drivers/gpio/gpiolib.c 	if (IS_ENABLED(CONFIG_OF) && dev && dev->of_node)
IS_ENABLED       4406 drivers/gpio/gpiolib.c 	else if (IS_ENABLED(CONFIG_ACPI) && dev && ACPI_HANDLE(dev))
IS_ENABLED       4549 drivers/gpio/gpiolib.c 		if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED       2917 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	if (IS_ENABLED(CONFIG_PERF_EVENTS))
IS_ENABLED       2990 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	if (IS_ENABLED(CONFIG_PERF_EVENTS))
IS_ENABLED        771 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c #if IS_ENABLED(CONFIG_DRM_AMDGPU_USERPTR)
IS_ENABLED        783 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c #if IS_ENABLED(CONFIG_DRM_AMDGPU_USERPTR)
IS_ENABLED        994 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c #if IS_ENABLED(CONFIG_DRM_AMDGPU_USERPTR)
IS_ENABLED        106 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h #if IS_ENABLED(CONFIG_DRM_AMDGPU_USERPTR)
IS_ENABLED        780 drivers/gpu/drm/armada/armada_crtc.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED       1303 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
IS_ENABLED       1314 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
IS_ENABLED       1328 drivers/gpu/drm/bridge/analogix-anx78xx.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1468 drivers/gpu/drm/bridge/analogix-anx78xx.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        420 drivers/gpu/drm/bridge/ti-tfp410.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        468 drivers/gpu/drm/bridge/ti-tfp410.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        494 drivers/gpu/drm/bridge/ti-tfp410.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        698 drivers/gpu/drm/drm_bufs.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1261 drivers/gpu/drm/drm_bufs.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED         74 drivers/gpu/drm/drm_fb_helper.c #if IS_ENABLED(CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM)
IS_ENABLED       1826 drivers/gpu/drm/drm_fb_helper.c #if IS_ENABLED(CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM)
IS_ENABLED       2263 drivers/gpu/drm/drm_fb_helper.c #if IS_ENABLED(CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM)
IS_ENABLED         82 drivers/gpu/drm/drm_internal.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        162 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        309 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        618 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        761 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        916 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        922 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        935 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        943 drivers/gpu/drm/drm_ioc32.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        570 drivers/gpu/drm/drm_ioctl.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        629 drivers/gpu/drm/drm_ioctl.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        221 drivers/gpu/drm/drm_irq.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED         38 drivers/gpu/drm/drm_kms_helper_common.c #if IS_ENABLED(CONFIG_DRM_LOAD_EDID_FIRMWARE)
IS_ENABLED         49 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED         61 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED         79 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED         99 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        120 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        130 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_VM) && IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        152 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        161 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        173 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        182 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        190 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        202 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        208 drivers/gpu/drm/drm_legacy.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED         47 drivers/gpu/drm/drm_memory.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        723 drivers/gpu/drm/drm_mipi_dbi.c #if IS_ENABLED(CONFIG_SPI)
IS_ENABLED        153 drivers/gpu/drm/drm_mipi_dsi.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        115 drivers/gpu/drm/drm_vm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        550 drivers/gpu/drm/drm_vm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        662 drivers/gpu/drm/drm_vm.c #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED       1613 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL)) {
IS_ENABLED       1661 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL))
IS_ENABLED       1695 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL))
IS_ENABLED        103 drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c 	if (IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT))
IS_ENABLED         76 drivers/gpu/drm/exynos/exynos_drm_dma.c 	if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
IS_ENABLED         88 drivers/gpu/drm/exynos/exynos_drm_dma.c 	} else if (IS_ENABLED(CONFIG_IOMMU_DMA)) {
IS_ENABLED        112 drivers/gpu/drm/exynos/exynos_drm_dma.c 	if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
IS_ENABLED        115 drivers/gpu/drm/exynos/exynos_drm_dma.c 	} else if (IS_ENABLED(CONFIG_IOMMU_DMA))
IS_ENABLED        132 drivers/gpu/drm/exynos/exynos_drm_dma.c 	if (!IS_ENABLED(CONFIG_EXYNOS_IOMMU))
IS_ENABLED        138 drivers/gpu/drm/exynos/exynos_drm_dma.c 		if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU))
IS_ENABLED        141 drivers/gpu/drm/exynos/exynos_drm_dma.c 		else if (IS_ENABLED(CONFIG_IOMMU_DMA))
IS_ENABLED        155 drivers/gpu/drm/exynos/exynos_drm_dma.c 	if (IS_ENABLED(CONFIG_EXYNOS_IOMMU))
IS_ENABLED        163 drivers/gpu/drm/exynos/exynos_drm_dma.c 	if (!IS_ENABLED(CONFIG_EXYNOS_IOMMU))
IS_ENABLED        180 drivers/gpu/drm/exynos/exynos_drm_drv.c #define DRV_PTR(drv, cond) (IS_ENABLED(cond) ? &drv : NULL)
IS_ENABLED       17167 drivers/gpu/drm/i915/display/intel_display.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED        515 drivers/gpu/drm/i915/display/intel_display_power.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED       1693 drivers/gpu/drm/i915/display/intel_display_power.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED       2131 drivers/gpu/drm/i915/display/intel_display_power.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED       5101 drivers/gpu/drm/i915/display/intel_display_power.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED        290 drivers/gpu/drm/i915/display/intel_display_power.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED       1780 drivers/gpu/drm/i915/display/intel_hdcp.c 	if (!IS_ENABLED(CONFIG_INTEL_MEI_HDCP))
IS_ENABLED       1411 drivers/gpu/drm/i915/display/intel_overlay.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED       1206 drivers/gpu/drm/i915/display/intel_panel.c #if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
IS_ENABLED         52 drivers/gpu/drm/i915/display/intel_panel.h #if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
IS_ENABLED         77 drivers/gpu/drm/i915/display/intel_sprite.c #if IS_ENABLED(CONFIG_PROVE_LOCKING)
IS_ENABLED        314 drivers/gpu/drm/i915/gem/i915_gem_client_blt.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED       2383 drivers/gpu/drm/i915/gem/i915_gem_context.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        313 drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         57 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        517 drivers/gpu/drm/i915/gem/i915_gem_mman.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        332 drivers/gpu/drm/i915/gem/i915_gem_object.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        399 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        213 drivers/gpu/drm/i915/gem/i915_gem_phys.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        489 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c 	if (!IS_ENABLED(CONFIG_LOCKDEP))
IS_ENABLED        340 drivers/gpu/drm/i915/gt/intel_context.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        510 drivers/gpu/drm/i915/gt/intel_engine.h #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED       1574 drivers/gpu/drm/i915/gt/intel_engine_cs.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         40 drivers/gpu/drm/i915/gt/intel_engine_pm.c #if IS_ENABLED(CONFIG_LOCKDEP)
IS_ENABLED        177 drivers/gpu/drm/i915/gt/intel_engine_pm.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        238 drivers/gpu/drm/i915/gt/intel_engine_user.c 	if (IS_ENABLED(CONFIG_DRM_I915_SELFTESTS) &&
IS_ENABLED        239 drivers/gpu/drm/i915/gt/intel_engine_user.c 	    IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) {
IS_ENABLED        358 drivers/gpu/drm/i915/gt/intel_hangcheck.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        551 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (!IS_ENABLED(CONFIG_DRM_I915_GVT))
IS_ENABLED        799 drivers/gpu/drm/i915/gt/intel_lrc.c 	return (IS_ENABLED(CONFIG_DRM_I915_GVT) &&
IS_ENABLED       1728 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       1740 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       3364 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       4028 drivers/gpu/drm/i915/gt/intel_lrc.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED       1307 drivers/gpu/drm/i915/gt/intel_reset.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        560 drivers/gpu/drm/i915/gt/intel_timeline.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        983 drivers/gpu/drm/i915/gt/intel_workarounds.c 		if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       1565 drivers/gpu/drm/i915/gt/intel_workarounds.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        433 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		return (IS_ENABLED(CONFIG_DRM_I915_DEBUG) ||
IS_ENABLED        434 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 			IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) ?
IS_ENABLED        442 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 		return (IS_ENABLED(CONFIG_DRM_I915_DEBUG) ||
IS_ENABLED        443 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 			IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) ?
IS_ENABLED       1182 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        121 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 	if (IS_ENABLED(CONFIG_DRM_I915_SELFTEST)) {
IS_ENABLED        199 drivers/gpu/drm/i915/gvt/gvt.h #if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT)
IS_ENABLED         74 drivers/gpu/drm/i915/i915_active.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && IS_ENABLED(CONFIG_DEBUG_OBJECTS)
IS_ENABLED        485 drivers/gpu/drm/i915/i915_active.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        613 drivers/gpu/drm/i915/i915_active.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        722 drivers/gpu/drm/i915/i915_active.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        741 drivers/gpu/drm/i915/i915_active.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         68 drivers/gpu/drm/i915/i915_active.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED         89 drivers/gpu/drm/i915/i915_active.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        396 drivers/gpu/drm/i915/i915_active.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED         27 drivers/gpu/drm/i915/i915_active_types.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        426 drivers/gpu/drm/i915/i915_buddy.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        671 drivers/gpu/drm/i915/i915_debugfs.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED       2335 drivers/gpu/drm/i915/i915_debugfs.c 	if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)) {
IS_ENABLED       4345 drivers/gpu/drm/i915/i915_debugfs.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED       1498 drivers/gpu/drm/i915/i915_drv.c 	if (IS_ENABLED(CONFIG_DRM_I915_DEBUG))
IS_ENABLED       1500 drivers/gpu/drm/i915/i915_drv.c 	if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       1502 drivers/gpu/drm/i915/i915_drv.c 	if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM))
IS_ENABLED       1760 drivers/gpu/drm/i915/i915_drv.c #if IS_ENABLED(CONFIG_ACPI_SLEEP)
IS_ENABLED       2897 drivers/gpu/drm/i915/i915_drv.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED       1412 drivers/gpu/drm/i915/i915_gem.c 	if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED       1778 drivers/gpu/drm/i915/i915_gem.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         67 drivers/gpu/drm/i915/i915_gem.h #if IS_ENABLED(CONFIG_DRM_I915_TRACE_GEM)
IS_ENABLED        412 drivers/gpu/drm/i915/i915_gem_evict.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         49 drivers/gpu/drm/i915/i915_gem_gtt.c #if IS_ENABLED(CONFIG_DRM_I915_TRACE_GTT)
IS_ENABLED       3825 drivers/gpu/drm/i915/i915_gem_gtt.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        196 drivers/gpu/drm/i915/i915_gpu_error.h #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED         73 drivers/gpu/drm/i915/i915_params.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED        167 drivers/gpu/drm/i915/i915_params.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
IS_ENABLED        176 drivers/gpu/drm/i915/i915_params.c #if IS_ENABLED(CONFIG_DRM_I915_GVT)
IS_ENABLED         62 drivers/gpu/drm/i915/i915_params.h 	param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO)) \
IS_ENABLED         70 drivers/gpu/drm/i915/i915_params.h 	param(bool, alpha_support, IS_ENABLED(CONFIG_DRM_I915_ALPHA_SUPPORT)) \
IS_ENABLED        450 drivers/gpu/drm/i915/i915_pmu.c #if IS_ENABLED(CONFIG_PM)
IS_ENABLED       1559 drivers/gpu/drm/i915/i915_request.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         37 drivers/gpu/drm/i915/i915_scatterlist.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         48 drivers/gpu/drm/i915/i915_scheduler.c 	if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
IS_ENABLED         41 drivers/gpu/drm/i915/i915_selftest.h #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        291 drivers/gpu/drm/i915/i915_sw_fence.c 	if (!IS_ENABLED(CONFIG_DRM_I915_SW_FENCE_CHECK_DAG))
IS_ENABLED        586 drivers/gpu/drm/i915/i915_sw_fence.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        410 drivers/gpu/drm/i915/i915_syncmap.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED        509 drivers/gpu/drm/i915/i915_sysfs.c #if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
IS_ENABLED         53 drivers/gpu/drm/i915/i915_utils.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
IS_ENABLED         61 drivers/gpu/drm/i915/i915_utils.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
IS_ENABLED         53 drivers/gpu/drm/i915/i915_vma.c #if IS_ENABLED(CONFIG_DRM_I915_ERRLOG_GEM) && IS_ENABLED(CONFIG_DRM_DEBUG_MM)
IS_ENABLED        124 drivers/gpu/drm/i915/i915_vma.c 	if (IS_ENABLED(CONFIG_LOCKDEP)) {
IS_ENABLED       1029 drivers/gpu/drm/i915/i915_vma.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         54 drivers/gpu/drm/i915/intel_runtime_pm.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED        424 drivers/gpu/drm/i915/intel_runtime_pm.c 	if (IS_ENABLED(CONFIG_PM)) {
IS_ENABLED        515 drivers/gpu/drm/i915/intel_runtime_pm.c #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED         57 drivers/gpu/drm/i915/intel_runtime_pm.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED        192 drivers/gpu/drm/i915/intel_runtime_pm.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED        203 drivers/gpu/drm/i915/intel_runtime_pm.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
IS_ENABLED        770 drivers/gpu/drm/i915/intel_uncore.c 	if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM))
IS_ENABLED       2058 drivers/gpu/drm/i915/intel_uncore.c #if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
IS_ENABLED         18 drivers/gpu/drm/i915/intel_wakeref.h #if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
IS_ENABLED        102 drivers/gpu/drm/i915/selftests/i915_sw_fence.c 	if (!IS_ENABLED(CONFIG_DRM_I915_SW_FENCE_CHECK_DAG))
IS_ENABLED        290 drivers/gpu/drm/i915/selftests/i915_vma.c #if !IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
IS_ENABLED        166 drivers/gpu/drm/i915/selftests/intel_uncore.c 	if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN))
IS_ENABLED        271 drivers/gpu/drm/i915/selftests/intel_uncore.c 	if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN))
IS_ENABLED        147 drivers/gpu/drm/i915/selftests/mock_gem_device.c #if IS_ENABLED(CONFIG_IOMMU_API) && defined(CONFIG_INTEL_IOMMU)
IS_ENABLED        437 drivers/gpu/drm/mga/mga_dma.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        968 drivers/gpu/drm/mga/mga_dma.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        115 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 	if (IS_ENABLED(CONFIG_DRM_MSM_GPU_SUDO) && submit->in_rb) {
IS_ENABLED         35 drivers/gpu/drm/msm/adreno/adreno_gpu.c 	if (!IS_ENABLED(CONFIG_ARCH_QCOM)) {
IS_ENABLED         55 drivers/gpu/drm/msm/msm_gem.c 	if (get_dma_ops(dev) && IS_ENABLED(CONFIG_ARM64)) {
IS_ENABLED         68 drivers/gpu/drm/msm/msm_gem.c 	if (get_dma_ops(dev) && IS_ENABLED(CONFIG_ARM64)) {
IS_ENABLED        426 drivers/gpu/drm/msm/msm_gem_submit.c 		if (!IS_ENABLED(CONFIG_DRM_MSM_GPU_SUDO) ||
IS_ENABLED        638 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1457 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1607 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1613 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_SWIOTLB) && IS_ENABLED(CONFIG_X86)
IS_ENABLED       1660 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1667 drivers/gpu/drm/nouveau/nouveau_bo.c #if IS_ENABLED(CONFIG_SWIOTLB) && IS_ENABLED(CONFIG_X86)
IS_ENABLED         30 drivers/gpu/drm/nouveau/nouveau_dmem.h #if IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM)
IS_ENABLED       1357 drivers/gpu/drm/nouveau/nouveau_drm.c 	if (IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM))
IS_ENABLED         53 drivers/gpu/drm/nouveau/nouveau_platform.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED         99 drivers/gpu/drm/nouveau/nouveau_platform.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) || IS_ENABLED(CONFIG_ARCH_TEGRA_132_SOC)
IS_ENABLED         10 drivers/gpu/drm/nouveau/nouveau_svm.h #if IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM)
IS_ENABLED       1617 drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c 	.cpu_coherent = !IS_ENABLED(CONFIG_ARM),
IS_ENABLED         26 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        107 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c #if IS_ENABLED(CONFIG_IOMMU_API)
IS_ENABLED        112 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        177 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c #if IS_ENABLED(CONFIG_IOMMU_API)
IS_ENABLED        951 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c #if IS_ENABLED(CONFIG_ARCH_TEGRA)
IS_ENABLED        131 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
IS_ENABLED         77 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp10b.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
IS_ENABLED       3778 drivers/gpu/drm/panel/panel-simple.c 	if (IS_ENABLED(CONFIG_DRM_MIPI_DSI)) {
IS_ENABLED       3790 drivers/gpu/drm/panel/panel-simple.c 	if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
IS_ENABLED         65 drivers/gpu/drm/pl111/pl111_vexpress.c 	if (has_coretile_hdlcd && IS_ENABLED(CONFIG_DRM_HDLCD))
IS_ENABLED        321 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        515 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        539 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        562 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        579 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        611 drivers/gpu/drm/r128/r128_cce.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED         35 drivers/gpu/drm/radeon/radeon_agp.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        133 drivers/gpu/drm/radeon/radeon_agp.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        267 drivers/gpu/drm/radeon/radeon_agp.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        279 drivers/gpu/drm/radeon/radeon_agp.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED         94 drivers/gpu/drm/radeon/radeon_ttm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        419 drivers/gpu/drm/radeon/radeon_ttm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        639 drivers/gpu/drm/radeon/radeon_ttm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        691 drivers/gpu/drm/radeon/radeon_ttm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        722 drivers/gpu/drm/radeon/radeon_ttm.c #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED         14 drivers/gpu/drm/rcar-du/rcar_du_of.h #if IS_ENABLED(CONFIG_DRM_RCAR_LVDS)
IS_ENABLED         15 drivers/gpu/drm/rcar-du/rcar_lvds.h #if IS_ENABLED(CONFIG_DRM_RCAR_LVDS)
IS_ENABLED        467 drivers/gpu/drm/rockchip/rockchip_drm_drv.c 	if (IS_ENABLED(cond) && \
IS_ENABLED        171 drivers/gpu/drm/sun4i/sun4i_drv.c 	if (IS_ENABLED(CONFIG_DRM_SUN4I_BACKEND))
IS_ENABLED        200 drivers/gpu/drm/sun4i/sun4i_drv.c 	return IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
IS_ENABLED        980 drivers/gpu/drm/sun4i/sun4i_tcon.c 		ret = !!(IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
IS_ENABLED       1409 drivers/gpu/drm/sun4i/sun4i_tcon.c 	if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
IS_ENABLED       1416 drivers/gpu/drm/sun4i/sun4i_tcon.c 	if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP)) {
IS_ENABLED         64 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 	return IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
IS_ENABLED         23 drivers/gpu/drm/tegra/drm.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED       1087 drivers/gpu/drm/tegra/drm.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        492 drivers/gpu/drm/tegra/vic.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC)
IS_ENABLED        495 drivers/gpu/drm/tegra/vic.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
IS_ENABLED        498 drivers/gpu/drm/tegra/vic.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
IS_ENABLED        501 drivers/gpu/drm/tegra/vic.c #if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
IS_ENABLED        254 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c static int enable_fbdev = IS_ENABLED(CONFIG_DRM_VMWGFX_FBCON);
IS_ENABLED        580 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c         if (!(IS_ENABLED(CONFIG_SWIOTLB) || IS_ENABLED(CONFIG_INTEL_IOMMU)) &&
IS_ENABLED        192 drivers/gpu/host1x/debug.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        198 drivers/gpu/host1x/debug.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED         21 drivers/gpu/host1x/dev.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        264 drivers/gpu/host1x/dev.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        272 drivers/gpu/host1x/dev.c 	if (IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL))
IS_ENABLED        144 drivers/gpu/host1x/job.c 		if (!IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL) && host->domain) {
IS_ENABLED        205 drivers/gpu/host1x/job.c 		if (IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL)) {
IS_ENABLED        515 drivers/gpu/host1x/job.c 	if (IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL)) {
IS_ENABLED        530 drivers/gpu/host1x/job.c 		if (!IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL))
IS_ENABLED        562 drivers/gpu/host1x/job.c 		if (!IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL) &&
IS_ENABLED       1407 drivers/gpu/ipu-v3/ipu-common.c 	    IS_ENABLED(CONFIG_DRM)) {
IS_ENABLED       1543 drivers/gpu/ipu-v3/ipu-common.c #if IS_ENABLED(CONFIG_DRM)
IS_ENABLED        394 drivers/hid/hid-asus.c 	if (!IS_ENABLED(CONFIG_ASUS_WMI))
IS_ENABLED        197 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_A4TECH)
IS_ENABLED        202 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ACCUTOUCH)
IS_ENABLED        205 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ACRUX)
IS_ENABLED        209 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ALPS)
IS_ENABLED        212 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_APPLE)
IS_ENABLED        289 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_APPLEIR)
IS_ENABLED        296 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ASUS)
IS_ENABLED        306 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_AUREAL)
IS_ENABLED        309 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_BELKIN)
IS_ENABLED        313 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_BETOP_FF)
IS_ENABLED        319 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CHERRY)
IS_ENABLED        323 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CHICONY)
IS_ENABLED        329 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CMEDIA)
IS_ENABLED        332 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CORSAIR)
IS_ENABLED        337 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CP2112)
IS_ENABLED        340 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_CYPRESS)
IS_ENABLED        347 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_DRAGONRISE)
IS_ENABLED        351 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ELAN)
IS_ENABLED        354 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ELECOM)
IS_ENABLED        364 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ELO)
IS_ENABLED        368 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_EMS_FF)
IS_ENABLED        371 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_EZKEY)
IS_ENABLED        374 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_GEMBIRD)
IS_ENABLED        377 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_GFRM)
IS_ENABLED        381 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_GREENASIA)
IS_ENABLED        384 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_GT683R)
IS_ENABLED        387 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_GYRATION)
IS_ENABLED        392 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_HOLTEK)
IS_ENABLED        402 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ITE)
IS_ENABLED        405 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ICADE)
IS_ENABLED        408 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_JABRA)
IS_ENABLED        411 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_KENSINGTON)
IS_ENABLED        414 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_KEYTOUCH)
IS_ENABLED        417 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_KYE)
IS_ENABLED        423 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_LCPOWER)
IS_ENABLED        426 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_LED)
IS_ENABLED        433 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_LENOVO)
IS_ENABLED        439 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_LOGITECH)
IS_ENABLED        472 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_LOGITECH_HIDPP)
IS_ENABLED        475 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_MAGICMOUSE)
IS_ENABLED        479 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_MAYFLASH)
IS_ENABLED        485 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_MICROSOFT)
IS_ENABLED        503 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_MONTEREY)
IS_ENABLED        506 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_MULTITOUCH)
IS_ENABLED        509 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_WIIMOTE)
IS_ENABLED        513 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_NTI)
IS_ENABLED        516 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_NTRIG)
IS_ENABLED        537 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ORTEK)
IS_ENABLED        543 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PANTHERLORD)
IS_ENABLED        549 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PENMOUNT)
IS_ENABLED        552 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PETALYNX)
IS_ENABLED        555 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PICOLCD)
IS_ENABLED        559 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PLANTRONICS)
IS_ENABLED        562 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PRIMAX)
IS_ENABLED        565 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_PRODIKEYS)
IS_ENABLED        568 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_RETRODE)
IS_ENABLED        571 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_RMI)
IS_ENABLED        576 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ROCCAT)
IS_ENABLED        594 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SAITEK)
IS_ENABLED        603 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SAMSUNG)
IS_ENABLED        607 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SMARTJOYPLUS)
IS_ENABLED        616 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SONY)
IS_ENABLED        639 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SPEEDLINK)
IS_ENABLED        642 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_STEELSERIES)
IS_ENABLED        645 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_SUNPLUS)
IS_ENABLED        648 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_THRUSTMASTER)
IS_ENABLED        659 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_TIVO)
IS_ENABLED        664 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_TOPSEED)
IS_ENABLED        671 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_TWINHAN)
IS_ENABLED        674 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_UDRAW_PS3)
IS_ENABLED        677 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_XINMO)
IS_ENABLED        681 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ZEROPLUS)
IS_ENABLED        685 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_HID_ZYDACRON)
IS_ENABLED        844 drivers/hid/hid-quirks.c #if IS_ENABLED(CONFIG_MOUSE_SYNAPTICS_USB)
IS_ENABLED        100 drivers/hwmon/dell-smm-hwmon.c #if IS_ENABLED(CONFIG_I8K)
IS_ENABLED        381 drivers/hwmon/dell-smm-hwmon.c #if IS_ENABLED(CONFIG_I8K)
IS_ENABLED        795 drivers/hwmon/max6650.c 	if (IS_ENABLED(CONFIG_THERMAL)) {
IS_ENABLED        325 drivers/hwmon/ntc_thermistor.c #if defined(CONFIG_OF) && IS_ENABLED(CONFIG_IIO)
IS_ENABLED        513 drivers/hwmon/pmbus/ltc2978.c #if IS_ENABLED(CONFIG_SENSORS_LTC2978_REGULATOR)
IS_ENABLED        743 drivers/hwmon/pmbus/ltc2978.c #if IS_ENABLED(CONFIG_SENSORS_LTC2978_REGULATOR)
IS_ENABLED       2172 drivers/hwmon/pmbus/pmbus_core.c #if IS_ENABLED(CONFIG_REGULATOR)
IS_ENABLED       2252 drivers/hwmon/pmbus/pmbus_core.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        376 drivers/hwmon/pwm-fan.c 	if (IS_ENABLED(CONFIG_THERMAL)) {
IS_ENABLED        102 drivers/hwtracing/coresight/coresight-catu.h 	if (!IS_ENABLED(CONFIG_CORESIGHT_CATU))
IS_ENABLED        228 drivers/hwtracing/coresight/coresight-cpu-debug.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        362 drivers/hwtracing/coresight/coresight-cpu-debug.c 			((IS_ENABLED(CONFIG_64BIT) && pcsr_offset != 0) ||
IS_ENABLED        781 drivers/hwtracing/coresight/coresight-stm.c 	if (!IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        758 drivers/hwtracing/coresight/coresight-tmc-etr.c 	if (!IS_ENABLED(CONFIG_CORESIGHT_CATU))
IS_ENABLED        791 drivers/hwtracing/coresight/coresight-tmc-etr.c 	[ETR_MODE_CATU] = IS_ENABLED(CONFIG_CORESIGHT_CATU)
IS_ENABLED       1345 drivers/hwtracing/stm/core.c 	if (IS_ENABLED(CONFIG_STM_PROTO_BASIC))
IS_ENABLED        166 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        242 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        345 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        455 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        609 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        722 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        787 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        918 drivers/i2c/busses/i2c-aspeed.c #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        318 drivers/i2c/busses/i2c-designware-core.h #if IS_ENABLED(CONFIG_I2C_DESIGNWARE_SLAVE)
IS_ENABLED        324 drivers/i2c/busses/i2c-designware-core.h #if IS_ENABLED(CONFIG_I2C_DESIGNWARE_BAYTRAIL)
IS_ENABLED        104 drivers/i2c/busses/i2c-i801.c #if IS_ENABLED(CONFIG_I2C_MUX_GPIO) && defined CONFIG_DMI
IS_ENABLED        267 drivers/i2c/busses/i2c-i801.c #if IS_ENABLED(CONFIG_I2C_MUX_GPIO) && defined CONFIG_DMI
IS_ENABLED       1318 drivers/i2c/busses/i2c-i801.c #if IS_ENABLED(CONFIG_I2C_MUX_GPIO) && defined CONFIG_DMI
IS_ENABLED        122 drivers/i2c/busses/i2c-nforce2.c #if IS_ENABLED(CONFIG_I2C_NFORCE2_S4985)
IS_ENABLED        517 drivers/i2c/busses/i2c-pxa.c 	if (i2c->reg_isar && IS_ENABLED(CONFIG_I2C_PXA_SLAVE))
IS_ENABLED        411 drivers/i2c/busses/i2c-tegra.c 	if (!IS_ENABLED(CONFIG_TEGRA20_APB_DMA)) {
IS_ENABLED       1847 drivers/i2c/i2c-core-base.c 	if (IS_ENABLED(CONFIG_OF_DYNAMIC))
IS_ENABLED       1849 drivers/i2c/i2c-core-base.c 	if (IS_ENABLED(CONFIG_ACPI))
IS_ENABLED       1866 drivers/i2c/i2c-core-base.c 	if (IS_ENABLED(CONFIG_ACPI))
IS_ENABLED       1868 drivers/i2c/i2c-core-base.c 	if (IS_ENABLED(CONFIG_OF_DYNAMIC))
IS_ENABLED        228 drivers/i2c/i2c-core-of.c #if IS_ENABLED(CONFIG_OF_DYNAMIC)
IS_ENABLED        700 drivers/i2c/i2c-core-smbus.c #if IS_ENABLED(CONFIG_I2C_SMBUS) && IS_ENABLED(CONFIG_OF)
IS_ENABLED        524 drivers/iio/adc/sun4i-gpadc-iio.c 	if (IS_ENABLED(CONFIG_THERMAL_OF))
IS_ENABLED        557 drivers/iio/adc/sun4i-gpadc-iio.c 	if (IS_ENABLED(CONFIG_THERMAL_OF)) {
IS_ENABLED        580 drivers/iio/adc/sun4i-gpadc-iio.c 	if (IS_ENABLED(CONFIG_THERMAL_OF)) {
IS_ENABLED        595 drivers/iio/adc/sun4i-gpadc-iio.c 	if (IS_ENABLED(CONFIG_THERMAL_OF)) {
IS_ENABLED        643 drivers/iio/adc/sun4i-gpadc-iio.c 	if (IS_ENABLED(CONFIG_THERMAL_OF)) {
IS_ENABLED        668 drivers/iio/adc/sun4i-gpadc-iio.c 	if (!info->no_irq && IS_ENABLED(CONFIG_THERMAL_OF))
IS_ENABLED        685 drivers/iio/adc/sun4i-gpadc-iio.c 	if (!IS_ENABLED(CONFIG_THERMAL_OF))
IS_ENABLED        917 drivers/iio/dac/ad5064.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        988 drivers/iio/dac/ad5064.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        476 drivers/iio/dac/ad5380.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        549 drivers/iio/dac/ad5380.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        290 drivers/iio/dac/ad5446.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        524 drivers/iio/dac/ad5446.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        644 drivers/iio/imu/adis16400.c #if IS_ENABLED(CONFIG_IIO_BUFFER)
IS_ENABLED        258 drivers/infiniband/core/addr.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        413 drivers/infiniband/core/addr.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1442 drivers/infiniband/core/cma.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2841 drivers/infiniband/core/cma.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       3137 drivers/infiniband/core/cma.c 		if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED       3517 drivers/infiniband/core/cma.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3615 drivers/infiniband/core/cma.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4729 drivers/infiniband/core/cma.c 	if (IS_ENABLED(CONFIG_LOCKDEP)) {
IS_ENABLED        100 drivers/infiniband/core/cma_priv.h #if IS_ENABLED(CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS)
IS_ENABLED        424 drivers/infiniband/core/roce_gid_mgmt.c 	if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        901 drivers/infiniband/core/roce_gid_mgmt.c 	if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        915 drivers/infiniband/core/roce_gid_mgmt.c 	if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        209 drivers/infiniband/core/uverbs_std_types_cq.c #if IS_ENABLED(CONFIG_INFINIBAND_EXP_LEGACY_VERBS_NEW_UAPI)
IS_ENABLED       2085 drivers/infiniband/hw/cxgb4/cm.c 		else if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED       1637 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (!IS_ENABLED(CONFIG_IPV6))
IS_ENABLED       2218 drivers/infiniband/hw/i40iw/i40iw_cm.c 	} else if (IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       2256 drivers/infiniband/hw/i40iw/i40iw_cm.c 		else if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED       1292 drivers/infiniband/hw/mlx5/devx.c 		if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
IS_ENABLED       1026 drivers/infiniband/hw/mlx5/main.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
IS_ENABLED       6060 drivers/infiniband/hw/mlx5/main.c #if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
IS_ENABLED       6144 drivers/infiniband/hw/mlx5/main.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
IS_ENABLED       6204 drivers/infiniband/hw/mlx5/main.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
IS_ENABLED       6377 drivers/infiniband/hw/mlx5/main.c 	    IS_ENABLED(CONFIG_MLX5_CORE_IPOIB))
IS_ENABLED       6410 drivers/infiniband/hw/mlx5/main.c 	if (IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS))
IS_ENABLED        630 drivers/infiniband/hw/mlx5/mlx5_ib.h 	return IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) && mr->umem &&
IS_ENABLED       1339 drivers/infiniband/hw/mlx5/mlx5_ib.h #if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
IS_ENABLED         64 drivers/infiniband/hw/mlx5/mr.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
IS_ENABLED        221 drivers/infiniband/hw/mlx5/mr.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
IS_ENABLED       1264 drivers/infiniband/hw/mlx5/mr.c 	if (!IS_ENABLED(CONFIG_INFINIBAND_USER_MEM))
IS_ENABLED       1270 drivers/infiniband/hw/mlx5/mr.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) && !start &&
IS_ENABLED       1342 drivers/infiniband/hw/mlx5/mr.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
IS_ENABLED       1969 drivers/infiniband/hw/mlx5/mr.c 	if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
IS_ENABLED        123 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	if (!IS_ENABLED(CONFIG_IPV6) ||
IS_ENABLED        409 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	if (!IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        577 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	if (!IS_ENABLED(CONFIG_IPV6) ||
IS_ENABLED        676 drivers/infiniband/hw/qedr/qedr_iw_cm.c 	if (!IS_ENABLED(CONFIG_IPV6) ||
IS_ENABLED        106 drivers/infiniband/sw/rxe/rxe_net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        177 drivers/infiniband/sw/rxe/rxe_net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        654 drivers/infiniband/sw/rxe/rxe_net.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1446 drivers/infiniband/ulp/ipoib/ipoib_cm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        311 drivers/infiniband/ulp/ipoib/ipoib_main.c 		if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED         15 drivers/input/input-leds.c #if IS_ENABLED(CONFIG_VT)
IS_ENABLED        549 drivers/input/joystick/xpad.c #define XPAD_OUT_LED_IDX	(1 + IS_ENABLED(CONFIG_JOYSTICK_XPAD_FF))
IS_ENABLED        551 drivers/input/joystick/xpad.c 				 IS_ENABLED(CONFIG_JOYSTICK_XPAD_FF) + \
IS_ENABLED        552 drivers/input/joystick/xpad.c 				 IS_ENABLED(CONFIG_JOYSTICK_XPAD_LEDS))
IS_ENABLED        208 drivers/input/keyboard/cap11xx.c 	if (IS_ENABLED(CONFIG_LEDS_CLASS) && priv->num_leds)
IS_ENABLED        295 drivers/input/misc/axp20x-pek.c 	if (IS_ENABLED(CONFIG_INPUT_SOC_BUTTON_ARRAY) &&
IS_ENABLED        162 drivers/input/misc/regulator-haptic.c 	} else if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       1150 drivers/input/mouse/elan_i2c_core.c 	if (IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_I2C) &&
IS_ENABLED       1153 drivers/input/mouse/elan_i2c_core.c 	} else if (IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) &&
IS_ENABLED       1769 drivers/input/mouse/elantech.c static int elantech_smbus = IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) ?
IS_ENABLED       2050 drivers/input/mouse/elantech.c 		if (!IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) ||
IS_ENABLED       2051 drivers/input/mouse/elantech.c 		    !IS_ENABLED(CONFIG_MOUSE_PS2_ELANTECH_SMBUS)) {
IS_ENABLED       1060 drivers/input/mouse/psmouse-base.c 		    IS_ENABLED(CONFIG_MOUSE_PS2_FOCALTECH) &&
IS_ENABLED       1114 drivers/input/mouse/psmouse-base.c 			if (IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS) ||
IS_ENABLED       1115 drivers/input/mouse/psmouse-base.c 			    IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS)) {
IS_ENABLED       1866 drivers/input/mouse/synaptics.c 		if ((!IS_ENABLED(CONFIG_RMI4_SMB) ||
IS_ENABLED       1867 drivers/input/mouse/synaptics.c 		     !IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS)) &&
IS_ENABLED        101 drivers/input/touchscreen/ads7846.c #if IS_ENABLED(CONFIG_HWMON)
IS_ENABLED        422 drivers/input/touchscreen/ads7846.c #if IS_ENABLED(CONFIG_HWMON)
IS_ENABLED         88 drivers/input/touchscreen/tsc2007.h #if IS_ENABLED(CONFIG_TOUCHSCREEN_TSC2007_IIO)
IS_ENABLED       3343 drivers/iommu/arm-smmu-v3.c 	if (IS_ENABLED(CONFIG_PCI_PRI) && reg & IDR0_PRI)
IS_ENABLED       3346 drivers/iommu/arm-smmu-v3.c 	if (IS_ENABLED(CONFIG_PCI_ATS) && reg & IDR0_ATS)
IS_ENABLED         70 drivers/iommu/arm-smmu.c 	IS_ENABLED(CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT);
IS_ENABLED        622 drivers/iommu/arm-smmu.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        682 drivers/iommu/arm-smmu.c 	if (IS_ENABLED(CONFIG_IOMMU_IO_PGTABLE_ARMV7S) &&
IS_ENABLED        683 drivers/iommu/arm-smmu.c 	    !IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_ARM_LPAE) &&
IS_ENABLED        687 drivers/iommu/arm-smmu.c 	if ((IS_ENABLED(CONFIG_64BIT) || cfg->fmt == ARM_SMMU_CTX_FMT_NONE) &&
IS_ENABLED        929 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) &&
IS_ENABLED        933 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_REMAP) && is_vmalloc_addr(cpu_addr)) {
IS_ENABLED        975 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_REMAP) && (!coherent || PageHighMem(page))) {
IS_ENABLED       1007 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_REMAP) && gfpflags_allow_blocking(gfp) &&
IS_ENABLED       1011 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) &&
IS_ENABLED       1044 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_REMAP) && is_vmalloc_addr(cpu_addr)) {
IS_ENABLED       1066 drivers/iommu/dma-iommu.c 	if (IS_ENABLED(CONFIG_DMA_REMAP) && is_vmalloc_addr(cpu_addr)) {
IS_ENABLED        183 drivers/iommu/io-pgtable-arm-v7s.c 	return IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT) &&
IS_ENABLED        118 drivers/iommu/iommu.c 		if (IS_ENABLED(CONFIG_IOMMU_DEFAULT_PASSTHROUGH))
IS_ENABLED        548 drivers/iommu/ipmmu-vmsa.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        921 drivers/iommu/ipmmu-vmsa.c 	if (IS_ENABLED(CONFIG_ARM) && !IS_ENABLED(CONFIG_IOMMU_DMA)) {
IS_ENABLED        104 drivers/iommu/irq_remapping.c 	else if (IS_ENABLED(CONFIG_AMD_IOMMU) &&
IS_ENABLED        107 drivers/iommu/irq_remapping.c 	else if (IS_ENABLED(CONFIG_HYPERV_IOMMU) &&
IS_ENABLED        295 drivers/iommu/qcom_iommu.c 		if (IS_ENABLED(CONFIG_BIG_ENDIAN))
IS_ENABLED       1081 drivers/iommu/tegra-smmu.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED       1092 drivers/iommu/tegra-smmu.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        100 drivers/irqchip/irq-bcm7038-l1.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        108 drivers/irqchip/irq-bcm7038-l1.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        267 drivers/irqchip/irq-bcm7120-l2.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        208 drivers/irqchip/irq-brcmstb-l2.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED       1784 drivers/irqchip/irq-gic-v3-its.c 	if (IS_ENABLED(CONFIG_ARM64_64K_PAGES) && (baser_phys >> 48)) {
IS_ENABLED        356 drivers/irqchip/irq-gic-v3.c 	return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) &&
IS_ENABLED       1001 drivers/irqchip/irq-gic-v3.c 	return (IS_ENABLED(CONFIG_ARM_GIC_V3_ITS) &&
IS_ENABLED       1580 drivers/irqchip/irq-gic-v3.c 		if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
IS_ENABLED       1102 drivers/irqchip/irq-gic.c 	if (IS_ENABLED(CONFIG_GIC_NON_BANKED) && gic->percpu_offset) {
IS_ENABLED       1186 drivers/irqchip/irq-gic.c 	if (IS_ENABLED(CONFIG_GIC_NON_BANKED) && gic->percpu_offset) {
IS_ENABLED       1470 drivers/irqchip/irq-gic.c 	if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
IS_ENABLED       1655 drivers/irqchip/irq-gic.c 	if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
IS_ENABLED        184 drivers/irqchip/irq-imx-irqsteer.c 	if (IS_ENABLED(CONFIG_PM_SLEEP)) {
IS_ENABLED        350 drivers/irqchip/irq-mbigen.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node)
IS_ENABLED        141 drivers/irqchip/irq-mips-cpu.c 		if (IS_ENABLED(CONFIG_GENERIC_IRQ_IPI) && irq < 2)
IS_ENABLED        747 drivers/irqchip/irq-mips-gic.c 		if (IS_ENABLED(CONFIG_MIPS_CMP) &&
IS_ENABLED        616 drivers/irqchip/irq-stm32-exti.c 	.irq_set_affinity	= IS_ENABLED(CONFIG_SMP) ? stm32_exti_h_set_affinity : NULL,
IS_ENABLED        221 drivers/leds/leds-aat1290.c #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED        240 drivers/leds/leds-aat1290.c #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED        350 drivers/leds/leds-aat1290.c #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED        372 drivers/leds/leds-aat1290.c #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED        818 drivers/leds/leds-max77693.c #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED       1604 drivers/macintosh/via-pmu.c 		if (IS_ENABLED(CONFIG_PPC_PMAC) || !irq) {
IS_ENABLED        165 drivers/md/dm-linear.c #if IS_ENABLED(CONFIG_DAX_DRIVER)
IS_ENABLED        902 drivers/md/dm-log-writes.c #if IS_ENABLED(CONFIG_DAX_DRIVER)
IS_ENABLED        316 drivers/md/dm-stripe.c #if IS_ENABLED(CONFIG_DAX_DRIVER)
IS_ENABLED         36 drivers/md/dm-writecache.c #if IS_ENABLED(CONFIG_ARCH_HAS_PMEM_API) && IS_ENABLED(CONFIG_DAX_DRIVER)
IS_ENABLED       1990 drivers/md/dm.c 	if (IS_ENABLED(CONFIG_DAX_DRIVER)) {
IS_ENABLED        964 drivers/media/dvb-core/dvbdev.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        403 drivers/media/i2c/adv7343.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED        513 drivers/media/i2c/adv7343.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        727 drivers/media/i2c/adv7511-v4l2.c #if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
IS_ENABLED        967 drivers/media/i2c/adv7511-v4l2.c #if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
IS_ENABLED       1922 drivers/media/i2c/adv7511-v4l2.c #if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
IS_ENABLED       1964 drivers/media/i2c/adv7604.c #if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
IS_ENABLED       2222 drivers/media/i2c/adv7604.c #if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
IS_ENABLED       3368 drivers/media/i2c/adv7604.c 	if (IS_ENABLED(CONFIG_OF) && client->dev.of_node) {
IS_ENABLED       3566 drivers/media/i2c/adv7604.c #if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
IS_ENABLED       2169 drivers/media/i2c/adv7842.c #if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
IS_ENABLED       2441 drivers/media/i2c/adv7842.c #if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
IS_ENABLED       3557 drivers/media/i2c/adv7842.c #if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
IS_ENABLED        114 drivers/media/i2c/msp3400-driver.h #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED       1011 drivers/media/i2c/mt9p031.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED       1173 drivers/media/i2c/mt9p031.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        999 drivers/media/i2c/mt9v032.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED       1273 drivers/media/i2c/mt9v032.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        124 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED        800 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_VIDEO_V4L2_SUBDEV_API)
IS_ENABLED        989 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED       1205 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED       1227 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED       1247 drivers/media/i2c/mt9v111.c #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED       1362 drivers/media/i2c/ov2659.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED       1510 drivers/media/i2c/ov2659.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        824 drivers/media/i2c/ov2685.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        563 drivers/media/i2c/ov5647.c 	if (IS_ENABLED(CONFIG_OF) && np) {
IS_ENABLED        633 drivers/media/i2c/ov5647.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1387 drivers/media/i2c/ov5695.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       2014 drivers/media/i2c/ov7670.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1606 drivers/media/i2c/ov9650.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       2211 drivers/media/i2c/tc358743.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       2527 drivers/media/i2c/tda1997x.c 	if (IS_ENABLED(CONFIG_OF) && client->dev.of_node) {
IS_ENABLED        491 drivers/media/i2c/ths8200.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        987 drivers/media/i2c/tvp514x.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED       1196 drivers/media/i2c/tvp514x.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1726 drivers/media/i2c/tvp5150.c 	if (IS_ENABLED(CONFIG_OF) && np) {
IS_ENABLED       1834 drivers/media/i2c/tvp5150.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        888 drivers/media/i2c/tvp7002.c 	if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
IS_ENABLED       1064 drivers/media/i2c/tvp7002.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        851 drivers/media/mc/mc-device.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED        873 drivers/media/mc/mc-device.c #if IS_ENABLED(CONFIG_USB)
IS_ENABLED        304 drivers/media/pci/cx88/cx88-dvb.c #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
IS_ENABLED       1161 drivers/media/pci/cx88/cx88-dvb.c #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
IS_ENABLED         18 drivers/media/pci/cx88/cx88-vp3054-i2c.h #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
IS_ENABLED        368 drivers/media/pci/cx88/cx88.h #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
IS_ENABLED        554 drivers/media/pci/cx88/cx88.h #if IS_ENABLED(CONFIG_VIDEO_CX88_BLACKBIRD)
IS_ENABLED        563 drivers/media/pci/cx88/cx88.h #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
IS_ENABLED        568 drivers/media/pci/cx88/cx88.h #if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
IS_ENABLED         46 drivers/media/pci/ivtv/ivtvfb.c static bool ivtvfb_force_pat = IS_ENABLED(CONFIG_VIDEO_FB_IVTV_FORCE_PAT);
IS_ENABLED         36 drivers/media/pci/saa7134/saa7134.h #if IS_ENABLED(CONFIG_VIDEO_SAA7134_DVB)
IS_ENABLED        677 drivers/media/pci/saa7134/saa7134.h #if IS_ENABLED(CONFIG_VIDEO_SAA7134_DVB)
IS_ENABLED        220 drivers/media/pci/ttpci/av7110.c #if IS_ENABLED(CONFIG_DVB_AV7110_IR)
IS_ENABLED        658 drivers/media/pci/ttpci/av7110.c #if IS_ENABLED(CONFIG_DVB_AV7110_IR)
IS_ENABLED       1699 drivers/media/pci/ttpci/av7110.c #if IS_ENABLED(CONFIG_DVB_SP8870)
IS_ENABLED       2705 drivers/media/pci/ttpci/av7110.c #if IS_ENABLED(CONFIG_DVB_AV7110_IR)
IS_ENABLED       2748 drivers/media/pci/ttpci/av7110.c #if IS_ENABLED(CONFIG_DVB_AV7110_IR)
IS_ENABLED       2427 drivers/media/platform/am437x/am437x-vpfe.c 	if (!IS_ENABLED(CONFIG_OF) || !dev->of_node)
IS_ENABLED        202 drivers/media/platform/cros-ec-cec/cros-ec-cec.c #if IS_ENABLED(CONFIG_PCI) && IS_ENABLED(CONFIG_DMI)
IS_ENABLED        526 drivers/media/platform/davinci/vpif.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1519 drivers/media/platform/davinci/vpif_capture.c 	if (!IS_ENABLED(CONFIG_OF) || !pdev->dev.of_node)
IS_ENABLED         21 drivers/media/platform/marvell-ccic/mcam-core.h #if IS_ENABLED(CONFIG_VIDEOBUF2_VMALLOC)
IS_ENABLED         25 drivers/media/platform/marvell-ccic/mcam-core.h #if IS_ENABLED(CONFIG_VIDEOBUF2_DMA_CONTIG)
IS_ENABLED         29 drivers/media/platform/marvell-ccic/mcam-core.h #if IS_ENABLED(CONFIG_VIDEOBUF2_DMA_SG)
IS_ENABLED        189 drivers/media/platform/qcom/venus/firmware.c 	if (!IS_ENABLED(CONFIG_QCOM_MDT_LOADER) ||
IS_ENABLED       1624 drivers/media/platform/renesas-ceu.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       1681 drivers/media/platform/renesas-ceu.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED       3173 drivers/media/platform/s5p-jpeg/jpeg-core.c 	if (!IS_ENABLED(CONFIG_OF) || !dev->of_node)
IS_ENABLED       1186 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if (IS_ENABLED(CONFIG_DMA_CMA) || exynos_is_iommu_available(dev))
IS_ENABLED        529 drivers/media/radio/si470x/radio-si470x-i2c.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        164 drivers/media/radio/si470x/radio-si470x.h #if IS_ENABLED(CONFIG_USB_SI470X)
IS_ENABLED        181 drivers/media/radio/si470x/radio-si470x.h #if IS_ENABLED(CONFIG_I2C_SI470X)
IS_ENABLED       1649 drivers/media/radio/si4713/si4713.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        260 drivers/media/tuners/e4000.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED        657 drivers/media/tuners/e4000.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED        716 drivers/media/tuners/e4000.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED        360 drivers/media/tuners/fc2580.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED        555 drivers/media/tuners/fc2580.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED        597 drivers/media/tuners/fc2580.c #if IS_ENABLED(CONFIG_VIDEO_V4L2)
IS_ENABLED       1120 drivers/media/usb/dvb-usb-v2/af9015.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED       1819 drivers/media/usb/dvb-usb-v2/af9035.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED       1114 drivers/media/usb/dvb-usb-v2/anysee.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED        197 drivers/media/usb/dvb-usb-v2/az6007.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED         91 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED        176 drivers/media/usb/dvb-usb-v2/dvbsky.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED         21 drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h #if IS_ENABLED(CONFIG_DVB_USB_MXL111SF)
IS_ENABLED         49 drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h #if IS_ENABLED(CONFIG_DVB_USB_MXL111SF)
IS_ENABLED       1617 drivers/media/usb/dvb-usb-v2/rtl28xxu.c #if IS_ENABLED(CONFIG_RC_CORE)
IS_ENABLED       2442 drivers/media/usb/dvb-usb/dib0700_devices.c 	if (!IS_ENABLED(CONFIG_DVB_DIB9000))
IS_ENABLED       2524 drivers/media/usb/dvb-usb/dib0700_devices.c 	if (!IS_ENABLED(CONFIG_DVB_DIB9000))
IS_ENABLED        532 drivers/media/usb/gspca/cpia1.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1638 drivers/media/usb/gspca/cpia1.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1867 drivers/media/usb/gspca/cpia1.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED         34 drivers/media/usb/gspca/gspca.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED         79 drivers/media/usb/gspca/gspca.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1573 drivers/media/usb/gspca/gspca.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1618 drivers/media/usb/gspca/gspca.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1632 drivers/media/usb/gspca/gspca.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        127 drivers/media/usb/gspca/gspca.h #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        159 drivers/media/usb/gspca/gspca.h #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        180 drivers/media/usb/gspca/gspca.h #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        242 drivers/media/usb/gspca/konica.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        339 drivers/media/usb/gspca/konica.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        446 drivers/media/usb/gspca/konica.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       4279 drivers/media/usb/gspca/ov519.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       4296 drivers/media/usb/gspca/ov519.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       4966 drivers/media/usb/gspca/ov519.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        402 drivers/media/usb/gspca/pac207.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        431 drivers/media/usb/gspca/pac207.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        860 drivers/media/usb/gspca/pac7302.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        905 drivers/media/usb/gspca/pac7302.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        610 drivers/media/usb/gspca/pac7311.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        650 drivers/media/usb/gspca/pac7311.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        588 drivers/media/usb/gspca/se401.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        682 drivers/media/usb/gspca/se401.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2165 drivers/media/usb/gspca/sn9c20x.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2310 drivers/media/usb/gspca/sn9c20x.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1378 drivers/media/usb/gspca/sonixb.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1407 drivers/media/usb/gspca/sonixb.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2854 drivers/media/usb/gspca/sonixj.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2884 drivers/media/usb/gspca/sonixj.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        719 drivers/media/usb/gspca/spca561.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        844 drivers/media/usb/gspca/spca561.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        857 drivers/media/usb/gspca/spca561.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        506 drivers/media/usb/gspca/stv06xx/stv06xx.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        543 drivers/media/usb/gspca/stv06xx/stv06xx.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        813 drivers/media/usb/gspca/t613.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        831 drivers/media/usb/gspca/t613.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       1009 drivers/media/usb/gspca/t613.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2772 drivers/media/usb/gspca/xirlink_cit.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       2923 drivers/media/usb/gspca/xirlink_cit.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       3071 drivers/media/usb/gspca/xirlink_cit.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       3088 drivers/media/usb/gspca/xirlink_cit.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       6913 drivers/media/usb/gspca/zc3xx.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED       6940 drivers/media/usb/gspca/zc3xx.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        270 drivers/media/usb/hdpvr/hdpvr-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        358 drivers/media/usb/hdpvr/hdpvr-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        395 drivers/media/usb/hdpvr/hdpvr-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        429 drivers/media/usb/hdpvr/hdpvr-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED         12 drivers/media/usb/hdpvr/hdpvr-i2c.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1137 drivers/media/usb/hdpvr/hdpvr-video.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED         55 drivers/media/v4l2-core/v4l2-async.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        156 drivers/media/v4l2-core/v4l2-i2c.c #if IS_ENABLED(CONFIG_MEDIA_TUNER_TEA5761)
IS_ENABLED       2791 drivers/media/v4l2-core/v4l2-ioctl.c #if IS_ENABLED(CONFIG_V4L2_MEM2MEM_DEV)
IS_ENABLED        702 drivers/memory/tegra/mc.c 	if (IS_ENABLED(CONFIG_TEGRA_IOMMU_SMMU) && mc->soc->smmu) {
IS_ENABLED        711 drivers/memory/tegra/mc.c 	if (IS_ENABLED(CONFIG_TEGRA_IOMMU_GART) && !mc->soc->smmu) {
IS_ENABLED        728 drivers/memory/tegra/mc.c 	if (IS_ENABLED(CONFIG_TEGRA_IOMMU_GART) && mc->gart) {
IS_ENABLED        742 drivers/memory/tegra/mc.c 	if (IS_ENABLED(CONFIG_TEGRA_IOMMU_GART) && mc->gart) {
IS_ENABLED       1148 drivers/memory/tegra/tegra124-emc.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED       1187 drivers/mfd/arizona-core.c 		if (IS_ENABLED(CONFIG_MFD_WM5102)) {
IS_ENABLED       1203 drivers/mfd/arizona-core.c 		if (IS_ENABLED(CONFIG_MFD_WM5110)) {
IS_ENABLED       1226 drivers/mfd/arizona-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L24)) {
IS_ENABLED       1250 drivers/mfd/arizona-core.c 		if (IS_ENABLED(CONFIG_MFD_WM8997)) {
IS_ENABLED       1265 drivers/mfd/arizona-core.c 		if (IS_ENABLED(CONFIG_MFD_WM8998)) {
IS_ENABLED         38 drivers/mfd/arizona-i2c.c 		if (IS_ENABLED(CONFIG_MFD_WM5102))
IS_ENABLED         43 drivers/mfd/arizona-i2c.c 		if (IS_ENABLED(CONFIG_MFD_WM5110))
IS_ENABLED         47 drivers/mfd/arizona-i2c.c 		if (IS_ENABLED(CONFIG_MFD_WM8997))
IS_ENABLED         52 drivers/mfd/arizona-i2c.c 		if (IS_ENABLED(CONFIG_MFD_WM8998))
IS_ENABLED         38 drivers/mfd/arizona-spi.c 		if (IS_ENABLED(CONFIG_MFD_WM5102))
IS_ENABLED         43 drivers/mfd/arizona-spi.c 		if (IS_ENABLED(CONFIG_MFD_WM5110))
IS_ENABLED         48 drivers/mfd/arizona-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L24))
IS_ENABLED         32 drivers/mfd/dm355evm_msp.c #if IS_ENABLED(CONFIG_INPUT_DM355EVM)
IS_ENABLED         38 drivers/mfd/dm355evm_msp.c #if IS_ENABLED(CONFIG_LEDS_GPIO)
IS_ENABLED         44 drivers/mfd/dm355evm_msp.c #if IS_ENABLED(CONFIG_RTC_DRV_DM355EVM)
IS_ENABLED         50 drivers/mfd/dm355evm_msp.c #if IS_ENABLED(CONFIG_VIDEO_TVP514X)
IS_ENABLED        545 drivers/mfd/madera-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
IS_ENABLED        558 drivers/mfd/madera-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
IS_ENABLED        571 drivers/mfd/madera-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
IS_ENABLED        585 drivers/mfd/madera-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
IS_ENABLED        599 drivers/mfd/madera-core.c 		if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
IS_ENABLED         39 drivers/mfd/madera-i2c.c 		if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
IS_ENABLED         45 drivers/mfd/madera-i2c.c 		if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
IS_ENABLED         52 drivers/mfd/madera-i2c.c 		if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
IS_ENABLED         59 drivers/mfd/madera-i2c.c 		if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
IS_ENABLED         67 drivers/mfd/madera-i2c.c 		if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
IS_ENABLED         39 drivers/mfd/madera-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
IS_ENABLED         45 drivers/mfd/madera-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
IS_ENABLED         52 drivers/mfd/madera-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
IS_ENABLED         59 drivers/mfd/madera-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
IS_ENABLED         67 drivers/mfd/madera-spi.c 		if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
IS_ENABLED        148 drivers/mfd/max8997.c 	if (IS_ENABLED(CONFIG_OF) && i2c->dev.of_node) {
IS_ENABLED        174 drivers/mfd/max8997.c 	if (IS_ENABLED(CONFIG_OF) && max8997->dev->of_node) {
IS_ENABLED        158 drivers/mfd/max8998.c 	if (IS_ENABLED(CONFIG_OF) && i2c->dev.of_node) {
IS_ENABLED        179 drivers/mfd/max8998.c 	if (IS_ENABLED(CONFIG_OF) && i2c->dev.of_node) {
IS_ENABLED         78 drivers/mfd/mfd-core.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED         87 drivers/mfd/syscon.c 	if (ret > 0 || (IS_ENABLED(CONFIG_HWSPINLOCK) && ret == 0)) {
IS_ENABLED        713 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_GPIO_TWL4030) && pdata->gpio) {
IS_ENABLED        721 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_KEYBOARD_TWL4030) && pdata->keypad) {
IS_ENABLED        729 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_TWL4030_MADC) && pdata->madc &&
IS_ENABLED        738 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_RTC_DRV_TWL4030)) {
IS_ENABLED        752 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_PWM_TWL)) {
IS_ENABLED        759 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_PWM_TWL_LED)) {
IS_ENABLED        766 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_TWL4030_USB) && pdata->usb &&
IS_ENABLED        780 drivers/mfd/twl-core.c 		if (IS_ENABLED(CONFIG_REGULATOR_TWL4030)) {
IS_ENABLED        821 drivers/mfd/twl-core.c 		if (IS_ENABLED(CONFIG_REGULATOR_TWL4030) && child) {
IS_ENABLED        828 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_TWL4030_WATCHDOG) && twl_class_is_4030()) {
IS_ENABLED        835 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_INPUT_TWL4030_PWRBUTTON) && twl_class_is_4030()) {
IS_ENABLED        842 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_MFD_TWL4030_AUDIO) && pdata->audio &&
IS_ENABLED        852 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_REGULATOR_TWL4030) && twl_class_is_4030()) {
IS_ENABLED        907 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_REGULATOR_TWL4030) && !(features & TPS_SUBSET)
IS_ENABLED        940 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_CHARGER_TWL4030) && pdata->bci &&
IS_ENABLED        951 drivers/mfd/twl-core.c 	if (IS_ENABLED(CONFIG_TWL4030_POWER) && pdata->power) {
IS_ENABLED        118 drivers/mfd/wm8400-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        156 drivers/mfd/wm8400-core.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        203 drivers/misc/ibmasm/ibmasm.h #if IS_ENABLED(CONFIG_SERIAL_8250)
IS_ENABLED        277 drivers/misc/lkdtm/bugs.c #if IS_ENABLED(CONFIG_X86_64) && !IS_ENABLED(CONFIG_UML)
IS_ENABLED        252 drivers/misc/mei/bus-fixup.c #if IS_ENABLED(CONFIG_INTEL_MEI_ME)
IS_ENABLED        528 drivers/misc/mei/mei_dev.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        724 drivers/misc/mei/mei_dev.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        417 drivers/misc/vmw_balloon.c 	return IS_ENABLED(CONFIG_DEBUG_FS) &&
IS_ENABLED        204 drivers/mmc/host/mxcmmc.c 	if (IS_ENABLED(CONFIG_PPC_MPC512x))
IS_ENABLED        212 drivers/mmc/host/mxcmmc.c 	if (IS_ENABLED(CONFIG_PPC_MPC512x))
IS_ENABLED        220 drivers/mmc/host/mxcmmc.c 	if (IS_ENABLED(CONFIG_PPC_MPC512x))
IS_ENABLED        228 drivers/mmc/host/mxcmmc.c 	if (IS_ENABLED(CONFIG_PPC_MPC512x))
IS_ENABLED        273 drivers/mmc/host/mxcmmc.c #if IS_ENABLED(CONFIG_PPC_MPC512x)
IS_ENABLED        501 drivers/mmc/host/sdhci.h #if IS_ENABLED(CONFIG_LEDS_CLASS)
IS_ENABLED        427 drivers/mmc/host/sh_mmcif.c 	if (IS_ENABLED(CONFIG_SUPERH) && dev->platform_data) {
IS_ENABLED       1723 drivers/mtd/devices/docg3.c 		if (IS_ENABLED(CONFIG_DEBUG_FS) &&
IS_ENABLED       1724 drivers/mtd/devices/docg3.c 		    !IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
IS_ENABLED        119 drivers/mtd/maps/physmap-core.c #if IS_ENABLED(CONFIG_MTD_PHYSMAP_GPIO_ADDR)
IS_ENABLED        234 drivers/mtd/maps/physmap-core.c #if IS_ENABLED(CONFIG_MTD_PHYSMAP_OF)
IS_ENABLED        820 drivers/mtd/mtdcore.c 	if (IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER)) {
IS_ENABLED        365 drivers/mtd/mtdpart.c 	slave->mtd.dev.parent = IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER) || mtd_is_partition(parent) ?
IS_ENABLED       1262 drivers/mtd/mtdswap.c 	if (!IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED         46 drivers/mtd/nand/raw/brcmnand/brcmnand.h 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         55 drivers/mtd/nand/raw/brcmnand/brcmnand.h 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         87 drivers/mtd/nand/raw/brcmnand/iproc_nand.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) || !is_param) {
IS_ENABLED         28 drivers/mtd/nand/raw/ingenic/ingenic_ecc.h #if IS_ENABLED(CONFIG_MTD_NAND_INGENIC_ECC)
IS_ENABLED       2736 drivers/mtd/nand/raw/marvell_nand.c 	if (!IS_ENABLED(CONFIG_PXA_DMA)) {
IS_ENABLED       2103 drivers/mtd/nand/raw/nand_base.c #if IS_ENABLED(CONFIG_DYNAMIC_DEBUG) || defined(DEBUG)
IS_ENABLED       5106 drivers/mtd/nand/raw/nand_base.c 		if (IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC))
IS_ENABLED        505 drivers/mtd/nand/raw/nandsim.c 		if (IS_ENABLED(CONFIG_DEBUG_FS) &&
IS_ENABLED        506 drivers/mtd/nand/raw/nandsim.c 		    !IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
IS_ENABLED       1725 drivers/mtd/nand/raw/omap2.c 	if (ecc_needs_bch && !IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)) {
IS_ENABLED       1730 drivers/mtd/nand/raw/omap2.c 	if (ecc_needs_omap_bch && !IS_ENABLED(CONFIG_MTD_NAND_OMAP_BCH)) {
IS_ENABLED        124 drivers/mtd/parsers/bcm47xxpart.c 		if (IS_ENABLED(CONFIG_BCM47XX) && offset >= 0x2000000)
IS_ENABLED        222 drivers/mtd/sm_ftl.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        224 drivers/mtd/sm_ftl.c 				IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC)) < 0)
IS_ENABLED        230 drivers/mtd/sm_ftl.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        232 drivers/mtd/sm_ftl.c 				IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC)) < 0)
IS_ENABLED        399 drivers/mtd/sm_ftl.c 					IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        403 drivers/mtd/sm_ftl.c 					IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED         25 drivers/mtd/tests/mtd_nandecctest.c #if IS_ENABLED(CONFIG_MTD_RAW_NAND)
IS_ENABLED        126 drivers/mtd/tests/mtd_nandecctest.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        128 drivers/mtd/tests/mtd_nandecctest.c 				  IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        156 drivers/mtd/tests/mtd_nandecctest.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        158 drivers/mtd/tests/mtd_nandecctest.c 				  IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        193 drivers/mtd/tests/mtd_nandecctest.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        195 drivers/mtd/tests/mtd_nandecctest.c 				  IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        270 drivers/mtd/tests/mtd_nandecctest.c 			     IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC));
IS_ENABLED        222 drivers/mtd/ubi/debug.c 	if (!IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        242 drivers/mtd/ubi/debug.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        510 drivers/mtd/ubi/debug.c 	if (!IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        614 drivers/mtd/ubi/debug.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED        850 drivers/net/can/ti_hecc.c 	if (!IS_ENABLED(CONFIG_OF) || !np)
IS_ENABLED        121 drivers/net/dsa/b53/b53_serdes.h #if IS_ENABLED(CONFIG_B53_SERDES)
IS_ENABLED        394 drivers/net/dsa/b53/b53_srab.c #if IS_ENABLED(CONFIG_B53_SERDES)
IS_ENABLED        459 drivers/net/dsa/b53/b53_srab.c #if IS_ENABLED(CONFIG_B53_SERDES)
IS_ENABLED          7 drivers/net/dsa/sja1105/sja1105_ptp.h #if IS_ENABLED(CONFIG_NET_DSA_SJA1105_PTP)
IS_ENABLED          9 drivers/net/dsa/sja1105/sja1105_tas.h #if IS_ENABLED(CONFIG_NET_DSA_SJA1105_TAS)
IS_ENABLED       3070 drivers/net/ethernet/3com/3c59x.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED         69 drivers/net/ethernet/adaptec/starfire.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED         49 drivers/net/ethernet/amd/7990.c #if IS_ENABLED(CONFIG_HPLANCE)
IS_ENABLED         56 drivers/net/ethernet/amd/7990.c #if IS_ENABLED(CONFIG_MVME147_NET)
IS_ENABLED         79 drivers/net/ethernet/amd/amd8111e.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       1654 drivers/net/ethernet/apm/xgene/xgene_enet_main.c 	if (!IS_ENABLED(CONFIG_MDIO_XGENE))
IS_ENABLED       1522 drivers/net/ethernet/broadcom/bcmsysport.c 	if (!IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED       1877 drivers/net/ethernet/broadcom/bcmsysport.c 	if (!IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         54 drivers/net/ethernet/broadcom/bnx2.c #if IS_ENABLED(CONFIG_CNIC)
IS_ENABLED        978 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED         34 drivers/net/ethernet/broadcom/cnic.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       3694 drivers/net/ethernet/broadcom/cnic.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         77 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         85 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        690 drivers/net/ethernet/broadcom/genet/bcmgenet.h 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) \
IS_ENABLED        698 drivers/net/ethernet/broadcom/genet/bcmgenet.h 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) \
IS_ENABLED         27 drivers/net/ethernet/cavium/common/cavium_ptp.h #if IS_ENABLED(CONFIG_CAVIUM_PTP)
IS_ENABLED       1466 drivers/net/ethernet/cavium/thunder/thunder_bgx.c #if IS_ENABLED(CONFIG_OF_MDIO)
IS_ENABLED        909 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h #if IS_ENABLED(CONFIG_THERMAL)
IS_ENABLED       1045 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h #if IS_ENABLED(CONFIG_THERMAL)
IS_ENABLED       1979 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3588 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2275 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2282 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_BONDING)
IS_ENABLED       2287 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_BONDING)
IS_ENABLED       2401 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5961 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       6191 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       6277 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       6298 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        127 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c 	if (IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       1393 drivers/net/ethernet/davicom/dm9000.c 	if (!IS_ENABLED(CONFIG_OF) || !np)
IS_ENABLED        872 drivers/net/ethernet/dlink/sundance.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       6012 drivers/net/ethernet/emulex/benet/be_main.c 	if (be_physfn(adapter) && IS_ENABLED(CONFIG_BE2NET_HWMON)) {
IS_ENABLED       1816 drivers/net/ethernet/faraday/ftgmac100.c 		if (!IS_ENABLED(CONFIG_NET_NCSI)) {
IS_ENABLED         26 drivers/net/ethernet/freescale/fsl_pq_mdio.c #if IS_ENABLED(CONFIG_UCC_GETH)
IS_ENABLED        193 drivers/net/ethernet/freescale/fsl_pq_mdio.c #if IS_ENABLED(CONFIG_GIANFAR)
IS_ENABLED        226 drivers/net/ethernet/freescale/fsl_pq_mdio.c #if IS_ENABLED(CONFIG_UCC_GETH)
IS_ENABLED        304 drivers/net/ethernet/freescale/fsl_pq_mdio.c #if IS_ENABLED(CONFIG_GIANFAR)
IS_ENABLED        342 drivers/net/ethernet/freescale/fsl_pq_mdio.c #if IS_ENABLED(CONFIG_UCC_GETH)
IS_ENABLED       1929 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV))
IS_ENABLED       1948 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (!(hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV))) {
IS_ENABLED        304 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED        341 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED        381 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       1646 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	if (IS_ENABLED(CONFIG_PCI_IOV))
IS_ENABLED         92 drivers/net/ethernet/i825xx/82596.c #if IS_ENABLED(CONFIG_MVME16x_NET)
IS_ENABLED         95 drivers/net/ethernet/i825xx/82596.c #if IS_ENABLED(CONFIG_BVME6000_NET)
IS_ENABLED         24 drivers/net/ethernet/intel/ixgbe/ixgbe.h #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED        130 drivers/net/ethernet/intel/ixgbevf/vf.c #if IS_ENABLED(CONFIG_PCI_MMCONFIG)
IS_ENABLED        133 drivers/net/ethernet/marvell/mvneta_bm.h #if IS_ENABLED(CONFIG_MVNETA_BM)
IS_ENABLED         47 drivers/net/ethernet/mellanox/mlx4/en_rx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        596 drivers/net/ethernet/mellanox/mlx4/en_rx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        651 drivers/net/ethernet/mellanox/mlx4/en_rx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        658 drivers/net/ethernet/mellanox/mlx4/en_rx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        798 drivers/net/ethernet/mellanox/mlx5/core/en.h #if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
IS_ENABLED        878 drivers/net/ethernet/mellanox/mlx5/core/en.h #if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
IS_ENABLED          8 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.h #if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
IS_ENABLED         83 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        144 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c #if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         44 drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h #if IS_ENABLED(CONFIG_GENEVE)
IS_ENABLED         50 drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         79 drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        329 drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls_rxtx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4301 drivers/net/ethernet/mellanox/mlx5/core/en_main.c #if IS_ENABLED(CONFIG_GENEVE)
IS_ENABLED        505 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	if (IS_ENABLED(CONFIG_IPV6) && ipv6_stub->nd_tbl)
IS_ENABLED        922 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        949 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1492 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        343 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c #if IS_ENABLED(CONFIG_GENEVE)
IS_ENABLED         36 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h #if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
IS_ENABLED          7 drivers/net/ethernet/mellanox/mlx5/core/lib/hv.h #if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
IS_ENABLED         20 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h #if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
IS_ENABLED         48 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.h #if IS_ENABLED(CONFIG_VXLAN)
IS_ENABLED        465 drivers/net/ethernet/mellanox/mlx5/core/main.c 	if (!IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) ||
IS_ENABLED        188 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c 	if (IS_ENABLED(CONFIG_SMP) &&
IS_ENABLED          9 drivers/net/ethernet/mellanox/mlxsw/i2c.h #if IS_ENABLED(CONFIG_MLXSW_I2C)
IS_ENABLED         16 drivers/net/ethernet/mellanox/mlxsw/pci.h #if IS_ENABLED(CONFIG_MLXSW_PCI)
IS_ENABLED       2089 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2127 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4964 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5144 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        292 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c #if IS_ENABLED(CONFIG_NET_IPGRE)
IS_ENABLED        397 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c #if IS_ENABLED(CONFIG_IPV6_GRE)
IS_ENABLED        556 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c #if IS_ENABLED(CONFIG_NET_IPGRE)
IS_ENABLED        559 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c #if IS_ENABLED(CONFIG_IPV6_GRE)
IS_ENABLED        894 drivers/net/ethernet/microchip/lan743x_ptp.c 	if (!IS_ENABLED(CONFIG_PTP_1588_CLOCK))
IS_ENABLED        945 drivers/net/ethernet/microchip/lan743x_ptp.c 	if (IS_ENABLED(CONFIG_PTP_1588_CLOCK) &&
IS_ENABLED        123 drivers/net/ethernet/natsemi/ns83820.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       2435 drivers/net/ethernet/neterion/vxge/vxge-main.c 	if (IS_ENABLED(CONFIG_PCI_MSI) &&
IS_ENABLED       2450 drivers/net/ethernet/neterion/vxge/vxge-main.c 	if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X)
IS_ENABLED       2461 drivers/net/ethernet/neterion/vxge/vxge-main.c 	if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X) {
IS_ENABLED       3870 drivers/net/ethernet/neterion/vxge/vxge-main.c 	if (!IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        195 drivers/net/ethernet/netronome/nfp/crypto/tls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        289 drivers/net/ethernet/netronome/nfp/crypto/tls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        362 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        399 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED       3503 drivers/net/ethernet/qlogic/qed/qed_dev.c 	if (IS_ENABLED(CONFIG_QED_RDMA) &&
IS_ENABLED         51 drivers/net/ethernet/qlogic/qed/qed_fcoe.h #if IS_ENABLED(CONFIG_QED_FCOE)
IS_ENABLED         59 drivers/net/ethernet/qlogic/qed/qed_iscsi.h #if IS_ENABLED(CONFIG_QED_ISCSI)
IS_ENABLED        928 drivers/net/ethernet/qlogic/qed/qed_main.c 	if (!IS_ENABLED(CONFIG_QED_RDMA) ||
IS_ENABLED       1057 drivers/net/ethernet/qlogic/qed/qed_main.c 	if (IS_ENABLED(CONFIG_QED_RDMA)) {
IS_ENABLED        774 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QEDE))
IS_ENABLED        777 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QED_SRIOV))
IS_ENABLED        780 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QED_RDMA))
IS_ENABLED        783 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QED_FCOE))
IS_ENABLED        786 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QED_ISCSI))
IS_ENABLED        789 drivers/net/ethernet/qlogic/qed/qed_mcp.c 	if (IS_ENABLED(CONFIG_QED_LL2))
IS_ENABLED       2237 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		if (!IS_ENABLED(CONFIG_QED_RDMA))
IS_ENABLED         86 drivers/net/ethernet/qlogic/qed/qed_ooo.h #if IS_ENABLED(CONFIG_QED_OOO)
IS_ENABLED        177 drivers/net/ethernet/qlogic/qed/qed_rdma.h #if IS_ENABLED(CONFIG_QED_RDMA)
IS_ENABLED         37 drivers/net/ethernet/qlogic/qed/qed_roce.h #if IS_ENABLED(CONFIG_QED_RDMA)
IS_ENABLED        585 drivers/net/ethernet/qualcomm/emac/emac.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        112 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        222 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        372 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        411 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         64 drivers/net/ethernet/sfc/falcon/falcon_boards.c #if IS_ENABLED(CONFIG_SENSORS_LM87)
IS_ENABLED        455 drivers/net/ethernet/sfc/falcon/falcon_boards.c #if IS_ENABLED(CONFIG_SENSORS_LM90)
IS_ENABLED       1430 drivers/net/ethernet/sis/sis900.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       1754 drivers/net/ethernet/sis/sis900.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED        314 drivers/net/ethernet/sis/sis900.h #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       1854 drivers/net/ethernet/socionext/netsec.c 	if (!IS_ENABLED(CONFIG_ACPI))
IS_ENABLED         19 drivers/net/ethernet/stmicro/stmmac/common.h #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED        262 drivers/net/ethernet/stmicro/stmmac/stmmac.h #if IS_ENABLED(CONFIG_STMMAC_SELFTESTS)
IS_ENABLED        263 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c #if IS_ENABLED(CONFIG_STMMAC_PLATFORM)
IS_ENABLED         23 drivers/net/ethernet/sun/sunvnet.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         23 drivers/net/ethernet/sun/sunvnet_common.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        339 drivers/net/ethernet/sun/sunvnet_common.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        434 drivers/net/ethernet/sun/sunvnet_common.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1374 drivers/net/ethernet/sun/sunvnet_common.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1389 drivers/net/ethernet/sun/sunvnet_common.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1856 drivers/net/ethernet/ti/cpsw.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       2568 drivers/net/ethernet/ti/cpsw.c 		if (!IS_ENABLED(CONFIG_TI_CPSW_PHY_SEL) &&
IS_ENABLED         17 drivers/net/ethernet/ti/cpsw.h #if IS_ENABLED(CONFIG_TI_CPSW_PHY_SEL)
IS_ENABLED        712 drivers/net/ethernet/ti/cpsw_ethtool.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED         11 drivers/net/ethernet/ti/cpts.h #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       1691 drivers/net/ethernet/ti/davinci_emac.c 	if (!IS_ENABLED(CONFIG_OF) || !pdev->dev.of_node)
IS_ENABLED        327 drivers/net/ethernet/ti/davinci_mdio.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        360 drivers/net/ethernet/ti/davinci_mdio.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED        184 drivers/net/ethernet/ti/netcp_ethss.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       2003 drivers/net/ethernet/ti/netcp_ethss.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       2534 drivers/net/ethernet/ti/netcp_ethss.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       2981 drivers/net/ethernet/ti/netcp_ethss.c #if IS_ENABLED(CONFIG_TI_CPTS)
IS_ENABLED       3722 drivers/net/ethernet/ti/netcp_ethss.c 	if (IS_ENABLED(CONFIG_TI_CPTS) && IS_ERR(gbe_dev->cpts)) {
IS_ENABLED         54 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         61 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        142 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        188 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        268 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        280 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        421 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        618 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        628 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        670 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        697 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        717 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        821 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        936 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        999 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1048 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1358 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1458 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1473 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1516 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1586 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1604 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1703 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1728 drivers/net/geneve.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        444 drivers/net/hamradio/bpqether.c #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED        667 drivers/net/ieee802154/at86rf230.c 	if (IS_ENABLED(CONFIG_IEEE802154_AT86RF230_DEBUGFS)) {
IS_ENABLED        731 drivers/net/ieee802154/at86rf230.c 	if (IS_ENABLED(CONFIG_IEEE802154_AT86RF230_DEBUGFS)) {
IS_ENABLED        946 drivers/net/ieee802154/at86rf230.c 	if (IS_ENABLED(CONFIG_IEEE802154_AT86RF230_DEBUGFS))
IS_ENABLED       1486 drivers/net/ieee802154/at86rf230.c 	if (!IS_ENABLED(CONFIG_OF) || !spi->dev.of_node) {
IS_ENABLED       3088 drivers/net/ieee802154/ca8210.c 		if (IS_ENABLED(CONFIG_IEEE802154_CA8210_DEBUGFS))
IS_ENABLED       3133 drivers/net/ieee802154/ca8210.c 	if (IS_ENABLED(CONFIG_IEEE802154_CA8210_DEBUGFS)) {
IS_ENABLED         33 drivers/net/ipvlan/ipvlan_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         62 drivers/net/ipvlan/ipvlan_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        170 drivers/net/ipvlan/ipvlan_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        360 drivers/net/ipvlan/ipvlan_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        453 drivers/net/ipvlan/ipvlan_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         60 drivers/net/ipvlan/ipvlan_l3s.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        117 drivers/net/ipvlan/ipvlan_l3s.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        785 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        833 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        984 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1000 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1023 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1040 drivers/net/ipvlan/ipvlan_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        182 drivers/net/netdevsim/netdevsim.h #if IS_ENABLED(CONFIG_XFRM_OFFLOAD)
IS_ENABLED         20 drivers/net/phy/bcm87xx.c #if IS_ENABLED(CONFIG_OF_MDIO)
IS_ENABLED         54 drivers/net/phy/mdio-bcm-unimac.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         63 drivers/net/phy/mdio-bcm-unimac.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        263 drivers/net/phy/mdio_bus.c #if IS_ENABLED(CONFIG_OF_MDIO)
IS_ENABLED        750 drivers/net/phy/mdio_bus.c #if IS_ENABLED(CONFIG_PHYLIB)
IS_ENABLED        249 drivers/net/phy/phy-core.c 	if (!IS_ENABLED(CONFIG_OF_MDIO))
IS_ENABLED        264 drivers/net/phy/phy-core.c 	if (!IS_ENABLED(CONFIG_OF_MDIO))
IS_ENABLED        571 drivers/net/phy/phy_device.c 	if (IS_ENABLED(CONFIG_MODULES) && ret < 0 && ret != -ENOENT) {
IS_ENABLED        202 drivers/net/phy/sfp.c #if IS_ENABLED(CONFIG_HWMON)
IS_ENABLED        410 drivers/net/phy/sfp.c #if IS_ENABLED(CONFIG_HWMON)
IS_ENABLED       2005 drivers/net/tun.c 	} else if (!IS_ENABLED(CONFIG_4KSTACKS)) {
IS_ENABLED         22 drivers/net/usb/cdc_ether.c #if IS_ENABLED(CONFIG_USB_NET_RNDIS_HOST)
IS_ENABLED        746 drivers/net/usb/cdc_ether.c #if IS_ENABLED(CONFIG_USB_RTL8152)
IS_ENABLED         56 drivers/net/usb/cdc_ncm.c #if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM)
IS_ENABLED         47 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        150 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        358 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        916 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1085 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1123 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1222 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IP_MROUTE_MULTIPLE_TABLES)
IS_ENABLED       1228 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6_MROUTE_MULTIPLE_TABLES)
IS_ENABLED       1236 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IPV6_MROUTE_MULTIPLE_TABLES)
IS_ENABLED       1241 drivers/net/vrf.c #if IS_ENABLED(CONFIG_IP_MROUTE_MULTIPLE_TABLES)
IS_ENABLED         30 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         94 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        218 drivers/net/vxlan.c 		if (IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       1067 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1296 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1348 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1360 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1373 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1417 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1433 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1462 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1496 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1611 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1632 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1893 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2080 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2268 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2345 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2386 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2559 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2660 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2765 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2941 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3301 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3323 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3383 drivers/net/vxlan.c 		if (!IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       3435 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3455 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3720 drivers/net/vxlan.c 		if (!IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       3743 drivers/net/vxlan.c 		if (!IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED       4090 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4107 drivers/net/vxlan.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         54 drivers/net/wireless/ath/ath10k/debug.c 		    IS_ENABLED(CONFIG_ATH10K_DEBUG),
IS_ENABLED         55 drivers/net/wireless/ath/ath10k/debug.c 		    IS_ENABLED(CONFIG_ATH10K_DEBUGFS),
IS_ENABLED         56 drivers/net/wireless/ath/ath10k/debug.c 		    IS_ENABLED(CONFIG_ATH10K_TRACING),
IS_ENABLED         57 drivers/net/wireless/ath/ath10k/debug.c 		    IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED),
IS_ENABLED         58 drivers/net/wireless/ath/ath10k/debug.c 		    IS_ENABLED(CONFIG_NL80211_TESTMODE));
IS_ENABLED       2599 drivers/net/wireless/ath/ath10k/debug.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED)) {
IS_ENABLED       2637 drivers/net/wireless/ath/ath10k/debug.c 	if (IS_ENABLED(CONFIG_MAC80211_DEBUGFS))
IS_ENABLED       3210 drivers/net/wireless/ath/ath10k/mac.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) {
IS_ENABLED       3255 drivers/net/wireless/ath/ath10k/mac.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) {
IS_ENABLED       8952 drivers/net/wireless/ath/ath10k/mac.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED)) {
IS_ENABLED       9026 drivers/net/wireless/ath/ath10k/mac.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector)
IS_ENABLED       9041 drivers/net/wireless/ath/ath10k/mac.c 	if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector)
IS_ENABLED       4123 drivers/net/wireless/ath/ath10k/wmi.c 	if (!IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED))
IS_ENABLED       3884 drivers/net/wireless/ath/ath6kl/cfg80211.c 	if (IS_ENABLED(CONFIG_ATH6KL_REGDOMAIN) &&
IS_ENABLED        720 drivers/net/wireless/ath/ath9k/common-spectral.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED        798 drivers/net/wireless/ath/ath9k/common-spectral.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED        455 drivers/net/wireless/ath/ath9k/init.c 	if (!IS_ENABLED(CONFIG_ATH9K_PCOEM))
IS_ENABLED        949 drivers/net/wireless/ath/ath9k/init.c 	if (!IS_ENABLED(CONFIG_ATH9K_TX99)) {
IS_ENABLED       1255 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99)) {
IS_ENABLED       1305 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99)) {
IS_ENABLED       1365 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED       1384 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED       1965 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED       2015 drivers/net/wireless/ath/ath9k/main.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED        380 drivers/net/wireless/ath/ath9k/recv.c 	if (IS_ENABLED(CONFIG_ATH9K_TX99))
IS_ENABLED        358 drivers/net/wireless/ath/dfs_pattern_detector.c 	if (!IS_ENABLED(CONFIG_CFG80211_CERTIFICATION_ONUS))
IS_ENABLED        119 drivers/net/wireless/ath/regd.c 	if (IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_CERT_TESTING))
IS_ENABLED        191 drivers/net/wireless/ath/regd.c 	if (!IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS))
IS_ENABLED        442 drivers/net/wireless/ath/wil6210/pcie_bus.c 	if (IS_ENABLED(CONFIG_PM))
IS_ENABLED        112 drivers/net/wireless/broadcom/b43/main.c static int modparam_allhwsupport = !IS_ENABLED(CONFIG_BRCMSMAC);
IS_ENABLED        982 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED       7014 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c #if IS_ENABLED(CONFIG_PM)
IS_ENABLED        197 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        999 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1173 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1343 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         47 drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h 		if (IS_ENABLED(CONFIG_BRCMDBG) ||			\
IS_ENABLED         48 drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h 		    IS_ENABLED(CONFIG_BRCM_TRACING) ||			\
IS_ENABLED         56 drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h 		if (IS_ENABLED(CONFIG_BRCMDBG) ||			\
IS_ENABLED         57 drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h 		    IS_ENABLED(CONFIG_BRCM_TRACING) ||			\
IS_ENABLED         26 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 		if (IS_ENABLED(CONFIG_BRCMDBG) ||			\
IS_ENABLED         27 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 		    IS_ENABLED(CONFIG_BRCM_TRACING) ||			\
IS_ENABLED       1309 drivers/net/wireless/intel/iwlegacy/common.h #if IS_ENABLED(CONFIG_IWL3945)
IS_ENABLED       1340 drivers/net/wireless/intel/iwlegacy/common.h #if IS_ENABLED(CONFIG_IWL4965)
IS_ENABLED        488 drivers/net/wireless/intel/iwlwifi/iwl-config.h #if IS_ENABLED(CONFIG_IWLDVM)
IS_ENABLED        532 drivers/net/wireless/intel/iwlwifi/iwl-config.h #if IS_ENABLED(CONFIG_IWLMVM)
IS_ENABLED         97 drivers/net/wireless/intel/iwlwifi/mvm/d3.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4986 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (!IS_ENABLED(CONFIG_INET))
IS_ENABLED       5079 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        434 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        105 drivers/net/wireless/intel/iwlwifi/mvm/offloading.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        104 drivers/net/wireless/intel/iwlwifi/mvm/tx.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        127 drivers/net/wireless/intel/iwlwifi/mvm/tx.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         85 drivers/net/wireless/intel/iwlwifi/pcie/drv.c #if IS_ENABLED(CONFIG_IWLDVM)
IS_ENABLED        274 drivers/net/wireless/intel/iwlwifi/pcie/drv.c #if IS_ENABLED(CONFIG_IWLMVM)
IS_ENABLED       1014 drivers/net/wireless/intel/iwlwifi/pcie/drv.c #if IS_ENABLED(CONFIG_IWLMVM)
IS_ENABLED        349 drivers/net/wireless/mediatek/mt76/mac80211.c 	if (IS_ENABLED(CONFIG_MT76_LEDS)) {
IS_ENABLED        559 drivers/net/wireless/mediatek/mt76/mt7603/init.c 	if (IS_ENABLED(CONFIG_MT76_LEDS)) {
IS_ENABLED        180 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 		if (IS_ENABLED(CONFIG_MT76_LEDS)) {
IS_ENABLED         30 drivers/net/wireless/mediatek/mt76/pci.c 	if (IS_ENABLED(CONFIG_PCIEASPM)) {
IS_ENABLED       1243 drivers/net/wireless/rsi/rsi_91x_sdio.c 	if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
IS_ENABLED       1425 drivers/net/wireless/rsi/rsi_91x_sdio.c 	if (IS_ENABLED(CONFIG_RSI_COEX) && common->coex_mode > 1 &&
IS_ENABLED       1478 drivers/net/wireless/rsi/rsi_91x_sdio.c 	if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
IS_ENABLED        869 drivers/net/wireless/rsi/rsi_91x_usb.c 	if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
IS_ENABLED        464 drivers/net/wireless/st/cw1200/cw1200_spi.c 		.pm		= IS_ENABLED(CONFIG_PM) ? &cw1200_pm_ops : NULL,
IS_ENABLED        692 drivers/nvdimm/bus.c 	if (!IS_ENABLED(CONFIG_NUMA))
IS_ENABLED        136 drivers/nvdimm/namespace_devs.c 	if (!IS_ENABLED(CONFIG_ZONE_DEVICE))
IS_ENABLED         70 drivers/nvdimm/nd-core.h #if IS_ENABLED(CONFIG_NVDIMM_KEYS)
IS_ENABLED        251 drivers/nvdimm/nd.h #if IS_ENABLED(CONFIG_NVDIMM_KEYS)
IS_ENABLED        267 drivers/nvdimm/nd.h #if IS_ENABLED(CONFIG_BTT)
IS_ENABLED        290 drivers/nvdimm/nd.h #if IS_ENABLED(CONFIG_NVDIMM_PFN)
IS_ENABLED        325 drivers/nvdimm/nd.h #if IS_ENABLED(CONFIG_NVDIMM_DAX)
IS_ENABLED        373 drivers/nvdimm/nd.h #if IS_ENABLED(CONFIG_ND_CLAIM)
IS_ENABLED        113 drivers/nvdimm/pfn_devs.c 		if (IS_ENABLED(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD))
IS_ENABLED        390 drivers/nvdimm/pmem.c 	if (!IS_ENABLED(CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE) || fua < 0) {
IS_ENABLED       1142 drivers/nvdimm/region_devs.c 			|| !IS_ENABLED(CONFIG_ARCH_HAS_PMEM_API))
IS_ENABLED        948 drivers/nvme/target/core.c 	if (IS_ENABLED(CONFIG_PCI_P2PDMA)) {
IS_ENABLED        569 drivers/nvmem/core.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        736 drivers/nvmem/core.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED         52 drivers/nvmem/stm32-romem.c #if IS_ENABLED(CONFIG_HAVE_ARM_SMCCC)
IS_ENABLED        478 drivers/of/address.c 	if (IS_ENABLED(CONFIG_PPC)) {
IS_ENABLED       1008 drivers/of/address.c 	if (IS_ENABLED(CONFIG_OF_DMA_DEFAULT_COHERENT))
IS_ENABLED        414 drivers/of/base.c 	if (IS_ENABLED(CONFIG_PPC) &&
IS_ENABLED        672 drivers/of/base.c 	if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) &&
IS_ENABLED       2010 drivers/of/base.c 		if (IS_ENABLED(CONFIG_PPC) && !name)
IS_ENABLED       2208 drivers/of/base.c 	if (IS_ENABLED(CONFIG_PPC_PMAC) && of_node_is_type(np, "cpu"))
IS_ENABLED        216 drivers/of/dynamic.c 		if (IS_ENABLED(CONFIG_PPC_PSERIES) && !phandle)
IS_ENABLED        321 drivers/of/fdt.c 		if (!IS_ENABLED(CONFIG_OF_KOBJ) &&
IS_ENABLED        864 drivers/of/fdt.c 	if (!IS_ENABLED(CONFIG_ARM64)) {
IS_ENABLED         70 drivers/of/kobj.c 	if (!IS_ENABLED(CONFIG_SYSFS))
IS_ENABLED         89 drivers/of/kobj.c 	if (!IS_ENABLED(CONFIG_SYSFS))
IS_ENABLED        108 drivers/of/of_reserved_mem.c 	if (IS_ENABLED(CONFIG_CMA)
IS_ENABLED       1813 drivers/of/unittest.c #if IS_BUILTIN(CONFIG_I2C) && IS_ENABLED(CONFIG_OF_OVERLAY)
IS_ENABLED       2541 drivers/of/unittest.c 	if (IS_ENABLED(CONFIG_UML))
IS_ENABLED        796 drivers/pci/controller/dwc/pci-dra7xx.c 		if (!IS_ENABLED(CONFIG_PCI_DRA7XX_HOST)) {
IS_ENABLED        813 drivers/pci/controller/dwc/pci-dra7xx.c 		if (!IS_ENABLED(CONFIG_PCI_DRA7XX_EP)) {
IS_ENABLED        315 drivers/pci/controller/dwc/pci-exynos.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        416 drivers/pci/controller/dwc/pci-exynos.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        851 drivers/pci/controller/dwc/pci-imx6.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        869 drivers/pci/controller/dwc/pci-imx6.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        653 drivers/pci/controller/dwc/pci-keystone.c 	if (!IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       1349 drivers/pci/controller/dwc/pci-keystone.c 		if (!IS_ENABLED(CONFIG_PCI_KEYSTONE_HOST)) {
IS_ENABLED       1380 drivers/pci/controller/dwc/pci-keystone.c 		if (!IS_ENABLED(CONFIG_PCI_KEYSTONE_EP)) {
IS_ENABLED        394 drivers/pci/controller/dwc/pci-meson.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        501 drivers/pci/controller/dwc/pci-meson.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        360 drivers/pci/controller/dwc/pcie-artpec6.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        394 drivers/pci/controller/dwc/pcie-artpec6.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        541 drivers/pci/controller/dwc/pcie-artpec6.c 		if (!IS_ENABLED(CONFIG_PCIE_ARTPEC6_HOST))
IS_ENABLED        551 drivers/pci/controller/dwc/pcie-artpec6.c 		if (!IS_ENABLED(CONFIG_PCIE_ARTPEC6_EP))
IS_ENABLED         43 drivers/pci/controller/dwc/pcie-designware-plat.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        127 drivers/pci/controller/dwc/pcie-designware-plat.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        220 drivers/pci/controller/dwc/pcie-designware-plat.c 		if (!IS_ENABLED(CONFIG_PCIE_DW_PLAT_HOST))
IS_ENABLED        228 drivers/pci/controller/dwc/pcie-designware-plat.c 		if (!IS_ENABLED(CONFIG_PCIE_DW_PLAT_EP))
IS_ENABLED        199 drivers/pci/controller/dwc/pcie-histb.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        403 drivers/pci/controller/dwc/pcie-histb.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        433 drivers/pci/controller/dwc/pcie-kirin.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        456 drivers/pci/controller/dwc/pcie-kirin.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        463 drivers/pci/controller/dwc/pcie-qcom.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED       1102 drivers/pci/controller/dwc/pcie-qcom.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       1245 drivers/pci/controller/dwc/pcie-qcom.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        143 drivers/pci/controller/dwc/pcie-spear13xx.c 		BUG_ON(!IS_ENABLED(CONFIG_PCI_MSI));
IS_ENABLED        159 drivers/pci/controller/dwc/pcie-spear13xx.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        627 drivers/pci/controller/dwc/pcie-tegra194.c 	if (IS_ENABLED(CONFIG_PCIEAER))
IS_ENABLED        671 drivers/pci/controller/dwc/pcie-tegra194.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       1378 drivers/pci/controller/dwc/pcie-tegra194.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED       1695 drivers/pci/controller/dwc/pcie-tegra194.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        321 drivers/pci/controller/dwc/pcie-uniphier.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        341 drivers/pci/controller/dwc/pcie-uniphier.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED       2830 drivers/pci/controller/pci-tegra.c 	if (IS_ENABLED(CONFIG_DEBUG_FS)) {
IS_ENABLED       2856 drivers/pci/controller/pci-tegra.c 	if (IS_ENABLED(CONFIG_DEBUG_FS))
IS_ENABLED       2865 drivers/pci/controller/pci-tegra.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       2902 drivers/pci/controller/pci-tegra.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       2931 drivers/pci/controller/pci-tegra.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       1542 drivers/pci/controller/pcie-iproc.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        546 drivers/pci/controller/pcie-mediatek.c 		if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        592 drivers/pci/controller/pcie-mediatek.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        622 drivers/pci/controller/pcie-mediatek.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        717 drivers/pci/controller/pcie-mediatek.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        477 drivers/pci/controller/pcie-rcar.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        618 drivers/pci/controller/pcie-rcar.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED       1190 drivers/pci/controller/pcie-rcar.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED       1207 drivers/pci/controller/pcie-rcar.c 	if (IS_ENABLED(CONFIG_PCI_MSI))
IS_ENABLED        873 drivers/pci/controller/pcie-xilinx-nwl.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED        456 drivers/pci/controller/pcie-xilinx.c 		if (IS_ENABLED(CONFIG_PCI_MSI) ||
IS_ENABLED        525 drivers/pci/controller/pcie-xilinx.c 	if (IS_ENABLED(CONFIG_PCI_MSI)) {
IS_ENABLED         19 drivers/pci/ecam.c static const bool per_bus_mapping = !IS_ENABLED(CONFIG_64BIT);
IS_ENABLED        152 drivers/pci/endpoint/pci-epf-core.c 	if (!IS_ENABLED(CONFIG_PCI_ENDPOINT_CONFIGFS))
IS_ENABLED        180 drivers/pci/endpoint/pci-epf-core.c 	if (!IS_ENABLED(CONFIG_PCI_ENDPOINT_CONFIGFS))
IS_ENABLED       1497 drivers/pci/msi.c 	if (IS_ENABLED(CONFIG_GENERIC_IRQ_RESERVATION_MODE))
IS_ENABLED        352 drivers/pci/of.c #if IS_ENABLED(CONFIG_OF_IRQ)
IS_ENABLED        542 drivers/pci/p2pdma.c 		if (IS_ENABLED(CONFIG_DMA_VIRT_OPS) &&
IS_ENABLED        828 drivers/pci/p2pdma.c 	if (WARN_ON_ONCE(IS_ENABLED(CONFIG_DMA_VIRT_OPS) &&
IS_ENABLED        796 drivers/pci/pci-acpi.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
IS_ENABLED       1642 drivers/pci/pci-driver.c 	if (IS_ENABLED(CONFIG_OF) && bridge->parent &&
IS_ENABLED         71 drivers/perf/arm_pmu_acpi.c #if IS_ENABLED(CONFIG_ARM_SPE_PMU)
IS_ENABLED        217 drivers/perf/arm_pmu_platform.c 		if (IS_ENABLED(CONFIG_ARM64) && pmu->secure_access) {
IS_ENABLED        277 drivers/perf/arm_spe_pmu.c 	if (IS_ENABLED(CONFIG_PID_IN_CONTEXTIDR) && capable(CAP_SYS_ADMIN))
IS_ENABLED        568 drivers/pinctrl/cirrus/pinctrl-madera-core.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        572 drivers/pinctrl/cirrus/pinctrl-madera-core.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED       1018 drivers/pinctrl/cirrus/pinctrl-madera-core.c 		if (IS_ENABLED(CONFIG_PINCTRL_CS47L15))
IS_ENABLED       1022 drivers/pinctrl/cirrus/pinctrl-madera-core.c 		if (IS_ENABLED(CONFIG_PINCTRL_CS47L35))
IS_ENABLED       1027 drivers/pinctrl/cirrus/pinctrl-madera-core.c 		if (IS_ENABLED(CONFIG_PINCTRL_CS47L85))
IS_ENABLED       1032 drivers/pinctrl/cirrus/pinctrl-madera-core.c 		if (IS_ENABLED(CONFIG_PINCTRL_CS47L90))
IS_ENABLED       1038 drivers/pinctrl/cirrus/pinctrl-madera-core.c 		if (IS_ENABLED(CONFIG_PINCTRL_CS47L92))
IS_ENABLED        131 drivers/pinctrl/devicetree.c 			if (IS_ENABLED(CONFIG_MODULES) && !allow_default)
IS_ENABLED         71 drivers/pinctrl/mediatek/mtk-eint.h #if IS_ENABLED(CONFIG_EINT_MTK)
IS_ENABLED        316 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c 	if (!IS_ENABLED(CONFIG_EINT_MTK))
IS_ENABLED        730 drivers/pinctrl/pinctrl-mcp23s08.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        882 drivers/pinctrl/pinctrl-mcp23s08.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        912 drivers/pinctrl/pinctrl-mcp23s08.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        364 drivers/pinctrl/sh-pfc/gpio.c 	if (IS_ENABLED(CONFIG_OF) && pfc->dev->of_node)
IS_ENABLED        176 drivers/platform/chrome/cros_ec.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED        218 drivers/platform/chrome/cros_ec.c 	sleep_event = (!IS_ENABLED(CONFIG_ACPI) || pm_suspend_via_firmware()) ?
IS_ENABLED        254 drivers/platform/chrome/cros_ec.c 	sleep_event = (!IS_ENABLED(CONFIG_ACPI) || pm_suspend_via_firmware()) ?
IS_ENABLED         39 drivers/platform/x86/ideapad-laptop.c #if IS_ENABLED(CONFIG_ACPI_WMI)
IS_ENABLED        936 drivers/platform/x86/ideapad-laptop.c #if IS_ENABLED(CONFIG_ACPI_WMI)
IS_ENABLED       1026 drivers/platform/x86/ideapad-laptop.c #if IS_ENABLED(CONFIG_ACPI_WMI)
IS_ENABLED       1040 drivers/platform/x86/ideapad-laptop.c #if IS_ENABLED(CONFIG_ACPI_WMI)
IS_ENABLED       1062 drivers/platform/x86/ideapad-laptop.c #if IS_ENABLED(CONFIG_ACPI_WMI)
IS_ENABLED        412 drivers/platform/x86/intel_pmc_core.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        254 drivers/platform/x86/intel_pmc_core.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        176 drivers/power/supply/axp20x_usb_power.c 		if (IS_ENABLED(CONFIG_AXP20X_ADC)) {
IS_ENABLED        202 drivers/power/supply/axp20x_usb_power.c 		if (IS_ENABLED(CONFIG_AXP20X_ADC)) {
IS_ENABLED        477 drivers/power/supply/axp20x_usb_power.c 		if (IS_ENABLED(CONFIG_AXP20X_ADC))
IS_ENABLED        369 drivers/power/supply/bq24735-charger.c 	if (IS_ENABLED(CONFIG_OF) && !charger->pdata && client->dev.of_node)
IS_ENABLED        345 drivers/power/supply/max8903_charger.c 	if (IS_ENABLED(CONFIG_OF) && !pdata && dev->of_node)
IS_ENABLED         36 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        218 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        318 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        375 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        400 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        411 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        446 drivers/power/supply/pda_power.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED       1235 drivers/power/supply/pm2301_charger.c 		.pm = IS_ENABLED(CONFIG_PM) ? &pm2xxx_pm_ops : NULL,
IS_ENABLED        238 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        798 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED       1239 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED       1637 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED       1692 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED       1710 drivers/power/supply/rt9455_charger.c #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED        240 drivers/power/supply/tps65090-charger.c 	if (IS_ENABLED(CONFIG_OF) && !pdata && pdev->dev.of_node)
IS_ENABLED        299 drivers/pwm/core.c 	if (IS_ENABLED(CONFIG_OF))
IS_ENABLED        356 drivers/pwm/core.c 	if (IS_ENABLED(CONFIG_OF))
IS_ENABLED        742 drivers/pwm/core.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        784 drivers/pwm/core.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        882 drivers/pwm/core.c 	if (IS_ENABLED(CONFIG_OF) && dev && dev->of_node)
IS_ENABLED         64 drivers/pwm/pwm-brcmstb.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED         73 drivers/pwm/pwm-brcmstb.c 	if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
IS_ENABLED        265 drivers/pwm/pwm-lp3943.c 		if (IS_ENABLED(CONFIG_OF))
IS_ENABLED         75 drivers/pwm/pwm-pca9685.c #if IS_ENABLED(CONFIG_GPIOLIB)
IS_ENABLED         87 drivers/pwm/pwm-pca9685.c #if IS_ENABLED(CONFIG_GPIOLIB)
IS_ENABLED        172 drivers/pwm/pwm-pxa.c 	if (IS_ENABLED(CONFIG_OF) && id == NULL)
IS_ENABLED        191 drivers/pwm/pwm-pxa.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED        527 drivers/pwm/pwm-samsung.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED        487 drivers/pwm/pwm-stm32.c 	.capture = IS_ENABLED(CONFIG_DMA_ENGINE) ? stm32_pwm_capture : NULL,
IS_ENABLED        507 drivers/ras/cec.c 	if (!IS_ENABLED(CONFIG_RAS_CEC_DEBUG))
IS_ENABLED        246 drivers/regulator/arizona-ldo1.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED        273 drivers/regulator/arizona-micsupp.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       4925 drivers/regulator/core.c 	if (!IS_ENABLED(CONFIG_OF))
IS_ENABLED        572 drivers/regulator/max8998.c 	if (IS_ENABLED(CONFIG_OF) && iodev->dev->of_node) {
IS_ENABLED         45 drivers/remoteproc/qcom_common.h #if IS_ENABLED(CONFIG_QCOM_SYSMON)
IS_ENABLED        347 drivers/remoteproc/stm32_rproc.c 	if (IS_ENABLED(CONFIG_HAVE_ARM_SMCCC) && ddata->secured_soc) {
IS_ENABLED        528 drivers/rtc/rtc-cmos.c #if IS_ENABLED(CONFIG_RTC_INTF_PROC)
IS_ENABLED       1025 drivers/rtc/rtc-cmos.c 	if (!IS_ENABLED(CONFIG_PM))
IS_ENABLED        275 drivers/rtc/rtc-ds1307.c 	    IS_ENABLED(CONFIG_RTC_DRV_DS1307_CENTURY))
IS_ENABLED        383 drivers/rtc/rtc-ds3232.c 	if (!IS_ENABLED(CONFIG_RTC_DRV_DS3232_HWMON))
IS_ENABLED        568 drivers/rtc/rtc-ds3232.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        635 drivers/rtc/rtc-ds3232.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        256 drivers/rtc/rtc-mrst.c #if IS_ENABLED(CONFIG_RTC_INTF_PROC)
IS_ENABLED        548 drivers/rtc/rtc-pcf2127.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        689 drivers/rtc/rtc-pcf2127.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        313 drivers/rtc/rtc-rs5c372.c #if IS_ENABLED(CONFIG_RTC_INTF_PROC)
IS_ENABLED        317 drivers/rtc/rtc-rs5c372.c #if IS_ENABLED(CONFIG_RTC_INTF_SYSFS)
IS_ENABLED        468 drivers/rtc/rtc-rs5c372.c #if IS_ENABLED(CONFIG_RTC_INTF_PROC)
IS_ENABLED        497 drivers/rtc/rtc-rs5c372.c #if IS_ENABLED(CONFIG_RTC_INTF_SYSFS)
IS_ENABLED        840 drivers/rtc/rtc-rv3029c2.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        916 drivers/rtc/rtc-rv3029c2.c #if IS_ENABLED(CONFIG_SPI_MASTER)
IS_ENABLED        289 drivers/rtc/rtc-sa1100.c 	if (IS_ENABLED(CONFIG_ARCH_SA1100) ||
IS_ENABLED         63 drivers/rtc/rtc-stmp3xxx.c #if IS_ENABLED(CONFIG_STMP3XXX_RTC_WATCHDOG)
IS_ENABLED        321 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        933 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1607 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1623 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1707 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1749 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1767 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1824 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1833 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        701 drivers/scsi/cxgbi/libcxgbi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2578 drivers/scsi/cxgbi/libcxgbi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3668 drivers/scsi/lpfc/lpfc_attr.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       3680 drivers/scsi/lpfc/lpfc_attr.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       6862 drivers/scsi/lpfc/lpfc_attr.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       6878 drivers/scsi/lpfc/lpfc_attr.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       6619 drivers/scsi/lpfc/lpfc_init.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       2151 drivers/scsi/lpfc/lpfc_nvme.c 	if (!IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2194 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2258 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2308 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2344 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2503 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2555 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED       2716 drivers/scsi/lpfc/lpfc_nvme.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        223 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED        371 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1476 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1577 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1677 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1862 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1910 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       1954 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       2043 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       2148 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       2160 drivers/scsi/lpfc/lpfc_nvmet.c #if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED       2244 drivers/scsi/lpfc/lpfc_nvmet.c 	if (!IS_ENABLED(CONFIG_NVME_TARGET_FC))
IS_ENABLED         21 drivers/scsi/qla2xxx/qla_nvme.c 	if (!IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        635 drivers/scsi/qla2xxx/qla_nvme.c 	if (!IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        658 drivers/scsi/qla2xxx/qla_nvme.c 	if (!IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        682 drivers/scsi/qla2xxx/qla_nvme.c 	if (!IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        125 drivers/scsi/qla2xxx/qla_os.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED        138 drivers/scsi/qla2xxx/qla_os.c #if (IS_ENABLED(CONFIG_NVME_FC))
IS_ENABLED         65 drivers/scsi/raid_class.c 	if (IS_ENABLED(CONFIG_SCSI) && scsi_is_sdev_device(dev)) {
IS_ENABLED        398 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED        473 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1140 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1529 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1812 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1868 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1925 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1949 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1973 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1981 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED       1992 drivers/scsi/storvsc_drv.c #if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
IS_ENABLED        196 drivers/soc/imx/gpc.c 	if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
IS_ENABLED        218 drivers/soc/imx/gpc.c 	if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
IS_ENABLED        387 drivers/soc/imx/gpc.c 	if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
IS_ENABLED        188 drivers/soc/imx/soc-imx8.c 	if (IS_ENABLED(CONFIG_ARM_IMX_CPUFREQ_DT))
IS_ENABLED       1051 drivers/soc/mediatek/mtk-scpsys.c 		if (ret && IS_ENABLED(CONFIG_PM))
IS_ENABLED        190 drivers/soc/tegra/flowctrl.c 	} else if (IS_ENABLED(CONFIG_ARM)) {
IS_ENABLED        258 drivers/soc/tegra/fuse/fuse-tegra.c 		if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
IS_ENABLED        119 drivers/soc/tegra/fuse/tegra-apbmisc.c 		if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
IS_ENABLED       1034 drivers/soc/tegra/pmc.c 	if (!IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
IS_ENABLED       2119 drivers/soc/tegra/pmc.c 	if (IS_ENABLED(CONFIG_DEBUG_FS)) {
IS_ENABLED       2868 drivers/soc/tegra/pmc.c 		if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
IS_ENABLED       1255 drivers/soc/ti/knav_qmss_queue.c 		if (IS_ENABLED(CONFIG_SMP) && oirq.args_count == 3) {
IS_ENABLED         80 drivers/soundwire/bus.c 	if (IS_ENABLED(CONFIG_ACPI) && ACPI_HANDLE(bus->dev))
IS_ENABLED         82 drivers/soundwire/bus.c 	else if (IS_ENABLED(CONFIG_OF) && bus->dev->of_node)
IS_ENABLED          9 drivers/soundwire/bus.h #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED         66 drivers/soundwire/slave.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        450 drivers/spi/spi-atmel.c 	if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5))
IS_ENABLED        602 drivers/spi/spi-atmel.c 	    IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
IS_ENABLED        757 drivers/spi/spi-atmel.c 	    IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
IS_ENABLED        776 drivers/spi/spi-atmel.c 	    IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
IS_ENABLED       1578 drivers/spi/spi-atmel.c 	if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
IS_ENABLED       1674 drivers/spi/spi-atmel.c 		if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
IS_ENABLED         61 drivers/spi/spi-fsl-lib.h #if IS_ENABLED(CONFIG_SPI_FSL_SPI)
IS_ENABLED        720 drivers/spi/spi-fsl-spi.c #if IS_ENABLED(CONFIG_FSL_SOC)
IS_ENABLED       2128 drivers/spi/spi-pl022.c 	if (!platform_info && IS_ENABLED(CONFIG_OF))
IS_ENABLED       2182 drivers/spi/spi-pl022.c 	} else if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED        489 drivers/spi/spi-sprd-adi.c 	if (ret > 0 || (IS_ENABLED(CONFIG_HWSPINLOCK) && ret == 0)) {
IS_ENABLED       2230 drivers/spi/spi.c 	if (IS_ENABLED(CONFIG_SPI_SLAVE) && slave)
IS_ENABLED       3657 drivers/spi/spi.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       3668 drivers/spi/spi.c #if IS_ENABLED(CONFIG_OF_DYNAMIC)
IS_ENABLED       3675 drivers/spi/spi.c 	if (!dev && IS_ENABLED(CONFIG_SPI_SLAVE))
IS_ENABLED       3741 drivers/spi/spi.c #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED       3753 drivers/spi/spi.c 	if (!dev && IS_ENABLED(CONFIG_SPI_SLAVE))
IS_ENABLED       3827 drivers/spi/spi.c 	if (IS_ENABLED(CONFIG_SPI_SLAVE)) {
IS_ENABLED       3833 drivers/spi/spi.c 	if (IS_ENABLED(CONFIG_OF_DYNAMIC))
IS_ENABLED       3835 drivers/spi/spi.c 	if (IS_ENABLED(CONFIG_ACPI))
IS_ENABLED        520 drivers/spmi/spmi.c 	if (IS_ENABLED(CONFIG_OF))
IS_ENABLED         25 drivers/ssb/driver_gpio.c #if IS_ENABLED(CONFIG_SSB_EMBEDDED)
IS_ENABLED         96 drivers/ssb/driver_gpio.c #if IS_ENABLED(CONFIG_SSB_EMBEDDED)
IS_ENABLED        228 drivers/ssb/driver_gpio.c #if IS_ENABLED(CONFIG_SSB_EMBEDDED)
IS_ENABLED        293 drivers/ssb/driver_gpio.c #if IS_ENABLED(CONFIG_SSB_EMBEDDED)
IS_ENABLED        421 drivers/ssb/driver_gpio.c #if IS_ENABLED(CONFIG_SSB_EMBEDDED)
IS_ENABLED        151 drivers/staging/comedi/comedi_buf.c 	if (!IS_ENABLED(CONFIG_HAS_DMA) && s->async_dma_dir != DMA_NONE) {
IS_ENABLED         58 drivers/staging/comedi/drivers/comedi_isadma.h #if IS_ENABLED(CONFIG_ISA_DMA_API)
IS_ENABLED          9 drivers/staging/comedi/drivers/ni_labpc_isadma.h #if IS_ENABLED(CONFIG_COMEDI_NI_LABPC_ISADMA)
IS_ENABLED         64 drivers/staging/fieldbus/fieldbus_dev.h #if IS_ENABLED(CONFIG_FIELDBUS_DEV)
IS_ENABLED         25 drivers/staging/greybus/arche-platform.c #if IS_ENABLED(CONFIG_USB_HSIC_USB3613)
IS_ENABLED        165 drivers/staging/media/imx/imx-media-csi.c 	if (!IS_ENABLED(CONFIG_OF))
IS_ENABLED       1063 drivers/staging/media/soc_camera/soc_ov5642.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED         13 drivers/staging/media/tegra-vde/iommu.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED         73 drivers/staging/media/tegra-vde/iommu.c #if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
IS_ENABLED        241 drivers/staging/octeon/ethernet.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED        688 drivers/staging/octeon/ethernet.c #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED         11 drivers/staging/vc04_services/interface/vchiq_arm/vchiq.h #if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)
IS_ENABLED        134 drivers/staging/wilc1000/wilc_sdio.c 	if (IS_ENABLED(CONFIG_WILC1000_HW_OOB_INTR)) {
IS_ENABLED        278 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (IS_ENABLED(CONFIG_IPV6)) {
IS_ENABLED        921 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		else if (IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        195 drivers/target/target_core_transport.c 	ret = IS_ENABLED(CONFIG_TCM_IBLOCK) && request_module("target_core_iblock");
IS_ENABLED        199 drivers/target/target_core_transport.c 	ret = IS_ENABLED(CONFIG_TCM_FILEIO) && request_module("target_core_file");
IS_ENABLED        203 drivers/target/target_core_transport.c 	ret = IS_ENABLED(CONFIG_TCM_PSCSI) && request_module("target_core_pscsi");
IS_ENABLED        207 drivers/target/target_core_transport.c 	ret = IS_ENABLED(CONFIG_TCM_USER2) && request_module("target_core_user");
IS_ENABLED        400 drivers/tee/optee/core.c 	if (!IS_ENABLED(CONFIG_SMP) || nr_cpu_ids == 1)
IS_ENABLED         91 drivers/thermal/thermal_helpers.c 	if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) {
IS_ENABLED        293 drivers/thermal/thermal_sysfs.c #if (IS_ENABLED(CONFIG_THERMAL_EMULATION))
IS_ENABLED        411 drivers/thermal/thermal_sysfs.c #if (IS_ENABLED(CONFIG_THERMAL_EMULATION))
IS_ENABLED        571 drivers/thermal/thermal_sysfs.c 		if (IS_ENABLED(CONFIG_THERMAL_WRITABLE_TRIPS) &&
IS_ENABLED        191 drivers/tty/serial/8250/8250_of.c 	if (IS_ENABLED(CONFIG_SERIAL_8250_FSL) &&
IS_ENABLED       2517 drivers/tty/serial/amba-pl011.c 	if (!IS_ENABLED(CONFIG_OF))
IS_ENABLED        633 drivers/tty/serial/ar933x_uart.c 	if (IS_ENABLED(CONFIG_OF) && np) {
IS_ENABLED        535 drivers/tty/serial/digicolor-usart.c 	if (IS_ENABLED(CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE)) {
IS_ENABLED        214 drivers/tty/serial/earlycon.c 		if (IS_ENABLED(CONFIG_ACPI_SPCR_TABLE)) {
IS_ENABLED        259 drivers/tty/serial/earlycon.c 		(IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) &&
IS_ENABLED        850 drivers/tty/serial/lantiq.c 		if (IS_ENABLED(CONFIG_LANTIQ)) {
IS_ENABLED        877 drivers/tty/serial/lantiq.c 	if (IS_ENABLED(CONFIG_LANTIQ) && !IS_ENABLED(CONFIG_COMMON_CLK))
IS_ENABLED        889 drivers/tty/serial/lantiq.c 	if (IS_ENABLED(CONFIG_LANTIQ) && !IS_ENABLED(CONFIG_COMMON_CLK))
IS_ENABLED       1991 drivers/tty/serial/serial_core.c 		*iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
IS_ENABLED       3229 drivers/tty/serial/sh-sci.c 	if (!IS_ENABLED(CONFIG_OF) || !np)
IS_ENABLED       1081 drivers/tty/serial/sprd_serial.c 	if (!IS_ENABLED(CONFIG_OF))
IS_ENABLED         25 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED        146 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED        205 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED        220 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED        250 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED        270 drivers/tty/serial/tegra-tcu.c #if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
IS_ENABLED       2076 drivers/tty/tty_io.c 		 (IS_ENABLED(CONFIG_VT) && device == MKDEV(TTY_MAJOR, 0)) ||
IS_ENABLED        990 drivers/tty/vt/keyboard.c #if IS_ENABLED(CONFIG_INPUT_LEDS) && IS_ENABLED(CONFIG_LEDS_TRIGGERS)
IS_ENABLED        109 drivers/usb/cdns3/core.c 		if (IS_ENABLED(CONFIG_USB_CDNS3_HOST) &&
IS_ENABLED        110 drivers/usb/cdns3/core.c 		    IS_ENABLED(CONFIG_USB_CDNS3_GADGET))
IS_ENABLED        112 drivers/usb/cdns3/core.c 		else if (IS_ENABLED(CONFIG_USB_CDNS3_HOST))
IS_ENABLED        114 drivers/usb/cdns3/core.c 		else if (IS_ENABLED(CONFIG_USB_CDNS3_GADGET))
IS_ENABLED         64 drivers/usb/chipidea/otg_fsm.h #if IS_ENABLED(CONFIG_USB_OTG_FSM)
IS_ENABLED       1884 drivers/usb/class/cdc-acm.c #if IS_ENABLED(CONFIG_INPUT_IMS_PCU)
IS_ENABLED         99 drivers/usb/core/buffer.c 	if (!IS_ENABLED(CONFIG_HAS_DMA))
IS_ENABLED       1324 drivers/usb/core/hcd.c 	if (IS_ENABLED(CONFIG_HAS_DMA) &&
IS_ENABLED       1357 drivers/usb/core/hcd.c 	if (IS_ENABLED(CONFIG_HAS_DMA) &&
IS_ENABLED       1363 drivers/usb/core/hcd.c 	else if (IS_ENABLED(CONFIG_HAS_DMA) &&
IS_ENABLED       1369 drivers/usb/core/hcd.c 	else if (IS_ENABLED(CONFIG_HAS_DMA) &&
IS_ENABLED       2957 drivers/usb/core/hcd.c #if IS_ENABLED(CONFIG_USB_MON)
IS_ENABLED       2405 drivers/usb/core/hub.c 	if (IS_ENABLED(CONFIG_USB_OTG_WHITELIST) && hcd->tpl_support &&
IS_ENABLED       2410 drivers/usb/core/hub.c 		if (IS_ENABLED(CONFIG_USB_OTG) && (udev->bus->b_hnp_enable
IS_ENABLED         37 drivers/usb/core/otg_whitelist.h #if	IS_ENABLED(CONFIG_USB_TEST)
IS_ENABLED         54 drivers/usb/core/phy.c 	if (!IS_ENABLED(CONFIG_GENERIC_PHY))
IS_ENABLED        198 drivers/usb/dwc2/core.h #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
IS_ENABLED        199 drivers/usb/dwc2/core.h 	IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED       1106 drivers/usb/dwc2/core.h #if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED       1170 drivers/usb/dwc2/core.h #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
IS_ENABLED       1171 drivers/usb/dwc2/core.h 	IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED       1375 drivers/usb/dwc2/core.h #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
IS_ENABLED       1376 drivers/usb/dwc2/core.h 	IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED       1434 drivers/usb/dwc2/core.h #if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED         17 drivers/usb/dwc2/debugfs.c #if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
IS_ENABLED         18 drivers/usb/dwc2/debugfs.c 	IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
IS_ENABLED         93 drivers/usb/dwc2/platform.c 		if (IS_ENABLED(CONFIG_USB_DWC2_HOST)) {
IS_ENABLED        100 drivers/usb/dwc2/platform.c 		if (IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL)) {
IS_ENABLED        107 drivers/usb/dwc2/platform.c 		if (IS_ENABLED(CONFIG_USB_DWC2_HOST))
IS_ENABLED        109 drivers/usb/dwc2/platform.c 		else if (IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL))
IS_ENABLED         61 drivers/usb/dwc3/core.c 		if (IS_ENABLED(CONFIG_USB_DWC3_HOST)) {
IS_ENABLED         69 drivers/usb/dwc3/core.c 		if (IS_ENABLED(CONFIG_USB_DWC3_GADGET)) {
IS_ENABLED         77 drivers/usb/dwc3/core.c 		if (IS_ENABLED(CONFIG_USB_DWC3_HOST))
IS_ENABLED         79 drivers/usb/dwc3/core.c 		else if (IS_ENABLED(CONFIG_USB_DWC3_GADGET))
IS_ENABLED       1414 drivers/usb/dwc3/core.h #if IS_ENABLED(CONFIG_USB_DWC3_HOST) || IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
IS_ENABLED       1424 drivers/usb/dwc3/core.h #if IS_ENABLED(CONFIG_USB_DWC3_GADGET) || IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
IS_ENABLED       1454 drivers/usb/dwc3/core.h #if IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
IS_ENABLED       1477 drivers/usb/dwc3/core.h #if !IS_ENABLED(CONFIG_USB_DWC3_HOST)
IS_ENABLED       1497 drivers/usb/dwc3/core.h #if IS_ENABLED(CONFIG_USB_DWC3_ULPI)
IS_ENABLED        927 drivers/usb/dwc3/debugfs.c 	if (IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)) {
IS_ENABLED        932 drivers/usb/dwc3/debugfs.c 	if (IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE) ||
IS_ENABLED        933 drivers/usb/dwc3/debugfs.c 			IS_ENABLED(CONFIG_USB_DWC3_GADGET)) {
IS_ENABLED        972 drivers/usb/early/ehci-dbgp.c #if IS_ENABLED(CONFIG_USB)
IS_ENABLED       2248 drivers/usb/gadget/udc/bcm63xx_udc.c 	if (!IS_ENABLED(CONFIG_USB_GADGET_DEBUG_FS))
IS_ENABLED       2874 drivers/usb/gadget/udc/omap_udc.c #if	IS_ENABLED(CONFIG_USB_OHCI_HCD)
IS_ENABLED        415 drivers/usb/host/bcma-hcd.c 		if (IS_ENABLED(CONFIG_ARM))
IS_ENABLED        417 drivers/usb/host/bcma-hcd.c 		else if (IS_ENABLED(CONFIG_MIPS))
IS_ENABLED       1862 drivers/usb/host/max3421-hcd.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED       1934 drivers/usb/host/max3421-hcd.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node && pdata) {
IS_ENABLED       1070 drivers/usb/host/pci-quirks.c 	if (!IS_ENABLED(CONFIG_USB_XHCI_HCD)) {
IS_ENABLED        503 drivers/usb/host/uhci-hcd.h 	return IS_ENABLED(CONFIG_USB_UHCI_ASPEED) && uhci->is_aspeed;
IS_ENABLED        377 drivers/usb/host/xhci-histb.c #define DEV_PM_OPS (IS_ENABLED(CONFIG_PM) ? &xhci_histb_pm_ops : NULL)
IS_ENABLED        657 drivers/usb/host/xhci-mtk.c #define DEV_PM_OPS IS_ENABLED(CONFIG_PM) ? &xhci_mtk_pm_ops : NULL
IS_ENABLED        162 drivers/usb/host/xhci-mtk.h #if IS_ENABLED(CONFIG_USB_XHCI_MTK)
IS_ENABLED         13 drivers/usb/host/xhci-mvebu.h #if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
IS_ENABLED         15 drivers/usb/host/xhci-rcar.h #if IS_ENABLED(CONFIG_USB_XHCI_RCAR)
IS_ENABLED        119 drivers/usb/isp1760/isp1760-core.c 	if ((!IS_ENABLED(CONFIG_USB_ISP1760_HCD) || usb_disabled()) &&
IS_ENABLED        120 drivers/usb/isp1760/isp1760-core.c 	    (!IS_ENABLED(CONFIG_USB_ISP1761_UDC) || udc_disabled))
IS_ENABLED        140 drivers/usb/isp1760/isp1760-core.c 	if (IS_ENABLED(CONFIG_USB_ISP1760_HCD) && !usb_disabled()) {
IS_ENABLED        147 drivers/usb/isp1760/isp1760-core.c 	if (IS_ENABLED(CONFIG_USB_ISP1761_UDC) && !udc_disabled) {
IS_ENABLED        205 drivers/usb/isp1760/isp1760-if.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED         28 drivers/usb/mtu3/mtu3_debug.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED         42 drivers/usb/mtu3/mtu3_debug.h #if IS_ENABLED(CONFIG_TRACING)
IS_ENABLED         13 drivers/usb/mtu3/mtu3_dr.h #if IS_ENABLED(CONFIG_USB_MTU3_HOST) || IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
IS_ENABLED         57 drivers/usb/mtu3/mtu3_dr.h #if IS_ENABLED(CONFIG_USB_MTU3_GADGET) || IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
IS_ENABLED         71 drivers/usb/mtu3/mtu3_dr.h #if IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
IS_ENABLED        358 drivers/usb/mtu3/mtu3_plat.c 	if (IS_ENABLED(CONFIG_USB_MTU3_HOST))
IS_ENABLED        360 drivers/usb/mtu3/mtu3_plat.c 	else if (IS_ENABLED(CONFIG_USB_MTU3_GADGET))
IS_ENABLED        505 drivers/usb/mtu3/mtu3_plat.c #define DEV_PM_OPS (IS_ENABLED(CONFIG_PM) ? &mtu3_pm_ops : NULL)
IS_ENABLED        536 drivers/usb/musb/da8xx.c 	if (IS_ENABLED(CONFIG_OF) && np) {
IS_ENABLED       1500 drivers/usb/musb/musb_core.c 		if (IS_ENABLED(CONFIG_USB) &&
IS_ENABLED       1501 drivers/usb/musb/musb_core.c 		    !IS_ENABLED(CONFIG_USB_OTG_BLACKLIST_HUB)) {
IS_ENABLED       1534 drivers/usb/musb/musb_core.c #if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
IS_ENABLED        196 drivers/usb/musb/musb_core.h #if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
IS_ENABLED        213 drivers/usb/musb/musb_core.h #if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
IS_ENABLED        318 drivers/usb/musb/musb_core.h #if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
IS_ENABLED         15 drivers/usb/musb/musb_gadget.h #if IS_ENABLED(CONFIG_USB_MUSB_GADGET) || IS_ENABLED(CONFIG_USB_MUSB_DUAL_ROLE)
IS_ENABLED         54 drivers/usb/musb/musb_host.h #if IS_ENABLED(CONFIG_USB_MUSB_HOST) || IS_ENABLED(CONFIG_USB_MUSB_DUAL_ROLE)
IS_ENABLED       1285 drivers/usb/phy/phy-isp1301-omap.c #elif !IS_ENABLED(CONFIG_USB_OMAP)
IS_ENABLED        394 drivers/usb/phy/phy-mxs-usb.c 	if (IS_ENABLED(CONFIG_USB_OTG) &&
IS_ENABLED         19 drivers/usb/renesas_usbhs/rcar2.c 	if (IS_ENABLED(CONFIG_GENERIC_PHY)) {
IS_ENABLED         29 drivers/usb/serial/keyspan_pda.c #if IS_ENABLED(CONFIG_USB_SERIAL_KEYSPAN_PDA)
IS_ENABLED         34 drivers/usb/serial/keyspan_pda.c #if IS_ENABLED(CONFIG_USB_SERIAL_XIRCOM)
IS_ENABLED         76 drivers/usb/serial/safe_serial.c static bool padded = IS_ENABLED(CONFIG_USB_SERIAL_SAFE_PADDED);
IS_ENABLED       2389 drivers/usb/storage/unusual_devs.h #if IS_ENABLED(CONFIG_USB_UAS)
IS_ENABLED         59 drivers/usb/storage/usb.c #if IS_ENABLED(CONFIG_USB_UAS)
IS_ENABLED       1101 drivers/usb/storage/usb.c #if IS_ENABLED(CONFIG_USB_UAS)
IS_ENABLED          2 drivers/usb/typec/altmodes/displayport.h #if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
IS_ENABLED        435 drivers/usb/typec/ucsi/ucsi.h #if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
IS_ENABLED        121 drivers/vfio/pci/vfio_pci.c 		if (!IS_ENABLED(CONFIG_VFIO_PCI_MMAP))
IS_ENABLED        333 drivers/vfio/pci/vfio_pci.c 	    IS_ENABLED(CONFIG_VFIO_PCI_IGD)) {
IS_ENABLED        342 drivers/vfio/pci/vfio_pci.c 	    IS_ENABLED(CONFIG_VFIO_PCI_NVLINK2)) {
IS_ENABLED        351 drivers/vfio/pci/vfio_pci.c 	    IS_ENABLED(CONFIG_VFIO_PCI_NVLINK2)) {
IS_ENABLED        512 drivers/vfio/pci/vfio_pci.c 		if (!IS_ENABLED(CONFIG_VFIO_PCI_INTX) ||
IS_ENABLED       1702 drivers/vfio/pci/vfio_pci_config.c 	if (!IS_ENABLED(CONFIG_VFIO_PCI_INTX) || vdev->nointx)
IS_ENABLED        297 drivers/video/backlight/arcxcnn_bl.c 		if (IS_ENABLED(CONFIG_OF))
IS_ENABLED        626 drivers/video/backlight/backlight.c 	if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
IS_ENABLED        107 drivers/video/backlight/max8925_bl.c 	if (!nproot || !IS_ENABLED(CONFIG_OF))
IS_ENABLED        184 drivers/video/console/vgacon.c 	IS_ENABLED(CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT);
IS_ENABLED         60 drivers/video/fbdev/core/fbsysfs.c #if IS_ENABLED(CONFIG_FB_BACKLIGHT)
IS_ENABLED        424 drivers/video/fbdev/core/fbsysfs.c #if IS_ENABLED(CONFIG_FB_BACKLIGHT)
IS_ENABLED        505 drivers/video/fbdev/core/fbsysfs.c #if IS_ENABLED(CONFIG_FB_BACKLIGHT)
IS_ENABLED        546 drivers/video/fbdev/core/fbsysfs.c #if IS_ENABLED(CONFIG_FB_BACKLIGHT)
IS_ENABLED       1387 drivers/video/fbdev/fsl-diu-fb.c 	if (IS_ENABLED(CONFIG_NOT_COHERENT_CACHE))
IS_ENABLED       1476 drivers/video/fbdev/imsttfb.c 	else if (IS_ENABLED(CONFIG_OF))
IS_ENABLED       1825 drivers/video/fbdev/riva/fbdev.c 	if (IS_ENABLED(CONFIG_OF))
IS_ENABLED        543 drivers/video/fbdev/simplefb.c 	if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) {
IS_ENABLED        347 drivers/video/fbdev/via/accel.c #if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
IS_ENABLED        119 drivers/video/fbdev/via/via-core.c #if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
IS_ENABLED        502 drivers/video/fbdev/via/via-core.c #if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
IS_ENABLED       1381 drivers/virt/vboxguest/vboxguest_core.c 	if (IS_ENABLED(CONFIG_COMPAT) && f32bit)
IS_ENABLED         21 drivers/virtio/virtio_pci_common.c #if IS_ENABLED(CONFIG_VIRTIO_PCI_LEGACY)
IS_ENABLED        145 drivers/virtio/virtio_pci_common.h #if IS_ENABLED(CONFIG_VIRTIO_PCI_LEGACY)
IS_ENABLED         36 drivers/watchdog/hpwdt.c static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
IS_ENABLED        103 drivers/watchdog/mei_wdt.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED        491 drivers/watchdog/mei_wdt.c #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED         88 drivers/watchdog/softdog.c 	if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT)) {
IS_ENABLED        105 drivers/watchdog/softdog.c 	if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT))
IS_ENABLED        141 drivers/watchdog/softdog.c 	if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT)) {
IS_ENABLED        274 drivers/watchdog/stm32_iwdg.c 	if (IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED)) {
IS_ENABLED         83 drivers/watchdog/watchdog_dev.c 	IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED);
IS_ENABLED        583 drivers/watchdog/watchdog_dev.c 		  !IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)))
IS_ENABLED       1173 drivers/watchdog/watchdog_dev.c 	__MODULE_STRING(IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED)) ")");
IS_ENABLED         14 drivers/watchdog/watchdog_pretimeout.h #if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)
IS_ENABLED         27 drivers/watchdog/watchdog_pretimeout.h #if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP)
IS_ENABLED         29 drivers/watchdog/watchdog_pretimeout.h #elif IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC)
IS_ENABLED         19 drivers/xen/mem-reservation.c bool __read_mostly xen_scrub_pages = IS_ENABLED(CONFIG_XEN_SCRUB_PAGES_DEFAULT);
IS_ENABLED        758 drivers/xen/privcmd.c 	if (IS_ENABLED(CONFIG_XEN_AUTO_XLATE) &&
IS_ENABLED        793 drivers/xen/privcmd.c 	if (IS_ENABLED(CONFIG_XEN_AUTO_XLATE) &&
IS_ENABLED        572 fs/afs/rotate.c 	if (!IS_ENABLED(CONFIG_AFS_DEBUG_CURSOR) || count > 3)
IS_ENABLED        282 fs/afs/vl_rotate.c 	if (!IS_ENABLED(CONFIG_AFS_DEBUG_CURSOR) || count > 3)
IS_ENABLED        358 fs/aio.c       #if IS_ENABLED(CONFIG_MMU)
IS_ENABLED        376 fs/aio.c       #if IS_ENABLED(CONFIG_MIGRATION)
IS_ENABLED        456 fs/aio.c       #if IS_ENABLED(CONFIG_MIGRATION)
IS_ENABLED       1117 fs/binfmt_elf.c 		if (IS_ENABLED(CONFIG_ARCH_HAS_ELF_RANDOMIZE) &&
IS_ENABLED        134 fs/binfmt_flat.c 	if (IS_ENABLED(CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK))
IS_ENABLED        142 fs/binfmt_flat.c 	if (IS_ENABLED(CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK)) {
IS_ENABLED        491 fs/binfmt_flat.c 	   (flags || IS_ENABLED(CONFIG_BINFMT_FLAT_OLD_ALWAYS_RAM)))
IS_ENABLED        557 fs/binfmt_flat.c 	if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) {
IS_ENABLED        401 fs/btrfs/disk-io.c 		WARN(IS_ENABLED(CONFIG_BTRFS_DEBUG),
IS_ENABLED        426 fs/btrfs/disk-io.c 		WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG));
IS_ENABLED        437 fs/btrfs/disk-io.c 		WARN(IS_ENABLED(CONFIG_BTRFS_DEBUG),
IS_ENABLED        422 fs/btrfs/inode.c 		WARN(IS_ENABLED(CONFIG_BTRFS_DEBUG),
IS_ENABLED       3922 fs/btrfs/qgroup.c 				WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG));
IS_ENABLED        250 fs/cifs/cifsproto.h #if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL)
IS_ENABLED        106 fs/cramfs/inode.c 		if (IS_ENABLED(CONFIG_CRAMFS_MTD) &&
IS_ENABLED        284 fs/cramfs/inode.c 	if (IS_ENABLED(CONFIG_CRAMFS_MTD) && sbi->linear_virt_addr)
IS_ENABLED        286 fs/cramfs/inode.c 	else if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV))
IS_ENABLED        500 fs/cramfs/inode.c 	if (IS_ENABLED(CONFIG_CRAMFS_MTD) && sb->s_mtd) {
IS_ENABLED        504 fs/cramfs/inode.c 	} else if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV) && sb->s_bdev) {
IS_ENABLED        959 fs/cramfs/inode.c 	if (IS_ENABLED(CONFIG_CRAMFS_MTD)) {
IS_ENABLED        964 fs/cramfs/inode.c 	if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV))
IS_ENABLED        337 fs/dax.c       	if (IS_ENABLED(CONFIG_FS_DAX_LIMITED))
IS_ENABLED        355 fs/dax.c       	if (IS_ENABLED(CONFIG_FS_DAX_LIMITED))
IS_ENABLED        586 fs/dax.c       	if (IS_ENABLED(CONFIG_FS_DAX_LIMITED))
IS_ENABLED       1640 fs/exec.c      	bool need_retry = IS_ENABLED(CONFIG_MODULES);
IS_ENABLED       1660 fs/ext4/ext4.h 	return IS_ENABLED(CONFIG_FS_VERITY) &&
IS_ENABLED        218 fs/ext4/readpage.c 	if (IS_ENABLED(CONFIG_FS_VERITY) &&
IS_ENABLED       2990 fs/ext4/super.c #if !IS_ENABLED(CONFIG_QUOTA) || !IS_ENABLED(CONFIG_QFMT_V2)
IS_ENABLED       1631 fs/f2fs/data.c 	if (IS_ENABLED(CONFIG_FS_VERITY) &&
IS_ENABLED       2134 fs/f2fs/f2fs.h 	if (IS_ENABLED(CONFIG_F2FS_FAULT_INJECTION)) {
IS_ENABLED       2477 fs/f2fs/f2fs.h 	return IS_ENABLED(CONFIG_FS_VERITY) &&
IS_ENABLED        609 fs/f2fs/recovery.c 				       IS_ENABLED(CONFIG_F2FS_FAULT_INJECTION))
IS_ENABLED       1160 fs/fat/inode.c 	opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat;
IS_ENABLED        358 fs/fuse/fuse_i.h #if IS_ENABLED(CONFIG_VIRTIO_FS)
IS_ENABLED         10 fs/lockd/procfs.h #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED        328 fs/lockd/svc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        363 fs/lockd/svc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        460 fs/lockd/svc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         57 fs/lockd/svclock.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED       2021 fs/locks.c     #if IS_ENABLED(CONFIG_SRCU)
IS_ENABLED        213 fs/nfs/callback.c 	if (!IS_ENABLED(CONFIG_NFS_V4_1) || minorversion == 0)
IS_ENABLED        204 fs/nfs/callback.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        197 fs/nfs/client.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       1075 fs/nfs/client.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED         12 fs/nfs/delegation.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       1465 fs/nfs/dir.c   #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2483 fs/nfs/flexfilelayout/flexfilelayout.c #if IS_ENABLED(CONFIG_NFS_V4_2)
IS_ENABLED       2073 fs/nfs/inode.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2088 fs/nfs/inode.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        281 fs/nfs/internal.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        292 fs/nfs/internal.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        392 fs/nfs/internal.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        441 fs/nfs/internal.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED         28 fs/nfs/netns.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED         21 fs/nfs/nfs4_fs.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        221 fs/nfs/nfs4client.c #if IS_ENABLED(CONFIG_NFS_V4_1)
IS_ENABLED       1166 fs/nfs/nfs4client.c #if IS_ENABLED(CONFIG_SUNRPC_XPRT_RDMA)
IS_ENABLED       1194 fs/nfs/nfs4client.c #if IS_ENABLED(CONFIG_SUNRPC_XPRT_RDMA)
IS_ENABLED         17 fs/nfs/nfs4session.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       3067 fs/nfs/pnfs.c  #if IS_ENABLED(CONFIG_NFS_V4_2)
IS_ENABLED        830 fs/nfs/pnfs.h  #if IS_ENABLED(CONFIG_NFS_V4_2)
IS_ENABLED         74 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V3)
IS_ENABLED        333 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        601 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        742 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        785 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        852 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2153 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2191 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2219 fs/nfs/super.c #if !IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED       2828 fs/nfs/super.c #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        464 fs/nfsd/nfs4xdr.c 	if (IS_ENABLED(CONFIG_NFSD_V4_SECURITY_LABEL) &&
IS_ENABLED        458 fs/nfsd/nfssvc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        502 fs/nfsd/nfssvc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        622 fs/nfsd/nfssvc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        133 fs/notify/fanotify/fanotify.h 	return IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS) &&
IS_ENABLED        420 fs/notify/fanotify/fanotify_user.c 	if (!IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS))
IS_ENABLED        999 fs/notify/fanotify/fanotify_user.c 	if (IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS))
IS_ENABLED       1143 fs/notify/fanotify/fanotify_user.c 	if (IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS)) {
IS_ENABLED        411 fs/overlayfs/dir.c 	if (!IS_ENABLED(CONFIG_FS_POSIX_ACL) || !acl)
IS_ENABLED        436 fs/overlayfs/inode.c 	if (!IS_ENABLED(CONFIG_FS_POSIX_ACL) || !IS_POSIXACL(realinode))
IS_ENABLED         29 fs/overlayfs/super.c static bool ovl_redirect_dir_def = IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_DIR);
IS_ENABLED         35 fs/overlayfs/super.c 	IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW);
IS_ENABLED         41 fs/overlayfs/super.c static bool ovl_index_def = IS_ENABLED(CONFIG_OVERLAY_FS_INDEX);
IS_ENABLED         46 fs/overlayfs/super.c static bool ovl_nfs_export_def = IS_ENABLED(CONFIG_OVERLAY_FS_NFS_EXPORT);
IS_ENABLED         51 fs/overlayfs/super.c static bool ovl_xino_auto_def = IS_ENABLED(CONFIG_OVERLAY_FS_XINO_AUTO);
IS_ENABLED         64 fs/overlayfs/super.c static bool ovl_metacopy_def = IS_ENABLED(CONFIG_OVERLAY_FS_METACOPY);
IS_ENABLED        397 fs/proc/array.c 	bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE);
IS_ENABLED        551 fs/proc/task_mmu.c 	} else if (unlikely(IS_ENABLED(CONFIG_SHMEM) && mss->check_shmem_swap
IS_ENABLED         19 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZO_COMPRESS)
IS_ENABLED         22 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZ4_COMPRESS) || IS_ENABLED(CONFIG_PSTORE_LZ4HC_COMPRESS)
IS_ENABLED         25 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_ZSTD_COMPRESS)
IS_ENABLED        174 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_DEFLATE_COMPRESS)
IS_ENABLED        203 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZO_COMPRESS)
IS_ENABLED        210 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZ4_COMPRESS) || IS_ENABLED(CONFIG_PSTORE_LZ4HC_COMPRESS)
IS_ENABLED        217 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_842_COMPRESS)
IS_ENABLED        224 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_ZSTD_COMPRESS)
IS_ENABLED        234 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_DEFLATE_COMPRESS)
IS_ENABLED        240 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZO_COMPRESS)
IS_ENABLED        246 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZ4_COMPRESS)
IS_ENABLED        252 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_LZ4HC_COMPRESS)
IS_ENABLED        258 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_842_COMPRESS)
IS_ENABLED        264 fs/pstore/platform.c #if IS_ENABLED(CONFIG_PSTORE_ZSTD_COMPRESS)
IS_ENABLED        294 fs/pstore/platform.c 	if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !zbackend)
IS_ENABLED        338 fs/pstore/platform.c 	if (IS_ENABLED(CONFIG_PSTORE_COMPRESS) && tfm) {
IS_ENABLED       1380 fs/ubifs/file.c 	if (!IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
IS_ENABLED       1611 fs/ubifs/file.c 	if (IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
IS_ENABLED        564 fs/ubifs/sb.c  	if (!IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION))
IS_ENABLED        748 fs/ubifs/sb.c  	if (!IS_ENABLED(CONFIG_FS_ENCRYPTION) && c->encrypted) {
IS_ENABLED        934 fs/ubifs/sb.c  	if (!IS_ENABLED(CONFIG_FS_ENCRYPTION))
IS_ENABLED        121 fs/ubifs/super.c 	if (!IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
IS_ENABLED       1284 fs/ubifs/super.c 		if (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) {
IS_ENABLED       2276 fs/ubifs/super.c 		if (IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
IS_ENABLED       1511 fs/ubifs/ubifs.h 	return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated;
IS_ENABLED        655 fs/xfs/scrub/trace.h #if IS_ENABLED(CONFIG_XFS_ONLINE_REPAIR)
IS_ENABLED          7 include/acpi/button.h #if IS_ENABLED(CONFIG_ACPI_BUTTON)
IS_ENABLED          9 include/acpi/nfit.h #if IS_ENABLED(CONFIG_ACPI_NFIT)
IS_ENABLED         53 include/acpi/video.h #if IS_ENABLED(CONFIG_ACPI_VIDEO)
IS_ENABLED        132 include/asm-generic/hugetlb.h 	return IS_ENABLED(CONFIG_ARCH_HAS_GIGANTIC_PAGE);
IS_ENABLED        102 include/asm-generic/mshyperv.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        176 include/asm-generic/mshyperv.h #if IS_ENABLED(CONFIG_HYPERV)
IS_ENABLED        987 include/asm-generic/pgtable.h 		(IS_ENABLED(CONFIG_ARCH_ENABLE_THP_MIGRATION) && !pmd_present(pmdval)))
IS_ENABLED        229 include/asm-generic/vmlinux.lds.h #define OF_TABLE(cfg, name)	__OF_TABLE(IS_ENABLED(cfg), name)
IS_ENABLED        202 include/crypto/algapi.h 	if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
IS_ENABLED        220 include/crypto/algapi.h 	if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
IS_ENABLED         29 include/drm/drm_agpsupport.h #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        104 include/drm/drm_auth.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        313 include/drm/drm_device.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED        338 include/drm/drm_file.h #if IS_ENABLED(CONFIG_DRM_LEGACY)
IS_ENABLED          6 include/drm/drm_of.h #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_DRM_PANEL_BRIDGE)
IS_ENABLED         93 include/drm/drm_of.h #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_DRM_PANEL_BRIDGE)
IS_ENABLED         74 include/drm/ttm/ttm_set_memory.h #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED        250 include/drm/ttm/ttm_tt.h #if IS_ENABLED(CONFIG_AGP)
IS_ENABLED       1249 include/linux/acpi.h #if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI)
IS_ENABLED         14 include/linux/apple-gmux.h #if IS_ENABLED(CONFIG_APPLE_GMUX)
IS_ENABLED        116 include/linux/atalk.h #if IS_ENABLED(CONFIG_IRDA) || IS_ENABLED(CONFIG_ATALK)
IS_ENABLED        221 include/linux/backlight.h #if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
IS_ENABLED         75 include/linux/bug.h 			if (IS_ENABLED(CONFIG_BUG_ON_DATA_CORRUPTION)) { \
IS_ENABLED         12 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CPUSETS)
IS_ENABLED         16 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_SCHED)
IS_ENABLED         20 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
IS_ENABLED         24 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_BLK_CGROUP)
IS_ENABLED         28 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_MEMCG)
IS_ENABLED         32 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_DEVICE)
IS_ENABLED         36 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_FREEZER)
IS_ENABLED         40 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
IS_ENABLED         44 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_PERF)
IS_ENABLED         48 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
IS_ENABLED         52 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
IS_ENABLED         56 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_PIDS)
IS_ENABLED         60 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_RDMA)
IS_ENABLED         67 include/linux/cgroup_subsys.h #if IS_ENABLED(CONFIG_CGROUP_DEBUG)
IS_ENABLED        158 include/linux/cpu.h 	if (IS_ENABLED(CONFIG_PM_SLEEP_SMP_NONZERO_CPU))
IS_ENABLED        426 include/linux/cpufreq.h 	return IS_ENABLED(CONFIG_CPU_THERMAL) &&
IS_ENABLED         41 include/linux/dax.h #if IS_ENABLED(CONFIG_DAX)
IS_ENABLED        114 include/linux/dax.h #if IS_ENABLED(CONFIG_FS_DAX)
IS_ENABLED        244 include/linux/devfreq.h #if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)
IS_ENABLED        264 include/linux/devfreq.h #if IS_ENABLED(CONFIG_DEVFREQ_GOV_PASSIVE)
IS_ENABLED       1487 include/linux/device.h 	if (!IS_ENABLED(CONFIG_OF) || !dev)
IS_ENABLED         35 include/linux/dma-direct.h 	if (!IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
IS_ENABLED        579 include/linux/dma-fence.h 		if (IS_ENABLED(CONFIG_DMA_FENCE_TRACE))			\
IS_ENABLED         34 include/linux/dma-noncoherent.h 	if (IS_ENABLED(CONFIG_DMA_NONCOHERENT_CACHE_SYNC) &&
IS_ENABLED         42 include/linux/dma/dw.h #if IS_ENABLED(CONFIG_DW_DMAC_CORE)
IS_ENABLED         32 include/linux/dma/edma.h #if IS_ENABLED(CONFIG_DW_EDMA)
IS_ENABLED         37 include/linux/dma/hsu.h #if IS_ENABLED(CONFIG_HSU_DMA)
IS_ENABLED        464 include/linux/dmaengine.h #if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
IS_ENABLED         15 include/linux/dsa/8021q.h #if IS_ENABLED(CONFIG_NET_DSA_TAG_8021Q)
IS_ENABLED       1323 include/linux/efi.h #if IS_ENABLED(CONFIG_EFI_DEV_PATH_PARSER)
IS_ENABLED          7 include/linux/errqueue.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         17 include/linux/errqueue.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         17 include/linux/extcon-provider.h #if IS_ENABLED(CONFIG_EXTCON)
IS_ENABLED        168 include/linux/extcon.h #if IS_ENABLED(CONFIG_EXTCON)
IS_ENABLED        460 include/linux/fb.h #if IS_ENABLED(CONFIG_FB_BACKLIGHT)
IS_ENABLED         15 include/linux/fcntl.h #define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T))
IS_ENABLED         54 include/linux/firmware/imx/dsp.h #if IS_ENABLED(CONFIG_IMX_DSP)
IS_ENABLED         41 include/linux/firmware/trusted_foundations.h #if IS_ENABLED(CONFIG_TRUSTED_FOUNDATIONS)
IS_ENABLED         61 include/linux/firmware/trusted_foundations.h #if IS_ENABLED(CONFIG_CACHE_L2X0)
IS_ENABLED         65 include/linux/firmware/trusted_foundations.h #if IS_ENABLED(CONFIG_SMP)
IS_ENABLED        267 include/linux/ftrace.h 	if (IS_ENABLED(CONFIG_DEBUG_PREEMPT))
IS_ENABLED        280 include/linux/ftrace.h 	if (IS_ENABLED(CONFIG_DEBUG_PREEMPT))
IS_ENABLED        220 include/linux/gfp.h #define __GFP_BITS_SHIFT (23 + IS_ENABLED(CONFIG_LOCKDEP))
IS_ENABLED        564 include/linux/gpio/consumer.h #if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_OF_GPIO)
IS_ENABLED        636 include/linux/gpio/consumer.h #if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        669 include/linux/gpio/consumer.h #if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_GPIO_SYSFS)
IS_ENABLED        384 include/linux/gpio/driver.h #if IS_ENABLED(CONFIG_GPIO_GENERIC)
IS_ENABLED        311 include/linux/hrtimer.h 	return IS_ENABLED(CONFIG_HIGH_RES_TIMERS) ?
IS_ENABLED        341 include/linux/hrtimer.h 	if (IS_ENABLED(CONFIG_TIME_LOW_RES) && timer->is_rel)
IS_ENABLED        272 include/linux/huge_mm.h 	return IS_ENABLED(CONFIG_ARCH_ENABLE_THP_MIGRATION);
IS_ENABLED         38 include/linux/i2c-smbus.h #if IS_ENABLED(CONFIG_I2C_SMBUS) && IS_ENABLED(CONFIG_OF)
IS_ENABLED         45 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        333 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        362 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        437 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        550 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C_SLAVE)
IS_ENABLED        730 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C_MUX)
IS_ENABLED        835 include/linux/i2c.h #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        927 include/linux/i2c.h #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        980 include/linux/i2c.h #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED        247 include/linux/i3c/device.h 	if (ret || !IS_ENABLED(CONFIG_I3C))
IS_ENABLED        269 include/linux/i3c/device.h 	if (IS_ENABLED(CONFIG_I3C))
IS_ENABLED         15 include/linux/icmpv6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         33 include/linux/if_arp.h #if IS_ENABLED(CONFIG_FIREWIRE_NET)
IS_ENABLED         19 include/linux/if_bridge.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         55 include/linux/if_bridge.h #if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_BRIDGE_IGMP_SNOOPING)
IS_ENABLED         88 include/linux/if_bridge.h #if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_BRIDGE_VLAN_FILTERING)
IS_ENABLED        123 include/linux/if_bridge.h #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED         67 include/linux/if_macvlan.h #if IS_ENABLED(CONFIG_MACVLAN)
IS_ENABLED          5 include/linux/if_tap.h #if IS_ENABLED(CONFIG_TAP)
IS_ENABLED         62 include/linux/iio/sw_device.h #if IS_ENABLED(CONFIG_CONFIGFS_FS)
IS_ENABLED         62 include/linux/iio/sw_trigger.h #if IS_ENABLED(CONFIG_CONFIGFS_FS)
IS_ENABLED         23 include/linux/iio/timer/stm32-lptim-trigger.h #if IS_ENABLED(CONFIG_IIO_STM32_LPTIMER_TRIGGER)
IS_ENABLED         80 include/linux/iio/timer/stm32-timer-trigger.h #if IS_ENABLED(CONFIG_IIO_STM32_TIMER_TRIGGER)
IS_ENABLED         45 include/linux/indirect_call_wrapper.h #elif IS_ENABLED(CONFIG_INET)
IS_ENABLED         64 include/linux/inet_diag.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        273 include/linux/init.h 	int var = IS_ENABLED(config);					\
IS_ENABLED         93 include/linux/interconnect-provider.h #if IS_ENABLED(CONFIG_INTERCONNECT)
IS_ENABLED         26 include/linux/interconnect.h #if IS_ENABLED(CONFIG_INTERCONNECT)
IS_ENABLED        135 include/linux/iova.h #if IS_ENABLED(CONFIG_IOMMU_IOVA)
IS_ENABLED        172 include/linux/ipv6.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        333 include/linux/ipv6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         48 include/linux/kallsyms.h 	if (IS_ENABLED(CONFIG_KALLSYMS_ALL))
IS_ENABLED        585 include/linux/leds.h #if IS_ENABLED(CONFIG_LEDS_TRIGGER_AUDIO)
IS_ENABLED         17 include/linux/livepatch.h #if IS_ENABLED(CONFIG_LIVEPATCH)
IS_ENABLED        201 include/linux/livepatch.h 	return IS_ENABLED(CONFIG_STACKTRACE) &&
IS_ENABLED        202 include/linux/livepatch.h 	       IS_ENABLED(CONFIG_HAVE_RELIABLE_STACKTRACE);
IS_ENABLED         22 include/linux/lockd/debug.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        319 include/linux/lockd/lockd.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         22 include/linux/lockref.h 	(IS_ENABLED(CONFIG_ARCH_USE_CMPXCHG_LOCKREF) && \
IS_ENABLED         23 include/linux/lockref.h 	 IS_ENABLED(CONFIG_SMP) && SPINLOCK_SIZE <= 4)
IS_ENABLED        553 include/linux/memblock.h #define HASHDIST_DEFAULT IS_ENABLED(CONFIG_64BIT)
IS_ENABLED        384 include/linux/mfd/rohm-bd70528.h #if IS_ENABLED(CONFIG_BD70528_WATCHDOG)
IS_ENABLED       1010 include/linux/mm.h 	return IS_ENABLED(CONFIG_DEV_PAGEMAP_OPS) &&
IS_ENABLED       1011 include/linux/mm.h 		IS_ENABLED(CONFIG_DEVICE_PRIVATE) &&
IS_ENABLED       1018 include/linux/mm.h 	return IS_ENABLED(CONFIG_DEV_PAGEMAP_OPS) &&
IS_ENABLED       1019 include/linux/mm.h 		IS_ENABLED(CONFIG_PCI_P2PDMA) &&
IS_ENABLED       2691 include/linux/mm.h 	return IS_ENABLED(CONFIG_DEBUG_PAGEALLOC) &&
IS_ENABLED       2701 include/linux/mm.h 	if (!IS_ENABLED(CONFIG_DEBUG_PAGEALLOC))
IS_ENABLED         24 include/linux/mm_types_task.h 		IS_ENABLED(CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK))
IS_ENABLED        205 include/linux/mmzone.h #if IS_ENABLED(CONFIG_ZSMALLOC)
IS_ENABLED       1115 include/linux/mmzone.h 	BUILD_BUG_ON(IS_ENABLED(CONFIG_NUMA));
IS_ENABLED         15 include/linux/mtd/nand_bch.h #if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)
IS_ENABLED        880 include/linux/mtd/rawnand.h #if IS_ENABLED(CONFIG_DYNAMIC_DEBUG) || defined(DEBUG)
IS_ENABLED        141 include/linux/netdevice.h #elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
IS_ENABLED        151 include/linux/netdevice.h #if !IS_ENABLED(CONFIG_NET_IPIP) && !IS_ENABLED(CONFIG_NET_IPGRE) && \
IS_ENABLED        152 include/linux/netdevice.h     !IS_ENABLED(CONFIG_IPV6_SIT) && !IS_ENABLED(CONFIG_IPV6_TUNNEL)
IS_ENABLED        532 include/linux/netdevice.h 	if (IS_ENABLED(CONFIG_SMP))
IS_ENABLED        639 include/linux/netdevice.h 	       !IS_ENABLED(CONFIG_SYSCTL) ||
IS_ENABLED       1331 include/linux/netdevice.h #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED       1348 include/linux/netdevice.h #if IS_ENABLED(CONFIG_LIBFCOE)
IS_ENABLED       1846 include/linux/netdevice.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1854 include/linux/netdevice.h #if IS_ENABLED(CONFIG_TLS_DEVICE)
IS_ENABLED       1912 include/linux/netdevice.h #if IS_ENABLED(CONFIG_VLAN_8021Q)
IS_ENABLED       1915 include/linux/netdevice.h #if IS_ENABLED(CONFIG_NET_DSA)
IS_ENABLED       1918 include/linux/netdevice.h #if IS_ENABLED(CONFIG_TIPC)
IS_ENABLED       1921 include/linux/netdevice.h #if IS_ENABLED(CONFIG_IRDA) || IS_ENABLED(CONFIG_ATALK)
IS_ENABLED       1925 include/linux/netdevice.h #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED       1929 include/linux/netdevice.h #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED       1934 include/linux/netdevice.h #if IS_ENABLED(CONFIG_MPLS_ROUTING)
IS_ENABLED       2029 include/linux/netdevice.h #if IS_ENABLED(CONFIG_GARP)
IS_ENABLED       2032 include/linux/netdevice.h #if IS_ENABLED(CONFIG_MRP)
IS_ENABLED       2055 include/linux/netdevice.h #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED       2058 include/linux/netdevice.h #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
IS_ENABLED        244 include/linux/netfilter.h #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED        374 include/linux/netfilter.h #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        425 include/linux/netfilter.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         12 include/linux/netfilter/ipset/ip_set_getport.h #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         15 include/linux/netfilter_bridge.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         13 include/linux/netfilter_defs.h #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED        186 include/linux/netfilter_ipv6.h #if IS_ENABLED(CONFIG_SYN_COOKIES)
IS_ENABLED        202 include/linux/netfilter_ipv6.h #if IS_ENABLED(CONFIG_SYN_COOKIES)
IS_ENABLED        171 include/linux/nfs_fs.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        455 include/linux/nfs_fs.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED         64 include/linux/nfs_fs_sb.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        110 include/linux/nfs_fs_sb.h #if IS_ENABLED(CONFIG_NFS_V4_1)
IS_ENABLED        186 include/linux/nfs_fs_sb.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED        974 include/linux/nfs_xdr.h #if IS_ENABLED(CONFIG_NFS_V4)
IS_ENABLED         55 include/linux/nvmem-consumer.h #if IS_ENABLED(CONFIG_NVMEM)
IS_ENABLED        209 include/linux/nvmem-consumer.h #if IS_ENABLED(CONFIG_NVMEM) && IS_ENABLED(CONFIG_OF)
IS_ENABLED         97 include/linux/nvmem-provider.h #if IS_ENABLED(CONFIG_NVMEM)
IS_ENABLED         14 include/linux/of_mdio.h #if IS_ENABLED(CONFIG_OF_MDIO)
IS_ENABLED         12 include/linux/of_pci.h #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_PCI)
IS_ENABLED         32 include/linux/of_pci.h #if IS_ENABLED(CONFIG_OF_IRQ)
IS_ENABLED        349 include/linux/omap-dma.h #if defined(CONFIG_ARCH_OMAP1) && IS_ENABLED(CONFIG_FB_OMAP)
IS_ENABLED         30 include/linux/omap-gpmc.h #if IS_ENABLED(CONFIG_OMAP_GPMC)
IS_ENABLED         91 include/linux/omap-gpmc.h #if IS_ENABLED(CONFIG_MTD_ONENAND_OMAP2)
IS_ENABLED       1002 include/linux/phy.h #if IS_ENABLED(CONFIG_PHYLIB)
IS_ENABLED       1195 include/linux/phy.h #if IS_ENABLED(CONFIG_PHYLIB)
IS_ENABLED       1255 include/linux/phy.h #if IS_ENABLED(CONFIG_MDIO_DEVICE)
IS_ENABLED         68 include/linux/phy/omap_control_phy.h #if IS_ENABLED(CONFIG_OMAP_CONTROL_PHY)
IS_ENABLED        196 include/linux/phy/phy.h #if IS_ENABLED(CONFIG_GENERIC_PHY)
IS_ENABLED         16 include/linux/phy_fixed.h #if IS_ENABLED(CONFIG_FIXED_PHY)
IS_ENABLED         35 include/linux/platform_data/elm.h #if IS_ENABLED(CONFIG_MTD_NAND_OMAP_BCH)
IS_ENABLED        315 include/linux/pwm.h #if IS_ENABLED(CONFIG_PWM)
IS_ENABLED        595 include/linux/pwm.h #if IS_ENABLED(CONFIG_PWM)
IS_ENABLED        248 include/linux/pxa2xx_ssp.h #if IS_ENABLED(CONFIG_PXA_SSP)
IS_ENABLED        232 include/linux/qcom-geni-se.h #if IS_ENABLED(CONFIG_QCOM_GENI_SE)
IS_ENABLED         37 include/linux/qcom_scm.h #if IS_ENABLED(CONFIG_QCOM_SCM)
IS_ENABLED         76 include/linux/qed/qede_rdma.h #if IS_ENABLED(CONFIG_QED_RDMA)
IS_ENABLED         45 include/linux/regulator/fixed.h #if IS_ENABLED(CONFIG_REGULATOR)
IS_ENABLED          6 include/linux/remoteproc/qcom_rproc.h #if IS_ENABLED(CONFIG_QCOM_RPROC_COMMON)
IS_ENABLED        114 include/linux/rpmsg.h #if IS_ENABLED(CONFIG_RPMSG)
IS_ENABLED         10 include/linux/rpmsg/qcom_glink.h #if IS_ENABLED(CONFIG_RPMSG_QCOM_GLINK_SMEM)
IS_ENABLED         10 include/linux/rpmsg/qcom_smd.h #if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD)
IS_ENABLED        193 include/linux/serdev.h #if IS_ENABLED(CONFIG_SERIAL_DEV_BUS)
IS_ENABLED        497 include/linux/sfp.h #if IS_ENABLED(CONFIG_SFP)
IS_ENABLED        125 include/linux/shdma-base.h #if IS_ENABLED(CONFIG_SH_DMAE_BASE)
IS_ENABLED        106 include/linux/shmem_fs.h 	if (!IS_ENABLED(CONFIG_SHMEM))
IS_ENABLED         40 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        250 include/linux/skbuff.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        279 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED       4060 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       4069 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       4078 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       4085 include/linux/skbuff.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       4091 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED       4201 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) || defined(CONFIG_NF_TABLES)
IS_ENABLED       4208 include/linux/skbuff.h #if IS_ENABLED(CONFIG_IP_VS)
IS_ENABLED       4221 include/linux/skbuff.h #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) || defined(CONFIG_NF_TABLES)
IS_ENABLED        120 include/linux/soc/qcom/llcc-qcom.h #if IS_ENABLED(CONFIG_QCOM_LLCC)
IS_ENABLED          7 include/linux/soc/qcom/wcnss_ctrl.h #if IS_ENABLED(CONFIG_QCOM_WCNSS_CTRL)
IS_ENABLED        166 include/linux/soc/ti/knav_dma.h #if IS_ENABLED(CONFIG_KEYSTONE_NAVIGATOR_DMA)
IS_ENABLED        545 include/linux/soc/ti/ti_sci_protocol.h #if IS_ENABLED(CONFIG_TI_SCI_PROTOCOL)
IS_ENABLED         31 include/linux/sony-laptop.h #if IS_ENABLED(CONFIG_SONY_LAPTOP)
IS_ENABLED        290 include/linux/spi/spi-mem.h #if IS_ENABLED(CONFIG_SPI_MEM)
IS_ENABLED        635 include/linux/spi/spi.h 	return IS_ENABLED(CONFIG_SPI_SLAVE) && ctlr->slave;
IS_ENABLED        660 include/linux/spi/spi.h 	if (!IS_ENABLED(CONFIG_SPI_SLAVE))
IS_ENABLED       1382 include/linux/spi/spi.h #if IS_ENABLED(CONFIG_OF)
IS_ENABLED         70 include/linux/sunrpc/addr.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         71 include/linux/sunrpc/clnt.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         17 include/linux/sunrpc/debug.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         34 include/linux/sunrpc/debug.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         83 include/linux/sunrpc/debug.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         88 include/linux/sunrpc/sched.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
IS_ENABLED        202 include/linux/sunrpc/sched.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
IS_ENABLED        266 include/linux/sunrpc/sched.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        281 include/linux/sunrpc/sched.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
IS_ENABLED        299 include/linux/sunrpc/sched.h #if IS_ENABLED(CONFIG_SUNRPC_SWAP)
IS_ENABLED        285 include/linux/sunrpc/xprt.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        491 include/linux/sunrpc/xprt.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        100 include/linux/swapops.h #if IS_ENABLED(CONFIG_DEVICE_PRIVATE)
IS_ENABLED        104 include/linux/tcp.h #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        417 include/linux/thermal.h #if IS_ENABLED(CONFIG_THERMAL)
IS_ENABLED        547 include/linux/thermal.h #if defined(CONFIG_NET) && IS_ENABLED(CONFIG_THERMAL)
IS_ENABLED        240 include/linux/tracepoint.h 		if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) {		\
IS_ENABLED        243 include/linux/usb/gadget.h #if IS_ENABLED(CONFIG_USB_GADGET)
IS_ENABLED        560 include/linux/usb/gadget.h #if IS_ENABLED(CONFIG_USB_GADGET)
IS_ENABLED        428 include/linux/usb/hcd.h 	return IS_ENABLED(CONFIG_HAS_DMA) && (hcd->driver->flags & HCD_DMA);
IS_ENABLED        123 include/linux/usb/musb.h #if IS_ENABLED(CONFIG_USB_MUSB_HDRC)
IS_ENABLED         17 include/linux/usb/of.h #if IS_ENABLED(CONFIG_OF)
IS_ENABLED         62 include/linux/usb/of.h #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_USB_SUPPORT)
IS_ENABLED        217 include/linux/usb/phy.h #if IS_ENABLED(CONFIG_USB_PHY)
IS_ENABLED         46 include/linux/usb/role.h #if IS_ENABLED(CONFIG_USB_ROLE_SWITCH)
IS_ENABLED         55 include/linux/usb/ulpi.h #if IS_ENABLED(CONFIG_USB_ULPI)
IS_ENABLED         19 include/linux/usb/usb_phy_generic.h #if IS_ENABLED(CONFIG_NOP_USB_XCEIV)
IS_ENABLED        153 include/linux/vfio.h #if IS_ENABLED(CONFIG_VFIO_SPAPR_EEH)
IS_ENABLED        197 include/linux/watchdog.h #if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)
IS_ENABLED        188 include/linux/ww_mutex.h 	if (!IS_ENABLED(CONFIG_PROVE_LOCKING))
IS_ENABLED        195 include/linux/ww_mutex.h 	if (!IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC))
IS_ENABLED       1212 include/linux/xarray.h 	return IS_ENABLED(CONFIG_XARRAY_MULTI) && xa_is_internal(entry) &&
IS_ENABLED         20 include/media/cec-notifier.h #if IS_REACHABLE(CONFIG_CEC_CORE) && IS_ENABLED(CONFIG_CEC_NOTIFIER)
IS_ENABLED        420 include/media/cec.h #if IS_REACHABLE(CONFIG_CEC_CORE) && IS_ENABLED(CONFIG_CEC_NOTIFIER)
IS_ENABLED        363 include/media/dvbdev.h #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        659 include/media/media-entity.h #if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
IS_ENABLED         15 include/media/rcar-fcp.h #if IS_ENABLED(CONFIG_VIDEO_RENESAS_FCP)
IS_ENABLED         56 include/media/v4l2-fh.h #if IS_ENABLED(CONFIG_V4L2_MEM2MEM_DEV)
IS_ENABLED        114 include/media/v4l2-flash-led-class.h #if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
IS_ENABLED        334 include/net/ax25.h #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED        397 include/net/bluetooth/bluetooth.h #if IS_ENABLED(CONFIG_BT_BREDR)
IS_ENABLED        432 include/net/bluetooth/hci_core.h #if IS_ENABLED(CONFIG_BT_LEDS)
IS_ENABLED        595 include/net/bluetooth/hci_core.h #if IS_ENABLED(CONFIG_BT_BREDR)
IS_ENABLED       1530 include/net/cfg80211.h #if IS_ENABLED(CONFIG_CFG80211)
IS_ENABLED        973 include/net/devlink.h #if IS_ENABLED(CONFIG_NET_DEVLINK)
IS_ENABLED        558 include/net/dsa.h #if IS_ENABLED(CONFIG_NET_DSA)
IS_ENABLED        567 include/net/dsa.h #if IS_ENABLED(CONFIG_NET_DSA)
IS_ENABLED        612 include/net/dsa.h #if IS_ENABLED(CONFIG_NET_DSA)
IS_ENABLED          7 include/net/dst_cache.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         46 include/net/dst_cache.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED          9 include/net/ife.h #if IS_ENABLED(CONFIG_NET_IFE)
IS_ENABLED         14 include/net/inet6_hashtables.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         83 include/net/inet_hashtables.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        203 include/net/inet_hashtables.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        408 include/net/inet_hashtables.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        416 include/net/inet_hashtables.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         94 include/net/inet_sock.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        198 include/net/inet_sock.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        298 include/net/inet_sock.h #if !(IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        103 include/net/ip.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        614 include/net/ip.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        621 include/net/ip.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         79 include/net/ip6_checksum.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         21 include/net/ip_tunnels.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        317 include/net/ip_tunnels.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         27 include/net/ip_vs.h #if IS_ENABLED(CONFIG_IP_VS_IPV6)
IS_ENABLED         30 include/net/ip_vs.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       1646 include/net/ip_vs.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       1663 include/net/ip_vs.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        841 include/net/ipv6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        919 include/net/ipv6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         30 include/net/ipv6_frag.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3989 include/net/mac80211.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        118 include/net/ndisc.h #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
IS_ENABLED        225 include/net/ndisc.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        333 include/net/ndisc.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        448 include/net/neighbour.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        123 include/net/net_namespace.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        126 include/net/net_namespace.h #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
IS_ENABLED        144 include/net/net_namespace.h #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED        150 include/net/net_namespace.h #if IS_ENABLED(CONFIG_NETFILTER_NETLINK_ACCT)
IS_ENABLED        153 include/net/net_namespace.h #if IS_ENABLED(CONFIG_NF_CT_NETLINK_TIMEOUT)
IS_ENABLED        168 include/net/net_namespace.h #if IS_ENABLED(CONFIG_IP_VS)
IS_ENABLED        171 include/net/net_namespace.h #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        174 include/net/net_namespace.h #if IS_ENABLED(CONFIG_CAN)
IS_ENABLED        180 include/net/net_namespace.h #if IS_ENABLED(CONFIG_CRYPTO_USER)
IS_ENABLED        431 include/net/net_namespace.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        450 include/net/net_namespace.h #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
IS_ENABLED         11 include/net/netfilter/br_netfilter.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         45 include/net/netfilter/br_netfilter.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         58 include/net/netfilter/br_netfilter.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         86 include/net/netfilter/nf_conntrack.h #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         32 include/net/netfilter/nf_conntrack_acct.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         53 include/net/netfilter/nf_conntrack_acct.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         63 include/net/netfilter/nf_conntrack_acct.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         51 include/net/netfilter/nf_conntrack_expect.h #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         11 include/net/netfilter/nf_conntrack_extend.h #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         28 include/net/netfilter/nf_conntrack_extend.h #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
IS_ENABLED        179 include/net/netfilter/nf_conntrack_l4proto.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         16 include/net/netfilter/nf_conntrack_synproxy.h #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
IS_ENABLED         25 include/net/netfilter/nf_conntrack_synproxy.h #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
IS_ENABLED         35 include/net/netfilter/nf_conntrack_synproxy.h #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
IS_ENABLED         25 include/net/netfilter/nf_nat.h #if IS_ENABLED(CONFIG_NF_NAT_PPTP)
IS_ENABLED         33 include/net/netfilter/nf_nat.h #if IS_ENABLED(CONFIG_NF_NAT_MASQUERADE)
IS_ENABLED         50 include/net/netfilter/nf_nat.h #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         62 include/net/netfilter/nf_nat.h #if IS_ENABLED(CONFIG_NF_NAT_MASQUERADE)
IS_ENABLED         68 include/net/netfilter/nf_synproxy.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1238 include/net/netfilter/nf_tables.h #if IS_ENABLED(CONFIG_NF_TABLES)
IS_ENABLED         31 include/net/netfilter/nf_tables_ipv6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         16 include/net/netns/can.h #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED        117 include/net/netns/ipv6.h #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED         16 include/net/netns/mib.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         28 include/net/netns/netfilter.h #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED         31 include/net/netns/netfilter.h #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
IS_ENABLED         34 include/net/netns/netfilter.h #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED         72 include/net/netns/xfrm.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         15 include/net/netprio_cgroup.h #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
IS_ENABLED         52 include/net/ping.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         25 include/net/protocol.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         54 include/net/protocol.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        101 include/net/protocol.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        112 include/net/protocol.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         21 include/net/psample.h #if IS_ENABLED(CONFIG_PSAMPLE)
IS_ENABLED         77 include/net/raw.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED         52 include/net/sctp/sctp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        326 include/net/sctp/sctp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        247 include/net/sctp/structs.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1125 include/net/sctp/structs.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         46 include/net/seg6.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        185 include/net/sock.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        708 include/net/sock.h 	if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
IS_ENABLED          8 include/net/tc_act/tc_ct.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         56 include/net/tc_act/tc_ct.h #if defined(CONFIG_NET_CLS_ACT) && IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        864 include/net/tcp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        898 include/net/tcp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        917 include/net/tcp.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        927 include/net/tcp.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        938 include/net/tcp.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED       1532 include/net/tcp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1572 include/net/tcp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2280 include/net/tcp.h #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED       2284 include/net/tcp.h #if IS_ENABLED(CONFIG_TLS_DEVICE)
IS_ENABLED        602 include/net/tls.h #if IS_ENABLED(CONFIG_TLS_DEVICE)
IS_ENABLED         41 include/net/udp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        254 include/net/udp.h #if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
IS_ENABLED        415 include/net/udp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        462 include/net/udp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED          8 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         19 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         26 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         43 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        146 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        178 include/net/udp_tunnel.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        233 include/net/vxlan.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        238 include/net/vxlan.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        380 include/net/vxlan.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        430 include/net/vxlan.h #if IS_ENABLED(CONFIG_VXLAN)
IS_ENABLED       1338 include/net/xfrm.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1556 include/net/xfrm.h #if IS_ENABLED(CONFIG_NET_PKTGEN)
IS_ENABLED       2795 include/rdma/ib_verbs.h #if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
IS_ENABLED        868 include/rdma/uverbs_ioctl.h #if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
IS_ENABLED         15 include/scsi/scsi_transport_sas.h #if !IS_ENABLED(CONFIG_SCSI_SAS_ATTRS)
IS_ENABLED        138 include/soc/bcm2835/raspberrypi-firmware.h #if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)
IS_ENABLED         18 include/soc/qcom/cmd-db.h #if IS_ENABLED(CONFIG_QCOM_COMMAND_DB)
IS_ENABLED         13 include/soc/qcom/rpmh.h #if IS_ENABLED(CONFIG_QCOM_RPMH)
IS_ENABLED        109 include/soc/tegra/bpmp.h #if IS_ENABLED(CONFIG_TEGRA_BPMP)
IS_ENABLED        169 include/soc/tegra/bpmp.h #if IS_ENABLED(CONFIG_CLK_TEGRA_BPMP)
IS_ENABLED        178 include/soc/tegra/bpmp.h #if IS_ENABLED(CONFIG_RESET_TEGRA_BPMP)
IS_ENABLED        187 include/soc/tegra/bpmp.h #if IS_ENABLED(CONFIG_SOC_TEGRA_POWERGATE_BPMP)
IS_ENABLED        196 include/soc/tegra/bpmp.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED         81 include/sound/ac97/codec.h #if IS_ENABLED(CONFIG_AC97_BUS_NEW)
IS_ENABLED         62 include/sound/ac97/controller.h #if IS_ENABLED(CONFIG_AC97_BUS_NEW)
IS_ENABLED        127 include/sound/core.h #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        215 include/sound/core.h #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        380 include/sound/core.h #if IS_ENABLED(CONFIG_GAMEPORT)
IS_ENABLED         54 include/sound/emux_synth.h #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        117 include/sound/emux_synth.h #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        138 include/sound/emux_synth.h #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED         13 include/sound/intel-nhlt.h #if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SND_INTEL_NHLT)
IS_ENABLED         10 include/sound/mixer_oss.h #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        306 include/sound/opl3.h #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        315 include/sound/opl3.h #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        359 include/sound/opl3.h #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         23 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        423 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        469 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        490 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        521 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        540 include/sound/pcm.h #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED         18 include/sound/rawmidi.h #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        133 include/sound/rawmidi.h #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         24 include/sound/soc-acpi.h #if IS_ENABLED(CONFIG_ACPI)
IS_ENABLED          2 include/trace/events/devlink.h #if IS_ENABLED(CONFIG_NET_DEVLINK)
IS_ENABLED         58 include/trace/events/neigh.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        122 include/trace/events/neigh.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        199 include/trace/events/neigh.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         19 include/trace/events/net_probe_common.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        177 include/trace/events/sock.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         25 include/trace/events/tcp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        745 include/video/omapfb_dss.h #if IS_ENABLED(CONFIG_FB_OMAP2)
IS_ENABLED         58 include/xen/platform_pci.h 	return IS_ENABLED(CONFIG_XEN);
IS_ENABLED         62 include/xen/platform_pci.h 	return IS_ENABLED(CONFIG_XEN);
IS_ENABLED         66 include/xen/platform_pci.h 	return IS_ENABLED(CONFIG_XEN);
IS_ENABLED        632 init/do_mounts.c 	if (IS_ENABLED(CONFIG_TMPFS) && is_tmpfs)
IS_ENABLED        646 init/do_mounts.c 	if (IS_ENABLED(CONFIG_TMPFS) && !saved_root_name[0] &&
IS_ENABLED        653 init/initramfs.c 	if (!initrd_start || IS_ENABLED(CONFIG_INITRAMFS_FORCE))
IS_ENABLED        656 init/initramfs.c 	if (IS_ENABLED(CONFIG_BLK_DEV_RAM))
IS_ENABLED        528 init/main.c    	if (IS_ENABLED(CONFIG_INIT_STACK_ALL))
IS_ENABLED        530 init/main.c    	else if (IS_ENABLED(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL))
IS_ENABLED        532 init/main.c    	else if (IS_ENABLED(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF))
IS_ENABLED        534 init/main.c    	else if (IS_ENABLED(CONFIG_GCC_PLUGIN_STRUCTLEAK_USER))
IS_ENABLED         33 ipc/syscall.c  		if (IS_ENABLED(CONFIG_64BIT) || !IS_ENABLED(CONFIG_64BIT_TIME))
IS_ENABLED         36 ipc/syscall.c  		else if (IS_ENABLED(CONFIG_COMPAT_32BIT_TIME))
IS_ENABLED        144 ipc/syscall.c  		if (!IS_ENABLED(CONFIG_COMPAT_32BIT_TIME))
IS_ENABLED       1649 kernel/bpf/syscall.c 	if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
IS_ENABLED       9346 kernel/bpf/verifier.c 	if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
IS_ENABLED        579 kernel/cpu.c   	if (IS_ENABLED(CONFIG_HOTPLUG_CPU))
IS_ENABLED        113 kernel/dma/direct.c 		if (IS_ENABLED(CONFIG_ZONE_DMA32) &&
IS_ENABLED        120 kernel/dma/direct.c 		if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA)) {
IS_ENABLED        170 kernel/dma/direct.c 	if (IS_ENABLED(CONFIG_ARCH_HAS_UNCACHED_SEGMENT) &&
IS_ENABLED        199 kernel/dma/direct.c 	if (IS_ENABLED(CONFIG_ARCH_HAS_UNCACHED_SEGMENT) &&
IS_ENABLED        208 kernel/dma/direct.c 	if (!IS_ENABLED(CONFIG_ARCH_HAS_UNCACHED_SEGMENT) &&
IS_ENABLED        217 kernel/dma/direct.c 	if (!IS_ENABLED(CONFIG_ARCH_HAS_UNCACHED_SEGMENT) &&
IS_ENABLED        398 kernel/dma/direct.c 	if (IS_ENABLED(CONFIG_ZONE_DMA))
IS_ENABLED        121 kernel/dma/mapping.c 		if (!IS_ENABLED(CONFIG_ARCH_HAS_DMA_COHERENT_TO_PFN))
IS_ENABLED        175 kernel/dma/mapping.c 	    (IS_ENABLED(CONFIG_DMA_NONCOHERENT_CACHE_SYNC) &&
IS_ENABLED        209 kernel/dma/mapping.c 		if (!IS_ENABLED(CONFIG_ARCH_HAS_DMA_COHERENT_TO_PFN))
IS_ENABLED        239 kernel/dma/mapping.c 		return IS_ENABLED(CONFIG_MMU) &&
IS_ENABLED        241 kernel/dma/mapping.c 			IS_ENABLED(CONFIG_ARCH_HAS_DMA_COHERENT_TO_PFN));
IS_ENABLED        116 kernel/dma/remap.c 	if (IS_ENABLED(CONFIG_ZONE_DMA))
IS_ENABLED        118 kernel/dma/remap.c 	if (IS_ENABLED(CONFIG_ZONE_DMA32))
IS_ENABLED        375 kernel/fork.c  	BUILD_BUG_ON(IS_ENABLED(CONFIG_VMAP_STACK) && PAGE_SIZE % 1024 != 0);
IS_ENABLED       1746 kernel/fork.c  	if (IS_ENABLED(CONFIG_MEMCG))
IS_ENABLED        425 kernel/futex.c 	if (!IS_ENABLED(CONFIG_MMU)) {
IS_ENABLED        461 kernel/futex.c 	if (!IS_ENABLED(CONFIG_MMU))
IS_ENABLED       1798 kernel/futex.c 		if (!IS_ENABLED(CONFIG_MMU) ||
IS_ENABLED       2035 kernel/futex.c 	if (!IS_ENABLED(CONFIG_FUTEX_PI) && requeue_pi)
IS_ENABLED       2904 kernel/futex.c 	if (!IS_ENABLED(CONFIG_FUTEX_PI))
IS_ENABLED       3092 kernel/futex.c 	if (!IS_ENABLED(CONFIG_FUTEX_PI))
IS_ENABLED       3323 kernel/futex.c 	if (!IS_ENABLED(CONFIG_FUTEX_PI))
IS_ENABLED       1538 kernel/irq/chip.c 	if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device) {
IS_ENABLED       1561 kernel/irq/chip.c 	if (IS_ENABLED(CONFIG_PM) && data->chip->parent_device)
IS_ENABLED        331 kernel/irq/irqdomain.c 		if (IS_ENABLED(CONFIG_SPARSE_IRQ)) {
IS_ENABLED        379 kernel/irq/msi.c 	if (IS_ENABLED(CONFIG_PCI_MSI) && pci_msi_ignore_mask)
IS_ENABLED         85 kernel/jump_label.c 	if (IS_ENABLED(CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE))
IS_ENABLED        147 kernel/kallsyms.c 	if (!IS_ENABLED(CONFIG_KALLSYMS_BASE_RELATIVE))
IS_ENABLED        151 kernel/kallsyms.c 	if (!IS_ENABLED(CONFIG_KALLSYMS_ABSOLUTE_PERCPU))
IS_ENABLED        206 kernel/kallsyms.c 	if (!IS_ENABLED(CONFIG_KALLSYMS_BASE_RELATIVE))
IS_ENABLED        244 kernel/kallsyms.c 		else if (IS_ENABLED(CONFIG_KALLSYMS_ALL))
IS_ENABLED        206 kernel/kexec_file.c 		if (IS_ENABLED(CONFIG_KEXEC_SIG_FORCE)) {
IS_ENABLED        643 kernel/kexec_file.c 	if (!IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK))
IS_ENABLED        717 kernel/kexec_file.c 	if (!IS_ENABLED(CONFIG_ARCH_HAS_KEXEC_PURGATORY))
IS_ENABLED        270 kernel/module.c static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE);
IS_ENABLED       1325 kernel/module.c 		if (IS_ENABLED(CONFIG_MODULE_REL_CRCS))
IS_ENABLED         41 kernel/panic.c 	IS_ENABLED(CONFIG_GCC_PLUGIN_RANDSTRUCT) ? (1 << TAINT_RANDSTRUCT) : 0;
IS_ENABLED       1206 kernel/power/hibernate.c 	} else if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX)
IS_ENABLED       1156 kernel/power/snapshot.c 	if (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) || want_init_on_free()) {
IS_ENABLED        568 kernel/power/suspend.c 	if (!IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC)) {
IS_ENABLED        677 kernel/printk/printk.c int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT);
IS_ENABLED       1287 kernel/printk/printk.c static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME);
IS_ENABLED       1329 kernel/printk/printk.c 	if (IS_ENABLED(CONFIG_PRINTK_CALLER) || time) {
IS_ENABLED        653 kernel/ptrace.c 		if (!IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) ||
IS_ENABLED        654 kernel/ptrace.c 		    !IS_ENABLED(CONFIG_SECCOMP))
IS_ENABLED        484 kernel/rcu/rcu.h #if IS_ENABLED(CONFIG_RCU_TORTURE_TEST) || IS_MODULE(CONFIG_RCU_TORTURE_TEST)
IS_ENABLED       1728 kernel/rcu/rcutorture.c 	if (IS_ENABLED(CONFIG_PREEMPT) && IS_ENABLED(CONFIG_NO_HZ_FULL)) {
IS_ENABLED       1957 kernel/rcu/rcutorture.c 	if (!IS_ENABLED(CONFIG_SMP) || !IS_ENABLED(CONFIG_RCU_BOOST))
IS_ENABLED        155 kernel/rcu/tree.c static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0;
IS_ENABLED        241 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
IS_ENABLED        244 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
IS_ENABLED        263 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
IS_ENABLED        571 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
IS_ENABLED        580 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
IS_ENABLED        739 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && oldval < 0);
IS_ENABLED        748 kernel/rcu/tree.c 	WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
IS_ENABLED       1094 kernel/rcu/tree.c 		if (IS_ENABLED(CONFIG_IRQ_WORK) &&
IS_ENABLED       1372 kernel/rcu/tree.c 	const bool offloaded = IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       1755 kernel/rcu/tree.c 	offloaded = IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       1916 kernel/rcu/tree.c 	if (WARN_ON_ONCE(!IS_ENABLED(CONFIG_PREEMPTION)) ||
IS_ENABLED       1952 kernel/rcu/tree.c 	const bool offloaded = IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       2033 kernel/rcu/tree.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_CPU))
IS_ENABLED       2065 kernel/rcu/tree.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_CPU) ||
IS_ENABLED       2098 kernel/rcu/tree.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_CPU))
IS_ENABLED       2115 kernel/rcu/tree.c 	const bool offloaded = IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       2213 kernel/rcu/tree.c 	WARN_ON_ONCE(!IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       2270 kernel/rcu/tree.c 			if (!IS_ENABLED(CONFIG_PREEMPTION) ||
IS_ENABLED       2345 kernel/rcu/tree.c 	const bool offloaded = IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       2489 kernel/rcu/tree.c 	if (!IS_ENABLED(CONFIG_RCU_BOOST) && use_softirq)
IS_ENABLED       2606 kernel/rcu/tree.c 	if (IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
IS_ENABLED       2685 kernel/rcu/tree.c 	if (IS_ENABLED(CONFIG_PREEMPTION))
IS_ENABLED       2817 kernel/rcu/tree.c 	    (!IS_ENABLED(CONFIG_RCU_NOCB_CPU) ||
IS_ENABLED       3283 kernel/rcu/tree.c 	if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2
IS_ENABLED       3286 kernel/rcu/tree.c 	else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1)
IS_ENABLED         27 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_RCU_TRACE))
IS_ENABLED         29 kernel/rcu/tree_plugin.h 	if ((IS_ENABLED(CONFIG_64BIT) && RCU_FANOUT != 64) ||
IS_ENABLED         30 kernel/rcu/tree_plugin.h 	    (!IS_ENABLED(CONFIG_64BIT) && RCU_FANOUT != 32))
IS_ENABLED         35 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_RCU_FAST_NO_HZ))
IS_ENABLED         37 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_PROVE_RCU))
IS_ENABLED         67 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_DEBUG_OBJECTS_RCU_HEAD))
IS_ENABLED         77 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_RCU_EQS_DEBUG))
IS_ENABLED        359 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_PROVE_LOCKING))
IS_ENABLED        387 kernel/rcu/tree_plugin.h 	if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
IS_ENABLED        499 kernel/rcu/tree_plugin.h 		if (IS_ENABLED(CONFIG_RCU_BOOST)) {
IS_ENABLED        527 kernel/rcu/tree_plugin.h 		if (IS_ENABLED(CONFIG_RCU_BOOST) && drop_boost_mutex)
IS_ENABLED        629 kernel/rcu/tree_plugin.h 			if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled &&
IS_ENABLED       1121 kernel/rcu/tree_plugin.h 	if (!IS_ENABLED(CONFIG_PREEMPT_RCU))
IS_ENABLED        321 kernel/rcu/tree_stall.h 	       !IS_ENABLED(CONFIG_IRQ_WORK) ? '?' :
IS_ENABLED        613 kernel/rcu/tree_stall.h 	if (!IS_ENABLED(CONFIG_PROVE_RCU) || rcu_gp_in_progress() ||
IS_ENABLED        206 kernel/rcu/update.c 	if (!IS_ENABLED(CONFIG_PROVE_RCU))
IS_ENABLED        451 kernel/rcu/update.c #if IS_ENABLED(CONFIG_RCU_TORTURE_TEST) || IS_MODULE(CONFIG_RCU_TORTURE_TEST)
IS_ENABLED        606 kernel/rcu/update.c 	    (IS_ENABLED(CONFIG_NO_HZ_FULL) &&
IS_ENABLED        862 kernel/rcu/update.c 	if (IS_ENABLED(CONFIG_SRCU))
IS_ENABLED        883 kernel/rcu/update.c 		if (IS_ENABLED(CONFIG_SRCU)) {
IS_ENABLED       1611 kernel/resource.c 		if (IS_ENABLED(CONFIG_IO_STRICT_DEVMEM)
IS_ENABLED       2062 kernel/sched/core.c 			if (IS_ENABLED(CONFIG_CPUSETS)) {
IS_ENABLED       3857 kernel/sched/core.c 	if (IS_ENABLED(CONFIG_DEBUG_PREEMPT)
IS_ENABLED       6783 kernel/sched/core.c 	if (IS_ENABLED(CONFIG_DEBUG_PREEMPT)
IS_ENABLED       6801 kernel/sched/core.c 	if (!IS_ENABLED(CONFIG_PREEMPT_COUNT))
IS_ENABLED        122 kernel/sched/isolation.c 		if (IS_ENABLED(CONFIG_NO_HZ_FULL)) {
IS_ENABLED        139 kernel/sched/membarrier.c 		if (!IS_ENABLED(CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE))
IS_ENABLED        287 kernel/sched/membarrier.c 		if (!IS_ENABLED(CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE))
IS_ENABLED        434 kernel/seccomp.c 	const bool save_orig = IS_ENABLED(CONFIG_CHECKPOINT_RESTORE);
IS_ENABLED        711 kernel/seccomp.c 	if (IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) &&
IS_ENABLED        925 kernel/seccomp.c 	if (IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) &&
IS_ENABLED        354 kernel/smpboot.c 	if (!IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
IS_ENABLED       1576 kernel/sys.c   	     IS_ENABLED(CONFIG_POSIX_TIMERS))
IS_ENABLED        613 kernel/time/hrtimer.c 	return IS_ENABLED(CONFIG_HIGH_RES_TIMERS) ?
IS_ENABLED       1126 kernel/time/hrtimer.c 	if (!IS_ENABLED(CONFIG_PREEMPT_RT))
IS_ENABLED       1298 kernel/time/hrtimer.c 	if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust)
IS_ENABLED       1389 kernel/time/hrtimer.c 	if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(mode & HRTIMER_MODE_HARD))
IS_ENABLED       1507 kernel/time/hrtimer.c 	if (IS_ENABLED(CONFIG_TIME_LOW_RES))
IS_ENABLED       1792 kernel/time/hrtimer.c 	if (IS_ENABLED(CONFIG_PREEMPT_RT) && sl->timer.is_hard)
IS_ENABLED       1821 kernel/time/hrtimer.c 	if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
IS_ENABLED        538 kernel/time/ntp.c 	if (!IS_ENABLED(CONFIG_RTC_SYSTOHC))
IS_ENABLED        573 kernel/time/ntp.c 	if (!IS_ENABLED(CONFIG_GENERIC_CMOS_UPDATE))
IS_ENABLED        630 kernel/time/ntp.c 	if (IS_ENABLED(CONFIG_GENERIC_CMOS_UPDATE) ||
IS_ENABLED        631 kernel/time/ntp.c 	    IS_ENABLED(CONFIG_RTC_SYSTOHC))
IS_ENABLED        622 kernel/time/tick-broadcast.c 		if (!IS_ENABLED(CONFIG_SMP) &&
IS_ENABLED        436 kernel/time/tick-sched.c 	if (IS_ENABLED(CONFIG_PM_SLEEP_SMP) &&
IS_ENABLED        437 kernel/time/tick-sched.c 			!IS_ENABLED(CONFIG_PM_SLEEP_SMP_NONZERO_CPU)) {
IS_ENABLED        884 kernel/time/time.c 	if (IS_ENABLED(CONFIG_64BIT_TIME) && (!IS_ENABLED(CONFIG_64BIT) ||
IS_ENABLED        938 kernel/time/timekeeping.c 	if (IS_ENABLED(CONFIG_64BIT))
IS_ENABLED        844 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
IS_ENABLED        857 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
IS_ENABLED       1732 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_POSIX_TIMERS))
IS_ENABLED       1787 kernel/time/timer.c 	if (IS_ENABLED(CONFIG_NO_HZ_COMMON))
IS_ENABLED       1801 kernel/time/timer.c 		if (!IS_ENABLED(CONFIG_NO_HZ_COMMON))
IS_ENABLED       2818 kernel/trace/ftrace.c 		if (IS_ENABLED(CONFIG_PREEMPTION))
IS_ENABLED       8681 kernel/trace/trace.c 		(IS_ENABLED(CONFIG_DEBUG_FS) &&
IS_ENABLED        264 kernel/trace/trace_events.c 	if (IS_ENABLED(CONFIG_PREEMPTION))
IS_ENABLED        149 kernel/trace/trace_hwlat.c 	if (!IS_ENABLED(CONFIG_GENERIC_SCHED_CLOCK)) {
IS_ENABLED       1158 kernel/trace/trace_output.c 		if (!IS_ENABLED(CONFIG_GENERIC_SCHED_CLOCK))
IS_ENABLED        606 kernel/watchdog.c 	if (!IS_ENABLED(CONFIG_SYSCTL) &&
IS_ENABLED        291 kernel/workqueue.c static bool wq_power_efficient = IS_ENABLED(CONFIG_WQ_POWER_EFFICIENT_DEFAULT);
IS_ENABLED        641 lib/dynamic_debug.c #if IS_ENABLED(CONFIG_INFINIBAND)
IS_ENABLED        177 lib/iov_iter.c 	if (IS_ENABLED(CONFIG_HIGHMEM) && !fault_in_pages_writeable(buf, copy)) {
IS_ENABLED        261 lib/iov_iter.c 	if (IS_ENABLED(CONFIG_HIGHMEM) && !fault_in_pages_readable(buf, copy)) {
IS_ENABLED        161 lib/raid6/algos.c 			if (!IS_ENABLED(CONFIG_RAID6_PQ_BENCHMARK)) {
IS_ENABLED         76 lib/test_hexdump.c 	const bool is_be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
IS_ENABLED        178 lib/test_xarray.c 	unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 8 : 1;
IS_ENABLED        307 lib/test_xarray.c 	unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 15 : 1;
IS_ENABLED        874 lib/test_xarray.c 	unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
IS_ENABLED        943 lib/test_xarray.c 	unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 10 : 1;
IS_ENABLED       1444 lib/test_xarray.c 	unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 12 : 1;
IS_ENABLED       1806 lib/vsprintf.c 	if (!IS_ENABLED(CONFIG_HAVE_CLK))
IS_ENABLED       1931 lib/vsprintf.c 	if (!IS_ENABLED(CONFIG_OF))
IS_ENABLED         96 mm/balloon_compaction.c 		if (IS_ENABLED(CONFIG_BALLOON_COMPACTION) &&
IS_ENABLED        173 mm/filemap.c   	if (!IS_ENABLED(CONFIG_DEBUG_VM) && unlikely(page_mapped(page))) {
IS_ENABLED       2373 mm/gup.c       	if (IS_ENABLED(CONFIG_HAVE_FAST_GUP) &&
IS_ENABLED       2450 mm/gup.c       	if (IS_ENABLED(CONFIG_HAVE_FAST_GUP) &&
IS_ENABLED        534 mm/hmm.c       	} else if (IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL) && pte_special(pte)) {
IS_ENABLED        564 mm/huge_memory.c 	if (!IS_DAX(filp->f_mapping->host) || !IS_ENABLED(CONFIG_FS_DAX_PMD))
IS_ENABLED       2527 mm/huge_memory.c 			if (IS_ENABLED(CONFIG_SHMEM) && PageSwapBacked(head))
IS_ENABLED       2809 mm/huge_memory.c 		if (IS_ENABLED(CONFIG_DEBUG_VM) && mapcount) {
IS_ENABLED       2469 mm/hugetlb.c   	if (hstate_is_gigantic(h) && !IS_ENABLED(CONFIG_CONTIG_ALLOC)) {
IS_ENABLED        165 mm/kasan/common.c 		if (IS_ENABLED(CONFIG_KASAN_SW_TAGS))
IS_ENABLED        242 mm/kasan/common.c 	if (IS_ENABLED(CONFIG_KASAN_SW_TAGS))
IS_ENABLED        267 mm/kasan/common.c 	if (IS_ENABLED(CONFIG_KASAN_GENERIC) &&
IS_ENABLED        414 mm/kasan/common.c 	if (IS_ENABLED(CONFIG_KASAN_SW_TAGS))
IS_ENABLED        423 mm/kasan/common.c 	if (IS_ENABLED(CONFIG_KASAN_GENERIC))
IS_ENABLED        467 mm/kasan/common.c 	if ((IS_ENABLED(CONFIG_KASAN_GENERIC) && !quarantine) ||
IS_ENABLED        475 mm/kasan/common.c 	return IS_ENABLED(CONFIG_KASAN_GENERIC);
IS_ENABLED        501 mm/kasan/common.c 	if (IS_ENABLED(CONFIG_KASAN_SW_TAGS))
IS_ENABLED        145 mm/kasan/quarantine.c 	if (IS_ENABLED(CONFIG_SLAB))
IS_ENABLED        150 mm/kasan/quarantine.c 	if (IS_ENABLED(CONFIG_SLAB))
IS_ENABLED        301 mm/kasan/report.c 	BUILD_BUG_ON(IS_ENABLED(CONFIG_STACK_GROWSUP));
IS_ENABLED        348 mm/kasan/report.c 	if (IS_ENABLED(CONFIG_KASAN_SW_TAGS))
IS_ENABLED        416 mm/khugepaged.c 	    (IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS) &&
IS_ENABLED        419 mm/khugepaged.c 		if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE))
IS_ENABLED       1506 mm/khugepaged.c 	VM_BUG_ON(!IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS) && !is_shmem);
IS_ENABLED       1971 mm/khugepaged.c 			if (IS_ENABLED(CONFIG_SHMEM) && vma->vm_file) {
IS_ENABLED       1121 mm/kmemleak.c  	if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn)
IS_ENABLED       1135 mm/kmemleak.c  	if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn)
IS_ENABLED       1147 mm/kmemleak.c  	if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn)
IS_ENABLED       1159 mm/kmemleak.c  	if (!IS_ENABLED(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn)
IS_ENABLED       1551 mm/kmemleak.c  	static int first_run = IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN);
IS_ENABLED       1976 mm/kmemleak.c  	if (IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN)) {
IS_ENABLED        314 mm/memblock.c  		WARN_ONCE(IS_ENABLED(CONFIG_MEMORY_HOTREMOVE),
IS_ENABLED        579 mm/memory.c    	if (IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL)) {
IS_ENABLED       1744 mm/memory.c    	if (!IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL) &&
IS_ENABLED       3292 mm/memory.c    			IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE)) {
IS_ENABLED        268 mm/memory_hotplug.c 	if (IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP))
IS_ENABLED       2117 mm/mempolicy.c 	if (unlikely(IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && hugepage)) {
IS_ENABLED       2668 mm/mempolicy.c 	if (IS_ENABLED(CONFIG_NUMA_BALANCING_DEFAULT_ENABLED))
IS_ENABLED        173 mm/memremap.c  		if (!IS_ENABLED(CONFIG_DEVICE_PRIVATE)) {
IS_ENABLED        183 mm/memremap.c  		if (!IS_ENABLED(CONFIG_ZONE_DEVICE) ||
IS_ENABLED        184 mm/memremap.c  		    IS_ENABLED(CONFIG_FS_DAX_LIMITED)) {
IS_ENABLED       1683 mm/mmap.c      	if (IS_ENABLED(CONFIG_MEM_SOFT_DIRTY) && !(vm_flags & VM_SOFTDIRTY))
IS_ENABLED        257 mm/mmu_notifier.c 	if (IS_ENABLED(CONFIG_LOCKDEP)) {
IS_ENABLED        125 mm/mprotect.c  		} else if (IS_ENABLED(CONFIG_MIGRATION)) {
IS_ENABLED       1269 mm/nommu.c     	    (!IS_ENABLED(CONFIG_MMAP_ALLOW_UNINITIALIZED) ||
IS_ENABLED        268 mm/oom_kill.c  	if (!IS_ENABLED(CONFIG_NUMA))
IS_ENABLED        457 mm/oom_kill.c  	if (!IS_ENABLED(CONFIG_COMPACTION) && oc->order)
IS_ENABLED       1382 mm/page-writeback.c 		if (IS_ENABLED(CONFIG_CGROUP_WRITEBACK) && mdtc) {
IS_ENABLED        698 mm/page_alloc.c 			= IS_ENABLED(CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT);
IS_ENABLED       1073 mm/page_alloc.c 	if (!IS_ENABLED(CONFIG_DEBUG_VM)) {
IS_ENABLED       2087 mm/page_alloc.c 	return (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) &&
IS_ENABLED       4231 mm/page_alloc.c 	if (!IS_ENABLED(CONFIG_MMU) && !test_thread_flag(TIF_MEMDIE))
IS_ENABLED       4698 mm/page_alloc.c 	if (IS_ENABLED(CONFIG_CMA) && ac->migratetype == MIGRATE_MOVABLE)
IS_ENABLED       5094 mm/page_alloc.c 	if (IS_ENABLED(CONFIG_NUMA))
IS_ENABLED       6672 mm/page_alloc.c 	    IS_ENABLED(CONFIG_SPARSEMEM))
IS_ENABLED       7320 mm/page_alloc.c 			if (IS_ENABLED(CONFIG_HIGHMEM))
IS_ENABLED         74 mm/page_idle.c 		} else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
IS_ENABLED         35 mm/page_poison.c 		(!IS_ENABLED(CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC) &&
IS_ENABLED         72 mm/page_poison.c 	if (IS_ENABLED(CONFIG_PAGE_POISONING_NO_SANITY))
IS_ENABLED        788 mm/rmap.c      		} else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
IS_ENABLED       1268 mm/rmap.c      	if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
IS_ENABLED       1360 mm/rmap.c      	if (IS_ENABLED(CONFIG_MIGRATION) && (flags & TTU_MIGRATION) &&
IS_ENABLED       1458 mm/rmap.c      		if (IS_ENABLED(CONFIG_MIGRATION) &&
IS_ENABLED       1552 mm/rmap.c      		} else if (IS_ENABLED(CONFIG_MIGRATION) &&
IS_ENABLED        596 mm/shmem.c     	if (IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE) &&
IS_ENABLED       1062 mm/shmem.c     			if (IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE)) {
IS_ENABLED       1474 mm/shmem.c     	if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE))
IS_ENABLED       1513 mm/shmem.c     	if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE))
IS_ENABLED       2091 mm/shmem.c     	if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE))
IS_ENABLED       2233 mm/shmem.c     	if (IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE) &&
IS_ENABLED       3466 mm/shmem.c     		    !(IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE) &&
IS_ENABLED       3472 mm/shmem.c     		if (IS_ENABLED(CONFIG_NUMA)) {
IS_ENABLED       4193 mm/shmem.c     	if (IS_ENABLED(CONFIG_TRANSPARENT_HUGE_PAGECACHE) &&
IS_ENABLED       1198 mm/slab.c      	if (!IS_ENABLED(CONFIG_NUMA) || num_possible_nodes() == 1)
IS_ENABLED       2059 mm/slab.c      	if (IS_ENABLED(CONFIG_PAGE_POISONING) &&
IS_ENABLED        516 mm/slab.h      	    !IS_ENABLED(CONFIG_SLAB_FREELIST_HARDENED) &&
IS_ENABLED         38 mm/slab_common.c 		IS_ENABLED(CONFIG_HARDENED_USERCOPY_FALLBACK);
IS_ENABLED         62 mm/slab_common.c static bool slab_nomerge = !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT);
IS_ENABLED        370 mm/slab_common.c 		if (IS_ENABLED(CONFIG_SLAB) && align &&
IS_ENABLED       1006 mm/slab_common.c 	if (!IS_ENABLED(CONFIG_MEMCG_KMEM) || !is_root_cache(s)) {
IS_ENABLED       2707 mm/slub.c      	} while (IS_ENABLED(CONFIG_PREEMPT) &&
IS_ENABLED       2981 mm/slub.c      	} while (IS_ENABLED(CONFIG_PREEMPT) &&
IS_ENABLED       4791 mm/slub.c      static bool memcg_sysfs_enabled = IS_ENABLED(CONFIG_SLUB_MEMCG_SYSFS_ON);
IS_ENABLED        318 mm/swap_slots.c 		if (IS_ENABLED(CONFIG_THP_SWAP))
IS_ENABLED        328 mm/swapfile.c  	if (IS_ENABLED(CONFIG_THP_SWAP))
IS_ENABLED        940 mm/swapfile.c  	if (!IS_ENABLED(CONFIG_THP_SWAP)) {
IS_ENABLED       1570 mm/swapfile.c  	if (!IS_ENABLED(CONFIG_THP_SWAP) || likely(!PageTransCompound(page)))
IS_ENABLED       1594 mm/swapfile.c  	if (!IS_ENABLED(CONFIG_THP_SWAP) || likely(!PageTransCompound(page))) {
IS_ENABLED       3240 mm/swapfile.c  	if (IS_ENABLED(CONFIG_FRONTSWAP))
IS_ENABLED        327 mm/util.c      	if (!IS_ENABLED(CONFIG_64BIT) || is_compat_task())
IS_ENABLED       3452 mm/vmalloc.c   	if (IS_ENABLED(CONFIG_NUMA)) {
IS_ENABLED       3565 mm/vmalloc.c   	if (IS_ENABLED(CONFIG_NUMA))
IS_ENABLED       2682 mm/vmscan.c    	if (IS_ENABLED(CONFIG_COMPACTION) && sc->order &&
IS_ENABLED       2993 mm/vmscan.c    			if (IS_ENABLED(CONFIG_COMPACTION) &&
IS_ENABLED       1122 mm/vmstat.c    #if IS_ENABLED(CONFIG_ZSMALLOC)
IS_ENABLED         19 net/6lowpan/ndisc.c #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
IS_ENABLED        226 net/6lowpan/ndisc.c #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
IS_ENABLED        330 net/8021q/vlan.c #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED        399 net/8021q/vlan_dev.c #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED        565 net/8021q/vlan_dev.c #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED        768 net/8021q/vlan_dev.c #if IS_ENABLED(CONFIG_FCOE)
IS_ENABLED       1279 net/appletalk/ddp.c #if IS_ENABLED(CONFIG_IPDDP)
IS_ENABLED         35 net/atm/lec.c  #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED        128 net/atm/lec.c  #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED        228 net/atm/lec.c  #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED        432 net/atm/lec.c  #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED        208 net/atm/resources.c 		if (IS_ENABLED(CONFIG_COMPAT) && compat) {
IS_ENABLED        252 net/atm/resources.c 	if (IS_ENABLED(CONFIG_COMPAT) && compat) {
IS_ENABLED        416 net/atm/resources.c 		if (IS_ENABLED(CONFIG_COMPAT) && compat) {
IS_ENABLED         17 net/batman-adv/debugfs.h #if IS_ENABLED(CONFIG_BATMAN_ADV_DEBUGFS)
IS_ENABLED        133 net/batman-adv/multicast.c #if IS_ENABLED(CONFIG_IPV6_MROUTE)
IS_ENABLED        196 net/batman-adv/multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        301 net/batman-adv/multicast.c 	if (!IS_ENABLED(CONFIG_BRIDGE_IGMP_SNOOPING))
IS_ENABLED        434 net/batman-adv/multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        565 net/batman-adv/multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        619 net/batman-adv/multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1113 net/batman-adv/multicast.c 		if (!IS_ENABLED(CONFIG_IPV6))
IS_ENABLED        127 net/bluetooth/a2mp.h #if IS_ENABLED(CONFIG_BT_HS)
IS_ENABLED         41 net/bluetooth/amp.h #if IS_ENABLED(CONFIG_BT_HS)
IS_ENABLED         23 net/bluetooth/hci_debugfs.h #if IS_ENABLED(CONFIG_BT_DEBUGFS)
IS_ENABLED       4760 net/bluetooth/hci_event.c #if IS_ENABLED(CONFIG_BT_HS)
IS_ENABLED       6006 net/bluetooth/hci_event.c #if IS_ENABLED(CONFIG_BT_HS)
IS_ENABLED          6 net/bluetooth/leds.h #if IS_ENABLED(CONFIG_BT_LEDS)
IS_ENABLED         33 net/bluetooth/selftest.c #if IS_ENABLED(CONFIG_BT_SELFTEST_ECDH)
IS_ENABLED         23 net/bluetooth/selftest.h #if IS_ENABLED(CONFIG_BT_SELFTEST) && IS_MODULE(CONFIG_BT)
IS_ENABLED       3534 net/bluetooth/smp.c #if IS_ENABLED(CONFIG_BT_SELFTEST_SMP)
IS_ENABLED        199 net/bluetooth/smp.h #if IS_ENABLED(CONFIG_BT_SELFTEST_SMP)
IS_ENABLED         32 net/bpfilter/bpfilter_kern.c 	if (IS_ENABLED(CONFIG_INET))
IS_ENABLED        107 net/bpfilter/bpfilter_kern.c 	if (!err && IS_ENABLED(CONFIG_INET)) {
IS_ENABLED        119 net/bpfilter/bpfilter_kern.c 	if (IS_ENABLED(CONFIG_INET)) {
IS_ENABLED        349 net/bridge/br.c #if IS_ENABLED(CONFIG_ATM_LANE)
IS_ENABLED        388 net/bridge/br.c #if IS_ENABLED(CONFIG_ATM_LANE)
IS_ENABLED         21 net/bridge/br_arp_nd_proxy.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         42 net/bridge/br_arp_nd_proxy.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        224 net/bridge/br_arp_nd_proxy.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         62 net/bridge/br_device.c 	if (IS_ENABLED(CONFIG_INET) &&
IS_ENABLED         67 net/bridge/br_device.c 	} else if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED        231 net/bridge/br_device.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        411 net/bridge/br_fdb.c #if IS_ENABLED(CONFIG_ATM_LANE)
IS_ENABLED        112 net/bridge/br_input.c 	if (IS_ENABLED(CONFIG_INET) &&
IS_ENABLED        116 net/bridge/br_input.c 	} else if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED         12 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         74 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        105 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        356 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        401 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        452 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        537 net/bridge/br_mdb.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         27 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         55 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         95 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        130 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        309 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        430 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        605 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        691 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        706 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        757 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        803 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        832 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        878 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        910 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        980 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1085 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1116 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1291 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1509 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1558 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1649 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1745 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1775 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1802 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1817 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1837 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1868 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1905 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1915 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2041 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2118 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2149 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2294 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2355 net/bridge/br_multicast.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        749 net/bridge/br_netfilter_hooks.c 	if (IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) &&
IS_ENABLED        777 net/bridge/br_netfilter_hooks.c 	if (IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) &&
IS_ENABLED       1265 net/bridge/br_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1276 net/bridge/br_netlink.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       1378 net/bridge/br_netlink.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       1464 net/bridge/br_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1494 net/bridge/br_netlink.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        259 net/bridge/br_private.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        339 net/bridge/br_private.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        381 net/bridge/br_private.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        402 net/bridge/br_private.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        679 net/bridge/br_private.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        745 net/bridge/br_private.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1104 net/bridge/br_private.h #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       1152 net/bridge/br_private.h #if IS_ENABLED(CONFIG_ATM_LANE)
IS_ENABLED        682 net/bridge/br_sysfs_br.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        701 net/bridge/br_sysfs_br.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        885 net/bridge/br_sysfs_br.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        889 net/bridge/br_sysfs_br.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        113 net/bridge/netfilter/ebt_log.c #if IS_ENABLED(CONFIG_BRIDGE_EBT_IP6)
IS_ENABLED        803 net/can/af_can.c 	if (IS_ENABLED(CONFIG_PROC_FS)) {
IS_ENABLED        827 net/can/af_can.c 	if (IS_ENABLED(CONFIG_PROC_FS)) {
IS_ENABLED        169 net/can/bcm.c  #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED       1509 net/can/bcm.c  #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED       1572 net/can/bcm.c  #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED       1675 net/can/bcm.c  #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED       1685 net/can/bcm.c  #if IS_ENABLED(CONFIG_PROC_FS)
IS_ENABLED       3073 net/core/dev.c #if IS_ENABLED(CONFIG_NET_MPLS_GSO)
IS_ENABLED       3451 net/core/dev.c #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
IS_ENABLED       4544 net/core/dev.c #if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_ATM_LANE)
IS_ENABLED       9342 net/core/dev.c #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED         12 net/core/dst_cache.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        104 net/core/dst_cache.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4314 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4445 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4488 net/core/filter.c 	if (!IS_ENABLED(CONFIG_INET) || !sk_fullsock(sk))
IS_ENABLED       4526 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4598 net/core/filter.c #if IS_ENABLED(CONFIG_INET) || IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4613 net/core/filter.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED       4728 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4850 net/core/filter.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED       4855 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4887 net/core/filter.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED       4892 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4920 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
IS_ENABLED       4956 net/core/filter.c #if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
IS_ENABLED       4968 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
IS_ENABLED       4973 net/core/filter.c #if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
IS_ENABLED       4986 net/core/filter.c #if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
IS_ENABLED       5015 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
IS_ENABLED       5226 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5954 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
IS_ENABLED       6462 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
IS_ENABLED       7460 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       7480 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       7674 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       7692 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       8118 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       8139 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       8338 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       8393 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       8414 net/core/filter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         30 net/core/flow_dissector.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        261 net/core/flow_dissector.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        280 net/core/flow_dissector.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)
IS_ENABLED        283 net/core/flow_dissector.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
IS_ENABLED        919 net/core/flow_dissector.c #if IS_ENABLED(CONFIG_NET_DSA)
IS_ENABLED        635 net/core/net-sysfs.c #if IS_ENABLED(CONFIG_WIRELESS_EXT) || IS_ENABLED(CONFIG_CFG80211)
IS_ENABLED       1745 net/core/net-sysfs.c #if IS_ENABLED(CONFIG_WIRELESS_EXT) || IS_ENABLED(CONFIG_CFG80211)
IS_ENABLED       1748 net/core/net-sysfs.c #if IS_ENABLED(CONFIG_WIRELESS_EXT)
IS_ENABLED         38 net/core/net-traces.c #if IS_ENABLED(CONFIG_BRIDGE)
IS_ENABLED         46 net/core/net-traces.c #if IS_ENABLED(CONFIG_PAGE_POOL)
IS_ENABLED        492 net/core/netpoll.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        717 net/core/netpoll.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        837 net/core/pktgen.c 		if (!IS_ENABLED(CONFIG_XFRM) && i == IPSEC_SHIFT)
IS_ENABLED         19 net/core/secure_seq.c #if IS_ENABLED(CONFIG_IPV6) || IS_ENABLED(CONFIG_INET)
IS_ENABLED         54 net/core/secure_seq.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        155 net/core/secure_seq.c #if IS_ENABLED(CONFIG_IP_DCCP)
IS_ENABLED        170 net/core/secure_seq.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        654 net/core/skbuff.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       4103 net/core/skbuff.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       4109 net/core/skbuff.c #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED       4117 net/core/skbuff.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       4123 net/core/skbuff.c #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED        707 net/core/sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2018 net/core/sock.c 		(IS_ENABLED(CONFIG_INET) && skb->destructor == tcp_wfree));
IS_ENABLED        352 net/dccp/dccp.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         40 net/dccp/minisocks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         58 net/dsa/tag_brcm.c #if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM) || \
IS_ENABLED         59 net/dsa/tag_brcm.c 	IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
IS_ENABLED        149 net/dsa/tag_brcm.c #if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM)
IS_ENABLED        188 net/dsa/tag_brcm.c #if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
IS_ENABLED        217 net/dsa/tag_brcm.c #if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM)
IS_ENABLED        220 net/dsa/tag_brcm.c #if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
IS_ENABLED        187 net/hsr/hsr_main.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED       1572 net/ipv4/af_inet.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        573 net/ipv4/arp.c #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED        579 net/ipv4/arp.c #if IS_ENABLED(CONFIG_NETROM)
IS_ENABLED        587 net/ipv4/arp.c #if IS_ENABLED(CONFIG_FDDI)
IS_ENABLED        607 net/ipv4/arp.c #if IS_ENABLED(CONFIG_FIREWIRE_NET)
IS_ENABLED        750 net/ipv4/arp.c #if IS_ENABLED(CONFIG_FIREWIRE_NET)
IS_ENABLED       1042 net/ipv4/arp.c #if IS_ENABLED(CONFIG_FDDI)
IS_ENABLED       1302 net/ipv4/arp.c #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED       1350 net/ipv4/arp.c #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED       1363 net/ipv4/arp.c #if IS_ENABLED(CONFIG_AX25)
IS_ENABLED       2673 net/ipv4/devinet.c 	if ((!IS_ENABLED(CONFIG_SYSCTL) ||
IS_ENABLED       1655 net/ipv4/fib_semantics.c #if IS_ENABLED(CONFIG_IP_ROUTE_MULTIPATH) || IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        520 net/ipv4/fou.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        725 net/ipv4/fou.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        810 net/ipv4/fou.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1151 net/ipv4/fou.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        270 net/ipv4/gre_offload.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         26 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         94 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        113 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        274 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        344 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        371 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        638 net/ipv4/inet_connection_sock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         75 net/ipv4/inet_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        130 net/ipv4/inet_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        427 net/ipv4/inet_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        662 net/ipv4/inet_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        883 net/ipv4/inet_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         45 net/ipv4/inet_hashtables.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        179 net/ipv4/inet_hashtables.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        557 net/ipv4/inet_hashtables.c 	if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
IS_ENABLED        189 net/ipv4/ip_gre.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        562 net/ipv4/ip_output.c #if IS_ENABLED(CONFIG_IP_VS)
IS_ENABLED         42 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        252 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        662 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        673 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1249 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_BPFILTER_UMH)
IS_ENABLED       1562 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_BPFILTER_UMH)
IS_ENABLED       1599 net/ipv4/ip_sockglue.c #if IS_ENABLED(CONFIG_BPFILTER_UMH)
IS_ENABLED         47 net/ipv4/ip_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        515 net/ipv4/ip_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        681 net/ipv4/ip_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        790 net/ipv4/ip_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        818 net/ipv4/ip_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        226 net/ipv4/ip_vti.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        205 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        232 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        260 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        285 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        320 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        646 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        685 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        700 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        716 net/ipv4/ipip.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        125 net/ipv4/netfilter/ip_tables.c #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
IS_ENABLED        304 net/ipv4/netfilter/ip_tables.c #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
IS_ENABLED         20 net/ipv4/netfilter/ipt_REJECT.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         18 net/ipv4/netfilter/nf_defrag_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         44 net/ipv4/netfilter/nf_defrag_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         71 net/ipv4/netfilter/nf_defrag_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         72 net/ipv4/netfilter/nf_defrag_ipv4.c #if !IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         19 net/ipv4/netfilter/nf_dup_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         66 net/ipv4/netfilter/nf_dup_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        141 net/ipv4/netfilter/nf_reject_ipv4.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         15 net/ipv4/netfilter/nf_socket_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        100 net/ipv4/netfilter/nf_socket_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        134 net/ipv4/netfilter/nf_socket_ipv4.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         23 net/ipv4/netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         43 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        180 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        205 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        324 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        377 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        392 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        437 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        448 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        560 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        578 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        618 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        678 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        899 net/ipv4/ping.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         22 net/ipv4/raw_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         48 net/ipv4/raw_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        352 net/ipv4/syncookies.c 	if (IS_ENABLED(CONFIG_SMC))
IS_ENABLED        377 net/ipv4/sysctl_net_ipv4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        388 net/ipv4/sysctl_net_ipv4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        291 net/ipv4/tcp.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        973 net/ipv4/tcp.c 	if (IS_ENABLED(CONFIG_DEBUG_VM) &&
IS_ENABLED         48 net/ipv4/tcp_diag.c 	#if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        128 net/ipv4/tcp_fastopen.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        115 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_TLS_DEVICE)
IS_ENABLED       2334 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3631 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_TLS_DEVICE)
IS_ENABLED       3782 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED       5847 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED       6383 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       6454 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED       6470 net/ipv4/tcp_input.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       6605 net/ipv4/tcp_input.c 	if (IS_ENABLED(CONFIG_SMC) && want_cookie)
IS_ENABLED        121 net/ipv4/tcp_ipv4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1013 net/ipv4/tcp_ipv4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1044 net/ipv4/tcp_ipv4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        245 net/ipv4/tcp_metrics.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        285 net/ipv4/tcp_metrics.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        279 net/ipv4/tcp_minisocks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        439 net/ipv4/tcp_minisocks.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        420 net/ipv4/tcp_output.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        558 net/ipv4/tcp_output.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        575 net/ipv4/tcp_output.c #if IS_ENABLED(CONFIG_SMC)
IS_ENABLED        469 net/ipv4/tcp_timer.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        113 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        133 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        164 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        177 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        197 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        206 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        219 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        225 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        228 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        243 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        247 net/ipv4/tunnel4.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        322 net/ipv4/udp.c 		if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
IS_ENABLED        501 net/ipv4/udp.c #if IS_ENABLED(CONFIG_NF_TPROXY_IPV4) || IS_ENABLED(CONFIG_NF_SOCKET_IPV4)
IS_ENABLED         46 net/ipv4/udp_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        184 net/ipv4/udp_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         70 net/ipv4/xfrm4_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         90 net/ipv4/xfrm4_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        103 net/ipv4/xfrm4_tunnel.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        418 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       2393 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       2833 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       3098 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       3373 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       3404 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_NET_IPGRE)
IS_ENABLED       3590 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_SIT)
IS_ENABLED       3595 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_NET_IPGRE)
IS_ENABLED       4384 net/ipv6/addrconf.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED       6965 net/ipv6/addrconf.c 	if (IS_ENABLED(CONFIG_SYSCTL) &&
IS_ENABLED         35 net/ipv6/ah6.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        143 net/ipv6/ah6.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        311 net/ipv6/ah6.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        388 net/ipv6/ah6.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        444 net/ipv6/ah6.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        922 net/ipv6/datagram.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED         43 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        207 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        268 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        281 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        303 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        311 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        516 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        542 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        597 net/ipv6/exthdrs.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED         19 net/ipv6/fou6.c #if IS_ENABLED(CONFIG_IPV6_FOU_TUNNEL)
IS_ENABLED        308 net/ipv6/icmp.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED         10 net/ipv6/ip6_icmp.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        448 net/ipv6/ipv6_sockglue.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        240 net/ipv6/netfilter.c #if IS_ENABLED(CONFIG_SYN_COOKIES)
IS_ENABLED        248 net/ipv6/netfilter.c #if IS_MODULE(CONFIG_IPV6) && IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED        149 net/ipv6/netfilter/ip6_tables.c #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
IS_ENABLED        327 net/ipv6/netfilter/ip6_tables.c #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
IS_ENABLED         18 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         34 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         57 net/ipv6/netfilter/nf_defrag_ipv6_hooks.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         15 net/ipv6/netfilter/nf_dup_ipv6.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         56 net/ipv6/netfilter/nf_dup_ipv6.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        191 net/ipv6/netfilter/nf_reject_ipv6.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         16 net/ipv6/netfilter/nf_socket_ipv6.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        101 net/ipv6/output_core.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        127 net/ipv6/output_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         24 net/ipv6/protocol.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         49 net/ipv6/raw.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        128 net/ipv6/raw.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        190 net/ipv6/raw.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED        709 net/ipv6/route.c 		ret = IS_ENABLED(CONFIG_IPV6_ROUTER_PREF) ?
IS_ENABLED        707 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        734 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        757 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1041 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1160 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1802 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1912 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1939 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED       1954 net/ipv6/sit.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        215 net/ipv6/syncookies.c 	if (IS_ENABLED(CONFIG_SMC))
IS_ENABLED        238 net/ipv6/udp.c #if IS_ENABLED(CONFIG_NF_TPROXY_IPV6) || IS_ENABLED(CONFIG_NF_SOCKET_IPV6)
IS_ENABLED        385 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        402 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        502 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        622 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        638 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        682 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        748 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1353 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3255 net/key/af_key.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        110 net/l2tp/l2tp_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1033 net/l2tp/l2tp_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1122 net/l2tp/l2tp_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1305 net/l2tp/l2tp_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1335 net/l2tp/l2tp_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        133 net/l2tp/l2tp_core.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        146 net/l2tp/l2tp_debugfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        301 net/l2tp/l2tp_eth.c 	if (IS_ENABLED(CONFIG_L2TP_DEBUGFS))
IS_ENABLED        199 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        225 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        330 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        380 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        394 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        410 net/l2tp/l2tp_netlink.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        551 net/l2tp/l2tp_ppp.c 	if (IS_ENABLED(CONFIG_L2TP_DEBUGFS))
IS_ENABLED        945 net/l2tp/l2tp_ppp.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1003 net/mac80211/driver-ops.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        376 net/mac80211/main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1275 net/mac80211/main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1284 net/mac80211/main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1321 net/mac80211/main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1722 net/mac80211/trace.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         23 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         43 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_NET_IP_TUNNEL)
IS_ENABLED        144 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        585 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        613 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2073 net/mpls/af_mpls.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED        684 net/ncsi/ncsi-manage.c #if IS_ENABLED(CONFIG_NCSI_OEM_CMD_GET_MAC)
IS_ENABLED        963 net/ncsi/ncsi-manage.c #if IS_ENABLED(CONFIG_NCSI_OEM_CMD_GET_MAC)
IS_ENABLED        293 net/netfilter/core.c #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED        548 net/netfilter/core.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        627 net/netfilter/core.c #if IS_ENABLED(CONFIG_DECNET)
IS_ENABLED        130 net/netfilter/ipset/ip_set_getport.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        134 net/netfilter/ipset/ip_set_hash_netiface.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        173 net/netfilter/ipset/ip_set_hash_netiface.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        380 net/netfilter/ipset/ip_set_hash_netiface.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        796 net/netfilter/ipvs/ip_vs_xmit.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        884 net/netfilter/ipvs/ip_vs_xmit.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       1551 net/netfilter/ipvs/ip_vs_xmit.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       1639 net/netfilter/ipvs/ip_vs_xmit.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        287 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        348 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        383 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        437 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1596 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1639 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1813 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED       1972 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2413 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       2430 net/netfilter/nf_conntrack_core.c #if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
IS_ENABLED        347 net/netfilter/nf_conntrack_expect.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        750 net/netfilter/nf_conntrack_h323_main.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         49 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        664 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1507 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1599 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       2384 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       2734 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       2752 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       3216 net/netfilter/nf_conntrack_netlink.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        533 net/netfilter/nf_conntrack_pptp.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        115 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        303 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        473 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        543 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        651 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        659 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        669 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        680 net/netfilter/nf_conntrack_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        590 net/netfilter/nf_conntrack_proto_dccp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        752 net/netfilter/nf_conntrack_proto_dccp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        318 net/netfilter/nf_conntrack_proto_gre.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        253 net/netfilter/nf_conntrack_proto_icmp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        359 net/netfilter/nf_conntrack_proto_icmp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        172 net/netfilter/nf_conntrack_proto_icmpv6.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        278 net/netfilter/nf_conntrack_proto_icmpv6.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        509 net/netfilter/nf_conntrack_proto_sctp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        665 net/netfilter/nf_conntrack_proto_sctp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED       1182 net/netfilter/nf_conntrack_proto_tcp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED       1443 net/netfilter/nf_conntrack_proto_tcp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        273 net/netfilter/nf_conntrack_proto_udp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        295 net/netfilter/nf_conntrack_proto_udp.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        930 net/netfilter/nf_conntrack_sip.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        163 net/netfilter/nf_log_common.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         93 net/netfilter/nf_nat_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        424 net/netfilter/nf_nat_core.c #if IS_ENABLED(CONFIG_NF_CT_PROTO_GRE)
IS_ENABLED        858 net/netfilter/nf_nat_core.c #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
IS_ENABLED        138 net/netfilter/nf_nat_masquerade.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        331 net/netfilter/nf_nat_masquerade.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        283 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_NF_CT_PROTO_GRE)
IS_ENABLED        386 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        468 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        518 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        548 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        780 net/netfilter/nf_nat_proto.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1020 net/netfilter/nf_nat_proto.c #if defined(CONFIG_NF_TABLES_INET) && IS_ENABLED(CONFIG_NFT_NAT)
IS_ENABLED         51 net/netfilter/nf_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         85 net/netfilter/nf_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        811 net/netfilter/nf_synproxy_core.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         42 net/netfilter/nfnetlink_log.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        483 net/netfilter/nfnetlink_log.c #if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        520 net/netfilter/nfnetlink_log.c #if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        713 net/netfilter/nfnetlink_log.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         39 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED         43 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        307 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_NETWORK_SECMARK)
IS_ENABLED        401 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        493 net/netfilter/nfnetlink_queue.c #if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        527 net/netfilter/nfnetlink_queue.c #if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        640 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        719 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED        903 net/netfilter/nfnetlink_queue.c #if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
IS_ENABLED       1294 net/netfilter/nfnetlink_queue.c #if !IS_ENABLED(CONFIG_NETWORK_SECMARK)
IS_ENABLED        196 net/netfilter/nft_chain_filter.c #if IS_ENABLED(CONFIG_NF_TABLES_BRIDGE)
IS_ENABLED        587 net/netfilter/nft_meta.c #if IS_ENABLED(CONFIG_NF_TABLES_BRIDGE) && IS_MODULE(CONFIG_NFT_BRIDGE_META)
IS_ENABLED         34 net/netfilter/nft_socket.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED         88 net/netfilter/nft_socket.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED         74 net/netfilter/nft_synproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        143 net/netfilter/nft_synproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        181 net/netfilter/nft_synproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        214 net/netfilter/nft_synproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED         11 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED         77 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        165 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        203 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        226 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED        239 net/netfilter/nft_tproxy.c #if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
IS_ENABLED         19 net/netfilter/xt_HMARK.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         22 net/netfilter/xt_HMARK.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         80 net/netfilter/xt_HMARK.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        148 net/netfilter/xt_HMARK.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        349 net/netfilter/xt_HMARK.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         79 net/netfilter/xt_LOG.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         54 net/netfilter/xt_MASQUERADE.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         74 net/netfilter/xt_MASQUERADE.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        125 net/netfilter/xt_MASQUERADE.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        217 net/netfilter/xt_TCPMSS.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        286 net/netfilter/xt_TCPMSS.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        321 net/netfilter/xt_TCPMSS.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         94 net/netfilter/xt_TCPOPTSTRIP.c #if IS_ENABLED(CONFIG_IP6_NF_MANGLE)
IS_ENABLED        122 net/netfilter/xt_TCPOPTSTRIP.c #if IS_ENABLED(CONFIG_IP6_NF_MANGLE)
IS_ENABLED         47 net/netfilter/xt_TEE.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        158 net/netfilter/xt_TEE.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         23 net/netfilter/xt_TPROXY.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         16 net/netfilter/xt_addrtype.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         32 net/netfilter/xt_addrtype.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        142 net/netfilter/xt_addrtype.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        179 net/netfilter/xt_addrtype.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         26 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         78 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        611 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        661 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED       1014 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED       1108 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED       1240 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED       1267 net/netfilter/xt_hashlimit.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        186 net/netfilter/xt_l2tp.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        285 net/netfilter/xt_l2tp.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        327 net/netfilter/xt_l2tp.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         20 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        108 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        159 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        240 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        264 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED        288 net/netfilter/xt_socket.c #if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
IS_ENABLED         84 net/netlabel/netlabel_addrlist.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        173 net/netlabel/netlabel_addrlist.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        251 net/netlabel/netlabel_addrlist.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        330 net/netlabel/netlabel_addrlist.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        121 net/netlabel/netlabel_addrlist.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         99 net/netlabel/netlabel_calipso.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         69 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         81 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        228 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        276 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        321 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        410 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        481 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        507 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        527 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        611 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        623 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        634 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        667 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        691 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        714 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        892 net/netlabel/netlabel_domainhash.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         92 net/netlabel/netlabel_domainhash.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         69 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        143 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        222 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        264 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        410 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        429 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        454 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1006 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1049 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1078 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1108 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1138 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1211 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1256 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1281 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1310 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1368 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1415 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1446 net/netlabel/netlabel_kapi.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         82 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        126 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        194 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        259 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        287 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        343 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        702 net/netlabel/netlabel_mgmt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        152 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        166 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        256 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        418 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        513 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        588 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        595 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        662 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1173 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1205 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1252 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1277 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1464 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1486 net/netlabel/netlabel_unlabeled.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         24 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         71 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED         76 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED        152 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
IS_ENABLED        289 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
IS_ENABLED        293 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
IS_ENABLED        297 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED        334 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
IS_ENABLED        508 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED        730 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        754 net/openvswitch/conntrack.c 		if (IS_ENABLED(CONFIG_NF_NAT) &&
IS_ENABLED        761 net/openvswitch/conntrack.c 		} else if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED       1084 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED       1185 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED       1229 net/openvswitch/conntrack.c 	} else if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED       1342 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1359 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1496 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1576 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1632 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
IS_ENABLED       1635 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
IS_ENABLED       1638 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED       1710 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1731 net/openvswitch/conntrack.c 		if (IS_ENABLED(CONFIG_NF_NAT) &&
IS_ENABLED       1740 net/openvswitch/conntrack.c 		} else if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED       1791 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
IS_ENABLED       1794 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) && ct_info->mark.mask &&
IS_ENABLED       1798 net/openvswitch/conntrack.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED       1816 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1835 net/openvswitch/conntrack.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED       1848 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED       2279 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED       2290 net/openvswitch/conntrack.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED         15 net/openvswitch/conntrack.h #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        101 net/openvswitch/conntrack.h #if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED       1573 net/openvswitch/datapath.c #if !IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED       2361 net/openvswitch/datapath.c #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED        134 net/openvswitch/datapath.h #if	IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
IS_ENABLED        845 net/openvswitch/flow.c #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED        881 net/openvswitch/flow.c #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED        159 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        571 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        769 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        842 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        890 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        931 net/rds/af_rds.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        189 net/rds/bind.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         66 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        212 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        513 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        596 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        613 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        630 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        756 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        798 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        833 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        857 net/rds/connection.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        327 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        377 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        407 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        429 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        513 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        587 net/rds/ib.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        692 net/rds/ib_cm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        750 net/rds/ib_cm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        918 net/rds/ib_cm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        180 net/rds/ib_rdma.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         42 net/rds/rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        186 net/rds/rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        247 net/rds/rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        261 net/rds/rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        284 net/rds/rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        806 net/rds/recv.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1155 net/rds/send.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         53 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        122 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        213 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        282 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        330 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        353 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        568 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        576 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        585 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        701 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        735 net/rds/tcp.c  #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        135 net/rds/tcp_listen.c #if !IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        171 net/rds/tcp_listen.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        185 net/rds/tcp_listen.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        742 net/rxrpc/af_rxrpc.c 	    IS_ENABLED(CONFIG_AF_RXRPC_IPV6) && protocol != PF_INET6)
IS_ENABLED       1227 net/rxrpc/input.c 	if (IS_ENABLED(CONFIG_AF_RXRPC_INJECT_LOSS)) {
IS_ENABLED        139 net/rxrpc/local_object.c #if IS_ENABLED(CONFIG_AF_RXRPC_IPV6)
IS_ENABLED        377 net/rxrpc/output.c 	if (IS_ENABLED(CONFIG_AF_RXRPC_INJECT_LOSS)) {
IS_ENABLED        183 net/sched/act_ct.c #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
IS_ENABLED        215 net/sched/act_ct.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        242 net/sched/act_ct.c 		} else if (IS_ENABLED(CONFIG_IPV6) &&
IS_ENABLED        295 net/sched/act_ct.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
IS_ENABLED        314 net/sched/act_ct.c #if IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)
IS_ENABLED        331 net/sched/act_ct.c #if IS_ENABLED(CONFIG_NF_NAT)
IS_ENABLED        518 net/sched/act_ct.c 	if (!IS_ENABLED(CONFIG_NF_NAT)) {
IS_ENABLED        613 net/sched/act_ct.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)) {
IS_ENABLED        624 net/sched/act_ct.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)) {
IS_ENABLED        640 net/sched/act_ct.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)) {
IS_ENABLED        857 net/sched/act_ct.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
IS_ENABLED        864 net/sched/act_ct.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED        871 net/sched/act_ct.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
IS_ENABLED        202 net/sched/act_mpls.c #if IS_ENABLED(CONFIG_MPLS)
IS_ENABLED        175 net/sched/act_tunnel_key.c #if IS_ENABLED(CONFIG_INET)
IS_ENABLED       1589 net/sched/cls_api.c #if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
IS_ENABLED         28 net/sched/cls_flow.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        127 net/sched/cls_flow.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        134 net/sched/cls_flow.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       1013 net/sched/cls_flower.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK)) {
IS_ENABLED       1022 net/sched/cls_flower.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)) {
IS_ENABLED       1031 net/sched/cls_flower.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)) {
IS_ENABLED       1040 net/sched/cls_flower.c 		if (!IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)) {
IS_ENABLED       2158 net/sched/cls_flower.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK) &&
IS_ENABLED       2164 net/sched/cls_flower.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
IS_ENABLED       2170 net/sched/cls_flower.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
IS_ENABLED       2176 net/sched/cls_flower.c 	if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
IS_ENABLED         73 net/sched/sch_cake.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED        591 net/sched/sch_cake.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED       2541 net/sched/sch_cake.c #if IS_ENABLED(CONFIG_NF_CONNTRACK)
IS_ENABLED         36 net/sctp/auth.c #if IS_ENABLED(CONFIG_CRYPTO_SHA256)
IS_ENABLED         45 net/sctp/diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        631 net/sctp/protocol.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        669 net/sctp/protocol.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       9533 net/sctp/socket.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        121 net/smc/smc_clc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        212 net/smc/smc_clc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         53 net/smc/smc_diag.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         15 net/smc/smc_pnet.h #if IS_ENABLED(CONFIG_HAVE_PNETID)
IS_ENABLED         36 net/smc/smc_pnet.h #if IS_ENABLED(CONFIG_HAVE_PNETID)
IS_ENABLED       1176 net/socket.c   						   !IS_ENABLED(CONFIG_64BIT));
IS_ENABLED       2916 net/socket.c   		if (IS_ENABLED(CONFIG_64BIT) || !IS_ENABLED(CONFIG_64BIT_TIME))
IS_ENABLED       3823 net/socket.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3840 net/socket.c   #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         26 net/sunrpc/addr.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        160 net/sunrpc/addr.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         47 net/sunrpc/auth_gss/auth_gss.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         41 net/sunrpc/auth_gss/gss_generic_token.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         50 net/sunrpc/auth_gss/gss_krb5_crypto.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         64 net/sunrpc/auth_gss/gss_krb5_keys.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         24 net/sunrpc/auth_gss/gss_krb5_mech.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         68 net/sunrpc/auth_gss/gss_krb5_seal.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         38 net/sunrpc/auth_gss/gss_krb5_seqnum.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         65 net/sunrpc/auth_gss/gss_krb5_unseal.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         38 net/sunrpc/auth_gss/gss_krb5_wrap.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         24 net/sunrpc/auth_gss/gss_mech_switch.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         15 net/sunrpc/auth_gss/gss_rpc_xdr.h #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         55 net/sunrpc/auth_gss/svcauth_gss.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         14 net/sunrpc/auth_null.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         20 net/sunrpc/auth_unix.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         30 net/sunrpc/backchannel_rqst.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         46 net/sunrpc/clnt.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED       3021 net/sunrpc/clnt.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED       3066 net/sunrpc/clnt.c #if IS_ENABLED(CONFIG_SUNRPC_SWAP)
IS_ENABLED         36 net/sunrpc/rpcb_clnt.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         30 net/sunrpc/sched.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        294 net/sunrpc/sched.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
IS_ENABLED        106 net/sunrpc/sunrpc_syms.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        134 net/sunrpc/sunrpc_syms.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        919 net/sunrpc/svc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        987 net/sunrpc/svc.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1150 net/sunrpc/svc.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        193 net/sunrpc/svc_xprt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        208 net/sunrpc/svc_xprt.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        213 net/sunrpc/svcauth_unix.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        299 net/sunrpc/svcsock.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         41 net/sunrpc/sysctl.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         63 net/sunrpc/xprt.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         16 net/sunrpc/xprtrdma/backchannel.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         49 net/sunrpc/xprtrdma/frwr_ops.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         57 net/sunrpc/xprtrdma/rpc_rdma.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        340 net/sunrpc/xprtrdma/svc_rdma_transport.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        531 net/sunrpc/xprtrdma/svc_rdma_transport.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         63 net/sunrpc/xprtrdma/transport.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         77 net/sunrpc/xprtrdma/transport.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        834 net/sunrpc/xprtrdma/transport.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        859 net/sunrpc/xprtrdma/transport.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED         70 net/sunrpc/xprtrdma/verbs.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        243 net/sunrpc/xprtrdma/verbs.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED        191 net/sunrpc/xprtsock.c #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
IS_ENABLED       2050 net/sunrpc/xprtsock.c #if IS_ENABLED(CONFIG_SUNRPC_SWAP)
IS_ENABLED        103 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        191 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        315 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        342 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        407 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        429 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        590 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        742 net/tipc/udp_media.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1008 net/wireless/chan.c 	if (!IS_ENABLED(CONFIG_CFG80211_REG_RELAX_NO_IR) ||
IS_ENABLED        231 net/x25/af_x25.c #if IS_ENABLED(CONFIG_LLC)
IS_ENABLED        163 net/x25/x25_dev.c #if IS_ENABLED(CONFIG_LLC)
IS_ENABLED        182 net/x25/x25_dev.c #if IS_ENABLED(CONFIG_LLC)
IS_ENABLED        215 net/x25/x25_dev.c #if IS_ENABLED(CONFIG_LLC)
IS_ENABLED        132 net/x25/x25_route.c #if IS_ENABLED(CONFIG_LLC)
IS_ENABLED         16 net/xfrm/xfrm_algo.c #if IS_ENABLED(CONFIG_INET_ESP) || IS_ENABLED(CONFIG_INET6_ESP)
IS_ENABLED         34 net/xfrm/xfrm_input.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        412 net/xfrm/xfrm_input.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         81 net/xfrm/xfrm_output.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        112 net/xfrm/xfrm_output.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        235 net/xfrm/xfrm_output.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        346 net/xfrm/xfrm_output.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        399 net/xfrm/xfrm_output.c #if IS_ENABLED(CONFIG_NET_PKTGEN)
IS_ENABLED         36 net/xfrm/xfrm_policy.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED       2475 net/xfrm/xfrm_policy.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3370 net/xfrm/xfrm_policy.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3443 net/xfrm/xfrm_policy.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED       3477 net/xfrm/xfrm_policy.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1770 net/xfrm/xfrm_state.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1814 net/xfrm/xfrm_state.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED       1840 net/xfrm/xfrm_state.c #if IS_ENABLED(CONFIG_IPV6_MIP6)
IS_ENABLED         32 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        159 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        181 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        236 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1432 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1529 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2998 net/xfrm/xfrm_user.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1290 security/apparmor/lsm.c bool aa_g_hash_policy = IS_ENABLED(CONFIG_SECURITY_APPARMOR_HASH_DEFAULT);
IS_ENABLED       1296 security/apparmor/lsm.c bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES);
IS_ENABLED       1643 security/apparmor/lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1659 security/apparmor/lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        133 security/integrity/digsig.c 	if (!IS_ENABLED(CONFIG_INTEGRITY_TRUSTED_KEYRING))
IS_ENABLED        256 security/integrity/ima/ima_appraise.c 		if (IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING) && rc &&
IS_ENABLED        292 security/integrity/ima/ima_appraise.c 	if (IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING) && rc &&
IS_ENABLED        593 security/integrity/ima/ima_main.c 		if (IS_ENABLED(CONFIG_KEXEC_SIG)
IS_ENABLED         31 security/keys/keyctl.c 	       (IS_ENABLED(CONFIG_PERSISTENT_KEYRINGS)	? KEYCTL_CAPS0_PERSISTENT_KEYRINGS : 0) |
IS_ENABLED         32 security/keys/keyctl.c 	       (IS_ENABLED(CONFIG_KEY_DH_OPERATIONS)	? KEYCTL_CAPS0_DIFFIE_HELLMAN : 0) |
IS_ENABLED         33 security/keys/keyctl.c 	       (IS_ENABLED(CONFIG_ASYMMETRIC_KEY_TYPE)	? KEYCTL_CAPS0_PUBLIC_KEY : 0) |
IS_ENABLED         34 security/keys/keyctl.c 	       (IS_ENABLED(CONFIG_BIG_KEYS)		? KEYCTL_CAPS0_BIG_KEY : 0) |
IS_ENABLED         39 security/loadpin/loadpin.c static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE);
IS_ENABLED         99 security/lsm_audit.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        337 security/lsm_audit.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2540 security/selinux/hooks.c 		if (IS_ENABLED(CONFIG_POSIX_TIMERS))
IS_ENABLED       2572 security/selinux/hooks.c 		if (IS_ENABLED(CONFIG_POSIX_TIMERS)) {
IS_ENABLED       4246 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IP_SCTP)
IS_ENABLED       4270 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4336 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IP_SCTP)
IS_ENABLED       4374 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5647 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5705 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       5895 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       7155 security/selinux/hooks.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        297 security/selinux/netlabel.c 	} else if (IS_ENABLED(CONFIG_IPV6) && ip_hdr(skb)->version == 6) {
IS_ENABLED         16 security/smack/smack.h #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         29 security/smack/smack.h #if IS_ENABLED(CONFIG_IPV6) && !defined(CONFIG_SECURITY_SMACK_NETFILTER)
IS_ENABLED         33 security/smack/smack.h #if IS_ENABLED(CONFIG_IPV6) && defined(CONFIG_SECURITY_SMACK_NETFILTER)
IS_ENABLED       2833 security/smack/smack_lsm.c 	    (!IS_ENABLED(CONFIG_IPV6) || sock->sk->sk_family != PF_INET6))
IS_ENABLED       2837 security/smack/smack_lsm.c 	if (IS_ENABLED(CONFIG_IPV6) && sap->sa_family == AF_INET6) {
IS_ENABLED       3659 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3681 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3776 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3844 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3899 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       3997 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       4089 security/smack/smack_lsm.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         21 security/smack/smack_netfilter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         65 security/smack/smack_netfilter.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         58 security/smack/smackfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED         70 security/smack/smackfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        127 security/smack/smackfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       1292 security/smack/smackfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED       2884 security/smack/smackfs.c #if IS_ENABLED(CONFIG_IPV6)
IS_ENABLED        943 security/tomoyo/common.c 	bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING);
IS_ENABLED        153 sound/core/control.c #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        468 sound/core/info.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         82 sound/core/init.c #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        408 sound/core/init.c #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        466 sound/core/init.c #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED        780 sound/core/init.c #if IS_ENABLED(CONFIG_SND_MIXER_OSS)
IS_ENABLED         29 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        298 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        399 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        642 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        821 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        835 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        847 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED       1122 sound/core/pcm.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED        655 sound/core/pcm_native.c #if IS_ENABLED(CONFIG_SND_PCM_OSS)
IS_ENABLED       3426 sound/core/pcm_native.c 	if (IS_ENABLED(CONFIG_HAS_DMA) && !substream->ops->page &&
IS_ENABLED       1664 sound/core/rawmidi.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED       1743 sound/core/rawmidi.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         28 sound/core/timer.c #if IS_ENABLED(CONFIG_SND_HRTIMER)
IS_ENABLED        514 sound/drivers/opl3/opl3_lib.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        241 sound/drivers/opl3/opl3_seq.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        256 sound/drivers/opl3/opl3_seq.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED         15 sound/drivers/opl3/opl3_synth.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         34 sound/drivers/opl3/opl3_voice.h #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        143 sound/drivers/opl4/opl4_lib.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        239 sound/drivers/opl4/opl4_lib.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        187 sound/drivers/opl4/opl4_local.h #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED        139 sound/hda/hdac_i915.c 		if (!IS_ENABLED(CONFIG_MODULES) ||
IS_ENABLED         30 sound/isa/cmi8328.c #if IS_ENABLED(CONFIG_GAMEPORT)
IS_ENABLED       1128 sound/isa/sb/emu8000.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         26 sound/isa/sb/emu8000_callback.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED         66 sound/isa/sb/emu8000_callback.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        467 sound/isa/sb/emu8000_callback.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED         50 sound/isa/sb/sb16.c #if defined(SNDRV_SBAWE) && IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         24 sound/pci/emu10k1/emu10k1.c #if IS_ENABLED(CONFIG_SND_SEQUENCER)
IS_ENABLED         35 sound/pci/emu10k1/memory.c #if PAGE_SIZE == EMUPAGESIZE && !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
IS_ENABLED        237 sound/pci/hda/hda_bind.c #if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
IS_ENABLED        280 sound/pci/hda/hda_bind.c #if IS_ENABLED(CONFIG_SND_HDA_GENERIC)
IS_ENABLED        160 sound/pci/hda/hda_controller.h 	return !IS_ENABLED(CONFIG_X86) || chip->snoop;
IS_ENABLED        127 sound/pci/hda/hda_intel.c static bool dmic_detect = IS_ENABLED(CONFIG_SND_HDA_INTEL_DETECT_DMIC);
IS_ENABLED        245 sound/pci/hda/hda_intel.c #if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
IS_ENABLED       2632 sound/pci/hda/hda_intel.c #if !IS_ENABLED(CONFIG_SND_CTXFI)
IS_ENABLED          6 sound/pci/hda/thinkpad_helper.c #if IS_ENABLED(CONFIG_THINKPAD_ACPI) && IS_REACHABLE(CONFIG_LEDS_TRIGGER_AUDIO)
IS_ENABLED         73 sound/soc/atmel/atmel-pcm.h #if IS_ENABLED(CONFIG_SND_ATMEL_SOC_PDC)
IS_ENABLED         82 sound/soc/atmel/atmel-pcm.h #if IS_ENABLED(CONFIG_SND_ATMEL_SOC_DMA)
IS_ENABLED        130 sound/soc/cirrus/ep93xx-i2s.c 	if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG) &&
IS_ENABLED        142 sound/soc/cirrus/ep93xx-i2s.c 	if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG) &&
IS_ENABLED        443 sound/soc/cirrus/ep93xx-i2s.c 	if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG)) {
IS_ENABLED         55 sound/soc/codecs/cs42l56.c #if IS_ENABLED(CONFIG_INPUT)
IS_ENABLED        226 sound/soc/codecs/cs4341.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        320 sound/soc/codecs/cs4341.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        335 sound/soc/codecs/cs4341.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1222 sound/soc/codecs/cs47l24.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       1176 sound/soc/codecs/da7210.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1334 sound/soc/codecs/da7210.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1350 sound/soc/codecs/da7210.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED         31 sound/soc/codecs/rt5514.c #if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
IS_ENABLED        354 sound/soc/codecs/rt5514.c #if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
IS_ENABLED        373 sound/soc/codecs/rt5514.c #if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
IS_ENABLED        386 sound/soc/codecs/rt5514.c #if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
IS_ENABLED        711 sound/soc/codecs/rt5677.c 	if (!IS_ENABLED(CONFIG_SND_SOC_RT5677_SPI))
IS_ENABLED        749 sound/soc/codecs/tas2552.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        713 sound/soc/codecs/tas5720.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        676 sound/soc/codecs/tas6424.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED        307 sound/soc/codecs/tpa6130a2.c #if IS_ENABLED(CONFIG_OF)
IS_ENABLED       2035 sound/soc/codecs/wm5102.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       2398 sound/soc/codecs/wm5110.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED        647 sound/soc/codecs/wm8510.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        690 sound/soc/codecs/wm8510.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        710 sound/soc/codecs/wm8510.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        433 sound/soc/codecs/wm8711.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        476 sound/soc/codecs/wm8711.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        496 sound/soc/codecs/wm8711.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        274 sound/soc/codecs/wm8728.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        317 sound/soc/codecs/wm8728.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        337 sound/soc/codecs/wm8728.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        730 sound/soc/codecs/wm8731.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        810 sound/soc/codecs/wm8731.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        830 sound/soc/codecs/wm8731.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        608 sound/soc/codecs/wm8737.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        704 sound/soc/codecs/wm8737.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        727 sound/soc/codecs/wm8737.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        566 sound/soc/codecs/wm8741.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        679 sound/soc/codecs/wm8741.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        701 sound/soc/codecs/wm8741.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        781 sound/soc/codecs/wm8750.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        825 sound/soc/codecs/wm8750.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        845 sound/soc/codecs/wm8750.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1550 sound/soc/codecs/wm8753.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1599 sound/soc/codecs/wm8753.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1619 sound/soc/codecs/wm8753.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        491 sound/soc/codecs/wm8776.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        535 sound/soc/codecs/wm8776.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        555 sound/soc/codecs/wm8776.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        685 sound/soc/codecs/wm8804.c #if IS_ENABLED(CONFIG_PM)
IS_ENABLED       1274 sound/soc/codecs/wm8900.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1322 sound/soc/codecs/wm8900.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1342 sound/soc/codecs/wm8900.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1036 sound/soc/codecs/wm8983.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1081 sound/soc/codecs/wm8983.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1101 sound/soc/codecs/wm8983.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1168 sound/soc/codecs/wm8985.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1216 sound/soc/codecs/wm8985.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1236 sound/soc/codecs/wm8985.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        873 sound/soc/codecs/wm8988.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        917 sound/soc/codecs/wm8988.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED        937 sound/soc/codecs/wm8988.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       2231 sound/soc/codecs/wm8995.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       2280 sound/soc/codecs/wm8995.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       2301 sound/soc/codecs/wm8995.c #if IS_ENABLED(CONFIG_I2C)
IS_ENABLED       1122 sound/soc/codecs/wm8997.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED       1342 sound/soc/codecs/wm8998.c 	if (IS_ENABLED(CONFIG_OF)) {
IS_ENABLED        324 sound/soc/codecs/wm9705.c 	} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
IS_ENABLED        351 sound/soc/codecs/wm9705.c 	if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9705->mfd_pdata) {
IS_ENABLED        641 sound/soc/codecs/wm9712.c 	} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
IS_ENABLED        674 sound/soc/codecs/wm9712.c 	if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9712->mfd_pdata) {
IS_ENABLED       1213 sound/soc/codecs/wm9713.c 	} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
IS_ENABLED       1239 sound/soc/codecs/wm9713.c 	if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9713->mfd_pdata) {
IS_ENABLED        122 sound/soc/dwc/local.h #if IS_ENABLED(CONFIG_SND_DESIGNWARE_PCM)
IS_ENABLED         13 sound/soc/fsl/fsl-asoc-card.c #if IS_ENABLED(CONFIG_SND_AC97_CODEC)
IS_ENABLED        455 sound/soc/fsl/fsl-asoc-card.c #if IS_ENABLED(CONFIG_SND_AC97_CODEC)
IS_ENABLED        269 sound/soc/fsl/fsl_ssi.h #if IS_ENABLED(CONFIG_DEBUG_FS)
IS_ENABLED         42 sound/soc/fsl/imx-pcm.h #if IS_ENABLED(CONFIG_SND_SOC_IMX_PCM_DMA)
IS_ENABLED         51 sound/soc/fsl/imx-pcm.h #if IS_ENABLED(CONFIG_SND_SOC_IMX_PCM_FIQ)
IS_ENABLED        172 sound/soc/intel/boards/bdw-rt5677.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED        267 sound/soc/intel/boards/bdw-rt5677.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED        125 sound/soc/intel/boards/broadwell.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED        174 sound/soc/intel/boards/broadwell.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED        236 sound/soc/intel/common/soc-acpi-intel-byt-match.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH)
IS_ENABLED        177 sound/soc/intel/common/soc-acpi-intel-cht-match.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH)
IS_ENABLED         12 sound/soc/intel/common/soc-intel-quirks.h #if IS_ENABLED(CONFIG_X86)
IS_ENABLED        201 sound/soc/intel/common/sst-acpi.c #if !IS_ENABLED(CONFIG_SND_SST_IPC_ACPI)
IS_ENABLED        217 sound/soc/intel/common/sst-acpi.c #if !IS_ENABLED(CONFIG_SND_SST_IPC_ACPI)
IS_ENABLED        210 sound/soc/intel/common/sst-dsp.h #if IS_ENABLED(CONFIG_DW_DMAC_CORE)
IS_ENABLED         34 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED        455 sound/soc/intel/skylake/skl.c 	if (IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI)) {
IS_ENABLED        669 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED        700 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED        714 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED        804 sound/soc/intel/skylake/skl.c 	if (IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI)) {
IS_ENABLED        842 sound/soc/intel/skylake/skl.c 	if (IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI))
IS_ENABLED        853 sound/soc/intel/skylake/skl.c 	if (IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI))
IS_ENABLED        887 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED       1038 sound/soc/intel/skylake/skl.c #if !IS_ENABLED(CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC)
IS_ENABLED       1157 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_SKL)
IS_ENABLED       1162 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_APL)
IS_ENABLED       1167 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_KBL)
IS_ENABLED       1172 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_GLK)
IS_ENABLED       1177 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_CNL)
IS_ENABLED       1182 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_CFL)
IS_ENABLED       1187 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_CML_LP)
IS_ENABLED       1192 sound/soc/intel/skylake/skl.c #if IS_ENABLED(CONFIG_SND_SOC_INTEL_CML_H)
IS_ENABLED       1390 sound/soc/samsung/i2s.c 	if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED        262 sound/soc/sof/core.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC)
IS_ENABLED        270 sound/soc/sof/core.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC)
IS_ENABLED        505 sound/soc/sof/core.c 	if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE))
IS_ENABLED        518 sound/soc/sof/core.c 	if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)) {
IS_ENABLED        532 sound/soc/sof/core.c 	if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE))
IS_ENABLED         20 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        125 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        145 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        232 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        280 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
IS_ENABLED        353 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
IS_ENABLED        394 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        439 sound/soc/sof/debug.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
IS_ENABLED        391 sound/soc/sof/intel/byt.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_MERRIFIELD)
IS_ENABLED        526 sound/soc/sof/intel/byt.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BAYTRAIL)
IS_ENABLED         15 sound/soc/sof/intel/hda-bus.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
IS_ENABLED         27 sound/soc/sof/intel/hda-bus.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED         19 sound/soc/sof/intel/hda-codec.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
IS_ENABLED         23 sound/soc/sof/intel/hda-codec.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
IS_ENABLED         84 sound/soc/sof/intel/hda-codec.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
IS_ENABLED        103 sound/soc/sof/intel/hda-codec.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
IS_ENABLED        163 sound/soc/sof/intel/hda-codec.c #if IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI)
IS_ENABLED        163 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        194 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        223 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        232 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        250 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        303 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        312 sound/soc/sof/intel/hda-ctrl.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED         16 sound/soc/sof/intel/hda-dai.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        433 sound/soc/sof/intel/hda-dai.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        289 sound/soc/sof/intel/hda-dsp.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        297 sound/soc/sof/intel/hda-dsp.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        337 sound/soc/sof/intel/hda-dsp.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        357 sound/soc/sof/intel/hda-dsp.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        428 sound/soc/sof/intel/hda-dsp.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        193 sound/soc/sof/intel/hda-stream.c 	if (!IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1))
IS_ENABLED        231 sound/soc/sof/intel/hda-stream.c 	if (!IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1))
IS_ENABLED        590 sound/soc/sof/intel/hda-stream.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        610 sound/soc/sof/intel/hda-stream.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        674 sound/soc/sof/intel/hda-stream.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        813 sound/soc/sof/intel/hda-stream.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED         28 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED         49 sound/soc/sof/intel/hda.c static bool hda_use_msi = IS_ENABLED(CONFIG_PCI);
IS_ENABLED         50 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
IS_ENABLED         55 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        280 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED        299 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        347 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        368 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        382 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        388 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        546 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_FORCE_IPC_POSITION)
IS_ENABLED        559 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_PCI)
IS_ENABLED        687 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        717 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        724 sound/soc/sof/intel/hda.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        338 sound/soc/sof/intel/hda.h #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        558 sound/soc/sof/intel/hda.h #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
IS_ENABLED        568 sound/soc/sof/intel/hda.h #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA) && IS_ENABLED(CONFIG_SND_SOC_HDAC_HDMI)
IS_ENABLED         49 sound/soc/sof/ipc.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_VERBOSE_IPC)
IS_ENABLED        757 sound/soc/sof/ipc.c 		if (!IS_ENABLED(CONFIG_SND_SOC_SOF_STRICT_ABI_CHECKS)) {
IS_ENABLED        756 sound/soc/sof/pcm.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COMPRESS)
IS_ENABLED        244 sound/soc/sof/pm.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
IS_ENABLED        369 sound/soc/sof/pm.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
IS_ENABLED         32 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HASWELL)
IS_ENABLED         49 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED         66 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BAYTRAIL)
IS_ENABLED        149 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BAYTRAIL)
IS_ENABLED        161 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_FORCE_NOCODEC_MODE)
IS_ENABLED        204 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        215 sound/soc/sof/sof-acpi-dev.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        233 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_HASWELL)
IS_ENABLED        236 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
IS_ENABLED        239 sound/soc/sof/sof-acpi-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_BAYTRAIL)
IS_ENABLED         18 sound/soc/sof/sof-of-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_IMX8)
IS_ENABLED         69 sound/soc/sof/sof-of-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_FORCE_NOCODEC_MODE)
IS_ENABLED         95 sound/soc/sof/sof-of-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        106 sound/soc/sof/sof-of-dev.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        124 sound/soc/sof/sof-of-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_IMX8)
IS_ENABLED         32 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
IS_ENABLED         50 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_GEMINILAKE)
IS_ENABLED         68 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_MERRIFIELD)
IS_ENABLED         96 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_CANNONLAKE)
IS_ENABLED        114 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COFFEELAKE)
IS_ENABLED        132 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_LP) || \
IS_ENABLED        133 sound/soc/sof/sof-pci-dev.c 	IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_H)
IS_ENABLED        152 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_ICELAKE)
IS_ENABLED        170 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_SKYLAKE)
IS_ENABLED        188 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_KABYLAKE)
IS_ENABLED        206 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
IS_ENABLED        224 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_ELKHARTLAKE)
IS_ENABLED        301 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_FORCE_NOCODEC_MODE)
IS_ENABLED        344 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        355 sound/soc/sof/sof-pci-dev.c #if !IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)
IS_ENABLED        381 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_MERRIFIELD)
IS_ENABLED        385 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
IS_ENABLED        392 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_GEMINILAKE)
IS_ENABLED        396 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_CANNONLAKE)
IS_ENABLED        400 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COFFEELAKE)
IS_ENABLED        404 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_KABYLAKE)
IS_ENABLED        408 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_SKYLAKE)
IS_ENABLED        412 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_ICELAKE)
IS_ENABLED        416 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_LP)
IS_ENABLED        420 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_H)
IS_ENABLED        424 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
IS_ENABLED        428 sound/soc/sof/sof-pci-dev.c #if IS_ENABLED(CONFIG_SND_SOC_SOF_ELKHARTLAKE)
IS_ENABLED         60 sound/soc/sof/sof-priv.h 	(IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE) || \
IS_ENABLED         61 sound/soc/sof/sof-priv.h 	 IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST))
IS_ENABLED       3245 sound/soc/sof/topology.c 		if (!IS_ENABLED(CONFIG_SND_SOC_SOF_STRICT_ABI_CHECKS)) {
IS_ENABLED        686 sound/soc/ti/davinci-i2s.c 	} else if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED        701 sound/soc/ti/davinci-i2s.c 	} else if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
IS_ENABLED         15 sound/soc/ti/edma-pcm.h #if IS_ENABLED(CONFIG_SND_SOC_TI_EDMA_PCM)
IS_ENABLED         10 sound/soc/ti/sdma-pcm.h #if IS_ENABLED(CONFIG_SND_SOC_TI_SDMA_PCM)
IS_ENABLED         37 sound/synth/emux/emux.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        113 sound/synth/emux/emux.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        140 sound/synth/emux/emux.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED        139 sound/synth/emux/emux_effect.c #if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
IS_ENABLED       3098 tools/testing/nvdimm/test/nfit.c 	if (IS_ENABLED(CONFIG_MCSAFE_TEST)) {