arch/alpha/kernel/io.c
650
#if IS_ENABLED(CONFIG_VGA_CONSOLE) || IS_ENABLED(CONFIG_MDA_CONSOLE)
arch/arc/include/asm/arcregs.h
357
return IS_ENABLED(CONFIG_ISA_ARCV2);
arch/arc/include/asm/arcregs.h
362
return IS_ENABLED(CONFIG_ISA_ARCOMPACT);
arch/arc/include/asm/asserts.h
22
chk_opt_strict(#opt_name, hw_exists, IS_ENABLED(opt_name)); \
arch/arc/include/asm/asserts.h
31
chk_opt_weak(#opt_name, hw_exists, IS_ENABLED(opt_name)); \
arch/arc/include/asm/elf.h
13
#define EM_ARC_INUSE (IS_ENABLED(CONFIG_ISA_ARCOMPACT) ? \
arch/arc/include/asm/mmu-arcv2.h
79
return IS_ENABLED(CONFIG_ARC_HAS_PAE40);
arch/arc/include/asm/setup.h
33
#define IS_USED_CFG(cfg) IS_USED_RUN(IS_ENABLED(cfg))
arch/arc/include/asm/syscall.h
101
: (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
arch/arc/include/asm/syscall.h
98
return IS_ENABLED(CONFIG_ISA_ARCOMPACT)
arch/arc/include/asm/syscall.h
99
? (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)
arch/arc/include/asm/uaccess.h
150
if (!IS_ENABLED(CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS) &&
arch/arc/include/asm/uaccess.h
378
if (!IS_ENABLED(CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS) &&
arch/arc/kernel/intc-compact.c
29
level_mask |= IS_ENABLED(CONFIG_ARC_COMPACT_IRQ_LEVELS) << TIMER0_IRQ;
arch/arc/kernel/process.c
58
WARN_ON_ONCE(IS_ENABLED(CONFIG_SMP));
arch/arc/kernel/ptrace.c
247
if (IS_ENABLED(CONFIG_ARC_HAS_ACCL_REGS))
arch/arc/kernel/ptrace.c
267
if (IS_ENABLED(CONFIG_ARC_HAS_ACCL_REGS))
arch/arc/kernel/setup.c
92
atomic = IS_ENABLED(CONFIG_ARC_HAS_LLSC);
arch/arc/kernel/setup.c
98
be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
arch/arc/kernel/smp.c
141
if (IS_ENABLED(CONFIG_ARC_SMP_HALT_ON_RESET))
arch/arc/kernel/troubleshoot.c
139
IS_ENABLED(CONFIG_ISA_ARCOMPACT))
arch/arc/mm/cache.c
1017
if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE)) {
arch/arc/mm/cache.c
1083
if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE))
arch/arc/mm/cache.c
1086
if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE))
arch/arc/mm/cache.c
76
if (IS_ENABLED(CONFIG_HIGHMEM) || is_pae40_enabled())
arch/arc/mm/cache.c
997
if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE)) {
arch/arc/mm/tlb.c
157
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
arch/arc/mm/tlb.c
598
IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) ? " (THP enabled)":"");
arch/arc/mm/tlb.c
649
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
arch/arc/mm/tlb.c
654
if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae)
arch/arm/include/asm/highmem.h
53
if (IS_ENABLED(CONFIG_DEBUG_HIGHMEM) && !cache_is_vivt())
arch/arm/include/asm/io.h
175
#if defined(CONFIG_PCI) || IS_ENABLED(CONFIG_PCMCIA)
arch/arm/include/asm/io.h
202
#if IS_ENABLED(CONFIG_PCMCIA) || defined(CONFIG_PCI)
arch/arm/include/asm/memory.h
341
return IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset != 0;
arch/arm/include/asm/memory.h
348
if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset) {
arch/arm/include/asm/memory.h
360
if (IS_ENABLED(CONFIG_MMU) && arch_phys_to_idmap_offset)
arch/arm/include/asm/mmu_context.h
29
if (!IS_ENABLED(CONFIG_ARM_LPAE) &&
arch/arm/include/asm/percpu.h
21
if (IS_ENABLED(CONFIG_CPU_V6) && !smp_on_up)
arch/arm/include/asm/pgalloc.h
139
if (__LINUX_ARM_ARCH__ >= 6 && !IS_ENABLED(CONFIG_ARM_LPAE))
arch/arm/include/asm/processor.h
56
if (IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC)) { \
arch/arm/include/asm/processor.h
62
if (IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) && \
arch/arm/include/asm/processor.h
68
} else if (!IS_ENABLED(CONFIG_MMU)) \
arch/arm/include/asm/processor.h
76
if (IS_ENABLED(CONFIG_CPU_ENDIAN_BE8)) \
arch/arm/include/asm/simd.h
14
return IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && !in_hardirq()
arch/arm/include/asm/switch_to.h
30
if (IS_ENABLED(CONFIG_CURRENT_POINTER_IN_TPIDRURO) || is_smp()) \
arch/arm/include/asm/syscall.h
25
if (IS_ENABLED(CONFIG_AEABI) && !IS_ENABLED(CONFIG_OABI_COMPAT))
arch/arm/include/asm/syscall.h
36
return IS_ENABLED(CONFIG_OABI_COMPAT) &&
arch/arm/include/asm/syscall.h
86
if ((IS_ENABLED(CONFIG_AEABI) && !IS_ENABLED(CONFIG_OABI_COMPAT))) {
arch/arm/include/asm/tlbflush.h
674
if (unlikely(IS_ENABLED(CONFIG_ARM_ERRATA_798181) &&
arch/arm/include/asm/uaccess-asm.h
136
.if \disable && IS_ENABLED(CONFIG_CPU_SW_DOMAIN_PAN)
arch/arm/include/asm/uaccess-asm.h
141
.elseif IS_ENABLED(CONFIG_CPU_USE_DOMAINS)
arch/arm/include/asm/uaccess.h
529
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) \
arch/arm/include/asm/uaccess.h
542
type __val = IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) \
arch/arm/include/asm/vdso/gettimeofday.h
110
return IS_ENABLED(CONFIG_ARM_ARCH_TIMER);
arch/arm/include/debug/zynq.S
19
#if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1)
arch/arm/kernel/entry-common.S
106
#if IS_ENABLED(CONFIG_DEBUG_RSEQ)
arch/arm/kernel/entry-common.S
32
#if !(IS_ENABLED(CONFIG_TRACE_IRQFLAGS) || IS_ENABLED(CONFIG_CONTEXT_TRACKING_USER) || \
arch/arm/kernel/entry-common.S
33
IS_ENABLED(CONFIG_DEBUG_RSEQ))
arch/arm/kernel/entry-common.S
69
#if IS_ENABLED(CONFIG_DEBUG_RSEQ)
arch/arm/kernel/ftrace.c
103
if (IS_ENABLED(CONFIG_THUMB2_KERNEL))
arch/arm/kernel/ftrace.c
204
!IS_ENABLED(CONFIG_ARM_MODULE_PLTS) || !mod);
arch/arm/kernel/ftrace.c
238
if (IS_ENABLED(CONFIG_UNWINDER_FRAME_POINTER)) {
arch/arm/kernel/ftrace.c
72
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE) ||
arch/arm/kernel/ftrace.c
76
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) ||
arch/arm/kernel/insn.c
60
if (IS_ENABLED(CONFIG_THUMB2_KERNEL))
arch/arm/kernel/irq.c
133
if (IS_ENABLED(CONFIG_OF) && !machine_desc->init_irq)
arch/arm/kernel/irq.c
138
if (IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_CACHE_L2X0) &&
arch/arm/kernel/irq.c
60
if (!IS_ENABLED(CONFIG_VMAP_STACK))
arch/arm/kernel/module.c
148
if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS) &&
arch/arm/kernel/module.c
319
if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS) &&
arch/arm/kernel/patch.c
28
if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
arch/arm/kernel/patch.c
30
else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
arch/arm/kernel/patch.c
60
bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL);
arch/arm/kernel/setup.c
378
if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
arch/arm/kernel/setup.c
390
if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
arch/arm/kernel/setup.c
402
if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
arch/arm/kernel/setup.c
419
mask = IS_ENABLED(CONFIG_THUMB2_KERNEL) ? HWCAP_IDIVT : HWCAP_IDIVA;
arch/arm/kernel/signal.c
329
bool fdpic = IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) &&
arch/arm/kernel/signal.c
340
if (IS_ENABLED(CONFIG_CPU_ENDIAN_BE8))
arch/arm/kernel/suspend.c
34
if (IS_ENABLED(CONFIG_CPU_TTBR0_PAN))
arch/arm/kernel/traps.c
127
(!IS_ENABLED(CONFIG_VMAP_STACK) &&
arch/arm/kernel/traps.c
71
if (IS_ENABLED(CONFIG_UNWINDER_FRAME_POINTER) &&
arch/arm/kernel/traps.c
72
IS_ENABLED(CONFIG_CC_IS_GCC) &&
arch/arm/kernel/vdso.c
65
if (!IS_ENABLED(CONFIG_ARM_ARCH_TIMER))
arch/arm/mach-at91/pm.c
1069
if (!IS_ENABLED(CONFIG_SOC_SAMA5D2) &&
arch/arm/mach-at91/pm.c
1070
!IS_ENABLED(CONFIG_SOC_SAMA7G5) &&
arch/arm/mach-at91/pm.c
1071
!IS_ENABLED(CONFIG_SOC_SAMA7D65))
arch/arm/mach-at91/pm.c
1487
if (!IS_ENABLED(CONFIG_SOC_AT91RM9200))
arch/arm/mach-at91/pm.c
1520
if (!IS_ENABLED(CONFIG_SOC_SAM9X60))
arch/arm/mach-at91/pm.c
1542
if (!IS_ENABLED(CONFIG_SOC_SAM9X7))
arch/arm/mach-at91/pm.c
1560
if (!IS_ENABLED(CONFIG_SOC_AT91SAM9))
arch/arm/mach-at91/pm.c
1589
if (!IS_ENABLED(CONFIG_SOC_SAMA5))
arch/arm/mach-at91/pm.c
1625
if (!IS_ENABLED(CONFIG_SOC_SAMA5D2))
arch/arm/mach-at91/pm.c
1628
if (IS_ENABLED(CONFIG_ATMEL_SECURE_PM)) {
arch/arm/mach-at91/pm.c
1678
if (!IS_ENABLED(CONFIG_SOC_SAMA7))
arch/arm/mach-at91/pm.c
651
if (IS_ENABLED(CONFIG_SOC_SAMA7D65)) {
arch/arm/mach-at91/sama5.c
26
if (IS_ENABLED(CONFIG_OUTER_CACHE) && sam_linux_is_optee_available())
arch/arm/mach-exynos/exynos.c
170
if (!IS_ENABLED(CONFIG_SMP))
arch/arm/mach-exynos/firmware.c
151
.do_idle = IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_do_idle : NULL,
arch/arm/mach-exynos/firmware.c
155
.suspend = IS_ENABLED(CONFIG_PM_SLEEP) ? exynos_suspend : NULL,
arch/arm/mach-exynos/firmware.c
156
.resume = IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_resume : NULL,
arch/arm/mach-exynos/firmware.c
231
if (IS_ENABLED(CONFIG_CACHE_L2X0) &&
arch/arm/mach-exynos/suspend.c
271
if (IS_ENABLED(CONFIG_EXYNOS_MCPM)) {
arch/arm/mach-exynos/suspend.c
354
if (IS_ENABLED(CONFIG_EXYNOS_MCPM))
arch/arm/mach-exynos/suspend.c
458
if (IS_ENABLED(CONFIG_EXYNOS_MCPM))
arch/arm/mach-exynos/suspend.c
461
if (IS_ENABLED(CONFIG_HW_PERF_EVENTS) && cluster != 0) {
arch/arm/mach-imx/cpu-imx5.c
132
if (!IS_ENABLED(CONFIG_ARM_PMU))
arch/arm/mach-imx/mach-imx6q.c
204
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
arch/arm/mach-imx/mach-imx6sl.c
37
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
arch/arm/mach-imx/mach-imx6sl.c
40
if (IS_ENABLED(CONFIG_SOC_IMX6SL) && cpu_is_imx6sl())
arch/arm/mach-imx/mach-imx6sl.c
42
else if (IS_ENABLED(CONFIG_SOC_IMX6SLL))
arch/arm/mach-imx/mach-imx6sx.c
37
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
arch/arm/mach-imx/mach-imx6ul.c
35
if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ))
arch/arm/mach-imx/mach-imx7d.c
65
if (IS_ENABLED(CONFIG_ARM_IMX_CPUFREQ_DT))
arch/arm/mach-imx/mach-imx7ulp.c
74
if (IS_ENABLED(CONFIG_ARM_IMX_CPUFREQ_DT))
arch/arm/mach-imx/pm-imx25.c
13
if (!IS_ENABLED(CONFIG_PM))
arch/arm/mach-imx/pm-imx5.c
413
if (IS_ENABLED(CONFIG_SOC_IMX51))
arch/arm/mach-imx/pm-imx5.c
419
if (IS_ENABLED(CONFIG_SOC_IMX53))
arch/arm/mach-imx/pm-imx6.c
604
if (IS_ENABLED(CONFIG_SUSPEND)) {
arch/arm/mach-mv78xx0/common.c
423
if (IS_ENABLED(CONFIG_CACHE_FEROCEON_L2))
arch/arm/mach-mvebu/coherency.c
292
#if IS_ENABLED(CONFIG_PCI)
arch/arm/mach-mvebu/mvebu-soc-id.c
119
if (!of_device_is_available(child) || !IS_ENABLED(CONFIG_PCI_MVEBU)) {
arch/arm/mach-omap1/board-nokia770.c
185
#if IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap1/board-nokia770.c
225
#if IS_ENABLED(CONFIG_I2C_CBUS_GPIO)
arch/arm/mach-omap1/board-osk.c
342
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/board-palmte.c
186
#if IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap1/board-sx1-mmc.c
18
#if IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap1/devices.c
222
#if IS_ENABLED(CONFIG_SPI_OMAP_UWIRE)
arch/arm/mach-omap1/devices.c
29
#if IS_ENABLED(CONFIG_RTC_DRV_OMAP)
arch/arm/mach-omap1/devices.c
325
#if IS_ENABLED(CONFIG_OMAP_WATCHDOG)
arch/arm/mach-omap1/devices.c
66
#if IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap1/fb.c
26
#if IS_ENABLED(CONFIG_FB_OMAP)
arch/arm/mach-omap1/mmc.h
11
#if IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap1/omap-dma.c
122
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/omap-dma.c
453
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/omap-dma.c
89
#if IS_ENABLED(CONFIG_FB_OMAP)
arch/arm/mach-omap1/pm.c
572
if (!IS_ENABLED(CONFIG_OMAP_32K_TIMER))
arch/arm/mach-omap1/pm.c
575
if (!IS_ENABLED(CONFIG_OMAP_DM_TIMER))
arch/arm/mach-omap1/pm.c
578
if (IS_ENABLED(CONFIG_OMAP_32K_TIMER) &&
arch/arm/mach-omap1/pm.c
579
IS_ENABLED(CONFIG_OMAP_DM_TIMER)) {
arch/arm/mach-omap1/pm.c
89
(value != 0 && !IS_ENABLED(CONFIG_OMAP_32K_TIMER))) {
arch/arm/mach-omap1/usb.c
112
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/usb.c
125
#if IS_ENABLED(CONFIG_USB_OHCI_HCD)
arch/arm/mach-omap1/usb.c
158
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/usb.c
232
if (!IS_ENABLED(CONFIG_USB_OHCI_HCD))
arch/arm/mach-omap1/usb.c
635
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap1/usb.c
647
if (IS_ENABLED(CONFIG_USB_OHCI_HCD) && config->register_host) {
arch/arm/mach-omap1/usb.h
15
#if IS_ENABLED(CONFIG_USB_SUPPORT)
arch/arm/mach-omap1/usb.h
9
#if IS_ENABLED(CONFIG_USB_OMAP)
arch/arm/mach-omap2/board-n8x0.c
124
#if defined(CONFIG_MENELAUS) && IS_ENABLED(CONFIG_MMC_OMAP)
arch/arm/mach-omap2/board-n8x0.c
63
#if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
arch/arm/mach-omap2/cm33xx.c
23
#if IS_ENABLED(CONFIG_SUSPEND)
arch/arm/mach-omap2/cm33xx.c
334
#if IS_ENABLED(CONFIG_SUSPEND)
arch/arm/mach-omap2/common.h
337
#if IS_ENABLED(CONFIG_OMAP_IOMMU)
arch/arm/mach-omap2/devices.c
37
#if IS_ENABLED(CONFIG_VIDEO_OMAP2_VOUT)
arch/arm/mach-omap2/devices.c
38
#if IS_ENABLED(CONFIG_FB_OMAP2)
arch/arm/mach-omap2/fb.c
80
#if IS_ENABLED(CONFIG_FB_OMAP2)
arch/arm/mach-omap2/pdata-quirks.c
250
if (IS_ENABLED(CONFIG_ARM_ERRATA_430973)) {
arch/arm/mach-omap2/pdata-quirks.c
424
#if defined(CONFIG_ARCH_OMAP3) && IS_ENABLED(CONFIG_SND_SOC_OMAP_MCBSP)
arch/arm/mach-omap2/pdata-quirks.c
471
#if IS_ENABLED(CONFIG_SND_SOC_OMAP_MCBSP)
arch/arm/mach-omap2/pm.h
117
#if IS_ENABLED(CONFIG_MFD_CPCAP)
arch/arm/mach-pxa/gumstix.c
104
#if IS_ENABLED(CONFIG_USB_PXA25X)
arch/arm/mach-s3c/init.c
118
if (cpu->init_uarts == NULL && IS_ENABLED(CONFIG_SAMSUNG_ATAGS)) {
arch/arm/mach-s3c/init.c
130
if (!IS_ENABLED(CONFIG_ATAGS))
arch/arm/mach-s3c/init.c
145
#if IS_ENABLED(CONFIG_SAMSUNG_ATAGS)
arch/arm/mach-s3c/init.c
67
#if IS_ENABLED(CONFIG_SAMSUNG_ATAGS)
arch/arm/mach-socfpga/socfpga.c
49
if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
arch/arm/mach-socfpga/socfpga.c
52
if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
arch/arm/mach-socfpga/socfpga.c
61
if (IS_ENABLED(CONFIG_EDAC_ALTERA_L2C))
arch/arm/mach-socfpga/socfpga.c
63
if (IS_ENABLED(CONFIG_EDAC_ALTERA_OCRAM))
arch/arm/mach-spear/spear13xx.c
36
if (!IS_ENABLED(CONFIG_CACHE_L2X0))
arch/arm/mach-sunxi/sunxi.c
42
if (IS_ENABLED(CONFIG_RESET_CONTROLLER))
arch/arm/mach-tegra/hotplug.c
57
if (!IS_ENABLED(CONFIG_HOTPLUG_CPU))
arch/arm/mach-tegra/hotplug.c
63
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
arch/arm/mach-tegra/hotplug.c
65
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
arch/arm/mach-tegra/hotplug.c
67
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
arch/arm/mach-tegra/hotplug.c
69
if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
arch/arm/mach-tegra/platsmp.c
161
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
arch/arm/mach-tegra/platsmp.c
163
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
arch/arm/mach-tegra/platsmp.c
165
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
arch/arm/mach-tegra/platsmp.c
167
if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
arch/arm/mach-tegra/pm.c
268
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
arch/arm/mach-tegra/pm.c
274
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
arch/arm/mach-tegra/pm.c
275
IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
arch/arm/mach-tegra/pm.c
276
IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
arch/arm/mach-tegra/pm.c
298
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
arch/arm/mach-tegra/pm.c
304
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
arch/arm/mach-tegra/pm.c
305
IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
arch/arm/mach-tegra/pm.c
306
IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
arch/arm/mach-tegra/pm.c
52
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC))
arch/arm/mach-tegra/pm.c
58
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) ||
arch/arm/mach-tegra/pm.c
59
IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) ||
arch/arm/mach-tegra/pm.c
60
IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC))
arch/arm/mach-tegra/tegra.c
86
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) &&
arch/arm/mach-tegra/tegra.c
90
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) &&
arch/arm/mach-tegra/tegra.c
94
if (IS_ENABLED(CONFIG_ARM_TEGRA_CPUIDLE) && !psci_smp_available())
arch/arm/mach-tegra/tegra.c
97
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) &&
arch/arm/mm/cache-b15-rac.c
339
if (IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
arch/arm/mm/cache-b15-rac.c
353
if (IS_ENABLED(CONFIG_PM_SLEEP))
arch/arm/mm/cache-l2x0.c
689
if (IS_ENABLED(CONFIG_PL310_ERRATA_588369) &&
arch/arm/mm/cache-l2x0.c
698
if (IS_ENABLED(CONFIG_PL310_ERRATA_727915) &&
arch/arm/mm/cache-l2x0.c
715
if (IS_ENABLED(CONFIG_PL310_ERRATA_753970) &&
arch/arm/mm/cache-l2x0.c
721
if (IS_ENABLED(CONFIG_PL310_ERRATA_769419))
arch/arm/mm/dma-mapping-nommu.c
38
if (IS_ENABLED(CONFIG_CPU_V7M)) {
arch/arm/mm/fault-armv.c
149
bool need_lock = IS_ENABLED(CONFIG_SPLIT_PTE_PTLOCKS);
arch/arm/mm/init.c
455
if (IS_ENABLED(CONFIG_ARM_MODULE_PLTS)) {
arch/arm/mm/ioremap.c
146
if (IS_ENABLED(CONFIG_KASAN_VMALLOC)) {
arch/arm/mm/ioremap.c
476
#if defined(CONFIG_PCI) || IS_ENABLED(CONFIG_PCMCIA)
arch/arm/mm/kasan_init.c
244
if (!IS_ENABLED(CONFIG_KASAN_VMALLOC))
arch/arm/mm/kasan_init.c
284
if (!IS_ENABLED(CONFIG_KASAN_VMALLOC) && IS_ENABLED(CONFIG_MODULES))
arch/arm/mm/mmu.c
1265
if (!IS_ENABLED(CONFIG_HIGHMEM) || cache_is_vipt_aliasing()) {
arch/arm/mm/nommu.c
76
if (IS_ENABLED(CONFIG_REMAP_VECTORS_TO_RAM))
arch/arm/mm/nommu.c
79
} else if (IS_ENABLED(CONFIG_REMAP_VECTORS_TO_RAM)) {
arch/arm/mm/nommu.c
92
vectors_base = IS_ENABLED(CONFIG_CPU_CP15) ? setup_vectors_base() : 0;
arch/arm/mm/proc-v7-bugs.c
275
return IS_ENABLED(CONFIG_HARDEN_BRANCH_PREDICTOR) &&
arch/arm/mm/tlb.c
59
.tlb_flags = IS_ENABLED(CONFIG_SMP) ? v7wbi_tlb_flags_smp
arch/arm/probes/kprobes/core.c
125
if (IS_ENABLED(CONFIG_THUMB2_KERNEL)) {
arch/arm/vfp/vfpmodule.c
72
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/arm/vfp/vfpmodule.c
743
if (!IS_ENABLED(CONFIG_SMP) &&
arch/arm/vfp/vfpmodule.c
80
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/arm/vfp/vfpmodule.c
966
if (IS_ENABLED(CONFIG_NEON) &&
arch/arm/vfp/vfpmodule.c
973
if (IS_ENABLED(CONFIG_VFPv3)) {
arch/arm/xen/enlighten.c
242
if (IS_ENABLED(CONFIG_XEN_EFI)) {
arch/arm/xen/enlighten.c
444
if (IS_ENABLED(CONFIG_XEN_VIRTIO))
arch/arm/xen/mm.c
33
if (IS_ENABLED(CONFIG_ZONE_DMA32))
arch/arm64/crypto/aes-glue.c
60
#if defined(USE_V8_CRYPTO_EXTENSIONS) || !IS_ENABLED(CONFIG_CRYPTO_AES_ARM64_BS)
arch/arm64/crypto/aes-glue.c
654
#if defined(USE_V8_CRYPTO_EXTENSIONS) || !IS_ENABLED(CONFIG_CRYPTO_AES_ARM64_BS)
arch/arm64/include/asm/alternative-macros.h
208
alternative_insn insn1, insn2, cap, IS_ENABLED(cfg)
arch/arm64/include/asm/alternative-macros.h
86
__ALTERNATIVE_CFG(oldinstr, newinstr, cpucap, IS_ENABLED(cfg))
arch/arm64/include/asm/arch_timer.h
23
#if IS_ENABLED(CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND)
arch/arm64/include/asm/cpucaps.h
23
return IS_ENABLED(CONFIG_ARM64_EPAN);
arch/arm64/include/asm/cpucaps.h
25
return IS_ENABLED(CONFIG_ARM64_SVE);
arch/arm64/include/asm/cpucaps.h
29
return IS_ENABLED(CONFIG_ARM64_SME);
arch/arm64/include/asm/cpucaps.h
31
return IS_ENABLED(CONFIG_ARM64_CNP);
arch/arm64/include/asm/cpucaps.h
34
return IS_ENABLED(CONFIG_ARM64_PTR_AUTH);
arch/arm64/include/asm/cpucaps.h
36
return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI);
arch/arm64/include/asm/cpucaps.h
38
return IS_ENABLED(CONFIG_ARM64_MTE);
arch/arm64/include/asm/cpucaps.h
40
return IS_ENABLED(CONFIG_ARM64_BTI);
arch/arm64/include/asm/cpucaps.h
42
return IS_ENABLED(CONFIG_ARM64_TLB_RANGE);
arch/arm64/include/asm/cpucaps.h
44
return IS_ENABLED(CONFIG_ARM64_POE);
arch/arm64/include/asm/cpucaps.h
46
return IS_ENABLED(CONFIG_ARM64_GCS);
arch/arm64/include/asm/cpucaps.h
48
return IS_ENABLED(CONFIG_ARM64_HAFT);
arch/arm64/include/asm/cpucaps.h
50
return IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0);
arch/arm64/include/asm/cpucaps.h
52
return IS_ENABLED(CONFIG_ARM64_ERRATUM_843419);
arch/arm64/include/asm/cpucaps.h
54
return IS_ENABLED(CONFIG_ARM64_ERRATUM_1742098);
arch/arm64/include/asm/cpucaps.h
56
return IS_ENABLED(CONFIG_ARM64_ERRATUM_2645198);
arch/arm64/include/asm/cpucaps.h
58
return IS_ENABLED(CONFIG_ARM64_ERRATUM_2658417);
arch/arm64/include/asm/cpucaps.h
60
return IS_ENABLED(CONFIG_CAVIUM_ERRATUM_23154);
arch/arm64/include/asm/cpucaps.h
62
return IS_ENABLED(CONFIG_NVIDIA_CARMEL_CNP_ERRATUM);
arch/arm64/include/asm/cpucaps.h
64
return IS_ENABLED(CONFIG_ARM64_WORKAROUND_REPEAT_TLBI);
arch/arm64/include/asm/cpucaps.h
66
return IS_ENABLED(CONFIG_ARM64_ERRATUM_3194386);
arch/arm64/include/asm/cpucaps.h
73
return IS_ENABLED(CONFIG_HW_PERF_EVENTS);
arch/arm64/include/asm/cpufeature.h
1022
if (!IS_ENABLED(CONFIG_ARM64_BTI))
arch/arm64/include/asm/cpufeature.h
1034
if (!IS_ENABLED(CONFIG_ARM64_PTR_AUTH))
arch/arm64/include/asm/cpufeature.h
60
(IS_ENABLED(config) ? FTR_VISIBLE : FTR_HIDDEN)
arch/arm64/include/asm/cpufeature.h
753
return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) &&
arch/arm64/include/asm/cpufeature.h
819
return IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING) &&
arch/arm64/include/asm/cpufeature.h
830
return IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) &&
arch/arm64/include/asm/cpufeature.h
910
if (!IS_ENABLED(CONFIG_ARM64_HW_AFDBM))
arch/arm64/include/asm/elf.h
265
if (IS_ENABLED(CONFIG_COMPAT) && compat)
arch/arm64/include/asm/irqflags.h
32
if (IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING)) {
arch/arm64/include/asm/irqflags.h
61
if (IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING)) {
arch/arm64/include/asm/kvm_host.h
1316
return IS_ENABLED(CONFIG_GUEST_PERF_EVENTS) && !!vcpu;
arch/arm64/include/asm/kvm_pgtable.h
34
(IS_ENABLED(CONFIG_ARM64_PA_BITS_52) && PAGE_SHIFT == 16))
arch/arm64/include/asm/mmu.h
99
if (IS_ENABLED(CONFIG_ARM64_E0PD)) {
arch/arm64/include/asm/mmu_context.h
33
if (!IS_ENABLED(CONFIG_PID_IN_CONTEXTIDR))
arch/arm64/include/asm/pgtable.h
414
if (!IS_ENABLED(CONFIG_DEBUG_VM))
arch/arm64/include/asm/pgtable.h
945
if (CONFIG_PGTABLE_LEVELS > 4 || !IS_ENABLED(CONFIG_ARM64_LPA2))
arch/arm64/include/asm/processor.h
351
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
arch/arm64/include/asm/stackprotector.h
32
if (!IS_ENABLED(CONFIG_STACKPROTECTOR_PER_TASK))
arch/arm64/include/asm/sysreg.h
1115
#if IS_ENABLED(CONFIG_AMPERE_ERRATUM_AC04_CPU_23)
arch/arm64/include/asm/sysreg.h
1234
if (IS_ENABLED(CONFIG_AMPERE_ERRATUM_AC04_CPU_23) && \
arch/arm64/include/asm/uaccess.h
45
if (IS_ENABLED(CONFIG_ARM64_TAGGED_ADDR_ABI) &&
arch/arm64/include/asm/vdso/gettimeofday.h
86
#if IS_ENABLED(CONFIG_CC_IS_GCC) && IS_ENABLED(CONFIG_PAGE_SIZE_64KB)
arch/arm64/include/asm/virt.h
93
return IS_ENABLED(CONFIG_KVM) &&
arch/arm64/kernel/acpi.c
256
if (IS_ENABLED(CONFIG_ACPI_BGRT))
arch/arm64/kernel/acpi.c
395
if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
arch/arm64/kernel/cpufeature.c
1192
if (IS_ENABLED(CONFIG_ARM64_SVE) &&
arch/arm64/kernel/cpufeature.c
1201
if (IS_ENABLED(CONFIG_ARM64_SME) &&
arch/arm64/kernel/cpufeature.c
1444
if (IS_ENABLED(CONFIG_ARM64_SVE) &&
arch/arm64/kernel/cpufeature.c
1455
if (IS_ENABLED(CONFIG_ARM64_SME) &&
arch/arm64/kernel/cpufeature.c
1477
if (IS_ENABLED(CONFIG_ARM64_MTE) &&
arch/arm64/kernel/cpufeature.c
1854
if (!IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0)) {
arch/arm64/kernel/cpufeature.c
3736
if (!IS_ENABLED(CONFIG_KVM))
arch/arm64/kernel/cpuinfo.c
509
if (IS_ENABLED(CONFIG_ARM64_SME) &&
arch/arm64/kernel/debug-monitors.c
215
if (IS_ENABLED(CONFIG_CFI) && esr_is_cfi_brk(esr))
arch/arm64/kernel/debug-monitors.c
221
if (IS_ENABLED(CONFIG_KASAN_SW_TAGS) &&
arch/arm64/kernel/debug-monitors.c
225
if (IS_ENABLED(CONFIG_UBSAN_TRAP) && esr_is_ubsan_brk(esr))
arch/arm64/kernel/debug-monitors.c
228
if (IS_ENABLED(CONFIG_KGDB)) {
arch/arm64/kernel/debug-monitors.c
235
if (IS_ENABLED(CONFIG_KPROBES)) {
arch/arm64/kernel/debug-monitors.c
242
if (IS_ENABLED(CONFIG_KRETPROBES) &&
arch/arm64/kernel/debug-monitors.c
256
if (IS_ENABLED(CONFIG_UPROBES) &&
arch/arm64/kernel/efi.c
236
if (IS_ENABLED(CONFIG_SHADOW_CALL_STACK))
arch/arm64/kernel/entry-common.c
507
if (IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) && regs_irqs_disabled(regs))
arch/arm64/kernel/fpsimd.c
1059
if (!IS_ENABLED(CONFIG_KVM) || !is_hyp_mode_available())
arch/arm64/kernel/fpsimd.c
1832
BUG_ON(IS_ENABLED(CONFIG_PREEMPT_RT) || !in_serving_softirq());
arch/arm64/kernel/fpsimd.c
1854
if (IS_ENABLED(CONFIG_PREEMPT_RT) || !in_serving_softirq()) {
arch/arm64/kernel/fpsimd.c
1898
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && in_serving_softirq()) {
arch/arm64/kernel/fpsimd.c
221
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
arch/arm64/kernel/fpsimd.c
247
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
arch/arm64/kernel/fpsimd.c
492
if (IS_ENABLED(CONFIG_ARM64_SVE) && save_sve_regs) {
arch/arm64/kernel/ftrace.c
129
if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL)) {
arch/arm64/kernel/ftrace.c
169
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/arm64/kernel/ftrace.c
190
if (!IS_ENABLED(CONFIG_ARM64_BTI_KERNEL))
arch/arm64/kernel/ftrace.c
251
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/arm64/kernel/ftrace.c
322
if (!IS_ENABLED(CONFIG_MODULES))
arch/arm64/kernel/ftrace.c
503
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_ARGS) && mod)
arch/arm64/kernel/ftrace.c
69
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_ARGS))
arch/arm64/kernel/ftrace.c
91
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/arm64/kernel/kexec_image.c
61
be_kernel = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
arch/arm64/kernel/pi/idreg-override.c
388
if (IS_ENABLED(CONFIG_CMDLINE_FORCE) || !prop)
arch/arm64/kernel/pi/idreg-override.c
391
if (!IS_ENABLED(CONFIG_CMDLINE_FORCE) && prop)
arch/arm64/kernel/pi/map_kernel.c
102
if (IS_ENABLED(CONFIG_RELOCATABLE))
arch/arm64/kernel/pi/map_kernel.c
258
if (IS_ENABLED(CONFIG_ARM64_64K_PAGES) && !cpu_has_lva()) {
arch/arm64/kernel/pi/map_kernel.c
260
} else if (IS_ENABLED(CONFIG_ARM64_LPA2) && !cpu_has_lpa2()) {
arch/arm64/kernel/pi/map_kernel.c
275
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
arch/arm64/kernel/pi/map_kernel.c
284
if (IS_ENABLED(CONFIG_ARM64_LPA2) && va_bits > VA_BITS_MIN)
arch/arm64/kernel/pi/map_kernel.c
41
bool enable_scs = IS_ENABLED(CONFIG_UNWIND_PATCH_PAC_INTO_SCS);
arch/arm64/kernel/pi/map_kernel.c
42
bool twopass = IS_ENABLED(CONFIG_RELOCATABLE);
arch/arm64/kernel/pi/map_kernel.c
63
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL) && cpu_has_pac())
arch/arm64/kernel/pi/map_kernel.c
66
if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) && cpu_has_bti()) {
arch/arm64/kernel/pi/patch-scs.c
87
if (IS_ENABLED(CONFIG_ARM64_WORKAROUND_CLEAN_CACHE))
arch/arm64/kernel/pi/relocate.c
25
if (!IS_ENABLED(CONFIG_RELR) || !offset)
arch/arm64/kernel/process.c
272
if (IS_ENABLED(CONFIG_ARM64_TAGGED_ADDR_ABI))
arch/arm64/kernel/process.c
631
(IS_ENABLED(CONFIG_ARM64_ERRATUM_1418040) &&
arch/arm64/kernel/proton-pack.c
1036
} else if (!IS_ENABLED(CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY)) {
arch/arm64/kernel/proton-pack.c
1129
if (!IS_ENABLED(CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY))
arch/arm64/kernel/proton-pack.c
1149
if (!IS_ENABLED(CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY) ||
arch/arm64/kernel/proton-pack.c
560
if (IS_ENABLED(CONFIG_ARM64_ERRATUM_3194386))
arch/arm64/kernel/ptrace.c
2471
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
arch/arm64/kernel/setup.c
400
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && offset > 0) {
arch/arm64/kernel/smp.c
413
if (IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
arch/arm64/kernel/smp.c
432
if (IS_ENABLED(CONFIG_KVM) && !is_kernel_in_hyp_mode()) {
arch/arm64/kernel/smp.c
513
IS_ENABLED(CONFIG_ACPI_HOTPLUG_CPU))
arch/arm64/kernel/smp.c
902
if (IS_ENABLED(CONFIG_HOTPLUG_CPU))
arch/arm64/kernel/smp.c
976
if (IS_ENABLED(CONFIG_KEXEC_CORE) && crash_stop) {
arch/arm64/kernel/syscall.c
139
if (!has_syscall_work(flags) && !IS_ENABLED(CONFIG_DEBUG_RSEQ)) {
arch/arm64/kernel/vdso.c
187
if (!IS_ENABLED(CONFIG_KUSER_HELPERS))
arch/arm64/kernel/vdso.c
221
if (!IS_ENABLED(CONFIG_COMPAT_VDSO))
arch/arm64/kernel/vdso.c
249
if (!IS_ENABLED(CONFIG_KUSER_HELPERS))
arch/arm64/kernel/vdso.c
306
if (IS_ENABLED(CONFIG_COMPAT_VDSO)) {
arch/arm64/kvm/arm.c
2767
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL) &&
arch/arm64/kvm/handle_exit.c
520
if (IS_ENABLED(CONFIG_CFI_PERMISSIVE))
arch/arm64/kvm/handle_exit.c
542
IS_ENABLED(CONFIG_NVHE_EL2_DEBUG)) {
arch/arm64/kvm/handle_exit.c
553
} else if (IS_ENABLED(CONFIG_CFI) && esr_is_cfi_brk(esr)) {
arch/arm64/kvm/handle_exit.c
555
} else if (IS_ENABLED(CONFIG_UBSAN_KVM_EL2) &&
arch/arm64/kvm/hyp/nvhe/list_debug.c
19
if (IS_ENABLED(CONFIG_BUG_ON_DATA_CORRUPTION)) { \
arch/arm64/kvm/hyp/nvhe/mem_protect.c
1110
if (!IS_ENABLED(CONFIG_NVHE_EL2_DEBUG))
arch/arm64/kvm/hyp/nvhe/sys_regs.c
61
if (!IS_ENABLED(CONFIG_ARM64_PTR_AUTH))
arch/arm64/kvm/va_layout.c
98
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && tag_lsb != (hyp_va_bits - 1)) {
arch/arm64/kvm/vgic/vgic.c
151
if (IS_ENABLED(CONFIG_LOCKDEP) && irq->intid >= VGIC_MIN_LPI) {
arch/arm64/mm/context.c
341
if (!IS_ENABLED(CONFIG_CAVIUM_ERRATUM_27456))
arch/arm64/mm/context.c
360
if (IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN))
arch/arm64/mm/context.c
418
if (IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0))
arch/arm64/mm/fault.c
802
if (IS_ENABLED(CONFIG_COMPAT_ALIGNMENT_FIXUPS) &&
arch/arm64/mm/fixmap.c
87
BUG_ON(!IS_ENABLED(CONFIG_ARM64_16K_PAGES));
arch/arm64/mm/init.c
104
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/arm64/mm/init.c
205
if (IS_ENABLED(CONFIG_KVM) && vabits_actual == 52 &&
arch/arm64/mm/init.c
244
if (IS_ENABLED(CONFIG_ARM64_VA_BITS_52) && (vabits_actual != 52))
arch/arm64/mm/init.c
257
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && phys_initrd_size) {
arch/arm64/mm/init.c
291
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && phys_initrd_size) {
arch/arm64/mm/init.c
341
if (IS_ENABLED(CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC) && !swiotlb) {
arch/arm64/mm/init.c
473
if (IS_ENABLED(CONFIG_RANDOMIZE_MODULE_REGION_FULL)) {
arch/arm64/mm/kasan_init.c
246
u64 vabits = IS_ENABLED(CONFIG_ARM64_64K_PAGES) ? VA_BITS
arch/arm64/mm/mmu.c
1344
if (IS_ENABLED(CONFIG_RELOCATABLE))
arch/arm64/mm/mmu.c
1385
(IS_ENABLED(CONFIG_UNMAP_KERNEL_AT_EL0) && !arm64_use_ng_mappings)) {
arch/arm64/mm/mmu.c
1776
if (!IS_ENABLED(CONFIG_ARM64_4K_PAGES) ||
arch/arm64/mm/mmu.c
1943
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
arch/arm64/mm/mmu.c
2094
if (!IS_ENABLED(CONFIG_DEBUG_VM))
arch/arm64/mm/mmu.c
2126
if (!IS_ENABLED(CONFIG_MEMORY_HOTREMOVE))
arch/arm64/net/bpf_jit_comp.c
1056
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL))
arch/arm64/net/bpf_jit_comp.c
182
if (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL))
arch/arm64/net/bpf_jit_comp.c
188
if (IS_ENABLED(CONFIG_CFI))
arch/arm64/net/bpf_jit_comp.c
504
#define BTI_INSNS (IS_ENABLED(CONFIG_ARM64_BTI_KERNEL) ? 1 : 0)
arch/arm64/net/bpf_jit_comp.c
505
#define PAC_INSNS (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL) ? 1 : 0)
arch/arm64/net/bpf_jit_comp.c
562
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL))
arch/arm64/net/bpf_jit_comp.c
949
#if IS_ENABLED(CONFIG_ARM64_BTI_KERNEL)
arch/arm64/net/bpf_jit_comp.c
995
if (!IS_ENABLED(CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY) ||
arch/loongarch/include/asm/inst.h
441
const u32 opcode = IS_ENABLED(CONFIG_32BIT) ? stw_op : std_op;
arch/loongarch/include/asm/inst.h
452
const u32 opcode = IS_ENABLED(CONFIG_32BIT) ? addiw_op : addid_op;
arch/loongarch/include/asm/irq_work.h
7
return IS_ENABLED(CONFIG_SMP);
arch/loongarch/include/asm/pgtable.h
318
#define __SWP_TYPE_BITS (IS_ENABLED(CONFIG_32BIT) ? 5 : 7)
arch/loongarch/include/asm/pgtable.h
320
#define __SWP_TYPE_SHIFT (IS_ENABLED(CONFIG_32BIT) ? 8 : 16)
arch/loongarch/kernel/acpi.c
236
if (IS_ENABLED(CONFIG_ACPI_BGRT))
arch/loongarch/kernel/efi.c
119
if (IS_ENABLED(CONFIG_64BIT))
arch/loongarch/kernel/efi.c
132
if (IS_ENABLED(CONFIG_EFI_EARLYCON) || IS_ENABLED(CONFIG_SYSFB))
arch/loongarch/kernel/ftrace_dyn.c
48
IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/loongarch/kernel/kfpu.c
24
if (IS_ENABLED(CONFIG_PREEMPT_RT))
arch/loongarch/kernel/kfpu.c
32
if (IS_ENABLED(CONFIG_PREEMPT_RT))
arch/loongarch/kernel/module.c
599
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/loongarch/kernel/process.c
133
if (IS_ENABLED(CONFIG_RANDSTRUCT)) {
arch/loongarch/kernel/setup.c
221
if (!IS_ENABLED(CONFIG_NUMA))
arch/loongarch/kernel/setup.c
272
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/loongarch/kernel/setup.c
293
if (IS_ENABLED(CONFIG_BUILTIN_DTB) && !fdt_check_header(__dtb_start))
arch/loongarch/kernel/setup.c
313
if (IS_ENABLED(CONFIG_CMDLINE_FORCE)) {
arch/loongarch/kernel/setup.c
340
if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) && CONFIG_CMDLINE[0]) {
arch/loongarch/kernel/setup.c
348
if (IS_ENABLED(CONFIG_CMDLINE_BOOTLOADER) && !boot_command_line[0])
arch/m68k/amiga/config.c
395
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
arch/m68k/atari/config.c
201
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
arch/m68k/atari/config.c
846
#if IS_ENABLED(CONFIG_ATARI_SCSI)
arch/m68k/atari/config.c
910
#if IS_ENABLED(CONFIG_ATARI_SCSI)
arch/m68k/coldfire/amcore.c
134
#if IS_ENABLED(CONFIG_DM9000)
arch/m68k/coldfire/amcore.c
143
#if IS_ENABLED(CONFIG_DM9000)
arch/m68k/coldfire/amcore.c
26
#if IS_ENABLED(CONFIG_DM9000)
arch/m68k/coldfire/device.c
187
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/device.c
342
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/device.c
633
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/device.c
636
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m5206.c
42
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m520x.c
125
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m520x.c
140
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m523x.c
50
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m523x.c
66
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m5249.c
76
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m5249.c
88
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m525x.c
44
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m525x.c
60
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m527x.c
52
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m527x.c
73
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m528x.c
52
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m528x.c
62
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m5307.c
51
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m53xx.c
167
#if IS_ENABLED(CONFIG_SPI_COLDFIRE_QSPI)
arch/m68k/coldfire/m53xx.c
177
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m5407.c
42
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/coldfire/m54xx.c
66
#if IS_ENABLED(CONFIG_I2C_IMX)
arch/m68k/kernel/process.c
234
if (IS_ENABLED(CONFIG_FPU)) {
arch/m68k/kernel/setup.c
8
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
arch/m68k/kernel/setup_mm.c
330
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && m68k_ramdisk.size)
arch/m68k/kernel/setup_mm.c
335
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && m68k_ramdisk.size) {
arch/m68k/kernel/setup_mm.c
531
#if IS_ENABLED(CONFIG_NVRAM)
arch/m68k/kernel/time.c
93
#if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
arch/m68k/mac/config.c
134
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
arch/m68k/mac/misc.c
211
#if IS_ENABLED(CONFIG_NVRAM)
arch/m68k/mac/misc.c
380
#if IS_ENABLED(CONFIG_NVRAM)
arch/m68k/mac/misc.c
40
#if IS_ENABLED(CONFIG_NVRAM)
arch/m68k/q40/config.c
170
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
arch/m68k/sun3/config.c
164
#if IS_ENABLED(CONFIG_SUN3_SCSI)
arch/mips/alchemy/board-mtx1.c
53
#if IS_ENABLED(CONFIG_USB_OHCI_HCD)
arch/mips/alchemy/devboards/db1300.c
728
#if IS_ENABLED(CONFIG_TOUCHSCREEN_WM97XX)
arch/mips/boot/compressed/decompress.c
106
if (IS_ENABLED(CONFIG_MIPS_RAW_APPENDED_DTB) &&
arch/mips/dec/prom/memory.c
103
#if IS_ENABLED(CONFIG_DECLANCE)
arch/mips/dec/setup.c
749
if (IS_ENABLED(CONFIG_MIPS_FP_SUPPORT) &&
arch/mips/generic/board-ingenic.c
192
if (IS_ENABLED(CONFIG_PM_SLEEP))
arch/mips/generic/init.c
57
} else if (IS_ENABLED(CONFIG_LEGACY_BOARDS)) {
arch/mips/include/asm/bmips.h
56
#if IS_ENABLED(CONFIG_CPU_BMIPS) && IS_ENABLED(CONFIG_SMP)
arch/mips/include/asm/bootinfo.h
125
if (IS_ENABLED(CONFIG_MIPS_RAW_APPENDED_DTB) ||
arch/mips/include/asm/bootinfo.h
126
IS_ENABLED(CONFIG_MIPS_ELF_APPENDED_DTB))
arch/mips/include/asm/bootinfo.h
133
if (IS_ENABLED(CONFIG_BUILTIN_DTB))
arch/mips/include/asm/bugs.h
23
if (!IS_ENABLED(CONFIG_CPU_R4X00_BUGS64))
arch/mips/include/asm/checksum.h
133
const unsigned int sh32 = IS_ENABLED(CONFIG_64BIT) ? 32 : 0;
arch/mips/include/asm/checksum.h
141
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/include/asm/checksum.h
149
tmp <<= IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN) ? 8 : 0;
arch/mips/include/asm/checksum.h
151
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/include/asm/checksum.h
157
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/include/asm/checksum.h
160
} else if (IS_ENABLED(CONFIG_64BIT)) {
arch/mips/include/asm/cmpxchg.h
166
if (!IS_ENABLED(CONFIG_64BIT))
arch/mips/include/asm/cmpxchg.h
82
if (!IS_ENABLED(CONFIG_64BIT))
arch/mips/include/asm/cpu-info.h
153
if (!IS_ENABLED(CONFIG_CPU_MIPSR5) && !IS_ENABLED(CONFIG_CPU_MIPSR6))
arch/mips/include/asm/cpu-info.h
169
if (!IS_ENABLED(CONFIG_MIPS_MT_SMP) && !IS_ENABLED(CONFIG_CPU_MIPSR6))
arch/mips/include/asm/dec/prom.h
49
return !IS_ENABLED(CONFIG_CPU_R3000) || magic == REX_PROM_MAGIC;
arch/mips/include/asm/elf.h
292
if (!IS_ENABLED(CONFIG_MIPS32_N32) || \
arch/mips/include/asm/elf.h
296
if (IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_MIPS32_O32)) \
arch/mips/include/asm/futex.h
141
if (cpu_has_llsc && IS_ENABLED(CONFIG_WAR_R10000_LLSC)) {
arch/mips/include/asm/futex.h
27
if (cpu_has_llsc && IS_ENABLED(CONFIG_WAR_R10000_LLSC)) { \
arch/mips/include/asm/mips-cm.h
439
if (IS_ENABLED(CONFIG_SMP))
arch/mips/include/asm/mips-cps.h
206
if ((!IS_ENABLED(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt)
arch/mips/include/asm/mips-cps.h
207
&& (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp))
arch/mips/include/asm/mips-gic.h
328
return IS_ENABLED(CONFIG_MIPS_GIC) && mips_gic_base;
arch/mips/include/asm/page.h
155
if (IS_ENABLED(CONFIG_64BIT)) {
arch/mips/include/asm/page.h
164
if (!IS_ENABLED(CONFIG_EVA)) {
arch/mips/include/asm/pgtable.h
136
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
149
if (IS_ENABLED(CONFIG_XPA)) {
arch/mips/include/asm/pgtable.h
298
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
307
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
316
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
326
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
337
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/pgtable.h
348
if (!IS_ENABLED(CONFIG_XPA))
arch/mips/include/asm/seccomp.h
20
if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS))
arch/mips/include/asm/seccomp.h
23
if (IS_ENABLED(CONFIG_MIPS32_N32))
arch/mips/include/asm/signal.h
22
(IS_ENABLED(CONFIG_64BIT) ? 1 : \
arch/mips/include/asm/signal.h
23
(IS_ENABLED(CONFIG_TRAD_SIGNALS) ? \
arch/mips/include/asm/syscall.h
33
return (IS_ENABLED(CONFIG_32BIT) ||
arch/mips/include/asm/syscall.h
86
if ((IS_ENABLED(CONFIG_MIPS32_O32) &&
arch/mips/include/asm/vdso/gettimeofday.h
207
return IS_ENABLED(CONFIG_CSRC_R4K) ||
arch/mips/include/asm/vdso/gettimeofday.h
208
IS_ENABLED(CONFIG_CLKSRC_MIPS_GIC);
arch/mips/kernel/cmpxchg.c
29
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
arch/mips/kernel/cmpxchg.c
71
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
arch/mips/kernel/cpu-probe.c
2048
WARN_ON(vpe && !IS_ENABLED(CONFIG_MIPS_MT_SMP) &&
arch/mips/kernel/cpu-probe.c
2049
!IS_ENABLED(CONFIG_CPU_MIPSR6));
arch/mips/kernel/csrc-r4k.c
71
if (IS_ENABLED(CONFIG_CPU_FREQ))
arch/mips/kernel/csrc-r4k.c
75
!IS_ENABLED(CONFIG_HAVE_UNSTABLE_SCHED_CLOCK))
arch/mips/kernel/elf.c
180
if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
arch/mips/kernel/elf.c
286
if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
arch/mips/kernel/idle.c
185
if (IS_ENABLED(CONFIG_MIPS_EJTAG_FDC_TTY))
arch/mips/kernel/jump_label.c
33
#define J_ISA_BIT IS_ENABLED(CONFIG_CPU_MICROMIPS)
arch/mips/kernel/jump_label.c
51
if (!IS_ENABLED(CONFIG_CPU_MICROMIPS) && MIPS_ISA_REV >= 6) {
arch/mips/kernel/jump_label.c
80
if (IS_ENABLED(CONFIG_CPU_MICROMIPS)) {
arch/mips/kernel/mips-cm.c
309
mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3);
arch/mips/kernel/mips-cm.c
548
if (IS_ENABLED(CONFIG_MIPS_CPS) && mips_cps_cluster_bootcfg)
arch/mips/kernel/mips-r2-to-r6-emul.c
147
if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir))
arch/mips/kernel/mips-r2-to-r6-emul.c
1493
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
156
if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir))
arch/mips/kernel/mips-r2-to-r6-emul.c
1612
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
165
if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))
arch/mips/kernel/mips-r2-to-r6-emul.c
1731
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
174
if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir))
arch/mips/kernel/mips-r2-to-r6-emul.c
1849
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
2081
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
2142
if (IS_ENABLED(CONFIG_32BIT)) {
arch/mips/kernel/mips-r2-to-r6-emul.c
502
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
534
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
565
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
590
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
829
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
856
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/mips-r2-to-r6-emul.c
88
if (IS_ENABLED(CONFIG_32BIT))
arch/mips/kernel/module.c
421
if (IS_ENABLED(CONFIG_JUMP_LABEL))
arch/mips/kernel/perf_event_mipsxx.c
367
if (IS_ENABLED(CONFIG_CPU_BMIPS5000)) {
arch/mips/kernel/perf_event_mipsxx.c
371
} else if (IS_ENABLED(CONFIG_MIPS_MT_SMP) && range > V) {
arch/mips/kernel/pm-cps.c
136
if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
arch/mips/kernel/pm-cps.c
372
if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) {
arch/mips/kernel/process.c
407
bool is_mmips = IS_ENABLED(CONFIG_CPU_MICROMIPS);
arch/mips/kernel/process.c
687
if (IS_ENABLED(CONFIG_MIPS_FP_SUPPORT)) {
arch/mips/kernel/process.c
797
if (!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
arch/mips/kernel/process.c
801
if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS))
arch/mips/kernel/r4k-bugs64.c
168
IS_ENABLED(CONFIG_CPU_R4000_WORKAROUNDS) ? nowar : r4kwar);
arch/mips/kernel/r4k-bugs64.c
245
IS_ENABLED(CONFIG_CPU_DADDI_WORKAROUNDS) ? nowar : daddiwar);
arch/mips/kernel/r4k-bugs64.c
314
IS_ENABLED(CONFIG_CPU_DADDI_WORKAROUNDS) ? nowar : daddiwar);
arch/mips/kernel/setup.c
369
if (IS_ENABLED(CONFIG_NUMA))
arch/mips/kernel/setup.c
456
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/mips/kernel/setup.c
494
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/mips/kernel/setup.c
562
if (IS_ENABLED(CONFIG_CMDLINE_OVERRIDE)) {
arch/mips/kernel/setup.c
574
if (IS_ENABLED(CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND))
arch/mips/kernel/setup.c
584
if (IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_DTB) ||
arch/mips/kernel/setup.c
585
IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND))
arch/mips/kernel/setup.c
596
if (IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND) || !dt_bootargs)
arch/mips/kernel/setup.c
603
if (IS_ENABLED(CONFIG_CMDLINE_BOOL) &&
arch/mips/kernel/setup.c
604
!IS_ENABLED(CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND))
arch/mips/kernel/setup.c
771
if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64))
arch/mips/kernel/setup.c
827
if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64))
arch/mips/kernel/signal.c
186
BUG_ON(IS_ENABLED(CONFIG_EVA));
arch/mips/kernel/signal.c
233
BUG_ON(IS_ENABLED(CONFIG_EVA));
arch/mips/kernel/signal.c
347
if (IS_ENABLED(CONFIG_EVA))
arch/mips/kernel/signal.c
410
if (IS_ENABLED(CONFIG_EVA))
arch/mips/kernel/smp-cps.c
61
write_cpc_redir_sys_config(IS_ENABLED(CONFIG_CPU_BIG_ENDIAN));
arch/mips/kernel/smp-cps.c
755
if (IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
arch/mips/kernel/syscall.c
110
if (cpu_has_llsc && IS_ENABLED(CONFIG_WAR_R10000_LLSC)) {
arch/mips/kernel/traps.c
2355
if (!IS_ENABLED(CONFIG_EVA) && ebase_pa < 0x20000000)
arch/mips/kernel/traps.c
2367
if (IS_ENABLED(CONFIG_CPU_MICROMIPS))
arch/mips/kernel/unaligned.c
293
if (IS_ENABLED(CONFIG_EVA) && user)
arch/mips/kernel/unaligned.c
308
if (IS_ENABLED(CONFIG_EVA) && user)
arch/mips/kernel/unaligned.c
323
if (IS_ENABLED(CONFIG_EVA) && user)
arch/mips/kernel/unaligned.c
387
if (IS_ENABLED(CONFIG_EVA) && user)
arch/mips/kernel/unaligned.c
403
if (IS_ENABLED(CONFIG_EVA) && user)
arch/mips/kernel/vdso.c
64
if (IS_ENABLED(CONFIG_MIPS_FP_SUPPORT)) {
arch/mips/kernel/vdso.c
88
if (IS_ENABLED(CONFIG_MIPS_FP_SUPPORT)) {
arch/mips/kvm/mips.c
332
if (IS_ENABLED(CONFIG_64BIT))
arch/mips/math-emu/cp1emu.c
784
if (IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_MIPS32_O32))
arch/mips/math-emu/cp1emu.c
786
else if (IS_ENABLED(CONFIG_32BIT) &&
arch/mips/math-emu/cp1emu.c
787
!IS_ENABLED(CONFIG_MIPS_O32_FP64_SUPPORT))
arch/mips/mm/c-r4k.c
118
if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) && \
arch/mips/mm/c-r4k.c
121
if (IS_ENABLED(CONFIG_WAR_R4600_V1_HIT_CACHEOP)) \
arch/mips/mm/c-r4k.c
305
if (IS_ENABLED(CONFIG_WAR_R4600_V1_INDEX_ICACHEOP) &&
arch/mips/mm/c-r4k.c
308
else if (IS_ENABLED(CONFIG_WAR_TX49XX_ICACHE_INDEX_INV))
arch/mips/mm/cache.c
208
if (IS_ENABLED(CONFIG_CPU_R3000) && cpu_has_3k_cache)
arch/mips/mm/cache.c
210
if ((IS_ENABLED(CONFIG_CPU_R4K_CACHE_TLB) ||
arch/mips/mm/cache.c
211
IS_ENABLED(CONFIG_CPU_SB1)) && cpu_has_4k_cache)
arch/mips/mm/cache.c
214
if (IS_ENABLED(CONFIG_CPU_CAVIUM_OCTEON) && cpu_has_octeon_cache)
arch/mips/mm/context.c
30
if (WARN_ON(IS_ENABLED(CONFIG_DEBUG_VM) && cpu_has_mmid))
arch/mips/mm/context.c
55
if (WARN_ON(IS_ENABLED(CONFIG_DEBUG_VM) && cpu_has_mmid))
arch/mips/mm/init.c
450
BUILD_BUG_ON(IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT));
arch/mips/mm/page.c
242
if (IS_ENABLED(CONFIG_WAR_R4600_V1_HIT_CACHEOP) &&
arch/mips/mm/page.c
250
if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) &&
arch/mips/mm/page.c
296
if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) && cpu_is_r4600_v2_x())
arch/mips/mm/page.c
396
if (IS_ENABLED(CONFIG_WAR_R4600_V1_HIT_CACHEOP) &&
arch/mips/mm/page.c
404
if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) &&
arch/mips/mm/page.c
449
if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) && cpu_is_r4600_v2_x())
arch/mips/mm/page.c
94
IS_ENABLED(CONFIG_CPU_DADDI_WORKAROUNDS) &&
arch/mips/mm/physaddr.c
26
IS_ENABLED(CONFIG_EVA) ||
arch/mips/mm/physaddr.c
27
!IS_ENABLED(CONFIG_HIGHMEM));
arch/mips/mm/tlbex.c
1002
if (IS_ENABLED(CONFIG_XPA)) {
arch/mips/mm/tlbex.c
1259
if (IS_ENABLED(CONFIG_64BIT) && (scratch_reg >= 0 || scratchpad_available()) && use_bbit_insns()) {
arch/mips/mm/tlbex.c
1616
if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
arch/mips/mm/tlbex.c
1641
if (IS_ENABLED(CONFIG_XPA) && !cpu_has_64bits) {
arch/mips/mm/tlbex.c
2213
if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
arch/mips/mm/tlbex.c
2269
if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
arch/mips/mm/tlbex.c
2326
if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
arch/mips/mm/tlbex.c
2448
if (IS_ENABLED(CONFIG_64BIT))
arch/mips/mm/tlbex.c
2464
if (IS_ENABLED(CONFIG_64BIT))
arch/mips/mm/tlbex.c
2538
if (IS_ENABLED(CONFIG_XPA) && !cpu_has_rixi)
arch/mips/mm/tlbex.c
904
if (IS_ENABLED(CONFIG_CPU_LOONGSON3_WORKAROUNDS))
arch/mips/mm/tlbex.c
91
if (IS_ENABLED(CONFIG_SB1_PASS_2_WORKAROUNDS))
arch/mips/mm/tlbex.c
98
return IS_ENABLED(CONFIG_WAR_R10000_LLSC);
arch/mips/mti-malta/malta-dtshim.c
167
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
arch/mips/mti-malta/malta-dtshim.c
78
if (IS_ENABLED(CONFIG_EVA)) {
arch/mips/mti-malta/malta-memory.c
35
bool eva = IS_ENABLED(CONFIG_EVA);
arch/mips/mti-malta/malta-platform.c
50
.iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
arch/mips/mti-malta/malta-setup.c
208
if (IS_ENABLED(CONFIG_EVA))
arch/mips/net/bpf_jit_comp.c
221
if (IS_ENABLED(CONFIG_CPU_DADDI_WORKAROUNDS))
arch/mips/net/bpf_jit_comp.c
226
if (IS_ENABLED(CONFIG_CPU_DADDI_WORKAROUNDS))
arch/mips/net/bpf_jit_comp64.c
232
if (IS_ENABLED(CONFIG_CPU_R4000_WORKAROUNDS))
arch/mips/ralink/early_printk.c
47
return IS_ENABLED(CONFIG_SOC_MT7620) &&
arch/mips/ralink/early_printk.c
77
if (IS_ENABLED(CONFIG_SOC_MT7621) || soc_is_mt7628()) {
arch/mips/ralink/reset.c
26
if (IS_ENABLED(CONFIG_PCI)) {
arch/mips/txx9/generic/setup.c
532
#if IS_ENABLED(CONFIG_MTD_PHYSMAP)
arch/mips/txx9/generic/setup.c
570
#if IS_ENABLED(CONFIG_MTD_NAND_TXX9NDFMC)
arch/mips/txx9/generic/setup.c
586
#if IS_ENABLED(CONFIG_LEDS_GPIO)
arch/mips/txx9/generic/setup.c
709
#if IS_ENABLED(CONFIG_TXX9_DMAC)
arch/nios2/kernel/cpuinfo.c
58
if (IS_ENABLED(CONFIG_NIOS2_HW_DIV_SUPPORT) && !cpuinfo.has_div)
arch/nios2/kernel/cpuinfo.c
61
if (IS_ENABLED(CONFIG_NIOS2_HW_MUL_SUPPORT) && !cpuinfo.has_mul)
arch/nios2/kernel/cpuinfo.c
64
if (IS_ENABLED(CONFIG_NIOS2_HW_MULX_SUPPORT) && !cpuinfo.has_mulx)
arch/nios2/kernel/cpuinfo.c
67
if (IS_ENABLED(CONFIG_NIOS2_BMX_SUPPORT) && !cpuinfo.has_bmx)
arch/nios2/kernel/cpuinfo.c
70
if (IS_ENABLED(CONFIG_NIOS2_CDX_SUPPORT) && !cpuinfo.has_cdx)
arch/openrisc/include/asm/cacheflush.h
64
if (!IS_ENABLED(CONFIG_DCACHE_WRITETHROUGH))
arch/parisc/include/asm/barrier.h
56
if (IS_ENABLED(CONFIG_64BIT)) \
arch/parisc/include/asm/barrier.h
86
if (IS_ENABLED(CONFIG_64BIT)) \
arch/parisc/include/asm/irqflags.h
35
if (IS_ENABLED(CONFIG_LIGHTWEIGHT_SPINLOCK_CHECK))
arch/parisc/include/asm/spinlock.h
12
if (IS_ENABLED(CONFIG_LIGHTWEIGHT_SPINLOCK_CHECK))
arch/parisc/kernel/cache.c
685
if ((!IS_ENABLED(CONFIG_SMP) || !arch_irqs_disabled()) &&
arch/parisc/kernel/cache.c
742
if (WARN_ON(IS_ENABLED(CONFIG_SMP) && arch_irqs_disabled()))
arch/parisc/kernel/cache.c
758
if (WARN_ON(IS_ENABLED(CONFIG_SMP) && arch_irqs_disabled()))
arch/parisc/kernel/cache.c
902
if (WARN_ON(IS_ENABLED(CONFIG_SMP) && arch_irqs_disabled())) {
arch/parisc/kernel/cache.c
925
if (WARN_ON(IS_ENABLED(CONFIG_SMP) && arch_irqs_disabled())) {
arch/parisc/kernel/firmware.c
1437
if (IS_ENABLED(CONFIG_64BIT) && do_call64) {
arch/parisc/kernel/firmware.c
359
if (!IS_ENABLED(CONFIG_SMP) || !is_pdc_pat()) {
arch/parisc/kernel/firmware.c
702
if (IS_ENABLED(CONFIG_PA20))
arch/parisc/kernel/firmware.c
722
if (IS_ENABLED(CONFIG_PA20))
arch/parisc/kernel/firmware.c
737
if (IS_ENABLED(CONFIG_PA20))
arch/parisc/kernel/firmware.c
764
if (IS_ENABLED(CONFIG_PA20))
arch/parisc/kernel/patch.c
34
if (module && IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
arch/parisc/kernel/patch.c
36
else if (!module && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
arch/parisc/kernel/pdc_chassis.c
240
if (retval != -1 && IS_ENABLED(CONFIG_CHASSIS_LCD_LED))
arch/parisc/kernel/pdt.c
231
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) &&
arch/parisc/kernel/perf_regs.c
47
if (!IS_ENABLED(CONFIG_64BIT))
arch/parisc/kernel/smp.c
504
schedule_timeout((IS_ENABLED(CONFIG_64BIT) ? 8:2) * HZ);
arch/parisc/kernel/time.c
135
#if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
arch/parisc/kernel/unaligned.c
182
if (!IS_ENABLED(CONFIG_64BIT) && !flop)
arch/parisc/kernel/unaligned.c
311
if (!IS_ENABLED(CONFIG_64BIT) && !flop)
arch/parisc/kernel/vdso.c
118
if (IS_ENABLED(CONFIG_COMPAT) || !IS_ENABLED(CONFIG_64BIT))
arch/parisc/mm/init.c
755
if (IS_ENABLED(CONFIG_PA20))
arch/parisc/net/bpf_jit.h
181
hppa_t11_insn(IS_ENABLED(CONFIG_64BIT) ? 0x27 : 0x20, \
arch/parisc/net/bpf_jit.h
195
hppa_t11_insn(IS_ENABLED(CONFIG_64BIT) ? 0x2f : 0x22, \
arch/powerpc/include/asm/atomic.h
198
if (IS_ENABLED(CONFIG_PPC_KERNEL_PREFIXED))
arch/powerpc/include/asm/atomic.h
209
if (IS_ENABLED(CONFIG_PPC_KERNEL_PREFIXED))
arch/powerpc/include/asm/atomic.h
32
if (IS_ENABLED(CONFIG_PPC_KERNEL_PREFIXED))
arch/powerpc/include/asm/atomic.h
43
if (IS_ENABLED(CONFIG_PPC_KERNEL_PREFIXED))
arch/powerpc/include/asm/bitops.h
102
if (IS_ENABLED(CONFIG_PPC32) && \
arch/powerpc/include/asm/bitops.h
174
PPC_ACQUIRE_BARRIER, IS_ENABLED(CONFIG_PPC64))
arch/powerpc/include/asm/bitops.h
183
if (IS_ENABLED(CONFIG_PPC32) &&
arch/powerpc/include/asm/book3s/32/kup.h
94
WARN_ON_ONCE(IS_ENABLED(CONFIG_PPC_KUAP_DEBUG) && kuap != KUAP_NONE);
arch/powerpc/include/asm/book3s/32/pgtable.h
549
if ((!IS_ENABLED(CONFIG_SMP) && !IS_ENABLED(CONFIG_PTE_64BIT)) || percpu) {
arch/powerpc/include/asm/book3s/32/pgtable.h
552
} else if (IS_ENABLED(CONFIG_PTE_64BIT)) {
arch/powerpc/include/asm/book3s/64/hash.h
196
if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && huge) {
arch/powerpc/include/asm/book3s/64/kup.h
292
if (IS_ENABLED(CONFIG_PPC_KUAP_DEBUG)) /* kuap_check_amr() */
arch/powerpc/include/asm/book3s/64/pgalloc.h
179
if (IS_ENABLED(CONFIG_PROC_FS))
arch/powerpc/include/asm/book3s/64/pgtable.h
282
if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && !radix_enabled())
arch/powerpc/include/asm/book3s/64/pgtable.h
291
if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && !radix_enabled())
arch/powerpc/include/asm/book3s/64/pgtable.h
805
if (IS_ENABLED(CONFIG_DEBUG_VM) && !radix_enabled()) {
arch/powerpc/include/asm/book3s/64/pgtable.h
860
if (IS_ENABLED(CONFIG_DEBUG_VM) && !radix_enabled()) {
arch/powerpc/include/asm/cacheflush.h
78
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/include/asm/fixmap.h
96
BUILD_BUG_ON(IS_ENABLED(CONFIG_PPC64) && __FIXADDR_SIZE > FIXADDR_SIZE);
arch/powerpc/include/asm/hugetlb.h
36
if (IS_ENABLED(CONFIG_PPC_64S_HASH_MMU) && !radix_enabled())
arch/powerpc/include/asm/hw_irq.h
102
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
105
if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/include/asm/hw_irq.h
107
else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/include/asm/hw_irq.h
149
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/include/asm/hw_irq.h
225
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/include/asm/hw_irq.h
237
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/include/asm/hw_irq.h
347
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/include/asm/hw_irq.h
353
if (!IS_ENABLED(CONFIG_PERF_EVENTS))
arch/powerpc/include/asm/hw_irq.h
362
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64)) {
arch/powerpc/include/asm/hw_irq.h
390
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/include/asm/hw_irq.h
427
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
437
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
439
else if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/include/asm/hw_irq.h
66
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
68
else if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/include/asm/hw_irq.h
70
else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/include/asm/hw_irq.h
78
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
80
else if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/include/asm/hw_irq.h
82
else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/include/asm/hw_irq.h
90
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/hw_irq.h
92
else if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/include/asm/hw_irq.h
94
else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/include/asm/inst.h
126
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/include/asm/inst.h
128
else if (IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
arch/powerpc/include/asm/inst.h
147
if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) {
arch/powerpc/include/asm/inst.h
20
if (IS_ENABLED(CONFIG_PPC64) && (__prefix >> 26) == OP_PREFIX) { \
arch/powerpc/include/asm/inst.h
81
if (IS_ENABLED(CONFIG_PPC64) && (*ptr >> 26) == OP_PREFIX)
arch/powerpc/include/asm/inst.h
89
return IS_ENABLED(CONFIG_PPC64) && ppc_inst_primary_opcode(x) == OP_PREFIX;
arch/powerpc/include/asm/interrupt.h
146
if (IS_ENABLED(CONFIG_PPC32) && unlikely(dbcr0 & DBCR0_IDM)) {
arch/powerpc/include/asm/interrupt.h
267
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64)) {
arch/powerpc/include/asm/interrupt.h
273
if (IS_ENABLED(CONFIG_PPC_BOOK3E_64)) {
arch/powerpc/include/asm/interrupt.h
327
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) &&
arch/powerpc/include/asm/interrupt.h
336
if (IS_ENABLED(CONFIG_KASAN))
arch/powerpc/include/asm/interrupt.h
356
} else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) &&
arch/powerpc/include/asm/interrupt.h
360
} else if (IS_ENABLED(CONFIG_KASAN)) {
arch/powerpc/include/asm/io.h
879
WARN_ON(IS_ENABLED(CONFIG_DEBUG_VIRTUAL) && !virt_addr_valid(address));
arch/powerpc/include/asm/kfence.h
33
return IS_ENABLED(CONFIG_KFENCE) && kfence_early_init;
arch/powerpc/include/asm/kup.h
130
if (IS_ENABLED(CONFIG_PPC_KUAP_DEBUG))
arch/powerpc/include/asm/kvm_para.h
17
return IS_ENABLED(CONFIG_KVM_GUEST) && is_kvm_guest();
arch/powerpc/include/asm/membarrier.h
15
if (IS_ENABLED(CONFIG_SMP) &&
arch/powerpc/include/asm/mman.h
36
!IS_ENABLED(CONFIG_PPC_PROT_SAO_LPAR))
arch/powerpc/include/asm/mmu.h
328
return IS_ENABLED(CONFIG_STRICT_KERNEL_RWX) && rodata_enabled;
arch/powerpc/include/asm/mmu.h
333
return IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && strict_kernel_rwx_enabled();
arch/powerpc/include/asm/nohash/32/pgalloc.h
20
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/nohash/32/pgalloc.h
29
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/nohash/32/pte-8xx.h
181
else if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && !(val & _PAGE_HUGE))
arch/powerpc/include/asm/nohash/32/pte-8xx.h
200
if (IS_ENABLED(CONFIG_PPC_16K_PAGES)) {
arch/powerpc/include/asm/nohash/pgtable.h
328
if (IS_ENABLED(CONFIG_PPC32) && IS_ENABLED(CONFIG_PTE_64BIT) && !percpu) {
arch/powerpc/include/asm/nohash/pgtable.h
352
if (IS_ENABLED(CONFIG_PPC_BOOK3E_64) && is_kernel_addr(addr))
arch/powerpc/include/asm/nohash/pgtable.h
93
if (IS_ENABLED(CONFIG_44x) && !is_kernel_addr(addr) && (old & _PAGE_EXEC))
arch/powerpc/include/asm/nohash/pte-e500.h
106
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/include/asm/nohash/pte-e500.h
122
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/include/asm/page.h
194
#define VIRTUAL_WARN_ON(x) WARN_ON(IS_ENABLED(CONFIG_DEBUG_VIRTUAL) && (x))
arch/powerpc/include/asm/pgtable.h
141
(IS_ENABLED(CONFIG_PPC_E500) && IS_ENABLED(CONFIG_HUGETLB_PAGE)))
arch/powerpc/include/asm/pgtable.h
200
if (IS_ENABLED(CONFIG_PPC_4K_PAGES))
arch/powerpc/include/asm/preempt.h
13
#define need_irq_preemption() (IS_ENABLED(CONFIG_PREEMPTION))
arch/powerpc/include/asm/processor.h
282
#define SR0_INIT .sr0 = IS_ENABLED(CONFIG_PPC_KUEP) ? SR_NX : 0,
arch/powerpc/include/asm/ptrace.h
263
return (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && TRAP(regs) == 0x3000);
arch/powerpc/include/asm/ptrace.h
268
return IS_ENABLED(CONFIG_PPC_BOOK3S_64) && TRAP(regs) == 0x7ff0;
arch/powerpc/include/asm/ptrace.h
313
return !IS_ENABLED(CONFIG_BOOKE);
arch/powerpc/include/asm/simple_spinlock.h
162
unsigned int eh = IS_ENABLED(CONFIG_PPC64);
arch/powerpc/include/asm/simple_spinlock.h
186
unsigned int eh = IS_ENABLED(CONFIG_PPC64);
arch/powerpc/include/asm/simple_spinlock.h
52
unsigned int eh = IS_ENABLED(CONFIG_PPC64);
arch/powerpc/include/asm/synch.h
17
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/syscall.h
137
else if (IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
arch/powerpc/include/asm/thread_info.h
182
#define is_32bit_task() (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/include/asm/thread_info.h
183
#define is_tsk_32bit_task(tsk) (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/include/asm/time.h
75
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/include/asm/uaccess.h
340
return IS_ENABLED(CONFIG_ALTIVEC) && cpu_has_feature(CPU_FTR_VMX_COPY) &&
arch/powerpc/include/asm/uaccess.h
513
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/include/asm/uaccess.h
515
if (IS_ENABLED(CONFIG_E500))
arch/powerpc/include/asm/uaccess.h
519
if (IS_ENABLED(CONFIG_PPC_BARRIER_NOSPEC))
arch/powerpc/kernel/cputable.c
79
if (IS_ENABLED(CONFIG_PPC_KUAP) && IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/dt_cpu_ftrs.c
275
if (!IS_ENABLED(CONFIG_PPC_64S_HASH_MMU))
arch/powerpc/kernel/dt_cpu_ftrs.c
297
if (!IS_ENABLED(CONFIG_PPC_64S_HASH_MMU))
arch/powerpc/kernel/dt_cpu_ftrs.c
313
if (!IS_ENABLED(CONFIG_PPC_RADIX_MMU))
arch/powerpc/kernel/fadump.c
943
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2))
arch/powerpc/kernel/fadump.c
945
else if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V1))
arch/powerpc/kernel/hw_breakpoint.c
172
} else if (IS_ENABLED(CONFIG_PPC_8xx)) {
arch/powerpc/kernel/hw_breakpoint.c
402
if (!IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/kernel/hw_breakpoint.c
416
if (!IS_ENABLED(CONFIG_PPC_8xx) &&
arch/powerpc/kernel/hw_breakpoint.c
436
if (!IS_ENABLED(CONFIG_PPC_8xx) && mfspr(SPRN_PVR) == 0x800100 &&
arch/powerpc/kernel/hw_breakpoint.c
462
if (!IS_ENABLED(CONFIG_PPC_8xx)) {
arch/powerpc/kernel/hw_breakpoint_constraints.c
94
if (IS_ENABLED(CONFIG_PPC_8xx)) {
arch/powerpc/kernel/ima_arch.c
66
if (IS_ENABLED(CONFIG_MODULE_SIG))
arch/powerpc/kernel/interrupt.c
208
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && IS_ENABLED(CONFIG_PPC_FPU)) {
arch/powerpc/kernel/interrupt.c
209
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) &&
arch/powerpc/kernel/interrupt.c
271
bool is_not_scv = !IS_ENABLED(CONFIG_PPC_BOOK3S_64) || !scv;
arch/powerpc/kernel/interrupt.c
390
if (!IS_ENABLED(CONFIG_PPC_BOOK3E_64) &&
arch/powerpc/kernel/interrupt.c
94
if (IS_ENABLED(CONFIG_PPC32)) {
arch/powerpc/kernel/irq.c
190
if (!IS_ENABLED(CONFIG_DEBUG_STACKOVERFLOW))
arch/powerpc/kernel/irq.c
326
if (IS_ENABLED(CONFIG_VMAP_STACK))
arch/powerpc/kernel/irq_64.c
106
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/kernel/irq_64.c
137
if (IS_ENABLED(CONFIG_PPC_BOOK3S) &&
arch/powerpc/kernel/irq_64.c
156
if (IS_ENABLED(CONFIG_PPC_DOORBELL) &&
arch/powerpc/kernel/irq_64.c
164
if (IS_ENABLED(CONFIG_PPC_BOOK3S) &&
arch/powerpc/kernel/irq_64.c
216
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/kernel/irq_64.c
246
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/kernel/irq_64.c
259
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/kernel/irq_64.c
263
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/kernel/irq_64.c
274
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/kernel/irq_64.c
289
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/kernel/irq_64.c
73
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) {
arch/powerpc/kernel/kprobes.c
114
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2) && !IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/kernel/kprobes.c
280
if (!IS_ENABLED(CONFIG_BOOKE) &&
arch/powerpc/kernel/legacy_serial.c
511
if (IS_ENABLED(CONFIG_SERIAL_8250) &&
arch/powerpc/kernel/legacy_serial.c
515
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
arch/powerpc/kernel/module_64.c
1011
if (IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/kernel/module_64.c
246
relocs += IS_ENABLED(CONFIG_DYNAMIC_FTRACE) + IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS);
arch/powerpc/kernel/module_64.c
341
if (IS_ENABLED(CONFIG_SMP) && symindex)
arch/powerpc/kernel/module_64.c
38
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2))
arch/powerpc/kernel/module_64.c
543
if (IS_ENABLED(CONFIG_PPC_KERNEL_PCREL)) {
arch/powerpc/kernel/module_64.c
644
if (IS_ENABLED(CONFIG_PPC_KERNEL_PCREL)) {
arch/powerpc/kernel/module_64.c
732
if (!IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/kernel/module_64.c
760
if (IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/kernel/optprobes.c
148
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kernel/process.c
1348
if (!IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/kernel/process.c
1387
if (!IS_ENABLED(CONFIG_BOOKE) && !(regs->msr & MSR_IR)) {
arch/powerpc/kernel/process.c
1549
if (IS_ENABLED(CONFIG_BOOKE))
arch/powerpc/kernel/process.c
1573
if (IS_ENABLED(CONFIG_KALLSYMS)) {
arch/powerpc/kernel/process.c
2189
if (!IS_ENABLED(CONFIG_VMAP_STACK))
arch/powerpc/kernel/process.c
408
if (IS_ENABLED(CONFIG_PPC_FPU))
arch/powerpc/kernel/process.c
676
if (!IS_ENABLED(CONFIG_HAVE_HW_BREAKPOINT))
arch/powerpc/kernel/process.c
815
if (IS_ENABLED(CONFIG_PPC_ADV_DEBUG_REGS)) {
arch/powerpc/kernel/process.c
817
if (IS_ENABLED(CONFIG_PPC_47x))
arch/powerpc/kernel/process.c
820
} else if (IS_ENABLED(CONFIG_PPC_BOOK3S)) {
arch/powerpc/kernel/process.c
868
else if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/kernel/prom.c
346
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kernel/prom.c
378
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kernel/prom.c
696
if (!IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/prom_init.c
1377
if (supported.radix_mmu && IS_ENABLED(CONFIG_PPC_RADIX_MMU)) {
arch/powerpc/kernel/prom_init.c
3117
if (IS_ENABLED(CONFIG_PPC_CHRP))
arch/powerpc/kernel/prom_init.c
3120
if (IS_ENABLED(CONFIG_PPC_PMAC))
arch/powerpc/kernel/prom_init.c
3123
if (IS_ENABLED(CONFIG_PPC_PMAC) && IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kernel/prom_init.c
3126
if (IS_ENABLED(CONFIG_PPC_EFIKA))
arch/powerpc/kernel/prom_init.c
3129
if (IS_ENABLED(CONFIG_PPC_PASEMI_NEMO))
arch/powerpc/kernel/prom_init.c
793
if (!IS_ENABLED(CONFIG_CMDLINE_FORCE) && (long)prom.chosen > 0)
arch/powerpc/kernel/prom_init.c
796
if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) || l <= 0 || p[0] == '\0')
arch/powerpc/kernel/prom_init.c
826
prom_radix_disable = !IS_ENABLED(CONFIG_PPC_RADIX_MMU_DEFAULT);
arch/powerpc/kernel/ptrace/ptrace-adv.c
69
if (IS_ENABLED(CONFIG_PPC_ADV_DEBUG_DAC_RANGE))
arch/powerpc/kernel/ptrace/ptrace-fpu.c
21
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/ptrace/ptrace-fpu.c
47
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/ptrace/ptrace-noadv.c
49
if (IS_ENABLED(CONFIG_HAVE_HW_BREAKPOINT)) {
arch/powerpc/kernel/ptrace/ptrace-view.c
180
if (IS_ENABLED(CONFIG_PPC64) && regno == PT_SOFTE) {
arch/powerpc/kernel/ptrace/ptrace-view.c
945
if (IS_ENABLED(CONFIG_COMPAT) && is_tsk_32bit_task(task))
arch/powerpc/kernel/ptrace/ptrace.c
446
BUILD_BUG_ON(IS_ENABLED(CONFIG_PPC32) && IS_ENABLED(CONFIG_VSX));
arch/powerpc/kernel/rtas.c
1795
if (IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN) && func->banned_for_syscall_on_le)
arch/powerpc/kernel/setup-common.c
1011
if (IS_ENABLED(CONFIG_PPC64) && (unsigned long)_stext & 0xffff)
arch/powerpc/kernel/setup-common.c
196
if (IS_ENABLED(CONFIG_SMP) && IS_ENABLED(CONFIG_PPC32)) {
arch/powerpc/kernel/setup-common.c
216
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/setup-common.c
251
if (IS_ENABLED(CONFIG_TAU_AVERAGE)) {
arch/powerpc/kernel/setup-common.c
319
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/setup-common.c
798
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_offset() > 0)
arch/powerpc/kernel/setup-common.c
817
#define KERNEL_COHERENCY (!IS_ENABLED(CONFIG_NOT_COHERENT_CACHE))
arch/powerpc/kernel/setup_32.c
150
if (IS_ENABLED(CONFIG_VMAP_STACK))
arch/powerpc/kernel/setup_64.c
232
if (IS_ENABLED(CONFIG_KVM_BOOK3S_PR_POSSIBLE) && !radix_enabled()) {
arch/powerpc/kernel/setup_64.c
369
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && (mfmsr() & MSR_HV))
arch/powerpc/kernel/setup_64.c
491
if (IS_ENABLED(CONFIG_PPC_BOOK3S)) {
arch/powerpc/kernel/setup_64.c
843
if (IS_ENABLED(CONFIG_PPC_BOOK3E_64)) {
arch/powerpc/kernel/setup_64.c
847
} else if (IS_ENABLED(CONFIG_PPC_64S_HASH_MMU)) {
arch/powerpc/kernel/signal.c
143
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kernel/signal.c
268
if (!IS_ENABLED(CONFIG_PPC_ADV_DEBUG_REGS)) {
arch/powerpc/kernel/signal_64.c
761
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM)) {
arch/powerpc/kernel/signal_64.c
804
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) && MSR_TM_ACTIVE(msr)) {
arch/powerpc/kernel/smp.c
1645
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/syscall.c
25
if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG))
arch/powerpc/kernel/syscall.c
86
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) &&
arch/powerpc/kernel/tau_6xx.c
200
tau_int_enable = IS_ENABLED(CONFIG_TAU_INT) &&
arch/powerpc/kernel/time.c
1024
#if IS_ENABLED(CONFIG_RTC_DRV_GENERIC)
arch/powerpc/kernel/time.c
224
if (IS_ENABLED(CONFIG_PPC_SPLPAR) &&
arch/powerpc/kernel/time.c
329
if (IS_ENABLED(CONFIG_PPC_SPLPAR) && acct->steal_time) {
arch/powerpc/kernel/time.c
372
if (!IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/kernel/time.c
549
if (IS_ENABLED(CONFIG_PPC_WATCHDOG))
arch/powerpc/kernel/trace/ftrace.c
164
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/kernel/trace/ftrace.c
172
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS)) {
arch/powerpc/kernel/trace/ftrace.c
315
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/kernel/trace/ftrace.c
353
if (WARN_ON(!IS_ENABLED(CONFIG_MODULES) || core_kernel_text(ip)))
arch/powerpc/kernel/trace/ftrace.c
357
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/kernel/trace/ftrace.c
371
if (!ret && IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/kernel/trace/ftrace.c
40
if (IS_ENABLED(CONFIG_ARCH_USING_PATCHABLE_FUNCTION_ENTRY)) {
arch/powerpc/kernel/trace/ftrace.c
408
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE) && update != FTRACE_UPDATE_IGNORE) {
arch/powerpc/kernel/trace/ftrace.c
41
if (!IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/kernel/trace/ftrace.c
43
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/powerpc/kernel/trace/ftrace.c
443
if (!ret && IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE) &&
arch/powerpc/kernel/trace/ftrace.c
45
} else if (IS_ENABLED(CONFIG_CC_IS_CLANG) && IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/kernel/trace/ftrace.c
477
if (IS_ENABLED(CONFIG_ARCH_USING_PATCHABLE_FUNCTION_ENTRY)) {
arch/powerpc/kernel/trace/ftrace.c
479
if (!IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/kernel/trace/ftrace.c
483
} else if (IS_ENABLED(CONFIG_PPC32)) {
arch/powerpc/kernel/trace/ftrace.c
490
} else if (IS_ENABLED(CONFIG_MPROFILE_KERNEL)) {
arch/powerpc/kernel/trace/ftrace.c
509
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/kernel/trace/ftrace.c
517
if (IS_ENABLED(CONFIG_ARCH_USING_PATCHABLE_FUNCTION_ENTRY)) {
arch/powerpc/kernel/trace/ftrace.c
526
} else if (core_kernel_text(ip) || (IS_ENABLED(CONFIG_MODULES) && mod)) {
arch/powerpc/kernel/trace/ftrace.c
560
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/powerpc/kernel/trace/ftrace.c
568
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) && !ret) {
arch/powerpc/kernel/trace/ftrace.c
636
if (IS_ENABLED(CONFIG_PPC_KERNEL_PCREL)) {
arch/powerpc/kernel/trace/ftrace.c
651
} else if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
176
if (IS_ENABLED(CONFIG_MPROFILE_KERNEL)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
189
} else if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
221
if (IS_ENABLED(CONFIG_MPROFILE_KERNEL) || IS_ENABLED(CONFIG_PPC32))
arch/powerpc/kernel/trace/ftrace_64_pg.c
308
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/powerpc/kernel/trace/ftrace_64_pg.c
383
} else if (!IS_ENABLED(CONFIG_MODULES)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
398
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/powerpc/kernel/trace/ftrace_64_pg.c
420
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) &&
arch/powerpc/kernel/trace/ftrace_64_pg.c
432
(IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) && !mod->arch.tramp_regs)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
437
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) && rec->flags & FTRACE_FL_REGS)
arch/powerpc/kernel/trace/ftrace_64_pg.c
480
if (ptr != entry && IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/powerpc/kernel/trace/ftrace_64_pg.c
531
} else if (!IS_ENABLED(CONFIG_MODULES)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
659
} else if (!IS_ENABLED(CONFIG_MODULES)) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
679
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) && !ret) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
728
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS))
arch/powerpc/kernel/trace/ftrace_64_pg.c
764
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_ARGS))
arch/powerpc/kernel/traps.c
1959
if (IS_ENABLED(CONFIG_PPC64) && unlikely(arch_irq_disabled_regs(regs)))
arch/powerpc/kernel/traps.c
267
IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN) ? "LE" : "BE",
arch/powerpc/kernel/traps.c
269
IS_ENABLED(CONFIG_SMP) ? " SMP" : "",
arch/powerpc/kernel/traps.c
270
IS_ENABLED(CONFIG_SMP) ? (" NR_CPUS=" __stringify(NR_CPUS)) : "",
arch/powerpc/kernel/traps.c
272
IS_ENABLED(CONFIG_NUMA) ? " NUMA" : "",
arch/powerpc/kernel/vdso.c
209
if (IS_ENABLED(CONFIG_COMPAT) &&
arch/powerpc/kernel/vdso.c
271
if (IS_ENABLED(CONFIG_VDSO32))
arch/powerpc/kernel/vdso.c
274
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/kexec/core_32.c
59
if (!IS_ENABLED(CONFIG_PPC_85xx) && !IS_ENABLED(CONFIG_44x))
arch/powerpc/kexec/crash.c
362
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/kexec/crash.c
416
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
arch/powerpc/kexec/elf_64.c
124
if (!IS_ENABLED(CONFIG_CRASH_HOTPLUG) || image->type != KEXEC_TYPE_CRASH)
arch/powerpc/kexec/elf_64.c
52
if (IS_ENABLED(CONFIG_CRASH_DUMP) && image->type == KEXEC_TYPE_CRASH) {
arch/powerpc/kexec/elf_64.c
75
if (IS_ENABLED(CONFIG_CRASH_DUMP) && image->type == KEXEC_TYPE_CRASH) {
arch/powerpc/kexec/file_load_64.c
637
if (!IS_ENABLED(CONFIG_CRASH_DUMP) || image->type != KEXEC_TYPE_CRASH)
arch/powerpc/kvm/book3s_hv.c
2948
if (cpu_has_feature(CPU_FTR_ARCH_300) == IS_ENABLED(CONFIG_KVM_BOOK3S_HV_P9_TIMING))
arch/powerpc/kvm/book3s_hv.c
5138
if (IS_ENABLED(CONFIG_PPC_FPU))
arch/powerpc/kvm/book3s_hv_p9_entry.c
501
if (IS_ENABLED(CONFIG_PPC_FPU))
arch/powerpc/kvm/book3s_hv_p9_entry.c
871
if (IS_ENABLED(CONFIG_PPC_TRANSACTIONAL_MEM) &&
arch/powerpc/kvm/book3s_hv_p9_perf.c
127
if (IS_ENABLED(CONFIG_KVM_BOOK3S_HV_NESTED_PMU_WORKAROUND)) {
arch/powerpc/kvm/powerpc.c
318
if (!IS_ENABLED(CONFIG_BOOKE)) {
arch/powerpc/lib/code-patching.c
230
if (IS_ENABLED(CONFIG_EXECMEM) && is_vmalloc_or_module_addr(addr))
arch/powerpc/lib/code-patching.c
25
if (!IS_ENABLED(CONFIG_PPC64) || likely(!is_dword)) {
arch/powerpc/lib/code-patching.c
362
if (!IS_ENABLED(CONFIG_STRICT_KERNEL_RWX) ||
arch/powerpc/lib/code-patching.c
68
return IS_ENABLED(CONFIG_SMP) && radix_enabled();
arch/powerpc/lib/qspinlock.c
448
if (IS_ENABLED(CONFIG_NUMA) &&
arch/powerpc/lib/qspinlock.c
720
if (IS_ENABLED(CONFIG_PARAVIRT_SPINLOCKS) && is_shared_processor()) {
arch/powerpc/lib/sstep.c
1385
else if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) &&
arch/powerpc/lib/test-code-patching.c
342
if (!IS_ENABLED(CONFIG_PPC64))
arch/powerpc/lib/test-code-patching.c
375
if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/lib/test-code-patching.c
412
if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/lib/test-code-patching.c
464
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/lib/test-code-patching.c
473
if (!IS_ENABLED(CONFIG_PPC64))
arch/powerpc/mm/book3s32/mmu.c
187
if (!IS_ENABLED(CONFIG_EXECMEM))
arch/powerpc/mm/book3s32/mmu_context.c
125
if (IS_ENABLED(CONFIG_BDI_SWITCH))
arch/powerpc/mm/book3s32/mmu_context.c
74
if (IS_ENABLED(CONFIG_PPC_KUEP))
arch/powerpc/mm/book3s64/hash_utils.c
1088
if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX) &&
arch/powerpc/mm/book3s64/hash_utils.c
1520
else if (IS_ENABLED(CONFIG_PPC_HASH_MMU_NATIVE))
arch/powerpc/mm/book3s64/hash_utils.c
1810
if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && !radix_enabled()) {
arch/powerpc/mm/book3s64/hash_utils.c
2001
if (IS_ENABLED(CONFIG_PPC_SUBPAGE_PROT) && err == -2)
arch/powerpc/mm/book3s64/hugetlbpage.c
60
if (IS_ENABLED(CONFIG_PPC_4K_PAGES)) {
arch/powerpc/mm/book3s64/pgtable.c
590
bool tlbie_capable __read_mostly = IS_ENABLED(CONFIG_PPC_RADIX_BROADCAST_TLBIE);
arch/powerpc/mm/book3s64/pgtable.c
598
bool tlbie_enabled __read_mostly = IS_ENABLED(CONFIG_PPC_RADIX_BROADCAST_TLBIE);
arch/powerpc/mm/book3s64/radix_tlb.c
1057
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
arch/powerpc/mm/book3s64/radix_tlb.c
1083
hflush = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && hstart < hend;
arch/powerpc/mm/book3s64/radix_tlb.c
1200
if (IS_ENABLED(CONFIG_MMU_LAZY_TLB_SHOOTDOWN)) {
arch/powerpc/mm/book3s64/slice.c
514
if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) {
arch/powerpc/mm/book3s64/slice.c
592
if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && newaddr == -ENOMEM &&
arch/powerpc/mm/book3s64/slice.c
799
if (IS_ENABLED(CONFIG_PPC_64K_PAGES) && psize == MMU_PAGE_64K) {
arch/powerpc/mm/cacheflush.c
162
} else if (IS_ENABLED(CONFIG_BOOKE) || sizeof(phys_addr_t) > sizeof(void *)) {
arch/powerpc/mm/cacheflush.c
65
if (IS_ENABLED(CONFIG_44x)) {
arch/powerpc/mm/fault.c
330
if (!IS_ENABLED(CONFIG_PPC_BOOK3S))
arch/powerpc/mm/hugetlbpage.c
177
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && !radix_enabled() &&
arch/powerpc/mm/hugetlbpage.c
68
if (IS_ENABLED(CONFIG_PPC_8xx)) {
arch/powerpc/mm/init-common.c
32
bool disable_kuep = !IS_ENABLED(CONFIG_PPC_KUEP);
arch/powerpc/mm/init-common.c
33
bool disable_kuap = !IS_ENABLED(CONFIG_PPC_KUAP);
arch/powerpc/mm/init-common.c
41
if (!IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/mm/init-common.c
60
if (!IS_ENABLED(CONFIG_PPC_KUEP) || disabled)
arch/powerpc/mm/init_64.c
407
static bool disable_radix = !IS_ENABLED(CONFIG_PPC_RADIX_MMU_DEFAULT);
arch/powerpc/mm/init_64.c
631
if (IS_ENABLED(CONFIG_PPC_64S_HASH_MMU))
arch/powerpc/mm/init_64.c
673
if (IS_ENABLED(CONFIG_HUGETLB_PAGE_SIZE_VARIABLE))
arch/powerpc/mm/kasan/init_32.c
155
if (IS_ENABLED(CONFIG_KASAN_VMALLOC)) {
arch/powerpc/mm/kasan/init_32.c
173
if (IS_ENABLED(CONFIG_KASAN_VMALLOC))
arch/powerpc/mm/kasan/init_book3e_64.c
117
if (IS_ENABLED(CONFIG_KASAN_VMALLOC))
arch/powerpc/mm/mem.c
263
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/mm/mmu_decl.h
176
return IS_ENABLED(CONFIG_KFENCE) || debug_pagealloc_enabled();
arch/powerpc/mm/nohash/8xx.c
182
if (IS_ENABLED(CONFIG_PIN_TLB_TEXT))
arch/powerpc/mm/nohash/8xx.c
195
if (IS_ENABLED(CONFIG_PIN_TLB_DATA))
arch/powerpc/mm/nohash/mmu_context.c
165
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/mm/nohash/mmu_context.c
197
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/mm/nohash/mmu_context.c
205
if (IS_ENABLED(CONFIG_PPC_8xx)) {
arch/powerpc/mm/nohash/mmu_context.c
229
if (IS_ENABLED(CONFIG_SMP)) {
arch/powerpc/mm/nohash/mmu_context.c
259
if (IS_ENABLED(CONFIG_PPC_8xx))
arch/powerpc/mm/nohash/mmu_context.c
283
if (IS_ENABLED(CONFIG_SMP) && test_bit(id, stale_map[cpu])) {
arch/powerpc/mm/nohash/mmu_context.c
295
if (IS_ENABLED(CONFIG_BDI_SWITCH))
arch/powerpc/mm/nohash/mmu_context.c
383
if (IS_ENABLED(CONFIG_SMP)) {
arch/powerpc/mm/nohash/tlb.c
337
if (IS_ENABLED(CONFIG_PPC_47x) && IS_ENABLED(CONFIG_SMP) &&
arch/powerpc/mm/pageattr.c
116
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && !radix_enabled())
arch/powerpc/mm/pgtable.c
150
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64))
arch/powerpc/mm/pgtable_32.c
158
if (IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && mmu_has_feature(MMU_FTR_HPTE_TABLE))
arch/powerpc/mm/pgtable_64.c
104
if (!IS_ENABLED(CONFIG_HAVE_ARCH_HUGE_VMAP))
arch/powerpc/mm/pgtable_64.c
115
if (!IS_ENABLED(CONFIG_HAVE_ARCH_HUGE_VMAP))
arch/powerpc/mm/pgtable_64.c
134
if (!IS_ENABLED(CONFIG_HAVE_ARCH_HUGE_VMAP))
arch/powerpc/mm/ptdump/hashpagetable.c
325
if (IS_ENABLED(CONFIG_PPC_PSERIES) && firmware_has_feature(FW_FEATURE_LPAR))
arch/powerpc/mm/ptdump/hashpagetable.c
396
if (IS_ENABLED(CONFIG_PPC_64K_PAGES) &&
arch/powerpc/mm/ptdump/hashpagetable.c
494
if (!IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP))
arch/powerpc/mm/ptdump/ptdump.c
194
WARN_ONCE(IS_ENABLED(CONFIG_DEBUG_WX),
arch/powerpc/mm/ptdump/ptdump.c
389
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) && !mmu_has_feature(MMU_FTR_KERNEL_RO))
arch/powerpc/mm/ptdump/ptdump.c
420
if (IS_ENABLED(CONFIG_PTDUMP_DEBUGFS))
arch/powerpc/net/bpf_jit_comp.c
1021
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2) && !IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/net/bpf_jit_comp.c
1030
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/net/bpf_jit_comp.c
1176
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/net/bpf_jit_comp.c
366
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/net/bpf_jit_comp.c
443
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
448
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
453
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
458
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
463
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
477
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
484
return IS_ENABLED(CONFIG_PPC64);
arch/powerpc/net/bpf_jit_comp.c
524
if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/net/bpf_jit_comp.c
643
if (IS_ENABLED(CONFIG_PPC64)) {
arch/powerpc/net/bpf_jit_comp.c
66
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/net/bpf_jit_comp.c
671
if (IS_ENABLED(CONFIG_PPC32)) {
arch/powerpc/net/bpf_jit_comp.c
739
if (IS_ENABLED(CONFIG_PPC32))
arch/powerpc/net/bpf_jit_comp.c
831
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/net/bpf_jit_comp.c
836
if (IS_ENABLED(CONFIG_PPC32)) {
arch/powerpc/net/bpf_jit_comp.c
863
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2) && !IS_ENABLED(CONFIG_PPC_KERNEL_PCREL)) {
arch/powerpc/net/bpf_jit_comp.c
869
if (IS_ENABLED(CONFIG_PPC32) && nr_regs < 2)
arch/powerpc/net/bpf_jit_comp.c
876
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE))
arch/powerpc/net/bpf_jit_comp.c
895
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE) || flags & BPF_TRAMP_F_IP_ARG) {
arch/powerpc/net/bpf_jit_comp.c
905
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE)) {
arch/powerpc/net/bpf_jit_comp.c
962
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2) && !IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/net/bpf_jit_comp.c
965
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2) && !IS_ENABLED(CONFIG_PPC_KERNEL_PCREL))
arch/powerpc/net/bpf_jit_comp32.c
914
if ((imm & BPF_FETCH) && IS_ENABLED(CONFIG_SMP))
arch/powerpc/net/bpf_jit_comp32.c
970
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/net/bpf_jit_comp64.c
1201
if (IS_ENABLED(CONFIG_SMP)) {
arch/powerpc/net/bpf_jit_comp64.c
1292
if (IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
arch/powerpc/net/bpf_jit_comp64.c
1296
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
arch/powerpc/net/bpf_jit_comp64.c
1338
if (IS_ENABLED(CONFIG_PPC_E500) &&
arch/powerpc/net/bpf_jit_comp64.c
1366
if (IS_ENABLED(CONFIG_PPC_BOOK3S_64) &&
arch/powerpc/net/bpf_jit_comp64.c
1546
if (IS_ENABLED(CONFIG_PPC_BOOK3E_64))
arch/powerpc/net/bpf_jit_comp64.c
205
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2))
arch/powerpc/net/bpf_jit_comp64.c
414
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V1))
arch/powerpc/net/bpf_jit_comp64.c
471
if (IS_ENABLED(CONFIG_PPC64_ELF_ABI_V1)) {
arch/powerpc/net/bpf_jit_comp64.c
591
if (!IS_ENABLED(CONFIG_PPC_KERNEL_PCREL) && IS_ENABLED(CONFIG_PPC64_ELF_ABI_V2))
arch/powerpc/net/bpf_jit_comp64.c
729
if ((imm & BPF_FETCH) && IS_ENABLED(CONFIG_SMP))
arch/powerpc/net/bpf_jit_comp64.c
793
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/perf/perf_regs.c
105
(IS_ENABLED(CONFIG_FSL_EMB_PERF_EVENT) ||
arch/powerpc/perf/perf_regs.c
106
IS_ENABLED(CONFIG_PPC32) ||
arch/powerpc/perf/perf_regs.c
111
(IS_ENABLED(CONFIG_FSL_EMB_PERF_EVENT) ||
arch/powerpc/perf/perf_regs.c
112
IS_ENABLED(CONFIG_PPC32)))
arch/powerpc/platforms/512x/mpc512x_shared.c
461
if (IS_ENABLED(CONFIG_FB_FSL_DIU))
arch/powerpc/platforms/512x/mpc512x_shared.c
474
if (IS_ENABLED(CONFIG_FB_FSL_DIU))
arch/powerpc/platforms/82xx/ep8248e.c
291
if (IS_ENABLED(CONFIG_MDIO_BITBANG))
arch/powerpc/platforms/83xx/suspend.c
209
if (IS_ENABLED(CONFIG_PPC_FPU))
arch/powerpc/platforms/85xx/corenet_generic.c
39
if (!IS_ENABLED(CONFIG_HOTPLUG_CPU) && !IS_ENABLED(CONFIG_KEXEC_CORE))
arch/powerpc/platforms/85xx/twr_p102x.c
59
#if IS_ENABLED(CONFIG_UCC_GETH) || IS_ENABLED(CONFIG_SERIAL_QE)
arch/powerpc/platforms/85xx/twr_p102x.c
82
#if IS_ENABLED(CONFIG_SERIAL_QE)
arch/powerpc/platforms/8xx/micropatch.c
339
if (IS_ENABLED(CONFIG_I2C_SPI_UCODE_PATCH) ||
arch/powerpc/platforms/8xx/micropatch.c
340
IS_ENABLED(CONFIG_I2C_SPI_SMC1_UCODE_PATCH)) {
arch/powerpc/platforms/8xx/micropatch.c
352
if (IS_ENABLED(CONFIG_I2C_SPI_SMC1_UCODE_PATCH)) {
arch/powerpc/platforms/8xx/micropatch.c
360
if (IS_ENABLED(CONFIG_SMC_UCODE_PATCH)) {
arch/powerpc/platforms/8xx/micropatch.c
363
if (IS_ENABLED(CONFIG_PPC_EARLY_DEBUG_CPM)) {
arch/powerpc/platforms/chrp/setup.c
538
#if IS_ENABLED(CONFIG_NVRAM)
arch/powerpc/platforms/microwatt/setup.c
35
if (IS_ENABLED(CONFIG_SMP))
arch/powerpc/platforms/powermac/pci.c
855
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/platforms/powermac/setup.c
294
#if IS_ENABLED(CONFIG_NVRAM)
arch/powerpc/platforms/pseries/cmm.c
543
if (IS_ENABLED(CONFIG_BALLOON_MIGRATION))
arch/powerpc/sysdev/xive/common.c
1860
if (xive_enabled() && IS_ENABLED(CONFIG_DEBUG_FS))
arch/powerpc/xmon/ppc-dis.c
127
if (IS_ENABLED(CONFIG_PPC64))
arch/powerpc/xmon/xmon.c
1938
if (cmd != 'i' || IS_ENABLED(CONFIG_PPC_BOOK3S_64)) {
arch/powerpc/xmon/xmon.c
79
static int xmon_on = IS_ENABLED(CONFIG_XMON_DEFAULT);
arch/powerpc/xmon/xmon.c
80
static bool xmon_is_ro = IS_ENABLED(CONFIG_XMON_DEFAULT_RO_MODE);
arch/riscv/errata/andes/errata.c
46
if (!IS_ENABLED(CONFIG_ERRATA_ANDES_CMO))
arch/riscv/errata/mips/errata.c
17
if (!IS_ENABLED(CONFIG_ERRATA_MIPS_P8700_PAUSE_OPCODE))
arch/riscv/errata/thead/errata.c
112
if (!IS_ENABLED(CONFIG_ERRATA_THEAD_CMO))
arch/riscv/errata/thead/errata.c
133
if (!IS_ENABLED(CONFIG_ERRATA_THEAD_PMU))
arch/riscv/errata/thead/errata.c
149
if (!IS_ENABLED(CONFIG_ERRATA_THEAD_GHOSTWRITE))
arch/riscv/errata/thead/errata.c
30
if (!IS_ENABLED(CONFIG_ERRATA_THEAD_MAE))
arch/riscv/include/asm/alternative-macros.h
104
__ALTERNATIVE_CFG(old_c, new_c, vendor_id, patch_id, IS_ENABLED(CONFIG_k))
arch/riscv/include/asm/alternative-macros.h
108
__ALTERNATIVE_CFG_2(old_c, new_c_1, vendor_id_1, patch_id_1, IS_ENABLED(CONFIG_k_1), \
arch/riscv/include/asm/alternative-macros.h
109
new_c_2, vendor_id_2, patch_id_2, IS_ENABLED(CONFIG_k_2))
arch/riscv/include/asm/arch_hweight.h
22
if (!(IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/include/asm/arch_hweight.h
23
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/include/asm/arch_hweight.h
49
if (!(IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/include/asm/arch_hweight.h
50
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/include/asm/checksum.h
44
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/include/asm/checksum.h
52
if (IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/include/asm/checksum.h
53
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/include/asm/checksum.h
57
if (IS_ENABLED(CONFIG_32BIT)) {
arch/riscv/include/asm/cmpxchg.h
135
if (IS_ENABLED(CONFIG_RISCV_ISA_ZABHA) && \
arch/riscv/include/asm/cmpxchg.h
136
IS_ENABLED(CONFIG_RISCV_ISA_ZACAS) && \
arch/riscv/include/asm/cmpxchg.h
137
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZACAS) && \
arch/riscv/include/asm/cmpxchg.h
184
if (IS_ENABLED(CONFIG_RISCV_ISA_ZACAS) && \
arch/riscv/include/asm/cmpxchg.h
185
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZACAS) && \
arch/riscv/include/asm/cmpxchg.h
22
if (IS_ENABLED(CONFIG_RISCV_ISA_ZABHA) && \
arch/riscv/include/asm/compat.h
16
if (!IS_ENABLED(CONFIG_COMPAT))
arch/riscv/include/asm/compat.h
24
if (!IS_ENABLED(CONFIG_COMPAT))
arch/riscv/include/asm/cpufeature-macros.h
50
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE))
arch/riscv/include/asm/cpufeature-macros.h
60
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE))
arch/riscv/include/asm/cpufeature.h
110
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
arch/riscv/include/asm/cpufeature.h
137
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE) &&
arch/riscv/include/asm/cpufeature.h
148
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE) &&
arch/riscv/include/asm/cpufeature.h
157
return (IS_ENABLED(CONFIG_RISCV_USER_CFI) &&
arch/riscv/include/asm/cpufeature.h
163
return (IS_ENABLED(CONFIG_RISCV_USER_CFI) &&
arch/riscv/include/asm/efi.h
38
return IS_ENABLED(CONFIG_64BIT) ? SZ_2M : SZ_4M;
arch/riscv/include/asm/irq_work.h
7
return IS_ENABLED(CONFIG_SMP);
arch/riscv/include/asm/kvm_host.h
290
return IS_ENABLED(CONFIG_GUEST_PERF_EVENTS) && !!vcpu;
arch/riscv/include/asm/membarrier.h
16
if (IS_ENABLED(CONFIG_SMP) &&
arch/riscv/include/asm/mmu_context.h
36
if (IS_ENABLED(CONFIG_RISCV_ISA_SUPM))
arch/riscv/include/asm/page.h
126
((x) >= PAGE_OFFSET && (!IS_ENABLED(CONFIG_64BIT) || (x) < PAGE_OFFSET + KERN_VIRT_SIZE))
arch/riscv/include/asm/pgtable.h
502
(IS_ENABLED(CONFIG_MEM_SOFT_DIRTY) && \
arch/riscv/include/asm/sbi.h
697
#if IS_ENABLED(CONFIG_SMP) && IS_ENABLED(CONFIG_RISCV_SBI)
arch/riscv/include/asm/signal32.h
6
#if IS_ENABLED(CONFIG_COMPAT)
arch/riscv/include/asm/simd.h
43
if (IS_ENABLED(CONFIG_RISCV_ISA_V_PREEMPTIVE) && current->thread.kernel_vstate.datap) {
arch/riscv/include/asm/stackprotector.h
19
if (!IS_ENABLED(CONFIG_STACKPROTECTOR_PER_TASK))
arch/riscv/include/asm/uaccess.h
190
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && \
arch/riscv/include/asm/uaccess.h
22
if (IS_ENABLED(CONFIG_MMU))
arch/riscv/include/asm/uaccess.h
322
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && \
arch/riscv/include/asm/vector.h
68
if (IS_ENABLED(CONFIG_RISCV_ISA_XTHEADVECTOR))
arch/riscv/include/asm/vector.h
76
if (IS_ENABLED(CONFIG_RISCV_ISA_XTHEADVECTOR))
arch/riscv/include/asm/vendor_extensions.h
54
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/include/asm/vendor_extensions.h
57
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE))
arch/riscv/include/asm/vendor_extensions.h
67
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/include/asm/vendor_extensions.h
70
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE))
arch/riscv/include/asm/vendor_extensions.h
80
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/include/asm/vendor_extensions.h
83
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE) &&
arch/riscv/include/asm/vendor_extensions.h
94
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/include/asm/vendor_extensions.h
97
if (IS_ENABLED(CONFIG_RISCV_ALTERNATIVE) &&
arch/riscv/kernel/acpi.c
164
if (IS_ENABLED(CONFIG_ACPI_BGRT))
arch/riscv/kernel/bugs.c
29
if (IS_ENABLED(CONFIG_RISCV_ISA_XTHEADVECTOR) &&
arch/riscv/kernel/bugs.c
46
if (IS_ENABLED(CONFIG_RISCV_ISA_XTHEADVECTOR)) {
arch/riscv/kernel/cpu.c
106
if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32ima", 7)) {
arch/riscv/kernel/cpu.c
111
if (IS_ENABLED(CONFIG_64BIT) && strncasecmp(isa, "rv64ima", 7)) {
arch/riscv/kernel/cpu.c
145
#if IS_ENABLED(CONFIG_RISCV_SBI)
arch/riscv/kernel/cpu.c
147
#elif IS_ENABLED(CONFIG_RISCV_M_MODE)
arch/riscv/kernel/cpu.c
159
#if IS_ENABLED(CONFIG_RISCV_SBI)
arch/riscv/kernel/cpu.c
161
#elif IS_ENABLED(CONFIG_RISCV_M_MODE)
arch/riscv/kernel/cpu.c
199
#if IS_ENABLED(CONFIG_RISCV_SBI)
arch/riscv/kernel/cpu.c
205
#elif IS_ENABLED(CONFIG_RISCV_M_MODE)
arch/riscv/kernel/cpu.c
266
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kernel/cpu.c
71
if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32i", 5)) {
arch/riscv/kernel/cpu.c
76
if (IS_ENABLED(CONFIG_64BIT) && strncasecmp(isa, "rv64i", 5)) {
arch/riscv/kernel/cpu_ops.c
27
#if IS_ENABLED(CONFIG_RISCV_SBI)
arch/riscv/kernel/cpufeature.c
142
if (!IS_ENABLED(CONFIG_FPU))
arch/riscv/kernel/cpufeature.c
160
if (!IS_ENABLED(CONFIG_FPU))
arch/riscv/kernel/cpufeature.c
169
if (!IS_ENABLED(CONFIG_RISCV_ISA_V))
arch/riscv/kernel/cpufeature.c
178
if (!IS_ENABLED(CONFIG_RISCV_ISA_V))
arch/riscv/kernel/cpufeature.c
181
if (!IS_ENABLED(CONFIG_FPU))
arch/riscv/kernel/cpufeature.c
201
if (!IS_ENABLED(CONFIG_RISCV_ISA_V))
arch/riscv/kernel/cpufeature.c
236
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/kernel/cpufeature.c
249
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/kernel/cpufeature.c
258
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/kernel/cpufeature.c
271
if (!IS_ENABLED(CONFIG_RISCV_ISA_V))
arch/riscv/kernel/cpufeature.c
303
if (!IS_ENABLED(CONFIG_RISCV_USER_CFI) ||
arch/riscv/kernel/cpufeature.c
313
if (!IS_ENABLED(CONFIG_RISCV_USER_CFI) ||
arch/riscv/kernel/cpufeature.c
928
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/kernel/cpufeature.c
961
if (!IS_ENABLED(CONFIG_RISCV_ISA_VENDOR_EXT))
arch/riscv/kernel/cpufeature.c
988
if (!IS_ENABLED(CONFIG_RISCV_ISA_XTHEADVECTOR))
arch/riscv/kernel/ftrace.c
184
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/riscv/kernel/ftrace.c
31
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS))
arch/riscv/kernel/kernel_mode_vector.c
58
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/riscv/kernel/kernel_mode_vector.c
77
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/riscv/kernel/kexec_image.c
57
be_kernel = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
arch/riscv/kernel/module.c
193
if (IS_ENABLED(CONFIG_CMODEL_MEDLOW)) {
arch/riscv/kernel/module.c
231
if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) {
arch/riscv/kernel/module.c
251
if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) {
arch/riscv/kernel/module.c
422
if (IS_ENABLED(CONFIG_MODULE_SECTIONS)) {
arch/riscv/kernel/module.c
847
if (IS_ENABLED(CONFIG_MODULE_SECTIONS)
arch/riscv/kernel/paravirt.c
71
unsigned long hi = IS_ENABLED(CONFIG_32BIT) ? upper_32_bits((u64)pa) : 0;
arch/riscv/kernel/patch.c
49
} else if (IS_ENABLED(CONFIG_STRICT_MODULE_RWX)) {
arch/riscv/kernel/pi/cmdline_early.c
19
if (!IS_ENABLED(CONFIG_CMDLINE_FORCE)) {
arch/riscv/kernel/pi/cmdline_early.c
32
if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) ||
arch/riscv/kernel/pi/cmdline_early.c
33
IS_ENABLED(CONFIG_CMDLINE_FORCE) ||
arch/riscv/kernel/process.c
247
if (IS_ENABLED(CONFIG_RISCV_ISA_SUPM) && p->mm && (clone_flags & CLONE_VM))
arch/riscv/kernel/sbi.c
607
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kernel/sbi.c
636
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kernel/setup.c
286
if (IS_ENABLED(CONFIG_RISCV_TICKET_SPINLOCKS)) {
arch/riscv/kernel/setup.c
291
if (IS_ENABLED(CONFIG_RISCV_ISA_ZABHA) &&
arch/riscv/kernel/setup.c
292
IS_ENABLED(CONFIG_RISCV_ISA_ZACAS) &&
arch/riscv/kernel/setup.c
293
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZACAS) &&
arch/riscv/kernel/setup.c
335
#if IS_ENABLED(CONFIG_BUILTIN_DTB)
arch/riscv/kernel/setup.c
364
if (IS_ENABLED(CONFIG_RISCV_ISA_ZICBOM) &&
arch/riscv/kernel/setup.c
372
if (!IS_ENABLED(CONFIG_RISCV_ISA_ZBB) || !riscv_isa_extension_available(NULL, ZBB))
arch/riscv/kernel/setup.c
383
if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX)) {
arch/riscv/kernel/setup.c
385
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/kernel/setup.c
408
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE))
arch/riscv/kernel/signal.c
79
if (!IS_ENABLED(CONFIG_RISCV_ISA_V) ||
arch/riscv/kernel/suspend.c
141
if (IS_ENABLED(CONFIG_SUSPEND))
arch/riscv/kernel/sys_hwprobe.c
178
if (IS_ENABLED(CONFIG_RISCV_ISA_SUPM))
arch/riscv/kernel/sys_hwprobe.c
248
if (IS_ENABLED(CONFIG_RISCV_EFFICIENT_UNALIGNED_ACCESS))
arch/riscv/kernel/sys_hwprobe.c
251
if (IS_ENABLED(CONFIG_RISCV_EMULATED_UNALIGNED_ACCESS) && unaligned_ctl_available())
arch/riscv/kernel/sys_hwprobe.c
285
if (IS_ENABLED(CONFIG_RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESS))
arch/riscv/kernel/sys_hwprobe.c
288
if (IS_ENABLED(CONFIG_RISCV_SLOW_VECTOR_UNALIGNED_ACCESS))
arch/riscv/kernel/traps.c
453
if (IS_ENABLED(CONFIG_IRQ_STACKS) && on_thread_stack())
arch/riscv/kernel/traps_misaligned.c
310
if (!IS_ENABLED(CONFIG_FPU) && fp)
arch/riscv/kernel/traps_misaligned.c
412
if (!IS_ENABLED(CONFIG_FPU) && fp)
arch/riscv/kernel/traps_misaligned.c
432
if (IS_ENABLED(CONFIG_RISCV_VECTOR_MISALIGNED)) {
arch/riscv/kernel/traps_misaligned.c
440
if (IS_ENABLED(CONFIG_RISCV_SCALAR_MISALIGNED))
arch/riscv/kernel/traps_misaligned.c
448
if (IS_ENABLED(CONFIG_RISCV_SCALAR_MISALIGNED))
arch/riscv/kernel/unaligned_access_speed.c
476
IS_ENABLED(CONFIG_RISCV_PROBE_VECTOR_UNALIGNED_ACCESS)) {
arch/riscv/kernel/vdso.c
100
if (IS_ENABLED(CONFIG_RISCV_USER_CFI) &&
arch/riscv/kernel/vector.c
23
static bool riscv_v_implicit_uacc = IS_ENABLED(CONFIG_RISCV_ISA_V_DEFAULT_ENABLE);
arch/riscv/kvm/vcpu.c
597
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu.c
601
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu.c
616
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu.c
620
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu_onereg.c
1083
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_onereg.c
1138
size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64;
arch/riscv/kvm/vcpu_onereg.c
869
size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64;
arch/riscv/kvm/vcpu_onereg.c
899
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_onereg.c
933
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_onereg.c
950
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_onereg.c
968
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_pmu.c
213
if (!IS_ENABLED(CONFIG_32BIT)) {
arch/riscv/kvm/vcpu_pmu.c
430
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu_pmu.c
474
if (IS_ENABLED(CONFIG_32BIT)) {
arch/riscv/kvm/vcpu_sbi.c
304
u64 size = IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_sbi.c
428
(IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_sbi_fwft.c
436
(IS_ENABLED(CONFIG_32BIT) ?
arch/riscv/kvm/vcpu_sbi_pmu.c
68
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu_sbi_sta.c
106
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu_sbi_sta.c
168
if (IS_ENABLED(CONFIG_32BIT))
arch/riscv/kvm/vcpu_sbi_sta.c
191
if (IS_ENABLED(CONFIG_32BIT)) {
arch/riscv/kvm/vcpu_sbi_sta.c
201
if (IS_ENABLED(CONFIG_32BIT)) {
arch/riscv/lib/csum.c
146
if (IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/lib/csum.c
147
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/lib/csum.c
218
if (IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/lib/csum.c
219
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/lib/csum.c
43
if (IS_ENABLED(CONFIG_RISCV_ISA_ZBB) &&
arch/riscv/lib/csum.c
44
IS_ENABLED(CONFIG_TOOLCHAIN_HAS_ZBB) &&
arch/riscv/mm/dma-noncoherent.c
86
if (IS_ENABLED(CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU) &&
arch/riscv/mm/fault.c
311
if ((!IS_ENABLED(CONFIG_MMU) || !IS_ENABLED(CONFIG_64BIT)) &&
arch/riscv/mm/hugetlbpage.c
420
else if (IS_ENABLED(CONFIG_64BIT) && size == PUD_SIZE)
arch/riscv/mm/hugetlbpage.c
444
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/mm/hugetlbpage.c
453
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/mm/init.c
1150
kernel_map.va_pa_offset = IS_ENABLED(CONFIG_64BIT) ?
arch/riscv/mm/init.c
1174
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/mm/init.c
129
if (IS_ENABLED(CONFIG_64BIT) && (diff >> LOG2_SZ_1T) >= 10)
arch/riscv/mm/init.c
1355
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/mm/init.c
1406
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/riscv/mm/init.c
1521
if (IS_ENABLED(CONFIG_MODULES))
arch/riscv/mm/init.c
1523
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG)) {
arch/riscv/mm/init.c
1526
if (IS_ENABLED(CONFIG_KASAN))
arch/riscv/mm/init.c
156
if (IS_ENABLED(CONFIG_64BIT)) {
arch/riscv/mm/init.c
176
if (IS_ENABLED(CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC) && !swiotlb &&
arch/riscv/mm/init.c
222
if (IS_ENABLED(CONFIG_XIP_KERNEL))
arch/riscv/mm/init.c
234
if (IS_ENABLED(CONFIG_64BIT) && IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
arch/riscv/mm/init.c
245
if (!IS_ENABLED(CONFIG_XIP_KERNEL)) {
arch/riscv/mm/init.c
256
if (IS_ENABLED(CONFIG_64BIT) && IS_ENABLED(CONFIG_MMU))
arch/riscv/mm/init.c
263
if (IS_ENABLED(CONFIG_64BIT) && IS_ENABLED(CONFIG_MMU)) {
arch/riscv/mm/init.c
284
if (!IS_ENABLED(CONFIG_64BIT)) {
arch/riscv/mm/init.c
310
if (!IS_ENABLED(CONFIG_BUILTIN_DTB))
arch/riscv/mm/init.c
49
u64 satp_mode __ro_after_init = !IS_ENABLED(CONFIG_XIP_KERNEL) ? SATP_MODE_57 : SATP_MODE_39;
arch/riscv/mm/init.c
56
bool pgtable_l4_enabled __ro_after_init = !IS_ENABLED(CONFIG_XIP_KERNEL);
arch/riscv/mm/init.c
57
bool pgtable_l5_enabled __ro_after_init = !IS_ENABLED(CONFIG_XIP_KERNEL);
arch/riscv/mm/init.c
755
if (IS_ENABLED(CONFIG_64BIT) &&
arch/riscv/mm/init.c
789
if (IS_ENABLED(CONFIG_64BIT) && is_va_kernel_lm_alias_text(va))
arch/riscv/mm/init.c
798
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/mm/init.c
805
if (IS_ENABLED(CONFIG_64BIT) && !is_kernel_mapping(va))
arch/riscv/mm/init.c
988
if (!IS_ENABLED(CONFIG_64BIT)) {
arch/riscv/mm/kasan_init.c
497
if (IS_ENABLED(CONFIG_KASAN_VMALLOC)) {
arch/riscv/net/bpf_jit.h
18
(IS_ENABLED(CONFIG_RISCV_ISA_##ext) && riscv_has_extension_likely(RISCV_ISA_EXT_##ext))
arch/riscv/net/bpf_jit.h
22
return IS_ENABLED(CONFIG_RISCV_ISA_C);
arch/riscv/net/bpf_jit.h
791
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/net/bpf_jit.h
799
if (IS_ENABLED(CONFIG_64BIT))
arch/riscv/net/bpf_jit_comp64.c
21
#define RV_KCFI_NINSNS (IS_ENABLED(CONFIG_CFI) ? 1 : 0)
arch/riscv/net/bpf_jit_comp64.c
472
if (IS_ENABLED(CONFIG_CFI))
arch/s390/boot/ipl_parm.c
256
__kaslr_enabled = IS_ENABLED(CONFIG_RANDOMIZE_BASE);
arch/s390/boot/ipl_parm.c
303
#if IS_ENABLED(CONFIG_KVM)
arch/s390/boot/startup.c
129
if (IS_ENABLED(CONFIG_PCI) && test_facility(153))
arch/s390/boot/startup.c
204
if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD))
arch/s390/boot/startup.c
316
if (IS_ENABLED(CONFIG_KMSAN))
arch/s390/boot/startup.c
342
if (IS_ENABLED(CONFIG_KASAN) || __NO_KASLR_END_KERNEL > _REGION2_SIZE ||
arch/s390/boot/startup.c
400
if (IS_ENABLED(CONFIG_KMSAN))
arch/s390/boot/startup.c
408
if (IS_ENABLED(CONFIG_KMSAN)) {
arch/s390/boot/startup.c
527
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && parmarea.initrd_size)
arch/s390/boot/uv.c
29
if (IS_ENABLED(CONFIG_KVM)) {
arch/s390/hypfs/hypfs.h
51
if (IS_ENABLED(CONFIG_S390_HYPFS_FS))
arch/s390/hypfs/hypfs_diag.h
24
if (IS_ENABLED(CONFIG_S390_HYPFS_FS))
arch/s390/hypfs/hypfs_diag.h
31
if (IS_ENABLED(CONFIG_S390_HYPFS_FS))
arch/s390/include/asm/arch-stackprotector.h
14
if (IS_ENABLED(CONFIG_STACKPROTECTOR))
arch/s390/include/asm/arch-stackprotector.h
20
if (IS_ENABLED(CONFIG_STACKPROTECTOR))
arch/s390/include/asm/asm.h
31
#if defined(__GCC_ASM_FLAG_OUTPUTS__) && !(IS_ENABLED(CONFIG_CC_ASM_FLAG_OUTPUT_BROKEN))
arch/s390/include/asm/bitops.h
60
if (!IS_ENABLED(CONFIG_PROFILE_ALL_BRANCHES) && __builtin_constant_p(nr)) {
arch/s390/include/asm/ccwgroup.h
66
#if IS_ENABLED(CONFIG_CCWGROUP)
arch/s390/include/asm/entry-common.h
20
if (IS_ENABLED(CONFIG_DEBUG_ENTRY))
arch/s390/include/asm/entry-common.h
46
if (IS_ENABLED(CONFIG_DEBUG_ENTRY))
arch/s390/include/asm/entry-common.h
64
if (IS_ENABLED(CONFIG_KVM))
arch/s390/include/asm/mmu_context.h
32
#if IS_ENABLED(CONFIG_KVM)
arch/s390/include/asm/page.h
214
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE))
arch/s390/include/asm/pai.h
54
if (!IS_ENABLED(CONFIG_PERF_EVENTS))
arch/s390/include/asm/pai.h
67
if (!IS_ENABLED(CONFIG_PERF_EVENTS))
arch/s390/include/asm/pci.h
255
if (IS_ENABLED(CONFIG_SYSFS))
arch/s390/include/asm/pfault.h
15
if (IS_ENABLED(CONFIG_PFAULT))
arch/s390/include/asm/pfault.h
22
if (IS_ENABLED(CONFIG_PFAULT))
arch/s390/include/asm/pgtable.h
42
if (IS_ENABLED(CONFIG_PROC_FS))
arch/s390/include/asm/pgtable.h
549
#if IS_ENABLED(CONFIG_KVM)
arch/s390/include/asm/pgtable.h
594
#if IS_ENABLED(CONFIG_KVM)
arch/s390/include/asm/preempt.h
85
if (!IS_ENABLED(CONFIG_PROFILE_ALL_BRANCHES)) {
arch/s390/kernel/early.c
60
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/entry.S
116
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/entry.S
187
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/entry.S
318
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/entry.S
389
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/entry.S
468
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/hiperdispatch.c
420
if (IS_ENABLED(CONFIG_HIPERDISPATCH_ON)) {
arch/s390/kernel/machine_kexec_file.c
74
if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING))
arch/s390/kernel/module.c
170
if (IS_ENABLED(CONFIG_EXPOLINE) && !nospec_disable)
arch/s390/kernel/module.c
342
if (IS_ENABLED(CONFIG_EXPOLINE) && !nospec_disable) {
arch/s390/kernel/module.c
502
if (IS_ENABLED(CONFIG_EXPOLINE) &&
arch/s390/kernel/module.c
522
if (IS_ENABLED(CONFIG_EXPOLINE) &&
arch/s390/kernel/module.c
526
if (IS_ENABLED(CONFIG_EXPOLINE) &&
arch/s390/kernel/module.c
530
if (IS_ENABLED(CONFIG_STACKPROTECTOR) &&
arch/s390/kernel/nospec-branch.c
23
if (IS_ENABLED(CONFIG_EXPOLINE))
arch/s390/kernel/nospec-branch.c
53
int nospec_disable = IS_ENABLED(CONFIG_EXPOLINE_OFF);
arch/s390/kernel/nospec-branch.c
7
int nobp = IS_ENABLED(CONFIG_KERNEL_NOBP);
arch/s390/kernel/perf_event.c
40
#if IS_ENABLED(CONFIG_KVM)
arch/s390/kernel/setup.c
1003
if (IS_ENABLED(CONFIG_EXPOLINE))
arch/s390/kernel/setup.c
290
if (sclp.has_vt220 && IS_ENABLED(CONFIG_SCLP_VT220_CONSOLE))
arch/s390/kernel/setup.c
292
else if (sclp.has_linemode && IS_ENABLED(CONFIG_SCLP_CONSOLE))
arch/s390/kernel/setup.c
671
if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD) || !get_physmem_reserved(RR_INITRD, &addr, &size))
arch/s390/kernel/setup.c
928
if (IS_ENABLED(CONFIG_EXPOLINE_AUTO))
arch/s390/kernel/sysinfo.c
526
if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY) && cpu_has_topology()) {
arch/s390/kernel/topology.c
687
if (IS_ENABLED(CONFIG_SCHED_TOPOLOGY_VERTICAL))
arch/s390/kernel/trace.c
23
if (IS_ENABLED(CONFIG_LOCKDEP))
arch/s390/kernel/traps.c
296
if (!IS_ENABLED(CONFIG_BUG))
arch/s390/kvm/interrupt.c
3378
IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM)) {
arch/s390/kvm/kvm-s390.c
2995
if (!IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM))
arch/s390/kvm/kvm-s390.c
3164
if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM))
arch/s390/kvm/kvm-s390.c
3244
if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM)) {
arch/s390/kvm/kvm-s390.c
516
if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM)) {
arch/s390/kvm/kvm-s390.c
534
if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM))
arch/s390/kvm/kvm-s390.c
551
if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM))
arch/s390/kvm/pci.h
49
if (!IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM) || !aift->kzdev ||
arch/s390/kvm/pci.h
81
return (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM) &&
arch/s390/kvm/priv.c
567
#if IS_ENABLED(CONFIG_VFIO_AP)
arch/s390/lib/test_unwind.c
193
if (!IS_ENABLED(CONFIG_KPROBES))
arch/s390/lib/test_unwind.c
244
if (!IS_ENABLED(CONFIG_KPROBES))
arch/s390/lib/test_unwind.c
246
if (!IS_ENABLED(CONFIG_KPROBES_ON_FTRACE) && u->flags & UWM_KPROBE_ON_FTRACE)
arch/s390/mm/dump_pagetables.c
89
WARN_ONCE(IS_ENABLED(CONFIG_DEBUG_WX),
arch/s390/mm/fault.c
406
#if IS_ENABLED(CONFIG_KVM)
arch/sh/kernel/machine_kexec.c
145
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/sparc/include/asm/dma-mapping.h
10
return IS_ENABLED(CONFIG_SPARC64) ? dma_ops : NULL;
arch/sparc/kernel/sys_sparc_64.c
356
if (!IS_ENABLED(CONFIG_SYSVIPC))
arch/sparc/kernel/sys_sparc_64.c
599
if (!IS_ENABLED(CONFIG_POSIX_TIMERS)) {
arch/um/include/asm/hardirq.h
12
#if IS_ENABLED(CONFIG_SMP)
arch/um/include/asm/smp.h
5
#if IS_ENABLED(CONFIG_SMP)
arch/um/include/linux/smp-internal.h
5
#if IS_ENABLED(CONFIG_SMP)
arch/um/include/shared/os.h
347
#if IS_ENABLED(CONFIG_SMP)
arch/um/include/shared/smp.h
5
#if IS_ENABLED(CONFIG_SMP)
arch/um/include/shared/timetravel.h
15
#if IS_ENABLED(CONFIG_UML_TIME_TRAVEL_SUPPORT)
arch/um/include/shared/user.h
41
#if IS_ENABLED(CONFIG_PRINTK)
arch/um/kernel/irq.c
713
#if IS_ENABLED(CONFIG_SMP)
arch/um/kernel/skas/mmu.c
136
#if IS_ENABLED(CONFIG_SMP)
arch/um/kernel/um_arch.c
455
#if IS_ENABLED(CONFIG_SMP)
arch/um/kernel/um_arch.c
75
#if IS_ENABLED(CONFIG_SMP)
arch/um/os-Linux/signal.c
306
#if IS_ENABLED(CONFIG_UML_TIME_TRAVEL_SUPPORT)
arch/um/os-Linux/signal.c
409
#if IS_ENABLED(CONFIG_UML_TIME_TRAVEL_SUPPORT)
arch/um/os-Linux/signal.c
71
#if IS_ENABLED(CONFIG_UML_TIME_TRAVEL_SUPPORT)
arch/um/os-Linux/signal.c
81
#if IS_ENABLED(CONFIG_UML_TIME_TRAVEL_SUPPORT)
arch/um/os-Linux/util.c
54
#if IS_ENABLED(CONFIG_UML_X86)
arch/um/os-Linux/util.c
55
# if !IS_ENABLED(CONFIG_64BIT)
arch/x86/boot/compressed/efi.c
177
if (!IS_ENABLED(CONFIG_X86_64) && tbl_entry->table >> 32) {
arch/x86/boot/compressed/efi.h
118
return IS_ENABLED(CONFIG_EFI_SOFT_RESERVE)
arch/x86/boot/compressed/idt_64.c
36
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT))
arch/x86/boot/compressed/kaslr.c
258
} else if (IS_ENABLED(CONFIG_X86_64) && strstr(param, "hugepages")) {
arch/x86/boot/compressed/kaslr.c
488
if (!IS_ENABLED(CONFIG_X86_64) || !max_gb_huge_pages) {
arch/x86/boot/compressed/kaslr.c
666
if (IS_ENABLED(CONFIG_UNACCEPTED_MEMORY) &&
arch/x86/boot/compressed/kaslr.c
774
if (!IS_ENABLED(CONFIG_KEXEC_HANDOVER))
arch/x86/boot/compressed/kaslr.c
876
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/boot/compressed/kaslr.c
905
if (IS_ENABLED(CONFIG_X86_64))
arch/x86/boot/compressed/mem.c
20
if (!IS_ENABLED(CONFIG_INTEL_TDX_GUEST))
arch/x86/boot/compressed/misc.c
226
if (IS_ENABLED(CONFIG_X86_64))
arch/x86/boot/cpucheck.c
218
if (IS_ENABLED(CONFIG_X86_64) || IS_ENABLED(CONFIG_X86_PAE))
arch/x86/boot/startup/gdt_idt.c
67
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT))
arch/x86/coco/sev/core.c
619
if (!IS_ENABLED(CONFIG_KEXEC_CORE))
arch/x86/coco/sev/core.c
702
if (!IS_ENABLED(CONFIG_KEXEC_CORE))
arch/x86/coco/tdx/tdx.c
1013
if (!IS_ENABLED(CONFIG_KEXEC_CORE))
arch/x86/coco/tdx/tdx.c
1032
if (!IS_ENABLED(CONFIG_KEXEC_CORE))
arch/x86/crypto/aesni-intel_glue.c
471
if (IS_ENABLED(CONFIG_X86_64) &&
arch/x86/entry/entry_64_fred.S
60
#if IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/entry/entry_fred.c
298
#if IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/entry/syscall_32.c
282
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/entry/syscall_32.c
54
if (IS_ENABLED(CONFIG_IA32_EMULATION))
arch/x86/entry/syscall_32.c
61
bool __ia32_enabled __ro_after_init = !IS_ENABLED(CONFIG_IA32_EMULATION_DEFAULT_DISABLED);
arch/x86/entry/syscall_64.c
78
if (IS_ENABLED(CONFIG_X86_X32_ABI) && likely(xnr < X32_NR_syscalls)) {
arch/x86/entry/vdso/vma.c
234
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/entry/vdso/vma.c
248
if (IS_ENABLED(CONFIG_X86_X32_ABI) && x32) {
arch/x86/entry/vdso/vma.c
254
if (IS_ENABLED(CONFIG_IA32_EMULATION))
arch/x86/hyperv/ivm.c
619
if (!IS_ENABLED(CONFIG_KEXEC_CORE))
arch/x86/hyperv/mshv-asm-offsets.c
19
if (IS_ENABLED(CONFIG_HYPERV_VTL_MODE)) {
arch/x86/include/asm/amd/hsmp.h
7
#if IS_ENABLED(CONFIG_AMD_HSMP)
arch/x86/include/asm/current.h
22
if (IS_ENABLED(CONFIG_USE_X86_SEG_SUPPORT))
arch/x86/include/asm/efi.h
159
if (!IS_ENABLED(CONFIG_EFI_MIXED))
arch/x86/include/asm/efi.h
161
return IS_ENABLED(CONFIG_X86_64) && !efi_enabled(EFI_64BIT);
arch/x86/include/asm/efi.h
166
if (IS_ENABLED(CONFIG_X86_64) == efi_enabled(EFI_64BIT))
arch/x86/include/asm/efi.h
169
return IS_ENABLED(CONFIG_EFI_MIXED);
arch/x86/include/asm/efi.h
371
return IS_ENABLED(CONFIG_X86_64);
arch/x86/include/asm/elf.h
151
(IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
arch/x86/include/asm/elf.h
305
return IS_ENABLED(CONFIG_X86_32) ||
arch/x86/include/asm/elf.h
306
(IS_ENABLED(CONFIG_COMPAT) &&
arch/x86/include/asm/elf.h
353
else if (IS_ENABLED(CONFIG_IA32_EMULATION)) \
arch/x86/include/asm/entry-common.h
16
if (IS_ENABLED(CONFIG_DEBUG_ENTRY)) {
arch/x86/include/asm/fpu/api.h
68
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/x86/include/asm/fpu/api.h
76
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
arch/x86/include/asm/hardirq.h
17
#if IS_ENABLED(CONFIG_KVM)
arch/x86/include/asm/hardirq.h
45
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/hardirq.h
74
#if IS_ENABLED(CONFIG_CPU_MITIGATIONS) && IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/include/asm/hardirq.h
8
#if IS_ENABLED(CONFIG_CPU_MITIGATIONS) && IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/include/asm/ia32.h
75
return IS_ENABLED(CONFIG_X86_32);
arch/x86/include/asm/ia32.h
86
if (IS_ENABLED(CONFIG_IA32_EMULATION) && !enabled)
arch/x86/include/asm/idtentry.h
466
if (IS_ENABLED(CONFIG_X86_FRED)) \
arch/x86/include/asm/idtentry.h
637
#if IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/include/asm/idtentry.h
739
#if IS_ENABLED(CONFIG_KVM)
arch/x86/include/asm/idtentry.h
761
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/idtentry.h
767
#if IS_ENABLED(CONFIG_ACRN_GUEST)
arch/x86/include/asm/intel_punit_ipc.h
81
#if IS_ENABLED(CONFIG_INTEL_PUNIT_IPC)
arch/x86/include/asm/iosf_mbi.h
58
#if IS_ENABLED(CONFIG_IOSF_MBI)
arch/x86/include/asm/irq.h
32
#if IS_ENABLED(CONFIG_KVM)
arch/x86/include/asm/irq_remapping.h
72
return IS_ENABLED(CONFIG_X86_POSTED_MSI) &&
arch/x86/include/asm/irq_vectors.h
95
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/kmsan.h
54
if (IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT))
arch/x86/include/asm/kvm-x86-ops.h
59
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/kvm_host.h
1101
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/kvm_host.h
1594
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/kvm_host.h
1795
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/kvm_host.h
2033
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/mmu_context.h
238
return !IS_ENABLED(CONFIG_IA32_EMULATION) ||
arch/x86/include/asm/mshyperv.h
242
#if IS_ENABLED(CONFIG_MSHV_ROOT) && IS_ENABLED(CONFIG_CRASH_DUMP)
arch/x86/include/asm/mshyperv.h
47
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/pci.h
26
#if IS_ENABLED(CONFIG_VMD)
arch/x86/include/asm/pci.h
63
#if IS_ENABLED(CONFIG_VMD)
arch/x86/include/asm/pgtable.h
1104
if (IS_ENABLED(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION))
arch/x86/include/asm/pgtable.h
1150
if (IS_ENABLED(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION))
arch/x86/include/asm/pgtable.h
1361
if (IS_ENABLED(CONFIG_SMP)) {
arch/x86/include/asm/pgtable.h
1376
if (IS_ENABLED(CONFIG_SMP)) {
arch/x86/include/asm/pgtable_64.h
143
!IS_ENABLED(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION)) {
arch/x86/include/asm/processor.h
553
if (IS_ENABLED(CONFIG_USE_X86_SEG_SUPPORT))
arch/x86/include/asm/reboot.h
29
#if IS_ENABLED(CONFIG_KVM_X86)
arch/x86/include/asm/setup.h
87
return IS_ENABLED(CONFIG_RANDOMIZE_MEMORY) &&
arch/x86/include/asm/setup.h
97
return kaslr_enabled() && !IS_ENABLED(CONFIG_KASAN);
arch/x86/include/asm/syscall.h
170
return (IS_ENABLED(CONFIG_IA32_EMULATION) &&
arch/x86/include/asm/thread_info.h
223
#define in_ia32_syscall() (IS_ENABLED(CONFIG_IA32_EMULATION) && \
arch/x86/include/asm/timex.h
10
if (!IS_ENABLED(CONFIG_X86_TSC) &&
arch/x86/include/asm/tlbflush.h
403
if (IS_ENABLED(CONFIG_DEBUG_VM) &&
arch/x86/include/asm/trace/hyperv.h
9
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/include/asm/tsc.h
79
if (!IS_ENABLED(CONFIG_X86_TSC) &&
arch/x86/include/asm/vga.h
24
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT)) \
arch/x86/kernel/acpi/boot.c
1667
if (IS_ENABLED(CONFIG_ACPI_BGRT) && !acpi_nobgrt)
arch/x86/kernel/alternative.c
1184
if (IS_ENABLED(CONFIG_FINEIBT))
arch/x86/kernel/alternative.c
1660
WARN_ONCE(!IS_ENABLED(CONFIG_FINEIBT_BHI) && arity,
arch/x86/kernel/alternative.c
183
if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX))
arch/x86/kernel/alternative.c
2094
if (IS_ENABLED(CONFIG_CFI) && builtin)
arch/x86/kernel/alternative.c
210
if (IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
arch/x86/kernel/apic/apic.c
135
if (IS_ENABLED(CONFIG_X86_32) && !arg)
arch/x86/kernel/apic/apic.c
1361
bool upmode = IS_ENABLED(CONFIG_UP_LATE_INIT);
arch/x86/kernel/apic/apic.c
2634
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/apic/init.c
98
if (IS_ENABLED(CONFIG_X86_X2APIC) && apic->x2apic_set_max_apicid)
arch/x86/kernel/apic/vector.c
758
if (IS_ENABLED(CONFIG_X86_IO_APIC) && nr_ioapics > 0)
arch/x86/kernel/asm-offsets.c
125
#if IS_ENABLED(CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64)
arch/x86/kernel/cpu/amd.c
592
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/cpu/amd.c
817
if (!IS_ENABLED(CONFIG_PM_SLEEP))
arch/x86/kernel/cpu/bugs.c
1023
IS_ENABLED(CONFIG_MITIGATION_SPECTRE_V1) ?
arch/x86/kernel/cpu/bugs.c
1117
if (!IS_ENABLED(CONFIG_MITIGATION_CALL_DEPTH_TRACKING) ||
arch/x86/kernel/cpu/bugs.c
1118
!IS_ENABLED(CONFIG_MITIGATION_RETPOLINE))
arch/x86/kernel/cpu/bugs.c
1162
IS_ENABLED(CONFIG_MITIGATION_RETBLEED) ? RETBLEED_MITIGATION_AUTO : RETBLEED_MITIGATION_NONE;
arch/x86/kernel/cpu/bugs.c
1230
if (!IS_ENABLED(CONFIG_MITIGATION_UNRET_ENTRY)) {
arch/x86/kernel/cpu/bugs.c
1239
} else if (!IS_ENABLED(CONFIG_MITIGATION_IBPB_ENTRY)) {
arch/x86/kernel/cpu/bugs.c
1245
if (!IS_ENABLED(CONFIG_MITIGATION_CALL_DEPTH_TRACKING)) {
arch/x86/kernel/cpu/bugs.c
1268
if (IS_ENABLED(CONFIG_MITIGATION_UNRET_ENTRY))
arch/x86/kernel/cpu/bugs.c
1270
else if (IS_ENABLED(CONFIG_MITIGATION_IBPB_ENTRY) &&
arch/x86/kernel/cpu/bugs.c
1406
if (!IS_ENABLED(CONFIG_MITIGATION_ITS)) {
arch/x86/kernel/cpu/bugs.c
1447
if (!IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) ||
arch/x86/kernel/cpu/bugs.c
1448
!IS_ENABLED(CONFIG_MITIGATION_RETHUNK)) {
arch/x86/kernel/cpu/bugs.c
1454
if (IS_ENABLED(CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B)) {
arch/x86/kernel/cpu/bugs.c
1461
!IS_ENABLED(CONFIG_MITIGATION_CALL_DEPTH_TRACKING)) {
arch/x86/kernel/cpu/bugs.c
1713
IS_ENABLED(CONFIG_MITIGATION_SPECTRE_V2) ? SPECTRE_V2_USER_CMD_AUTO : SPECTRE_V2_USER_CMD_NONE;
arch/x86/kernel/cpu/bugs.c
1783
if (IS_ENABLED(CONFIG_SECCOMP))
arch/x86/kernel/cpu/bugs.c
1791
if (IS_ENABLED(CONFIG_SECCOMP))
arch/x86/kernel/cpu/bugs.c
1945
if (!IS_ENABLED(CONFIG_MITIGATION_RETPOLINE)) {
arch/x86/kernel/cpu/bugs.c
2105
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/kernel/cpu/bugs.c
2130
!IS_ENABLED(CONFIG_MITIGATION_RETPOLINE)) {
arch/x86/kernel/cpu/bugs.c
2150
if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && !IS_ENABLED(CONFIG_MITIGATION_IBRS_ENTRY)) {
arch/x86/kernel/cpu/bugs.c
2227
if (IS_ENABLED(CONFIG_MITIGATION_IBRS_ENTRY) &&
arch/x86/kernel/cpu/bugs.c
2380
IS_ENABLED(CONFIG_MITIGATION_SSB) ? SPEC_STORE_BYPASS_AUTO : SPEC_STORE_BYPASS_NONE;
arch/x86/kernel/cpu/bugs.c
2416
ssb_mode = IS_ENABLED(CONFIG_SECCOMP) ?
arch/x86/kernel/cpu/bugs.c
2724
IS_ENABLED(CONFIG_MITIGATION_L1TF) ? L1TF_MITIGATION_AUTO : L1TF_MITIGATION_OFF;
arch/x86/kernel/cpu/bugs.c
2951
if (!IS_ENABLED(CONFIG_MITIGATION_SRSO)) {
arch/x86/kernel/cpu/bugs.c
2965
if (!IS_ENABLED(CONFIG_MITIGATION_IBPB_ENTRY)) {
arch/x86/kernel/cpu/bugs.c
299
IS_ENABLED(CONFIG_MITIGATION_MDS) ? MDS_MITIGATION_AUTO : MDS_MITIGATION_OFF;
arch/x86/kernel/cpu/bugs.c
3324
#if IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/kernel/cpu/bugs.c
731
IS_ENABLED(CONFIG_MITIGATION_SRBDS) ? SRBDS_MITIGATION_AUTO : SRBDS_MITIGATION_OFF;
arch/x86/kernel/cpu/bugs.c
874
IS_ENABLED(CONFIG_MITIGATION_GDS) ? GDS_MITIGATION_AUTO : GDS_MITIGATION_OFF;
arch/x86/kernel/cpu/common.c
1087
if (IS_ENABLED(CONFIG_X86_64) || cpu_has(c, X86_FEATURE_SEP))
arch/x86/kernel/cpu/common.c
1104
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/kernel/cpu/common.c
1929
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/kernel/cpu/common.c
2475
if (IS_ENABLED(CONFIG_X86_64) || cpu_feature_enabled(X86_FEATURE_VME) ||
arch/x86/kernel/cpu/common.c
2479
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/kernel/cpu/common.c
2591
if (!IS_ENABLED(CONFIG_SMP)) {
arch/x86/kernel/cpu/common.c
2600
if (IS_ENABLED(CONFIG_X86_32)) {
arch/x86/kernel/cpu/common.c
2634
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/kernel/cpu/common.c
295
if (!IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/cpu/common.c
425
if (IS_ENABLED(CONFIG_X86_VSYSCALL_EMULATION) ||
arch/x86/kernel/cpu/common.c
426
IS_ENABLED(CONFIG_EFI)) {
arch/x86/kernel/cpu/common.c
636
if (!IS_ENABLED(CONFIG_X86_CET))
arch/x86/kernel/cpu/common.c
641
IS_ENABLED(CONFIG_X86_USER_SHADOW_STACK);
arch/x86/kernel/cpu/feat_ctl.c
129
IS_ENABLED(CONFIG_KVM_INTEL);
arch/x86/kernel/cpu/feat_ctl.c
131
if (cpu_has(c, X86_FEATURE_SGX) && IS_ENABLED(CONFIG_X86_SGX)) {
arch/x86/kernel/cpu/feat_ctl.c
139
enable_sgx_kvm = enable_vmx && IS_ENABLED(CONFIG_X86_SGX_KVM);
arch/x86/kernel/cpu/feat_ctl.c
179
if (IS_ENABLED(CONFIG_KVM_INTEL))
arch/x86/kernel/cpu/microcode/amd.c
325
if (IS_ENABLED(CONFIG_MICROCODE_DBG) && hypervisor_present) {
arch/x86/kernel/cpu/microcode/amd.c
717
if (IS_ENABLED(CONFIG_MICROCODE_DBG) && hypervisor_present)
arch/x86/kernel/cpu/microcode/amd.c
737
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/cpu/microcode/core.c
140
if ((hypervisor_present && !IS_ENABLED(CONFIG_MICROCODE_DBG)) ||
arch/x86/kernel/cpu/microcode/core.c
154
if (IS_ENABLED(CONFIG_MICROCODE_DBG)) {
arch/x86/kernel/cpu/microcode/core.c
48
bool force_minrev = IS_ENABLED(CONFIG_MICROCODE_LATE_FORCE_MINREV);
arch/x86/kernel/cpu/microcode/intel.c
691
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/cpu/microcode/intel.c
975
.use_nmi = IS_ENABLED(CONFIG_X86_64),
arch/x86/kernel/cpu/microcode/internal.h
133
if (IS_ENABLED(CONFIG_MICROCODE_DBG)) \
arch/x86/kernel/cpu/mshyperv.c
400
#if defined(CONFIG_SMP) && IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/cpu/mshyperv.c
41
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/cpu/mshyperv.c
649
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/cpu/mshyperv.c
686
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/cpu/topology_common.c
153
if (!IS_ENABLED(CONFIG_SMP))
arch/x86/kernel/cpu/topology_common.c
160
if (IS_ENABLED(CONFIG_CPU_SUP_AMD))
arch/x86/kernel/cpu/topology_common.c
168
if (!IS_ENABLED(CONFIG_CPU_SUP_INTEL) || !cpu_parse_topology_ext(tscan))
arch/x86/kernel/cpu/topology_common.c
174
if (IS_ENABLED(CONFIG_CPU_SUP_HYGON))
arch/x86/kernel/cpu/topology_common.c
211
if (IS_ENABLED(CONFIG_X86_LOCAL_APIC)) {
arch/x86/kernel/cpu/tsx.c
32
IS_ENABLED(CONFIG_X86_INTEL_TSX_MODE_OFF) ? TSX_CTRL_DISABLE : TSX_CTRL_ENABLE;
arch/x86/kernel/cpu/vmware.c
233
if (IS_ENABLED(CONFIG_64BIT))
arch/x86/kernel/crash.c
259
ret = crash_prepare_elf64_headers(cmem, IS_ENABLED(CONFIG_X86_64), addr, sz);
arch/x86/kernel/crash.c
434
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
arch/x86/kernel/crash.c
497
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
arch/x86/kernel/dumpstack.c
421
IS_ENABLED(CONFIG_SMP) ? " SMP" : "",
arch/x86/kernel/dumpstack.c
423
IS_ENABLED(CONFIG_KASAN) ? " KASAN" : "",
arch/x86/kernel/dumpstack.c
424
IS_ENABLED(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION) ?
arch/x86/kernel/e820.c
1369
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/core.c
221
#if IS_ENABLED(CONFIG_KVM)
arch/x86/kernel/fpu/core.c
229
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/kernel/fpu/legacy.h
105
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/legacy.h
57
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/legacy.h
66
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/legacy.h
74
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/legacy.h
82
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/fpu/signal.c
182
ia32_fxstate &= (IS_ENABLED(CONFIG_X86_32) ||
arch/x86/kernel/fpu/signal.c
183
IS_ENABLED(CONFIG_IA32_EMULATION));
arch/x86/kernel/fpu/signal.c
390
if (IS_ENABLED(CONFIG_X86_64)) {
arch/x86/kernel/fpu/signal.c
459
ia32_frame &= (IS_ENABLED(CONFIG_X86_32) ||
arch/x86/kernel/fpu/signal.c
460
IS_ENABLED(CONFIG_IA32_EMULATION));
arch/x86/kernel/fpu/signal.c
475
if (!IS_ENABLED(CONFIG_X86_64) && !cpu_feature_enabled(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/signal.c
520
if ((IS_ENABLED(CONFIG_IA32_EMULATION) ||
arch/x86/kernel/fpu/signal.c
521
IS_ENABLED(CONFIG_X86_32)) && use_fxsr())
arch/x86/kernel/fpu/xstate.c
1478
#if IS_ENABLED(CONFIG_KVM)
arch/x86/kernel/fpu/xstate.c
1872
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/kernel/ftrace.c
306
(IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) ? 5 : 1 + IS_ENABLED(CONFIG_MITIGATION_SLS))
arch/x86/kernel/head32.c
113
if (!IS_ENABLED(CONFIG_X86_PAE)) {
arch/x86/kernel/head32.c
44
if (!IS_ENABLED(CONFIG_X86_PAE))
arch/x86/kernel/head64.c
165
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT) &&
arch/x86/kernel/head64.c
317
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT)) {
arch/x86/kernel/hpet.c
1038
if (IS_ENABLED(CONFIG_HPET_EMULATE_RTC) && channels < 2)
arch/x86/kernel/hpet.c
1092
if (IS_ENABLED(CONFIG_HPET_EMULATE_RTC))
arch/x86/kernel/i8253.c
34
if (!IS_ENABLED(CONFIG_X86_TSC) || !boot_cpu_has(X86_FEATURE_TSC))
arch/x86/kernel/idt.c
156
# if IS_ENABLED(CONFIG_KVM)
arch/x86/kernel/irq.c
157
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/irq.c
177
#if IS_ENABLED(CONFIG_KVM)
arch/x86/kernel/irq.c
241
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kernel/irq.c
261
if (IS_ENABLED(CONFIG_X86_64))
arch/x86/kernel/irq.c
371
#if IS_ENABLED(CONFIG_KVM)
arch/x86/kernel/irqinit.c
101
if (IS_ENABLED(CONFIG_X86_FRED))
arch/x86/kernel/jailhouse.c
113
if (IS_ENABLED(CONFIG_SERIAL_8250) &&
arch/x86/kernel/kexec-bzimage64.c
281
if (!IS_ENABLED(CONFIG_KEXEC_HANDOVER))
arch/x86/kernel/kexec-bzimage64.c
383
if (IS_ENABLED(CONFIG_IMA_KEXEC)) {
arch/x86/kernel/kexec-bzimage64.c
391
if (IS_ENABLED(CONFIG_KEXEC_HANDOVER)) {
arch/x86/kernel/kexec-bzimage64.c
582
if (IS_ENABLED(CONFIG_IMA_KEXEC))
arch/x86/kernel/kexec-bzimage64.c
586
if (IS_ENABLED(CONFIG_KEXEC_HANDOVER))
arch/x86/kernel/kprobes/core.c
341
if (IS_ENABLED(CONFIG_CFI)) {
arch/x86/kernel/kprobes/core.c
460
if (!IS_ENABLED(CONFIG_PREEMPTION) &&
arch/x86/kernel/kprobes/opt.c
323
if (!IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) &&
arch/x86/kernel/kprobes/opt.c
324
!IS_ENABLED(CONFIG_X86_KERNEL_IBT) &&
arch/x86/kernel/ldt.c
558
if (!IS_ENABLED(CONFIG_X86_16BIT))
arch/x86/kernel/nmi.c
434
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/nmi.c
546
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU))
arch/x86/kernel/nmi.c
563
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) {
arch/x86/kernel/nmi.c
581
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU) && ignore_nmis) {
arch/x86/kernel/nmi.c
584
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) {
arch/x86/kernel/nmi.c
589
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) {
arch/x86/kernel/nmi.c
603
if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) {
arch/x86/kernel/nmi.c
612
#if IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/kernel/pci-dma.c
78
(IS_ENABLED(CONFIG_XEN_PCIDEV_FRONTEND) && xen_pv_pci_possible);
arch/x86/kernel/pci-dma.c
89
if (IS_ENABLED(CONFIG_PCI))
arch/x86/kernel/process.c
481
if (IS_ENABLED(CONFIG_X86_IOPL_IOPERM) && t->iopl_emul == 3) {
arch/x86/kernel/process.c
661
if (IS_ENABLED(CONFIG_SMP) &&
arch/x86/kernel/process.c
940
if (IS_ENABLED(CONFIG_SMP) && __max_threads_per_core > 1)
arch/x86/kernel/process.c
991
if (IS_ENABLED(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST_IDLE))
arch/x86/kernel/process.h
19
if (IS_ENABLED(CONFIG_SMP)) {
arch/x86/kernel/process_64.c
616
WARN_ON_ONCE(IS_ENABLED(CONFIG_DEBUG_ENTRY) &&
arch/x86/kernel/reboot.c
534
#if IS_ENABLED(CONFIG_KVM_X86)
arch/x86/kernel/setup.c
462
if (!IS_ENABLED(CONFIG_KEXEC_HANDOVER)) {
arch/x86/kernel/setup.c
614
if (!IS_ENABLED(CONFIG_CRASH_RESERVE))
arch/x86/kernel/shstk.c
591
if (option == ARCH_SHSTK_UNLOCK && IS_ENABLED(CONFIG_CHECKPOINT_RESTORE)) {
arch/x86/kernel/signal.c
48
return IS_ENABLED(CONFIG_IA32_EMULATION) &&
arch/x86/kernel/signal.c
54
return IS_ENABLED(CONFIG_X86_32) || is_ia32_compat_frame(ksig);
arch/x86/kernel/signal.c
59
return IS_ENABLED(CONFIG_X86_X32_ABI) &&
arch/x86/kernel/smpboot.c
1011
if (IS_ENABLED(CONFIG_X86_32)) {
arch/x86/kernel/smpboot.c
1255
if (!IS_ENABLED(CONFIG_SMP))
arch/x86/kernel/smpboot.c
242
if (IS_ENABLED(CONFIG_X86_32)) {
arch/x86/kernel/stacktrace.c
55
if (IS_ENABLED(CONFIG_FRAME_POINTER))
arch/x86/kernel/static_call.c
175
if (IS_ENABLED(CONFIG_HAVE_STATIC_CALL_INLINE) && site) {
arch/x86/kernel/traps.c
1476
if (IS_ENABLED(CONFIG_X86_INVD_BUG)) {
arch/x86/kernel/traps.c
1514
if (!IS_ENABLED(CONFIG_X86_64) || !cpu_feature_enabled(X86_FEATURE_XFD))
arch/x86/kernel/traps.c
450
if (IS_ENABLED(CONFIG_UBSAN_TRAP)) {
arch/x86/kernel/traps.c
808
if (!IS_ENABLED(CONFIG_X86_IOPL_IOPERM) || t->iopl_emul != 3)
arch/x86/kernel/unwind_frame.c
348
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/kernel/unwind_orc.c
432
BUILD_BUG_ON(IS_ENABLED(CONFIG_X86_32));
arch/x86/kvm/cpuid.c
1154
if (!tdp_enabled && IS_ENABLED(CONFIG_X86_64))
arch/x86/kvm/cpuid.c
2119
} else if (IS_ENABLED(CONFIG_KVM_XEN) &&
arch/x86/kvm/cpuid.c
757
if (IS_ENABLED(CONFIG_X86_64)) \
arch/x86/kvm/kvm-asm-offsets.c
15
if (IS_ENABLED(CONFIG_KVM_AMD)) {
arch/x86/kvm/kvm-asm-offsets.c
25
if (IS_ENABLED(CONFIG_KVM_INTEL)) {
arch/x86/kvm/kvm_onhyperv.h
9
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/mmu/mmu.c
266
if (IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) && mmu->get_guest_pgd == get_guest_cr3)
arch/x86/kvm/mmu/mmu.c
274
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/mmu/mmu.c
6415
if (IS_ENABLED(CONFIG_KVM_SW_PROTECTED_VM) &&
arch/x86/kvm/mmu/mmu_internal.h
380
if (IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) && fault.is_tdp)
arch/x86/kvm/mmu/tdp_mmu.c
1138
if (IS_ENABLED(CONFIG_PROVE_LOCKING) &&
arch/x86/kvm/mmu/tdp_mmu.c
913
if (!IS_ENABLED(CONFIG_KVM_PROVE_MMU)) {
arch/x86/kvm/svm/svm.c
4489
if (!IS_ENABLED(CONFIG_KVM_SMM))
arch/x86/kvm/svm/svm.c
5461
if (!IS_ENABLED(CONFIG_X86_64) && !IS_ENABLED(CONFIG_X86_PAE))
arch/x86/kvm/svm/svm.c
5526
!IS_ENABLED(CONFIG_X86_64)) {
arch/x86/kvm/svm/svm.h
178
#if IS_ENABLED(CONFIG_HYPERV) || IS_ENABLED(CONFIG_KVM_HYPERV)
arch/x86/kvm/svm/svm_onhyperv.h
11
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/vmx/vmx.c
1572
if (IS_ENABLED(CONFIG_IA32_EMULATION) || IS_ENABLED(CONFIG_X86_32)) {
arch/x86/kvm/vmx/vmx.c
2785
if (!IS_ENABLED(CONFIG_KVM_INTEL_PROVE_VE))
arch/x86/kvm/vmx/vmx.c
2913
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/vmx/vmx.c
4565
if (!IS_ENABLED(CONFIG_IA32_EMULATION) && !IS_ENABLED(CONFIG_X86_32))
arch/x86/kvm/vmx/vmx.c
5453
WARN_ON_ONCE(!IS_ENABLED(CONFIG_X86_SGX_KVM) ||
arch/x86/kvm/vmx/vmx.c
623
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/vmx/vmx.c
7246
if (IS_ENABLED(CONFIG_X86_FRED))
arch/x86/kvm/vmx/vmx.c
7283
if (!IS_ENABLED(CONFIG_KVM_SMM))
arch/x86/kvm/vmx/vmx.c
8766
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/vmx/vmx.c
937
if (IS_ENABLED(CONFIG_KVM_INTEL_PROVE_VE))
arch/x86/kvm/vmx/vmx_onhyperv.h
17
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/x86.c
10066
if (IS_ENABLED(CONFIG_PREEMPT_RT) && !boot_cpu_has(X86_FEATURE_CONSTANT_TSC)) {
arch/x86/kvm/x86.c
10167
if (IS_ENABLED(CONFIG_KVM_SW_PROTECTED_VM) && tdp_mmu_enabled)
arch/x86/kvm/x86.c
12799
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/x86.c
13213
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/x86.c
13264
#if IS_ENABLED(CONFIG_HYPERV)
arch/x86/kvm/x86.c
4079
if (!IS_ENABLED(CONFIG_KVM_SMM) || !msr_info->host_initiated)
arch/x86/kvm/x86.c
4475
if (!IS_ENABLED(CONFIG_KVM_SMM) || !msr_info->host_initiated)
arch/x86/kvm/x86.c
4908
if (!IS_ENABLED(CONFIG_KVM_SMM))
arch/x86/kvm/x86.c
9907
if (IS_ENABLED(CONFIG_CPU_FREQ)) {
arch/x86/kvm/x86.h
436
#if IS_ENABLED(CONFIG_CPU_MITIGATIONS) && IS_ENABLED(CONFIG_KVM_INTEL)
arch/x86/kvm/x86.h
64
(1024 * (1 + IS_ENABLED(CONFIG_X86_64)) * (1 + IS_ENABLED(CONFIG_KVM_SMM))));
arch/x86/kvm/x86.h
76
!IS_ENABLED(CONFIG_DEBUG_KERNEL) && !IS_ENABLED(CONFIG_KASAN)); \
arch/x86/kvm/x86.h
78
!IS_ENABLED(CONFIG_DEBUG_KERNEL) && !IS_ENABLED(CONFIG_KASAN)); \
arch/x86/kvm/xen.c
1427
if (IS_ENABLED(CONFIG_64BIT) && kvm->arch.xen.long_mode)
arch/x86/kvm/xen.c
1449
if (IS_ENABLED(CONFIG_64BIT) && kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
1483
if (IS_ENABLED(CONFIG_64BIT) && !longmode) {
arch/x86/kvm/xen.c
1823
if (IS_ENABLED(CONFIG_64BIT) && kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
1864
if (IS_ENABLED(CONFIG_64BIT) && kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
234
if (!IS_ENABLED(CONFIG_64BIT) ||
arch/x86/kvm/xen.c
393
if (IS_ENABLED(CONFIG_64BIT) && v->kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
664
if (IS_ENABLED(CONFIG_64BIT) && v->kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
75
if (IS_ENABLED(CONFIG_64BIT) && kvm->arch.xen.long_mode) {
arch/x86/kvm/xen.c
753
if (!IS_ENABLED(CONFIG_64BIT) && data->u.long_mode) {
arch/x86/kvm/xen.c
981
if (IS_ENABLED(CONFIG_64BIT) && vcpu->kvm->arch.xen.long_mode)
arch/x86/lib/cmdline.c
216
if (IS_ENABLED(CONFIG_CMDLINE_BOOL) && !builtin_cmdline_added)
arch/x86/lib/cmdline.c
231
if (IS_ENABLED(CONFIG_CMDLINE_BOOL) && !builtin_cmdline_added)
arch/x86/lib/insn-eval.c
456
if (IS_ENABLED(CONFIG_X86_64) && !insn->x86_64)
arch/x86/lib/insn.c
780
insn_init(insn, kaddr, buf_len, IS_ENABLED(CONFIG_X86_64));
arch/x86/mm/cpu_entry_area.c
159
if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT)) {
arch/x86/mm/fault.c
1122
if (IS_ENABLED(CONFIG_X86_64) && is_vsyscall_vaddr(address))
arch/x86/mm/fault.c
117
return unlikely(IS_ENABLED(CONFIG_CPU_SUP_AMD) &&
arch/x86/mm/fault.c
688
if (IS_ENABLED(CONFIG_EFI))
arch/x86/mm/init.c
1077
if (IS_ENABLED(CONFIG_ARCH_HAS_EXECMEM_ROX) &&
arch/x86/mm/init.c
280
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/mm/init.c
390
if (IS_ENABLED(CONFIG_X86_32) &&
arch/x86/mm/init.c
391
!IS_ENABLED(CONFIG_X86_PAE) &&
arch/x86/mm/init.c
838
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE))
arch/x86/mm/init.c
969
if (IS_ENABLED(CONFIG_X86_64) && cpu_feature_enabled(X86_FEATURE_PTI))
arch/x86/mm/ioremap.c
124
if (!IS_ENABLED(CONFIG_EFI))
arch/x86/mm/kasan_init_64.c
399
if (IS_ENABLED(CONFIG_KASAN_VMALLOC))
arch/x86/mm/kaslr.c
123
if (!IS_ENABLED(CONFIG_ZONE_DEVICE) && (memory_tb < kaslr_regions[0].size_tb))
arch/x86/mm/pat/memtype.c
254
if (!IS_ENABLED(CONFIG_X86_PAT))
arch/x86/mm/pat/memtype.c
503
if (IS_ENABLED(CONFIG_X86_64))
arch/x86/mm/pat/memtype.c
67
static bool __read_mostly pat_disabled = !IS_ENABLED(CONFIG_X86_PAT);
arch/x86/mm/pat/set_memory.c
1293
if (IS_ENABLED(CONFIG_X86_32)) {
arch/x86/mm/pat/set_memory.c
675
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/mm/pgtable.c
85
if (!IS_ENABLED(CONFIG_X86_PAE))
arch/x86/mm/pti.c
555
if (IS_ENABLED(CONFIG_RANDSTRUCT))
arch/x86/mm/tlb.c
548
if (!IS_ENABLED(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION))
arch/x86/mm/tlb.c
796
if (IS_ENABLED(CONFIG_PROVE_LOCKING))
arch/x86/mm/tlb.c
857
if (IS_ENABLED(CONFIG_DEBUG_VM) &&
arch/x86/net/bpf_jit_comp.c
3999
return IS_ENABLED(CONFIG_UNWINDER_ORC);
arch/x86/net/bpf_jit_comp.c
688
if (IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) || IS_ENABLED(CONFIG_MITIGATION_SLS))
arch/x86/net/bpf_jit_comp.c
703
if (IS_ENABLED(CONFIG_MITIGATION_SLS))
arch/x86/pci/common.c
726
#if IS_ENABLED(CONFIG_VMD)
arch/x86/platform/efi/efi.c
203
if (IS_ENABLED(CONFIG_X86_32) && e->efi_memmap_hi > 0) {
arch/x86/platform/efi/efi.c
427
if (IS_ENABLED(CONFIG_X86_32) && over4g) {
arch/x86/platform/efi/efi.c
466
if (IS_ENABLED(CONFIG_X86_32) &&
arch/x86/platform/efi/efi.c
636
if (IS_ENABLED(CONFIG_X86_32))
arch/x86/platform/efi/efi_64.c
786
if (!IS_ENABLED(CONFIG_EFI_MIXED))
arch/x86/platform/efi/quirks.c
766
if (!IS_ENABLED(CONFIG_X86_64))
arch/x86/xen/enlighten_hvm.c
206
if (IS_ENABLED(CONFIG_XEN_VIRTIO_FORCE_GRANT))
arch/x86/xen/enlighten_pv.c
1261
#if IS_ENABLED(CONFIG_EDD)
arch/x86/xen/enlighten_pv.c
160
static __read_mostly bool xen_msr_safe = IS_ENABLED(CONFIG_XEN_PV_MSR_SAFE);
arch/x86/xen/enlighten_pv.c
221
if (IS_ENABLED(CONFIG_XEN_VIRTIO))
arch/x86/xen/mmu_pv.c
1613
if (level == PT_PTE && IS_ENABLED(CONFIG_SPLIT_PTE_PTLOCKS) &&
arch/x86/xen/mmu_pv.c
1642
if (level == PT_PTE && IS_ENABLED(CONFIG_SPLIT_PTE_PTLOCKS))
arch/x86/xen/setup.c
63
static bool xen_512gb_limit __initdata = IS_ENABLED(CONFIG_XEN_512GB);
arch/xtensa/include/asm/processor.h
183
#if IS_ENABLED(CONFIG_USER_ABI_CALL0)
arch/xtensa/kernel/jump_label.c
56
if (IS_ENABLED(CONFIG_SMP)) {
arch/xtensa/kernel/setup.c
236
if (IS_ENABLED(CONFIG_KASAN) ||
arch/xtensa/kernel/setup.c
237
IS_ENABLED(CONFIG_XTENSA_LOAD_STORE))
arch/xtensa/kernel/setup.c
392
#if XCHAL_HAVE_PTP_MMU && IS_ENABLED(CONFIG_MMU)
arch/xtensa/kernel/signal.c
351
bool fdpic = IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) &&
arch/xtensa/kernel/stacktrace.c
21
#if IS_ENABLED(CONFIG_PERF_EVENTS)
arch/xtensa/kernel/stacktrace.c
49
if (IS_ENABLED(CONFIG_USER_ABI_CALL0_ONLY) ||
arch/xtensa/kernel/stacktrace.c
50
(IS_ENABLED(CONFIG_USER_ABI_CALL0_PROBE) &&
arch/xtensa/kernel/traps.c
107
IS_ENABLED(CONFIG_XTENSA_LOAD_STORE)
block/bdev.c
225
else if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
block/bdev.c
35
static bool bdev_allow_write_mounted = IS_ENABLED(CONFIG_BLK_DEV_WRITE_MOUNTED);
block/bdev.c
840
if (!inode && autoload && IS_ENABLED(CONFIG_BLOCK_LEGACY_AUTOLOAD)) {
block/bio.c
979
if (IS_ENABLED(CONFIG_KMSAN))
block/blk-crypto.c
267
if (!IS_ENABLED(CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK)) {
block/blk-crypto.c
368
if (IS_ENABLED(CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK) &&
block/blk-mq.c
1276
if (!IS_ENABLED(CONFIG_SMP) ||
block/blk-settings.c
153
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY)) {
block/blk-settings.c
99
if (WARN_ON_ONCE(!IS_ENABLED(CONFIG_BLK_DEV_ZONED)))
block/blk-settings.c
991
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
block/blk-wbt.c
743
bool enable = IS_ENABLED(CONFIG_BLK_WBT_MQ);
block/blk.h
130
if (IS_ENABLED(CONFIG_KMSAN))
certs/system_keyring.c
148
if (IS_ENABLED(CONFIG_INTEGRITY_MACHINE_KEYRING))
certs/system_keyring.c
267
if (!IS_ENABLED(CONFIG_IMA_APPRAISE_MODSIG))
crypto/acompress.c
140
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/aead.c
182
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/aegis128-core.c
548
if (IS_ENABLED(CONFIG_CRYPTO_AEGIS128_SIMD) &&
crypto/aegis128-core.c
562
if (IS_ENABLED(CONFIG_CRYPTO_AEGIS128_SIMD) &&
crypto/aegis128-core.c
77
if (IS_ENABLED(CONFIG_CRYPTO_AEGIS128_SIMD) && do_simd) {
crypto/aegis128-core.c
89
if (IS_ENABLED(CONFIG_CRYPTO_AEGIS128_SIMD) && do_simd) {
crypto/aegis128-neon-inner.c
123
if (!IS_ENABLED(CONFIG_ARM64) ||
crypto/aegis128-neon-inner.c
124
!IS_ENABLED(CONFIG_CC_IS_GCC) ||
crypto/aegis128-neon.c
20
return IS_ENABLED(CONFIG_ARM64);
crypto/ahash.c
226
if (!IS_ENABLED(CONFIG_HIGHMEM))
crypto/ahash.c
822
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/akcipher.c
91
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/algapi.c
1019
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) ||
crypto/algapi.c
1059
if (!IS_ENABLED(CONFIG_CRYPTO_SELFTESTS))
crypto/algapi.c
278
if (!IS_ENABLED(CONFIG_CRYPTO_SELFTESTS) ||
crypto/algboss.c
192
if (!IS_ENABLED(CONFIG_CRYPTO_SELFTESTS))
crypto/algif_rng.c
268
if (IS_ENABLED(CONFIG_CRYPTO_USER_API_RNG_CAVP) && pctx->entropy)
crypto/api.c
34
#if IS_BUILTIN(CONFIG_CRYPTO_ALGAPI) && IS_ENABLED(CONFIG_CRYPTO_SELFTESTS)
crypto/asymmetric_keys/restrict.c
150
if (!IS_ENABLED(CONFIG_INTEGRITY_CA_MACHINE_KEYRING_MAX))
crypto/drbg.c
1031
if (IS_ENABLED(CONFIG_CRYPTO_FIPS)) {
crypto/drbg.c
1103
if (IS_ENABLED(CONFIG_CRYPTO_FIPS)) {
crypto/drbg.c
238
if (!IS_ENABLED(CONFIG_CRYPTO_FIPS))
crypto/hkdf.c
546
if (!IS_ENABLED(CONFIG_CRYPTO_SELFTESTS))
crypto/internal.h
70
#if !IS_BUILTIN(CONFIG_CRYPTO_ALGAPI) || !IS_ENABLED(CONFIG_CRYPTO_SELFTESTS)
crypto/kdf_sp800108.c
130
if (!IS_ENABLED(CONFIG_CRYPTO_SELFTESTS))
crypto/kpp.c
74
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/lskcipher.c
290
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/rng.c
93
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/scatterwalk.c
120
if (IS_ENABLED(CONFIG_HIGHMEM)) {
crypto/scompress.c
340
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/shash.c
366
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/sig.c
70
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/skcipher.c
617
#if IS_ENABLED(CONFIG_CRYPTO_USER)
crypto/testmgr.c
4381
#if IS_ENABLED(CONFIG_CRYPTO_PAES_S390)
crypto/testmgr.c
4555
#if IS_ENABLED(CONFIG_CRYPTO_PAES_S390)
crypto/testmgr.c
4852
#if IS_ENABLED(CONFIG_CRYPTO_PAES_S390)
crypto/testmgr.c
4930
#if IS_ENABLED(CONFIG_CRYPTO_DH_RFC7919_GROUPS)
crypto/testmgr.c
5231
#if IS_ENABLED(CONFIG_CRYPTO_PHMAC_S390)
crypto/testmgr.c
5601
#if IS_ENABLED(CONFIG_CRYPTO_PAES_S390)
drivers/accel/amdxdna/amdxdna_pci_drv.c
278
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/accel/ivpu/ivpu_drv.c
45
#if IS_ENABLED(CONFIG_DRM_ACCEL_IVPU_DEBUG)
drivers/accel/ivpu/ivpu_fw.c
44
#if IS_ENABLED(CONFIG_DRM_ACCEL_IVPU_DEBUG)
drivers/accel/ivpu/ivpu_pm.c
27
#if IS_ENABLED(CONFIG_DRM_ACCEL_IVPU_DEBUG)
drivers/acpi/apei/ghes.c
1328
if (!IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG))
drivers/acpi/apei/ghes.c
1395
if (IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG) && !ret)
drivers/acpi/apei/ghes.c
1630
if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE))
drivers/acpi/apei/ghes.c
1639
if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE))
drivers/acpi/apei/ghes.c
1666
if (!IS_ENABLED(CONFIG_ACPI_APEI_SEA)) {
drivers/acpi/apei/ghes.c
1674
if (!IS_ENABLED(CONFIG_HAVE_ACPI_APEI_NMI)) {
drivers/acpi/apei/ghes.c
1681
if (!IS_ENABLED(CONFIG_ARM_SDE_INTERFACE)) {
drivers/acpi/apei/ghes.c
1909
if (IS_ENABLED(CONFIG_X86)) {
drivers/acpi/apei/ghes.c
510
if (!IS_ENABLED(CONFIG_ACPI_APEI_MEMORY_FAILURE))
drivers/acpi/arm64/init.c
11
if (IS_ENABLED(CONFIG_ACPI_IORT))
drivers/acpi/arm64/init.c
13
if (IS_ENABLED(CONFIG_ARM_AMBA))
drivers/acpi/arm64/init.c
7
if (IS_ENABLED(CONFIG_ACPI_AGDI))
drivers/acpi/arm64/init.c
9
if (IS_ENABLED(CONFIG_ACPI_APMT))
drivers/acpi/arm64/iort.c
1327
return IS_ENABLED(CONFIG_ARM_SMMU_V3);
drivers/acpi/arm64/iort.c
1329
return IS_ENABLED(CONFIG_ARM_SMMU);
drivers/acpi/bus.c
457
if (IS_ENABLED(CONFIG_ARM64) || IS_ENABLED(CONFIG_X86))
drivers/acpi/bus.c
460
if (IS_ENABLED(CONFIG_ACPI_CPPC_LIB)) {
drivers/acpi/bus.c
463
if (IS_ENABLED(CONFIG_SCHED_MC_PRIO))
drivers/acpi/bus.c
467
if (IS_ENABLED(CONFIG_ACPI_PROCESSOR_AGGREGATOR))
drivers/acpi/bus.c
470
if (IS_ENABLED(CONFIG_ACPI_PROCESSOR))
drivers/acpi/bus.c
473
if (IS_ENABLED(CONFIG_ACPI_THERMAL))
drivers/acpi/bus.c
476
if (IS_ENABLED(CONFIG_ACPI_BATTERY))
drivers/acpi/bus.c
479
if (IS_ENABLED(CONFIG_ACPI_PRMT))
drivers/acpi/bus.c
482
if (IS_ENABLED(CONFIG_ACPI_FFH))
drivers/acpi/bus.c
485
if (IS_ENABLED(CONFIG_USB4))
drivers/acpi/cppc_acpi.c
1017
if (IS_ENABLED(CONFIG_HAS_IOPORT) &&
drivers/acpi/cppc_acpi.c
1092
if (IS_ENABLED(CONFIG_HAS_IOPORT) &&
drivers/acpi/nfit/core.c
410
return IS_ENABLED(CONFIG_NFIT_SECURITY_DEBUG);
drivers/acpi/numa/hmat.c
867
if (!IS_ENABLED(CONFIG_DEV_DAX_HMEM))
drivers/acpi/numa/srat.c
380
hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) &&
drivers/acpi/osl.c
215
} else if (IS_ENABLED(CONFIG_ACPI_LEGACY_TABLES_LOOKUP)) {
drivers/acpi/osl.c
665
if (!IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/acpi/osl.c
697
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/acpi/pci_irq.c
342
#if IS_ENABLED(CONFIG_ISA) || IS_ENABLED(CONFIG_EISA)
drivers/acpi/pci_root.c
446
if (IS_ENABLED(CONFIG_PCIE_EDR))
drivers/acpi/pci_root.c
494
if (IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
drivers/acpi/pci_root.c
507
if (IS_ENABLED(CONFIG_PCIEASPM))
drivers/acpi/pci_root.c
510
if (IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
drivers/acpi/pci_root.c
513
if (IS_ENABLED(CONFIG_HOTPLUG_PCI_SHPC))
drivers/acpi/pci_root.c
525
if (IS_ENABLED(CONFIG_PCIE_DPC) && IS_ENABLED(CONFIG_PCIE_EDR))
drivers/acpi/pci_root.c
535
if (IS_ENABLED(CONFIG_MEMORY_FAILURE))
drivers/acpi/processor_driver.c
166
if (result && !IS_ENABLED(CONFIG_ACPI_CPU_FREQ_PSS))
drivers/acpi/processor_idle.c
40
#define ACPI_IDLE_STATE_START (IS_ENABLED(CONFIG_ARCH_HAS_CPU_RELAX) ? 1 : 0)
drivers/acpi/processor_idle.c
602
return IS_ENABLED(CONFIG_HOTPLUG_CPU) && !pr->flags.has_cst &&
drivers/acpi/processor_idle.c
768
if (IS_ENABLED(CONFIG_ARCH_HAS_CPU_RELAX)) {
drivers/acpi/resource.c
40
#if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI)
drivers/acpi/riscv/init.c
13
if (IS_ENABLED(CONFIG_ACPI_RIMT))
drivers/acpi/scan.c
1505
if (!IS_ENABLED(CONFIG_ACPI_CCA_REQUIRED))
drivers/acpi/scan.c
1700
else if (!IS_ENABLED(CONFIG_ACPI_CCA_REQUIRED))
drivers/acpi/scan.c
2654
if (IS_ENABLED(CONFIG_X86) && res->start < 0x100) {
drivers/acpi/tables.c
431
if (IS_ENABLED(CONFIG_ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD)) {
drivers/acpi/viot.c
310
if (!viommu || !IS_ENABLED(CONFIG_VIRTIO_IOMMU))
drivers/acpi/x86/utils.c
313
#if IS_ENABLED(CONFIG_X86_ANDROID_TABLETS)
drivers/acpi/x86/utils.c
464
#if IS_ENABLED(CONFIG_X86_ANDROID_TABLETS)
drivers/amba/bus.c
257
if (IS_ENABLED(CONFIG_OF_IRQ) && node) {
drivers/amba/bus.c
484
if (!IS_ENABLED(CONFIG_MODULES))
drivers/android/binder.c
7119
if (!IS_ENABLED(CONFIG_ANDROID_BINDERFS) &&
drivers/android/binder_alloc.h
182
#if IS_ENABLED(CONFIG_KUNIT)
drivers/android/binder_internal.h
593
#if IS_ENABLED(CONFIG_KUNIT)
drivers/ata/ahci.c
681
#if IS_ENABLED(CONFIG_PATA_MARVELL)
drivers/ata/ahci_brcm.c
103
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/ata/ahci_brcm.c
112
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/ata/ahci_brcm.c
354
if (IS_ENABLED(CONFIG_PM_SLEEP))
drivers/ata/ahci_imx.c
922
IS_ENABLED(CONFIG_HWMON)) {
drivers/ata/ata_piix.c
1581
#if IS_ENABLED(CONFIG_HYPERV_STORAGE)
drivers/ata/libata-core.c
2405
if (!IS_ENABLED(CONFIG_SATA_HOST))
drivers/ata/libata-eh.c
2161
if (!IS_ENABLED(CONFIG_SATA_HOST) ||
drivers/ata/pata_ftide010.c
267
#if IS_ENABLED(CONFIG_SATA_GEMINI)
drivers/ata/pata_ixp4xx_cf.c
207
if (!IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
drivers/ata/pata_marvell.c
146
#if IS_ENABLED(CONFIG_SATA_AHCI)
drivers/base/arch_topology.c
725
if (IS_ENABLED(CONFIG_SCHED_CLUSTER) &&
drivers/base/cacheinfo.c
47
if (!(IS_ENABLED(CONFIG_OF) || IS_ENABLED(CONFIG_ACPI)) ||
drivers/base/cpu.c
584
if (!IS_ENABLED(CONFIG_GENERIC_CPU_DEVICES))
drivers/base/dd.c
291
if (!IS_ENABLED(CONFIG_MODULES) && initcalls_done) {
drivers/base/dd.c
356
if (!IS_ENABLED(CONFIG_MODULES))
drivers/base/dd.c
371
if (!IS_ENABLED(CONFIG_MODULES))
drivers/base/dd.c
512
if (!IS_ENABLED(CONFIG_DEV_COREDUMP) || !dev->driver->coredump)
drivers/base/dd.c
669
bool test_remove = IS_ENABLED(CONFIG_DEBUG_TEST_DRIVER_REMOVE) &&
drivers/base/devtmpfs.c
42
static int __initdata mount_dev = IS_ENABLED(CONFIG_DEVTMPFS_MOUNT);
drivers/base/firmware_loader/fallback_table.c
21
.force_sysfs_fallback = IS_ENABLED(CONFIG_FW_LOADER_USER_HELPER_FALLBACK),
drivers/base/memory.c
173
return sysfs_emit(buf, "%d\n", (int)IS_ENABLED(CONFIG_MEMORY_HOTREMOVE));
drivers/base/property.c
23
return IS_ENABLED(CONFIG_OF) && dev->of_node ?
drivers/base/property.c
30
return IS_ENABLED(CONFIG_OF) && dev->of_node ?
drivers/base/test/test_async_driver_probe.c
47
if (IS_ENABLED(CONFIG_NUMA) &&
drivers/bcma/main.c
187
if (!IS_ENABLED(CONFIG_OF_IRQ) || !parent->of_node)
drivers/bcma/main.c
254
if (IS_ENABLED(CONFIG_OF) && bus->dev) {
drivers/block/nbd.c
106
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/block/nbd.c
159
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/block/nbd.c
1777
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/block/null_blk/main.c
1406
if (IS_ENABLED(CONFIG_KMSAN))
drivers/block/ublk_drv.c
2967
if (!IS_ENABLED(CONFIG_BLKDEV_UBLK_LEGACY_OPCODES) && ioc_type != 'u')
drivers/block/ublk_drv.c
4341
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED))
drivers/block/ublk_drv.c
4668
(!IS_ENABLED(CONFIG_BLK_DEV_ZONED) || !(ub->dev_info.flags &
drivers/block/ublk_drv.c
81
| (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) ? UBLK_F_INTEGRITY : 0) \
drivers/block/virtio_blk.c
1534
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
drivers/block/virtio_blk.c
247
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED) && op_is_zone_mgmt(req_op(req)))
drivers/block/zram/zcomp.c
24
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_LZO)
drivers/block/zram/zcomp.c
28
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_LZ4)
drivers/block/zram/zcomp.c
31
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_LZ4HC)
drivers/block/zram/zcomp.c
34
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_ZSTD)
drivers/block/zram/zcomp.c
37
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_DEFLATE)
drivers/block/zram/zcomp.c
40
#if IS_ENABLED(CONFIG_ZRAM_BACKEND_842)
drivers/block/zram/zram_drv.c
1506
if (WARN_ON_ONCE(!IS_ENABLED(ZRAM_PARTIAL_IO)))
drivers/block/zram/zram_drv.c
472
if (IS_ENABLED(CONFIG_ZRAM_TRACK_ENTRY_ACTIME) &&
drivers/bluetooth/btbcm.h
52
#if IS_ENABLED(CONFIG_BT_BCM)
drivers/bluetooth/btintel.c
2732
if (!IS_ENABLED(CONFIG_EFI))
drivers/bluetooth/btintel.h
246
#if IS_ENABLED(CONFIG_BT_INTEL) || IS_ENABLED(CONFIG_BT_INTEL_PCIE)
drivers/bluetooth/btintel_pcie.c
634
if (!IS_ENABLED(CONFIG_DEV_COREDUMP))
drivers/bluetooth/btmtk.c
382
if (!IS_ENABLED(CONFIG_DEV_COREDUMP))
drivers/bluetooth/btmtk.c
400
if (!IS_ENABLED(CONFIG_DEV_COREDUMP)) {
drivers/bluetooth/btmtk.c
444
#if IS_ENABLED(CONFIG_BT_HCIBTUSB_MTK)
drivers/bluetooth/btmtk.c
952
if (IS_ENABLED(CONFIG_DEV_COREDUMP)) {
drivers/bluetooth/btmtk.h
185
#if IS_ENABLED(CONFIG_BT_MTK)
drivers/bluetooth/btqca.h
163
#if IS_ENABLED(CONFIG_BT_QCA)
drivers/bluetooth/btrtl.h
135
#if IS_ENABLED(CONFIG_BT_RTL)
drivers/bluetooth/btusb.c
35
static bool enable_autosuspend = IS_ENABLED(CONFIG_BT_HCIBTUSB_AUTOSUSPEND);
drivers/bluetooth/btusb.c
36
static bool enable_poll_sync = IS_ENABLED(CONFIG_BT_HCIBTUSB_POLL_SYNC);
drivers/bluetooth/btusb.c
4196
if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM) &&
drivers/bluetooth/btusb.c
4207
if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM) &&
drivers/bluetooth/btusb.c
4240
if (IS_ENABLED(CONFIG_BT_HCIBTUSB_MTK) &&
drivers/bluetooth/btusb.c
4306
if (IS_ENABLED(CONFIG_BT_HCIBTUSB_RTL) &&
drivers/bluetooth/btusb.c
4395
if (IS_ENABLED(CONFIG_BT_HCIBTUSB_BCM) && data->diag) {
drivers/bluetooth/hci_bcm.c
547
if (IS_ENABLED(CONFIG_PM) && bdev->irq_acquired) {
drivers/bluetooth/hci_ll.c
451
#if IS_ENABLED(CONFIG_SERIAL_DEV_BUS)
drivers/bluetooth/hci_vhci.c
393
if (IS_ENABLED(CONFIG_BT_MSFTEXT))
drivers/bluetooth/hci_vhci.c
397
if (IS_ENABLED(CONFIG_BT_AOSPEXT))
drivers/bluetooth/hci_vhci.c
668
if (IS_ENABLED(CONFIG_BT_MSFTEXT))
drivers/bluetooth/hci_vhci.c
671
if (IS_ENABLED(CONFIG_BT_AOSPEXT))
drivers/bus/fsl-mc/fsl-mc-bus.c
1054
if (IS_ENABLED(CONFIG_ACPI) && !dev_of_node(&pdev->dev)) {
drivers/bus/imx-weim.c
299
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/bus/imx-weim.c
389
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/bus/imx-weim.c
399
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/cdx/cdx.c
313
if (IS_ENABLED(CONFIG_GENERIC_MSI_IRQ) && cdx->msi_domain) {
drivers/cdx/cdx.c
829
if (IS_ENABLED(CONFIG_GENERIC_MSI_IRQ) && cdx->msi_domain) {
drivers/cdx/controller/cdx_controller.c
196
if (IS_ENABLED(CONFIG_GENERIC_MSI_IRQ))
drivers/char/agp/intel-gtt.c
1205
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
1441
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
213
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
656
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
679
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
831
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
915
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
99
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/agp/intel-gtt.c
995
#if IS_ENABLED(CONFIG_AGP_INTEL)
drivers/char/hw_random/bcm2835-rng.c
48
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/char/hw_random/bcm2835-rng.c
57
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/char/hw_random/rockchip-rng.c
423
if (!IS_ENABLED(CONFIG_PM)) {
drivers/char/ipmi/ipmi_si_intf.c
1917
if (IS_ENABLED(CONFIG_HAS_IOPORT) &&
drivers/char/ipmi/ipmi_si_pci.c
102
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/char/lp.c
718
if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
drivers/char/nwbutton.c
133
if (IS_ENABLED(CONFIG_NWBUTTON_REBOOT) &&
drivers/char/ppdev.c
637
if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
drivers/char/ppdev.c
657
if (IS_ENABLED(CONFIG_SPARC64) && !in_compat_syscall())
drivers/char/random.c
843
(action == PM_POST_SUSPEND && !IS_ENABLED(CONFIG_PM_AUTOSLEEP) &&
drivers/char/random.c
844
!IS_ENABLED(CONFIG_PM_USERSPACE_AUTOSLEEP)))) {
drivers/char/random.c
974
#if IS_ENABLED(CONFIG_VMGENID)
drivers/char/tpm/tpm-chip.c
502
if (!IS_ENABLED(CONFIG_HW_RANDOM_TPM))
drivers/char/tpm/tpm_tis.c
404
if (IS_ENABLED(CONFIG_PNP)) {
drivers/char/tpm/tpm_tis_core.c
1006
if (IS_ENABLED(CONFIG_X86))
drivers/char/tpm/tpm_tis_core.c
1054
if (!IS_ENABLED(CONFIG_X86) || !is_bsw() ||
drivers/char/virtio_console.c
2077
#if IS_ENABLED(CONFIG_REMOTEPROC)
drivers/char/virtio_console.c
32
#define is_rproc_enabled IS_ENABLED(CONFIG_REMOTEPROC)
drivers/clk/clk.c
257
if (!IS_ENABLED(CONFIG_SMP) ||
drivers/clk/clk.c
262
if (!IS_ENABLED(CONFIG_SMP))
drivers/clk/imx/clk-imx6q.c
947
if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
drivers/clk/imx/clk-imx6q.c
966
if (IS_ENABLED(CONFIG_PCI_IMX6))
drivers/clk/imx/clk-imx6sl.c
427
if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
drivers/clk/imx/clk-imx6sll.c
159
if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
drivers/clk/imx/clk-imx6sx.c
492
if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
drivers/clk/imx/clk-imx6ul.c
531
if (IS_ENABLED(CONFIG_USB_MXS_PHY)) {
drivers/clk/imx/clk-imx8mp-audiomix.c
231
#if IS_ENABLED(CONFIG_RESET_CONTROLLER)
drivers/clk/ingenic/pm.c
45
if (IS_ENABLED(CONFIG_PM_SLEEP)) {
drivers/clk/ingenic/tcu.c
491
if (IS_ENABLED(CONFIG_PM_SLEEP))
drivers/clk/qcom/common.c
265
if (!IS_ENABLED(CONFIG_INTERCONNECT_CLK))
drivers/clk/tegra/clk.c
244
if (IS_ENABLED(CONFIG_PM_SLEEP)) {
drivers/clocksource/arc_timer.c
173
if (IS_ENABLED(CONFIG_SMP)) {
drivers/clocksource/arc_timer.c
219
if (IS_ENABLED(CONFIG_SMP))
drivers/clocksource/arm_arch_timer.c
1116
if (IS_ENABLED(CONFIG_ARM64))
drivers/clocksource/arm_arch_timer.c
1165
if (IS_ENABLED(CONFIG_ARM) &&
drivers/clocksource/arm_arch_timer.c
1253
if (!IS_ENABLED(CONFIG_HAVE_ARM_SMCCC_DISCOVERY))
drivers/clocksource/arm_arch_timer.c
66
static bool evtstrm_enable __ro_after_init = IS_ENABLED(CONFIG_ARM_ARCH_TIMER_EVTSTREAM);
drivers/clocksource/arm_arch_timer.c
914
if ((IS_ENABLED(CONFIG_ARM64) && !is_hyp_mode_available()) ||
drivers/clocksource/mips-gic-timer.c
228
if (mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ))
drivers/clocksource/mips-gic-timer.c
294
if ((mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ)) &&
drivers/clocksource/sh_cmt.c
1039
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
drivers/clocksource/sh_tmu.c
508
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
drivers/clocksource/timer-riscv.c
101
#if IS_ENABLED(CONFIG_GENERIC_GETTIMEOFDAY)
drivers/clocksource/timer-riscv.c
39
if (IS_ENABLED(CONFIG_32BIT))
drivers/comedi/comedi_buf.c
126
if (!IS_ENABLED(CONFIG_HAS_DMA) && s->async_dma_dir != DMA_NONE) {
drivers/comedi/drivers.c
1066
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/comedi/drivers/8255_pci.c
226
} else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/comedi/drivers/adl_pci7250.c
125
} else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/comedi/drivers/amplc_dio200_common.c
836
if (!IS_ENABLED(CONFIG_HAS_IOPORT) && !dev->mmio) {
drivers/comedi/drivers/amplc_dio200_pci.c
371
} else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/comedi/drivers/c6xdigio.c
295
if (IS_ENABLED(CONFIG_PNP)) {
drivers/comedi/drivers/ni_labpc_isadma.h
9
#if IS_ENABLED(CONFIG_COMEDI_NI_LABPC_ISADMA)
drivers/cpufreq/amd-pstate.c
846
IS_ENABLED(CONFIG_AMD_HFI)) {
drivers/cpufreq/cpufreq.c
736
freq = IS_ENABLED(CONFIG_CPUFREQ_ARCH_CUR_FREQ)
drivers/cpufreq/e_powersaver.c
186
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
24
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
285
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
330
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
37
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
408
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpufreq/e_powersaver.c
50
#if IS_ENABLED(CONFIG_ACPI_PROCESSOR)
drivers/cpuidle/cpuidle-exynos.c
116
if (IS_ENABLED(CONFIG_SMP) &&
drivers/cpuidle/cpuidle-psci-domain.c
72
if (IS_ENABLED(CONFIG_PREEMPT_RT))
drivers/cpuidle/cpuidle-psci.c
127
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
drivers/cpuidle/cpuidle-psci.c
141
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
drivers/cpuidle/cpuidle-psci.c
270
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
drivers/cpuidle/cpuidle-tegra.c
221
if (!IS_ENABLED(CONFIG_PM_SLEEP) || num_online_cpus() > 1)
drivers/cpuidle/cpuidle-tegra.c
364
if (!IS_ENABLED(CONFIG_PM_SLEEP)) {
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
157
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG)) {
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
247
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG)) {
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
54
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG)) {
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c
403
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG)) {
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-prng.c
36
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN4I_SS_DEBUG)) {
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
112
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG)) {
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
161
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
36
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
43
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
439
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
50
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
57
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
67
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
74
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
87
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
94
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
1054
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG)) {
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
208
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
215
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
223
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
229
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
28
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG)) {
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
345
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
64
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG))
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
96
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG)) {
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
880
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG)) {
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
200
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG)) {
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
243
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG)) {
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
271
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SUN8I_SS_DEBUG)) {
drivers/crypto/amcc/crypto4xx_core.h
148
#if IS_ENABLED(CONFIG_CC_IS_GCC) && CONFIG_GCC_VERSION >= 120000
drivers/crypto/amlogic/amlogic-gxl-core.c
280
if (IS_ENABLED(CONFIG_CRYPTO_DEV_AMLOGIC_GXL_DEBUG)) {
drivers/crypto/atmel-aes.c
137
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
150
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
1759
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
2204
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
2255
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
2269
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
2389
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
470
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-aes.c
522
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-authenc.h
15
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/atmel-sha.c
2101
#if IS_ENABLED(CONFIG_CRYPTO_DEV_ATMEL_AUTHENC)
drivers/crypto/caam/ctrl.c
1083
if (IS_ENABLED(CONFIG_DEBUG_FS)) {
drivers/crypto/caam/desc_constr.h
167
if (!IS_ENABLED(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG) || data)
drivers/crypto/caam/regs.h
179
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/crypto/caam/regs.h
199
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
drivers/crypto/caam/regs.h
208
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
drivers/crypto/cavium/nitrox/nitrox_dev.h
263
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/crypto/ccp/sev-dev.c
78
#if IS_ENABLED(CONFIG_PCI_TSM)
drivers/crypto/ccp/sp-dev.c
301
#if IS_BUILTIN(CONFIG_KVM_AMD) && IS_ENABLED(CONFIG_KVM_AMD_SEV)
drivers/crypto/gemini/sl3516-ce-core.c
479
if (IS_ENABLED(CONFIG_CRYPTO_DEV_SL3516_DEBUG)) {
drivers/crypto/hisilicon/hpre/hpre_main.c
1685
.sriov_configure = IS_ENABLED(CONFIG_PCI_IOV) ?
drivers/crypto/hisilicon/qm.c
597
#if IS_ENABLED(CONFIG_ARM64)
drivers/crypto/hisilicon/qm.c
616
#if IS_ENABLED(CONFIG_ARM64)
drivers/crypto/hisilicon/sec2/sec_main.c
1509
.sriov_configure = IS_ENABLED(CONFIG_PCI_IOV) ?
drivers/crypto/hisilicon/sec2/sec_main.c
481
if (!IS_ENABLED(CONFIG_64BIT))
drivers/crypto/hisilicon/sec2/sec_main.c
484
if (!IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
drivers/crypto/hisilicon/zip/zip_main.c
1612
.sriov_configure = IS_ENABLED(CONFIG_PCI_IOV) ?
drivers/crypto/inside-secure/safexcel.c
1148
if (IS_ENABLED(CONFIG_PCI) && is_pci_dev) {
drivers/crypto/inside-secure/safexcel.c
1158
} else if (IS_ENABLED(CONFIG_OF)) {
drivers/crypto/inside-secure/safexcel.c
1592
if (IS_ENABLED(CONFIG_PCI) && priv->data->version == EIP197_DEVBRD) {
drivers/crypto/inside-secure/safexcel.c
2006
if (IS_ENABLED(CONFIG_OF) && !ret) {
drivers/crypto/inside-secure/safexcel.c
2018
if (IS_ENABLED(CONFIG_OF))
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
266
BUILD_BUG_ON(!(IS_ENABLED(CONFIG_COMPILE_TEST) &&
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
267
IS_ENABLED(CONFIG_64BIT)) &&
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
463
if (IS_ENABLED(CONFIG_OF) && np) {
drivers/crypto/intel/qat/qat_common/adf_heartbeat_dbgfs.c
213
if (IS_ENABLED(CONFIG_CRYPTO_DEV_QAT_ERROR_INJECTION)) {
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
1499
if (!IS_ENABLED(CONFIG_DM_CRYPT)) {
drivers/crypto/s5p-sss.c
2158
if (IS_ENABLED(CONFIG_CRYPTO_DEV_EXYNOS_HASH)) {
drivers/crypto/s5p-sss.c
422
if (IS_ENABLED(CONFIG_OF) && (pdev->dev.of_node))
drivers/crypto/talitos.h
172
if (IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS1) &&
drivers/crypto/talitos.h
173
IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS2))
drivers/crypto/talitos.h
176
return IS_ENABLED(CONFIG_CRYPTO_DEV_TALITOS1);
drivers/cxl/acpi.c
955
if (IS_ENABLED(CONFIG_CXL_PMEM))
drivers/cxl/core/edac.c
1094
if (!IS_ENABLED(CONFIG_CXL_EDAC_MEM_REPAIR) || !array_rec)
drivers/cxl/core/edac.c
1124
if (!IS_ENABLED(CONFIG_CXL_EDAC_MEM_REPAIR) || !array_rec)
drivers/cxl/core/edac.c
2031
if (IS_ENABLED(CONFIG_CXL_EDAC_SCRUB)) {
drivers/cxl/core/edac.c
2040
if (IS_ENABLED(CONFIG_CXL_EDAC_ECS)) {
drivers/cxl/core/edac.c
2049
if (IS_ENABLED(CONFIG_CXL_EDAC_MEM_REPAIR)) {
drivers/cxl/core/edac.c
2099
if (!IS_ENABLED(CONFIG_CXL_EDAC_SCRUB))
drivers/cxl/core/mbox.c
291
if (!IS_ENABLED(CONFIG_CXL_MEM_RAW_COMMANDS))
drivers/cxl/core/memdev.c
266
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/cxl/core/memdev.c
295
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/cxl/core/memdev.c
355
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/cxl/core/memdev.c
485
if (!IS_ENABLED(CONFIG_NUMA) && a == &dev_attr_numa_node.attr)
drivers/cxl/core/pmem.c
134
if (!IS_ENABLED(CONFIG_CXL_PMEM))
drivers/cxl/core/region.c
228
if (IS_ENABLED(CONFIG_CXL_REGION_INVALIDATION_TEST)) {
drivers/cxl/cxl.h
780
#if IS_ENABLED(CONFIG_CXL_ACPI)
drivers/cxl/mem.c
117
if (cxl_pmem_size(cxlds) && IS_ENABLED(CONFIG_CXL_PMEM)) {
drivers/dax/bus.c
1372
if (a == &dev_attr_numa_node.attr && !IS_ENABLED(CONFIG_NUMA))
drivers/dax/bus.c
81
!IS_ENABLED(CONFIG_DEV_DAX_KMEM))
drivers/dax/dax-private.h
120
if (align == PUD_SIZE && IS_ENABLED(CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD))
drivers/dax/hmem/hmem.c
163
#if IS_ENABLED(CONFIG_CXL_REGION)
drivers/dax/hmem/hmem.c
69
if (IS_ENABLED(CONFIG_CXL_REGION) &&
drivers/devfreq/devfreq.c
1979
#if IS_ENABLED(CONFIG_DEVFREQ_GOV_PASSIVE)
drivers/devfreq/imx-bus.c
64
if (!IS_ENABLED(CONFIG_INTERCONNECT_IMX)) {
drivers/dibs/dibs_loopback.h
21
#if IS_ENABLED(CONFIG_DIBS_LO)
drivers/dma-buf/dma-buf.c
1213
if (IS_ENABLED(CONFIG_DMA_API_DEBUG)) {
drivers/dma-buf/dma-buf.c
435
#if IS_ENABLED(CONFIG_SYNC_FILE)
drivers/dma-buf/dma-buf.c
50
if (IS_ENABLED(CONFIG_LOCKDEP) || FUNC##_enabled()) { \
drivers/dma-buf/dma-buf.c
583
#if IS_ENABLED(CONFIG_SYNC_FILE)
drivers/dma-buf/dma-buf.c
861
if (!IS_ENABLED(CONFIG_DMABUF_DEBUG))
drivers/dma-buf/dma-buf.c
900
if (!IS_ENABLED(CONFIG_DMABUF_DEBUG))
drivers/dma-buf/dma-buf.c
920
!IS_ENABLED(CONFIG_DMABUF_MOVE_NOTIFY));
drivers/dma-buf/dma-resv.c
775
#if IS_ENABLED(CONFIG_LOCKDEP)
drivers/dma/dmaengine.c
1031
#if IS_ENABLED(CONFIG_ASYNC_MEMCPY)
drivers/dma/dmaengine.c
1036
#if IS_ENABLED(CONFIG_ASYNC_XOR)
drivers/dma/dmaengine.c
1046
#if IS_ENABLED(CONFIG_ASYNC_PQ)
drivers/dma/dmaengine.c
1354
#if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
drivers/dma/dmaengine.c
1368
#if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
drivers/dma/idxd/idxd.h
828
#if IS_ENABLED(CONFIG_INTEL_IDXD_PERFMON)
drivers/dma/idxd/init.c
732
if (IS_ENABLED(CONFIG_INTEL_IDXD_SVM) && sva) {
drivers/dma/imx-sdma.c
2450
#if IS_ENABLED(CONFIG_SOC_IMX6Q)
drivers/dma/imx-sdma.c
2453
#if IS_ENABLED(CONFIG_SOC_IMX7D) || IS_ENABLED(CONFIG_SOC_IMX8M)
drivers/dma/lgm/lgm-dma.c
1613
if (IS_ENABLED(CONFIG_64BIT) && (id & DMA_ID_AW_36B))
drivers/dma/lgm/lgm-dma.c
646
if (IS_ENABLED(CONFIG_64BIT)) {
drivers/dma/qcom/hidma.c
939
#if IS_ENABLED(CONFIG_ACPI)
drivers/dma/qcom/hidma_mgmt.c
317
#if IS_ENABLED(CONFIG_ACPI)
drivers/dma/sh/shdmac.c
787
if (IS_ENABLED(CONFIG_CPU_SH4) || IS_ENABLED(CONFIG_ARCH_RENESAS)) {
drivers/dma/ti/edma.c
2086
#if IS_ENABLED(CONFIG_OF)
drivers/dma/ti/omap-dma.c
1679
} else if (IS_ENABLED(CONFIG_ARCH_OMAP1)) {
drivers/dma/ti/omap-dma.c
704
return IS_ENABLED(CONFIG_ARCH_OMAP1) && od->legacy;
drivers/dma/xilinx/xilinx_dpdma.c
301
if (IS_ENABLED(CONFIG_DEBUG_FS) && chan->id == dpdma_debugfs.chan_id)
drivers/edac/altera_edac.c
195
if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
drivers/edac/altera_edac.c
674
if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
drivers/edac/edac_mc.c
929
if (IS_ENABLED(CONFIG_RAS))
drivers/edac/edac_mc_sysfs.c
294
if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
drivers/edac/npcm_edac.c
403
if (IS_ENABLED(CONFIG_EDAC_DEBUG) && pdata->chip == NPCM8XX_CHIP)
drivers/edac/npcm_edac.c
420
if (IS_ENABLED(CONFIG_EDAC_DEBUG) && pdata->chip == NPCM8XX_CHIP)
drivers/edac/thunderx_edac.c
1420
if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
drivers/edac/thunderx_edac.c
2049
if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
drivers/edac/thunderx_edac.c
468
if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
drivers/edac/thunderx_edac.c
776
if (IS_ENABLED(CONFIG_EDAC_DEBUG)) {
drivers/edac/versalnet_edac.c
464
if (IS_ENABLED(CONFIG_MEMORY_FAILURE)) {
drivers/edac/xgene_edac.c
1172
if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs)
drivers/edac/xgene_edac.c
165
if (!IS_ENABLED(CONFIG_EDAC_DEBUG))
drivers/edac/xgene_edac.c
868
if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs)
drivers/firewire/net.c
1267
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
1589
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
1634
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
1666
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
1685
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
1699
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
488
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
776
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/net.c
990
#if IS_ENABLED(CONFIG_IPV6)
drivers/firewire/ohci.c
296
#if IS_ENABLED(CONFIG_X86)
drivers/firmware/arm_scmi/bus.c
63
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT) &&
drivers/firmware/arm_scmi/bus.c
64
!IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT_COEX)) {
drivers/firmware/arm_scmi/common.h
330
if (IS_ENABLED(CONFIG_ARM_SCMI_DEBUG_COUNTERS)) {
drivers/firmware/arm_scmi/common.h
338
if (IS_ENABLED(CONFIG_ARM_SCMI_DEBUG_COUNTERS)) {
drivers/firmware/arm_scmi/driver.c
1118
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT)) {
drivers/firmware/arm_scmi/driver.c
1137
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT))
drivers/firmware/arm_scmi/driver.c
1175
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT)) {
drivers/firmware/arm_scmi/driver.c
1309
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT)) {
drivers/firmware/arm_scmi/driver.c
3069
if (IS_ENABLED(CONFIG_ARM_SCMI_DEBUG_COUNTERS))
drivers/firmware/arm_scmi/driver.c
3187
bool coex = IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT_COEX);
drivers/firmware/arm_scmi/driver.c
3259
if (info->dbg && IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT)) {
drivers/firmware/arm_scmi/driver.c
3337
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT))
drivers/firmware/arm_scmi/driver.c
3360
if (IS_ENABLED(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT))
drivers/firmware/arm_scmi/driver.c
3461
if (IS_ENABLED(CONFIG_ARM_SCMI_DEBUG_COUNTERS)) {
drivers/firmware/arm_scmi/driver.c
3478
if (WARN_ON(!IS_ENABLED(CONFIG_ARM_SCMI_HAVE_TRANSPORT)))
drivers/firmware/arm_scmi/driver.c
3481
if (IS_ENABLED(CONFIG_ARM_SCMI_HAVE_SHMEM))
drivers/firmware/arm_scmi/driver.c
3484
if (IS_ENABLED(CONFIG_ARM_SCMI_HAVE_MSG))
drivers/firmware/arm_scmi/driver.c
3487
if (IS_ENABLED(CONFIG_ARM_SCMI_NEED_DEBUGFS))
drivers/firmware/arm_scmi/transports/smc.c
118
if (IS_ENABLED(CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE))
drivers/firmware/arm_scmi/transports/smc.c
126
if (IS_ENABLED(CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE))
drivers/firmware/arm_scmi/transports/smc.c
295
.atomic_enabled = IS_ENABLED(CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE),
drivers/firmware/arm_scmi/transports/smc.c
99
if (IS_ENABLED(CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE))
drivers/firmware/arm_scmi/transports/virtio.c
800
.atomic_enabled = IS_ENABLED(CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_ATOMIC_ENABLE),
drivers/firmware/arm_sdei.c
864
if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
drivers/firmware/arm_sdei.c
901
if (!IS_ENABLED(CONFIG_ACPI_APEI_GHES))
drivers/firmware/broadcom/bcm47xx_sprom.c
594
#if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM)
drivers/firmware/broadcom/bcm47xx_sprom.c
662
if (IS_ENABLED(CONFIG_BCM47XX))
drivers/firmware/broadcom/bcm47xx_sprom.c
712
#if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM)
drivers/firmware/cirrus/cs_dsp.c
35
#if IS_ENABLED(CONFIG_FW_CS_DSP_KUNIT_TEST)
drivers/firmware/cirrus/cs_dsp.h
12
#if IS_ENABLED(CONFIG_KUNIT)
drivers/firmware/dmi_scan.c
721
} else if (IS_ENABLED(CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK)) {
drivers/firmware/efi/efi-init.c
105
if (IS_ENABLED(CONFIG_64BIT))
drivers/firmware/efi/efi-init.c
274
if (IS_ENABLED(CONFIG_X86) ||
drivers/firmware/efi/efi-init.c
275
IS_ENABLED(CONFIG_SYSFB) ||
drivers/firmware/efi/efi-init.c
276
IS_ENABLED(CONFIG_EFI_EARLYCON))
drivers/firmware/efi/efi-init.c
86
if (IS_ENABLED(CONFIG_EFI_EARLYCON))
drivers/firmware/efi/efi-pstore.c
22
static bool pstore_disable = IS_ENABLED(CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE);
drivers/firmware/efi/efi.c
1100
if (IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK) && !ret)
drivers/firmware/efi/efi.c
481
if (IS_ENABLED(CONFIG_OVMF_DEBUG_LOG) &&
drivers/firmware/efi/efi.c
716
if (!IS_ENABLED(CONFIG_X86)) {
drivers/firmware/efi/efi.c
723
if (IS_ENABLED(CONFIG_X86_32) &&
drivers/firmware/efi/efi.c
764
if (!IS_ENABLED(CONFIG_X86_32) && efi_enabled(EFI_MEMMAP))
drivers/firmware/efi/efi.c
814
if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) &&
drivers/firmware/efi/efi.c
827
if (IS_ENABLED(CONFIG_UNACCEPTED_MEMORY) &&
drivers/firmware/efi/efi.c
85
static bool disable_runtime = IS_ENABLED(CONFIG_EFI_DISABLE_RUNTIME);
drivers/firmware/efi/efi.c
899
if (IS_ENABLED(CONFIG_X86_64) &&
drivers/firmware/efi/libstub/arm32-stub.c
54
if (!IS_ENABLED(CONFIG_ARM_LPAE))
drivers/firmware/efi/libstub/arm64.c
71
if (IS_ENABLED(CONFIG_ARM64_4K_PAGES))
drivers/firmware/efi/libstub/arm64.c
76
if (IS_ENABLED(CONFIG_ARM64_64K_PAGES))
drivers/firmware/efi/libstub/efi-stub-entry.c
19
if (IS_ENABLED(CONFIG_ARM))
drivers/firmware/efi/libstub/efi-stub-entry.c
22
if (IS_ENABLED(CONFIG_X86) ||
drivers/firmware/efi/libstub/efi-stub-entry.c
23
IS_ENABLED(CONFIG_EFI_EARLYCON) ||
drivers/firmware/efi/libstub/efi-stub-entry.c
24
IS_ENABLED(CONFIG_SYSFB))
drivers/firmware/efi/libstub/efi-stub-helper.c
186
if (!IS_ENABLED(CONFIG_X86))
drivers/firmware/efi/libstub/efi-stub-helper.c
21
bool efi_nokaslr = !IS_ENABLED(CONFIG_RANDOMIZE_BASE);
drivers/firmware/efi/libstub/efi-stub-helper.c
26
static bool efi_disable_pci_dma = IS_ENABLED(CONFIG_EFI_DISABLE_PCI_DMA);
drivers/firmware/efi/libstub/efi-stub-helper.c
617
if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD) || efi_noinitrd)
drivers/firmware/efi/libstub/efi-stub-helper.c
80
} else if (IS_ENABLED(CONFIG_X86_64) && !strcmp(param, "no5lvl")) {
drivers/firmware/efi/libstub/efi-stub-helper.c
82
} else if (IS_ENABLED(CONFIG_ARCH_HAS_MEM_ENCRYPT) &&
drivers/firmware/efi/libstub/efi-stub-helper.c
92
efi_nosoftreserve = IS_ENABLED(CONFIG_EFI_SOFT_RESERVE) &&
drivers/firmware/efi/libstub/efi-stub.c
131
if (!IS_ENABLED(CONFIG_CMDLINE_FORCE)) {
drivers/firmware/efi/libstub/efi-stub.c
139
if (IS_ENABLED(CONFIG_CMDLINE_EXTEND) ||
drivers/firmware/efi/libstub/efi-stub.c
140
IS_ENABLED(CONFIG_CMDLINE_FORCE) ||
drivers/firmware/efi/libstub/fdt.c
123
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && !efi_nokaslr) {
drivers/firmware/efi/libstub/fdt.c
249
if (!IS_ENABLED(CONFIG_EFI_ARMSTUB_DTB_LOADER) ||
drivers/firmware/efi/libstub/fdt.c
357
if (IS_ENABLED(CONFIG_ARM))
drivers/firmware/efi/libstub/file.c
198
const bool ignore_load_options = IS_ENABLED(CONFIG_CMDLINE_OVERRIDE) ||
drivers/firmware/efi/libstub/file.c
199
IS_ENABLED(CONFIG_CMDLINE_FORCE);
drivers/firmware/efi/libstub/file.c
217
if (IS_ENABLED(CONFIG_X86) && !efi_nochunk)
drivers/firmware/efi/libstub/file.c
223
twopass = IS_ENABLED(CONFIG_CMDLINE_BOOL) ||
drivers/firmware/efi/libstub/file.c
224
IS_ENABLED(CONFIG_CMDLINE_EXTEND);
drivers/firmware/efi/libstub/kaslr.c
113
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && phys_seed != 0) {
drivers/firmware/efi/libstub/kaslr.c
24
if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE))
drivers/firmware/efi/libstub/x86-stub.c
451
if (!IS_ENABLED(CONFIG_UNACCEPTED_MEMORY))
drivers/firmware/efi/libstub/x86-stub.c
480
if (IS_ENABLED(CONFIG_APPLE_PROPERTIES))
drivers/firmware/efi/libstub/x86-stub.c
633
if (!IS_ENABLED(CONFIG_UNACCEPTED_MEMORY))
drivers/firmware/efi/libstub/x86-stub.c
725
if (IS_ENABLED(CONFIG_UNACCEPTED_MEMORY))
drivers/firmware/efi/libstub/x86-stub.c
849
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && !efi_nokaslr) {
drivers/firmware/efi/libstub/x86-stub.c
928
if (!IS_ENABLED(CONFIG_EFI_HANDOVER_PROTOCOL) || !boot_params) {
drivers/firmware/efi/libstub/x86-stub.c
939
if (IS_ENABLED(CONFIG_EFI_DXE_MEM_ATTRIBUTES)) {
drivers/firmware/efi/libstub/x86-stub.c
964
if (!IS_ENABLED(CONFIG_CMDLINE_OVERRIDE)) {
drivers/firmware/efi/libstub/zboot.c
68
if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE)) {
drivers/firmware/efi/sysfb_efi.c
432
if (si->orig_video_isVGA == VIDEO_TYPE_EFI && IS_ENABLED(CONFIG_PCI)) {
drivers/firmware/psci/psci.c
517
if (!IS_ENABLED(CONFIG_ARM64))
drivers/firmware/psci/psci.c
522
if (!IS_ENABLED(CONFIG_ARM64))
drivers/firmware/psci/psci.c
576
if (!IS_ENABLED(CONFIG_SUSPEND))
drivers/firmware/qcom/qcom_scm.c
264
#if IS_ENABLED(CONFIG_ARM64)
drivers/firmware/qcom/qcom_tzmem.c
52
#if IS_ENABLED(CONFIG_QCOM_TZMEM_MODE_GENERIC)
drivers/firmware/qcom/qcom_tzmem.c
69
#elif IS_ENABLED(CONFIG_QCOM_TZMEM_MODE_SHMBRIDGE)
drivers/firmware/tegra/bpmp.c
837
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC) || \
drivers/firmware/tegra/bpmp.c
838
IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC) || \
drivers/firmware/tegra/bpmp.c
839
IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC) || \
drivers/firmware/tegra/bpmp.c
840
IS_ENABLED(CONFIG_ARCH_TEGRA_264_SOC)
drivers/firmware/tegra/bpmp.c
862
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/firmware/tegra/bpmp.c
886
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC) || \
drivers/firmware/tegra/bpmp.c
887
IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC) || \
drivers/firmware/tegra/bpmp.c
888
IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC) || \
drivers/firmware/tegra/bpmp.c
889
IS_ENABLED(CONFIG_ARCH_TEGRA_264_SOC)
drivers/firmware/tegra/bpmp.c
892
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/fpga/lattice-sysconfig-spi.c
132
#if IS_ENABLED(CONFIG_OF)
drivers/fpga/microchip-spi.c
391
#if IS_ENABLED(CONFIG_OF)
drivers/gnss/serial.c
176
if (IS_ENABLED(CONFIG_PM)) {
drivers/gnss/serial.c
191
if (IS_ENABLED(CONFIG_PM))
drivers/gnss/serial.c
206
if (IS_ENABLED(CONFIG_PM))
drivers/gnss/sirf.c
504
if (IS_ENABLED(CONFIG_PM)) {
drivers/gnss/sirf.c
520
if (IS_ENABLED(CONFIG_PM))
drivers/gnss/sirf.c
542
if (IS_ENABLED(CONFIG_PM))
drivers/gpio/gpio-adnp.c
436
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpio/gpio-graniterapids.c
316
size_t num_backup_pins = IS_ENABLED(CONFIG_PM_SLEEP) ? GNR_NUM_PINS : 0;
drivers/gpio/gpio-mmio.c
703
#if IS_ENABLED(CONFIG_GPIO_GENERIC_PLATFORM)
drivers/gpio/gpio-mxc.c
497
if (IS_ENABLED(CONFIG_GPIO_SYSFS))
drivers/gpio/gpio-omap.c
327
if (IS_ENABLED(CONFIG_ARCH_OMAP1) && bank->regs->irqctrl) {
drivers/gpio/gpio-sim.c
498
gc->dbg_show = PTR_IF(IS_ENABLED(CONFIG_DEBUG_FS), gpio_sim_dbg_show);
drivers/gpio/gpio-stmpe.c
498
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpio/gpio-twl4030.c
584
if (IS_ENABLED(CONFIG_ARCH_OMAP3) &&
drivers/gpio/gpiolib-cdev.c
1031
if (IS_ENABLED(CONFIG_HTE) &&
drivers/gpio/gpiolib-cdev.c
1131
if (!IS_ENABLED(CONFIG_HTE) &&
drivers/gpio/gpiolib-cdev.c
1144
if (IS_ENABLED(CONFIG_HTE) &&
drivers/gpio/gpiolib-cdev.c
580
else if (IS_ENABLED(CONFIG_HTE) &&
drivers/gpio/gpiolib-cdev.c
917
if (!(IS_ENABLED(CONFIG_HTE) &&
drivers/gpio/gpiolib-of.c
188
#if IS_ENABLED(CONFIG_LCD_HX8357)
drivers/gpio/gpiolib-of.c
197
#if IS_ENABLED(CONFIG_MTD_NAND_JZ4780)
drivers/gpio/gpiolib-of.c
208
#if IS_ENABLED(CONFIG_IEEE802154_CA8210)
drivers/gpio/gpiolib-of.c
217
#if IS_ENABLED(CONFIG_PCI_LANTIQ)
drivers/gpio/gpiolib-of.c
227
#if IS_ENABLED(CONFIG_REGULATOR_S5M8767)
drivers/gpio/gpiolib-of.c
236
#if IS_ENABLED(CONFIG_TOUCHSCREEN_TSC2005)
drivers/gpio/gpiolib-of.c
267
#if IS_ENABLED(CONFIG_FEC)
drivers/gpio/gpiolib-of.c
280
#if IS_ENABLED(CONFIG_MMC_ATMELMCI)
drivers/gpio/gpiolib-of.c
283
#if IS_ENABLED(CONFIG_PCI_IMX6)
drivers/gpio/gpiolib-of.c
299
#if IS_ENABLED(CONFIG_REGULATOR_FIXED_VOLTAGE)
drivers/gpio/gpiolib-of.c
305
#if IS_ENABLED(CONFIG_REGULATOR_GPIO)
drivers/gpio/gpiolib-of.c
313
#if IS_ENABLED(CONFIG_MMC_ATMELMCI)
drivers/gpio/gpiolib-of.c
346
if (IS_ENABLED(CONFIG_REGULATOR) &&
drivers/gpio/gpiolib-of.c
359
if (IS_ENABLED(CONFIG_SPI_MASTER) && !strcmp(propname, "cs-gpios") &&
drivers/gpio/gpiolib-of.c
391
if (IS_ENABLED(CONFIG_STMMAC_ETH) &&
drivers/gpio/gpiolib-of.c
522
#if IS_ENABLED(CONFIG_LCD_HX8357)
drivers/gpio/gpiolib-of.c
527
#if IS_ENABLED(CONFIG_MFD_ARIZONA)
drivers/gpio/gpiolib-of.c
530
#if IS_ENABLED(CONFIG_RTC_DRV_MOXART)
drivers/gpio/gpiolib-of.c
535
#if IS_ENABLED(CONFIG_NFC_MRVL_I2C)
drivers/gpio/gpiolib-of.c
538
#if IS_ENABLED(CONFIG_NFC_MRVL_SPI)
drivers/gpio/gpiolib-of.c
541
#if IS_ENABLED(CONFIG_NFC_MRVL_UART)
drivers/gpio/gpiolib-of.c
545
#if IS_ENABLED(CONFIG_PCI_LANTIQ)
drivers/gpio/gpiolib-of.c
555
#if IS_ENABLED(CONFIG_REGULATOR_ARIZONA_LDO1)
drivers/gpio/gpiolib-of.c
558
#if IS_ENABLED(CONFIG_REGULATOR_WM8994)
drivers/gpio/gpiolib-of.c
563
#if IS_ENABLED(CONFIG_SND_SOC_CS42L56)
drivers/gpio/gpiolib-of.c
566
#if IS_ENABLED(CONFIG_SND_SOC_MT2701_CS42448)
drivers/gpio/gpiolib-of.c
570
#if IS_ENABLED(CONFIG_SND_SOC_TLV320AIC3X)
drivers/gpio/gpiolib-of.c
577
#if IS_ENABLED(CONFIG_SPI_GPIO)
drivers/gpio/gpiolib-of.c
594
#if IS_ENABLED(CONFIG_SPI_FSL_SPI)
drivers/gpio/gpiolib-of.c
598
#if IS_ENABLED(CONFIG_SPI_PPC4xx)
drivers/gpio/gpiolib-of.c
602
#if IS_ENABLED(CONFIG_TYPEC_FUSB302)
drivers/gpio/gpiolib-of.c
637
#if IS_ENABLED(CONFIG_SND_SOC_MT2701_CS42448)
drivers/gpio/gpiolib-of.c
646
if (!IS_ENABLED(CONFIG_SND_SOC_MT2701_CS42448))
drivers/gpio/gpiolib-of.c
684
if (!IS_ENABLED(CONFIG_LEDS_TRIGGER_GPIO))
drivers/gpio/gpiolib-of.c
704
#if IS_ENABLED(CONFIG_SND_SOC_MT2701_CS42448)
drivers/gpio/gpiolib-of.c
92
if (!IS_ENABLED(CONFIG_SPI_MASTER))
drivers/gpio/gpiolib-shared.c
344
#if IS_ENABLED(CONFIG_RESET_GPIO)
drivers/gpio/gpiolib-shared.c
543
#if IS_ENABLED(CONFIG_OF)
drivers/gpio/gpiolib-shared.c
66
#if IS_ENABLED(CONFIG_OF)
drivers/gpio/gpiolib-shared.h
16
#if IS_ENABLED(CONFIG_GPIO_SHARED)
drivers/gpio/gpiolib-swnode.c
155
#if IS_ENABLED(CONFIG_GPIO_SWNODE_UNDEFINED)
drivers/gpio/gpiolib-swnode.c
39
if (IS_ENABLED(CONFIG_GPIO_SWNODE_UNDEFINED) &&
drivers/gpio/gpiolib-sysfs.c
1026
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
1045
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
1079
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
202
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
27
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
413
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
444
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
578
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
597
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
62
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
666
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
74
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
781
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
861
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
875
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
899
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
92
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib-sysfs.c
948
#if IS_ENABLED(CONFIG_GPIO_SYSFS_LEGACY)
drivers/gpio/gpiolib.c
3086
#if IS_ENABLED(CONFIG_HTE)
drivers/gpio/gpiolib.c
5310
#if IS_ENABLED(CONFIG_OF_DYNAMIC) && IS_ENABLED(CONFIG_OF_GPIO)
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1441
#if IS_ENABLED(CONFIG_SUSPEND)
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1532
#if IS_ENABLED(CONFIG_SUSPEND)
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1578
#if !IS_ENABLED(CONFIG_AMD_PMC)
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1588
#if IS_ENABLED(CONFIG_DRM_AMD_ISP)
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
202
#if IS_ENABLED(CONFIG_HSA_AMD)
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
371
#if IS_ENABLED(CONFIG_HSA_AMD)
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
401
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
416
#if IS_ENABLED(CONFIG_HSA_AMD)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1819
if (!IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT))
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
2007
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
2029
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4122
return amdgpu_dc != 0 && IS_ENABLED(CONFIG_DRM_AMD_DC_SI);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4814
if (IS_ENABLED(CONFIG_PERF_EVENTS))
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
5015
if (IS_ENABLED(CONFIG_PERF_EVENTS))
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
581
if (!IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
88
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c
137
if (!IS_ENABLED(CONFIG_DMABUF_MOVE_NOTIFY)) {
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2327
bool radeon_support_built = IS_ENABLED(CONFIG_DRM_RADEON);
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2340
amdgpu_support_built = IS_ENABLED(CONFIG_DRM_AMDGPU_SI);
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2354
amdgpu_support_built = IS_ENABLED(CONFIG_DRM_AMDGPU_CIK);
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2639
#if IS_ENABLED(CONFIG_SUSPEND)
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
2651
#if IS_ENABLED(CONFIG_SUSPEND)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
2261
if (!IS_ENABLED(CONFIG_DEBUG_FS) || !con)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
2354
if (IS_ENABLED(CONFIG_DEBUG_FS)) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
197
#if IS_ENABLED(CONFIG_DRM_AMDGPU_USERPTR)
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1079
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
1695
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdkfd/kfd_migrate.h
28
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdkfd/kfd_queue.c
88
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
53
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
drivers/gpu/drm/amd/amdkfd/kfd_svm.h
28
#if IS_ENABLED(CONFIG_HSA_AMD_SVM)
drivers/gpu/drm/amd/amdkfd/kfd_topology.h
204
#if IS_ENABLED(CONFIG_HSA_AMD)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
29
#if IS_ENABLED(CONFIG_X86_64)
drivers/gpu/drm/armada/armada_crtc.c
791
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
1510
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI)) {
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
1518
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
1530
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/bridge/chipone-icn6211.c
806
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/bridge/chipone-icn6211.c
817
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/bridge/sil-sii8620.c
1763
if (!IS_ENABLED(CONFIG_RC_CORE) || !ctx->rc_dev)
drivers/gpu/drm/bridge/sil-sii8620.c
2101
if (!IS_ENABLED(CONFIG_RC_CORE))
drivers/gpu/drm/bridge/sil-sii8620.c
2220
if (!IS_ENABLED(CONFIG_RC_CORE))
drivers/gpu/drm/bridge/ti-sn65dsi86.c
2099
if (IS_ENABLED(CONFIG_OF_GPIO)) {
drivers/gpu/drm/bridge/ti-tfp410.c
416
#if IS_ENABLED(CONFIG_I2C)
drivers/gpu/drm/bridge/ti-tfp410.c
463
#if IS_ENABLED(CONFIG_I2C)
drivers/gpu/drm/bridge/ti-tfp410.c
489
#if IS_ENABLED(CONFIG_I2C)
drivers/gpu/drm/display/drm_bridge_connector.c
1049
IS_ENABLED(CONFIG_DRM_DISPLAY_HDCP_HELPER))
drivers/gpu/drm/display/drm_dp_mst_topology.c
1536
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
drivers/gpu/drm/display/drm_dp_mst_topology.c
34
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
drivers/gpu/drm/display/drm_dp_mst_topology.c
5718
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
drivers/gpu/drm/display/drm_dp_mst_topology.c
5787
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
drivers/gpu/drm/drm_debugfs.c
301
#if IS_ENABLED(CONFIG_DRM_ACCEL)
drivers/gpu/drm/drm_debugfs.c
308
#if IS_ENABLED(CONFIG_DRM_ACCEL)
drivers/gpu/drm/drm_drv.c
94
#if IS_ENABLED(CONFIG_DRM_ACCEL)
drivers/gpu/drm/drm_fb_helper.c
72
#if IS_ENABLED(CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM)
drivers/gpu/drm/drm_gem_shmem_helper.c
916
#if IS_ENABLED(CONFIG_KUNIT)
drivers/gpu/drm/drm_mipi_dbi.c
840
#if IS_ENABLED(CONFIG_SPI)
drivers/gpu/drm/drm_mipi_dsi.c
160
#if IS_ENABLED(CONFIG_OF)
drivers/gpu/drm/drm_mode_config.c
469
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/gpu/drm/drm_modeset_lock.c
83
#if IS_ENABLED(CONFIG_DRM_DEBUG_MODESET_LOCK)
drivers/gpu/drm/drm_of.c
561
#if IS_ENABLED(CONFIG_DRM_MIPI_DSI)
drivers/gpu/drm/drm_panel_backlight_quirks.c
138
if (!IS_ENABLED(CONFIG_DMI))
drivers/gpu/drm/drm_panic.c
825
#if IS_ENABLED(CONFIG_DRM_PANIC_SCREEN_QR_CODE)
drivers/gpu/drm/drm_panic.c
857
#if IS_ENABLED(CONFIG_DRM_PANIC_SCREEN_QR_CODE)
drivers/gpu/drm/drm_panic.c
885
#if IS_ENABLED(CONFIG_DRM_PANIC_SCREEN_QR_CODE)
drivers/gpu/drm/drm_privacy_screen_x86.c
20
#if IS_ENABLED(CONFIG_THINKPAD_ACPI)
drivers/gpu/drm/drm_privacy_screen_x86.c
53
#if IS_ENABLED(CONFIG_CHROMEOS_PRIVACY_SCREEN)
drivers/gpu/drm/drm_privacy_screen_x86.c
61
#if IS_ENABLED(CONFIG_THINKPAD_ACPI)
drivers/gpu/drm/drm_privacy_screen_x86.c
71
#if IS_ENABLED(CONFIG_CHROMEOS_PRIVACY_SCREEN)
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1793
if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL)) {
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1810
if (!IS_ENABLED(CONFIG_PM)) {
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1835
if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL))
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1852
if (IS_ENABLED(CONFIG_PM)) {
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1869
if (IS_ENABLED(CONFIG_DRM_ETNAVIV_THERMAL))
drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c
103
if (IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT))
drivers/gpu/drm/exynos/exynos_drm_dma.c
106
if (!IS_ENABLED(CONFIG_EXYNOS_IOMMU))
drivers/gpu/drm/exynos/exynos_drm_dma.c
112
if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU))
drivers/gpu/drm/exynos/exynos_drm_dma.c
115
else if (IS_ENABLED(CONFIG_IOMMU_DMA))
drivers/gpu/drm/exynos/exynos_drm_dma.c
129
if (IS_ENABLED(CONFIG_EXYNOS_IOMMU))
drivers/gpu/drm/exynos/exynos_drm_dma.c
137
if (!IS_ENABLED(CONFIG_EXYNOS_IOMMU))
drivers/gpu/drm/exynos/exynos_drm_dma.c
55
if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
drivers/gpu/drm/exynos/exynos_drm_dma.c
67
} else if (IS_ENABLED(CONFIG_IOMMU_DMA)) {
drivers/gpu/drm/exynos/exynos_drm_dma.c
88
if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
drivers/gpu/drm/exynos/exynos_drm_dma.c
91
} else if (IS_ENABLED(CONFIG_IOMMU_DMA))
drivers/gpu/drm/exynos/exynos_drm_drv.c
155
#define DRV_PTR(drv, cond) (IS_ENABLED(cond) ? &drv : NULL)
drivers/gpu/drm/i915/display/intel_backlight.c
817
#if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
drivers/gpu/drm/i915/display/intel_backlight.h
39
#if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
drivers/gpu/drm/i915/display/intel_crtc.c
611
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_VBLANK_EVADE)
drivers/gpu/drm/i915/display/intel_crtc.c
89
if (IS_ENABLED(CONFIG_PREEMPT_RT))
drivers/gpu/drm/i915/display/intel_crtc.h
26
#if IS_ENABLED(CONFIG_PROVE_LOCKING)
drivers/gpu/drm/i915/display/intel_display_debugfs.c
438
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_VBLANK_EVADE)
drivers/gpu/drm/i915/display/intel_display_irq.c
419
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/i915/display/intel_display_power.c
2168
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.c
370
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.c
843
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.c
893
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.c
912
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.c
933
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power.h
202
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_power_well.c
493
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_display_utils.c
17
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/display/intel_dp_tunnel.h
23
#if (IS_ENABLED(CONFIG_DRM_I915_DP_TUNNEL) && defined(I915)) || \
drivers/gpu/drm/i915/display/intel_dp_tunnel.h
24
(IS_ENABLED(CONFIG_DRM_XE_DP_TUNNEL) && !defined(I915))
drivers/gpu/drm/i915/display/intel_hdcp.c
2345
if (!IS_ENABLED(CONFIG_INTEL_MEI_HDCP))
drivers/gpu/drm/i915/display/intel_overlay.c
1469
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/display/intel_overlay.h
58
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) && defined(I915)
drivers/gpu/drm/i915/display/intel_tc.c
202
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_tc.c
223
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/display/intel_tc.c
55
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2117
if (!IS_ENABLED(CONFIG_DRM_I915_REPLAY_GPU_HANGS_API))
drivers/gpu/drm/i915/gem/i915_gem_context.c
2687
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gem/i915_gem_context.c
2703
if (IS_ENABLED(CONFIG_DRM_I915_REPLAY_GPU_HANGS_API)) {
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
344
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
1988
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
315
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
79
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gem/i915_gem_mman.c
1154
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gem/i915_gem_object.c
995
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gem/i915_gem_object.h
158
if (IS_ENABLED(CONFIG_LOCKDEP) &&
drivers/gpu/drm/i915/gem/i915_gem_phys.c
253
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gem/i915_gem_pm.c
15
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
464
if (!IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/i915/gem/i915_gem_stolen.c
601
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
33
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_context.c
648
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_context.h
378
#if IS_ENABLED(CONFIG_DRM_I915_REPLAY_GPU_HANGS_API)
drivers/gpu/drm/i915/gt/intel_engine_cs.c
2558
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c
122
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c
417
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_engine_pm.c
326
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_engine_pm.c
37
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_engine_user.c
262
if (IS_ENABLED(CONFIG_DRM_I915_SELFTESTS) &&
drivers/gpu/drm/i915/gt/intel_engine_user.c
263
IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) {
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
2330
if (!IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR))
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
2867
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
4174
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
421
if (!IS_ENABLED(CONFIG_DRM_I915_GVT))
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
486
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
601
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
943
return (IS_ENABLED(CONFIG_DRM_I915_GVT) &&
drivers/gpu/drm/i915/gt/intel_ggtt_gmch.h
12
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/gt/intel_gt.c
636
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c
190
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.h
15
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/intel_gt_pm.c
339
#if IS_ENABLED(CONFIG_SUSPEND) && IS_ENABLED(CONFIG_PM_SLEEP)
drivers/gpu/drm/i915/gt/intel_gt_pm.c
432
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
289
if (!IS_ENABLED(CONFIG_PM) || !HAS_RC6(gt->i915))
drivers/gpu/drm/i915/gt/intel_gtt.c
352
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_gtt.c
735
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_gtt.h
37
#if IS_ENABLED(CONFIG_DRM_I915_TRACE_GTT)
drivers/gpu/drm/i915/gt/intel_llc.c
160
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_lrc.c
1082
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_lrc.c
1935
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_lrc.c
1976
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_lrc.c
969
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_lrc.c
980
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_migrate.c
1162
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_mocs.c
687
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_rc6.c
868
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_reset.c
1722
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_ring.c
303
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_ring.c
311
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_ring_submission.c
1458
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_ring_submission.c
324
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/intel_rps.c
2951
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_timeline.c
491
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_tlb.c
171
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/intel_workarounds.c
1791
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) {
drivers/gpu/drm/i915/gt/intel_workarounds.c
3127
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/selftest_lrc.c
1541
if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN) &&
drivers/gpu/drm/i915/gt/selftest_lrc.c
1858
if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN))
drivers/gpu/drm/i915/gt/shmem_utils.c
172
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c
50
if (!(IS_ENABLED(CONFIG_INTEL_MEI_GSC_PROXY)))
drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c
405
if (!IS_ENABLED(CONFIG_INTEL_MEI_GSC_PROXY)) {
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
1356
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1000
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1014
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1385
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
148
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
17
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
374
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
404
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
408
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
493
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h
100
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h
86
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h
90
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC)
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
158
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
19
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GUC)
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
23
#elif IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
601
return (IS_ENABLED(CONFIG_DRM_I915_DEBUG) ||
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
602
IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) ?
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
609
return (IS_ENABLED(CONFIG_DRM_I915_DEBUG) ||
drivers/gpu/drm/i915/gt/uc/intel_guc_log.c
610
IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)) ?
drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.c
51
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && seq_has_overflowed(m))
drivers/gpu/drm/i915/gt/uc/intel_guc_log_debugfs.c
74
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && seq_has_overflowed(m))
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
4388
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
6010
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/gt/uc/intel_huc.c
363
if (!IS_ENABLED(CONFIG_INTEL_MEI_PXP) ||
drivers/gpu/drm/i915/gt/uc/intel_huc.c
364
!IS_ENABLED(CONFIG_INTEL_MEI_GSC)) {
drivers/gpu/drm/i915/gt/uc/intel_huc.c
444
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
23
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/i915_active.c
1173
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_active.c
359
#if IS_ENABLED(CONFIG_LOCKDEP)
drivers/gpu/drm/i915/i915_active.c
73
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) && IS_ENABLED(CONFIG_DEBUG_OBJECTS)
drivers/gpu/drm/i915/i915_debugfs.c
427
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)) {
drivers/gpu/drm/i915/i915_driver.c
1074
#if IS_ENABLED(CONFIG_ACPI_SLEEP)
drivers/gpu/drm/i915/i915_driver.c
1867
.show_fdinfo = PTR_IF(IS_ENABLED(CONFIG_PROC_FS), i915_drm_client_fdinfo),
drivers/gpu/drm/i915/i915_driver.c
732
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG))
drivers/gpu/drm/i915/i915_driver.c
734
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/i915_driver.c
736
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM))
drivers/gpu/drm/i915/i915_drv.h
598
(IS_ENABLED(CONFIG_DRM_I915_PXP) && INTEL_INFO(i915)->has_pxp)
drivers/gpu/drm/i915/i915_gem.c
1352
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_gem.h
118
#if IS_ENABLED(CONFIG_DRM_I915_TRACE_GEM)
drivers/gpu/drm/i915/i915_gem_evict.c
543
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_gem_gtt.c
294
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_gmch.c
51
if (IS_ENABLED(CONFIG_PNP) && mchbar_addr &&
drivers/gpu/drm/i915/i915_gpu_error.c
2317
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/i915_gpu_error.h
265
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) && IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/i915_gpu_error.h
275
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_initial_plane.c
117
if (IS_ENABLED(CONFIG_FRAMEBUFFER_CONSOLE) &&
drivers/gpu/drm/i915/i915_iosf_mbi.h
9
#if IS_ENABLED(CONFIG_IOSF_MBI)
drivers/gpu/drm/i915/i915_memcpy.c
34
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/i915_mm.c
72
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/i915_mm.h
16
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/i915_params.c
113
#if IS_ENABLED(CONFIG_DRM_I915_GVT)
drivers/gpu/drm/i915/i915_params.c
128
#if IS_ENABLED(CONFIG_DRM_I915_REPLAY_GPU_HANGS_API)
drivers/gpu/drm/i915/i915_params.c
72
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_params.h
56
param(int, mmio_debug, -IS_ENABLED(CONFIG_DRM_I915_DEBUG_MMIO), 0600) \
drivers/gpu/drm/i915/i915_params.h
64
param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
drivers/gpu/drm/i915/i915_params.h
65
param(bool, enable_gvt, false, IS_ENABLED(CONFIG_DRM_I915_GVT) ? 0400 : 0) \
drivers/gpu/drm/i915/i915_params.h
66
param(bool, enable_debug_only_api, false, IS_ENABLED(CONFIG_DRM_I915_REPLAY_GPU_HANGS_API) ? 0400 : 0)
drivers/gpu/drm/i915/i915_perf.c
5260
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_request.c
2279
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_request.c
326
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_request.c
382
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/i915_request.c
889
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_request.h
308
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_request.h
54
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_scatterlist.c
240
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_scheduler.c
44
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
drivers/gpu/drm/i915/i915_selftest.h
44
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_sw_fence.c
15
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/i915_sw_fence.c
607
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_syncmap.c
406
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_trace.h
325
#if IS_ENABLED(CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS)
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
432
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_ttm_buddy_manager.h
67
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_utils.h
97
#if IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/i915/i915_vma.c
172
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/gpu/drm/i915/i915_vma.c
2318
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_vma.c
426
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/i915_vma.c
73
#if IS_ENABLED(CONFIG_DRM_I915_ERRLOG_GEM) && IS_ENABLED(CONFIG_DRM_DEBUG_MM)
drivers/gpu/drm/i915/i915_vma.h
473
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/i915_vma_resource.c
140
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
drivers/gpu/drm/i915/i915_vma_resource.h
121
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_vma_resource.h
224
#if IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR)
drivers/gpu/drm/i915/i915_wait_util.h
56
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG) && IS_ENABLED(CONFIG_PREEMPT_COUNT) && !defined(CONFIG_PREEMPT_RT)
drivers/gpu/drm/i915/intel_gvt.c
315
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_memory_region.c
225
if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) || i915->params.memtest)
drivers/gpu/drm/i915/intel_memory_region.c
427
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/intel_runtime_pm.c
321
if (IS_ENABLED(CONFIG_PM)) {
drivers/gpu/drm/i915/intel_runtime_pm.c
421
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_runtime_pm.c
59
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_runtime_pm.h
209
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_runtime_pm.h
220
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_runtime_pm.h
70
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
drivers/gpu/drm/i915/intel_uncore.c
2897
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
drivers/gpu/drm/i915/intel_uncore.c
880
if (!IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM))
drivers/gpu/drm/i915/intel_wakeref.c
118
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_WAKEREF)
drivers/gpu/drm/i915/intel_wakeref.h
29
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
drivers/gpu/drm/i915/intel_wakeref.h
295
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_WAKEREF)
drivers/gpu/drm/i915/intel_wakeref.h
51
#if IS_ENABLED(CONFIG_DRM_I915_DEBUG_WAKEREF)
drivers/gpu/drm/i915/pxp/intel_pxp.c
166
if (IS_ENABLED(CONFIG_INTEL_MEI_PXP) && IS_ENABLED(CONFIG_INTEL_MEI_GSC) &&
drivers/gpu/drm/i915/pxp/intel_pxp.c
193
if (IS_ENABLED(CONFIG_INTEL_MEI_PXP) && !i915->media_gt && VDBOX_MASK(to_gt(i915)))
drivers/gpu/drm/i915/pxp/intel_pxp.c
54
return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp;
drivers/gpu/drm/i915/pxp/intel_pxp.c
59
return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp && pxp->ce;
drivers/gpu/drm/i915/pxp/intel_pxp.c
64
return IS_ENABLED(CONFIG_DRM_I915_PXP) && pxp && pxp->arb_is_valid;
drivers/gpu/drm/i915/selftests/i915_selftest.c
144
bool need_to_wait = (IS_ENABLED(CONFIG_INTEL_MEI_GSC_PROXY) &&
drivers/gpu/drm/i915/selftests/i915_selftest.c
165
bool need_to_wait = (IS_ENABLED(CONFIG_INTEL_MEI_PXP) &&
drivers/gpu/drm/i915/selftests/i915_sw_fence.c
102
if (!IS_ENABLED(CONFIG_DRM_I915_SW_FENCE_CHECK_DAG))
drivers/gpu/drm/i915/selftests/i915_vma.c
295
#if !IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM)
drivers/gpu/drm/i915/selftests/intel_uncore.c
187
if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN))
drivers/gpu/drm/i915/selftests/intel_uncore.c
294
if (!IS_ENABLED(CONFIG_DRM_I915_SELFTEST_BROKEN))
drivers/gpu/drm/i915/selftests/mock_gem_device.c
143
#if IS_ENABLED(CONFIG_IOMMU_API) && IS_ENABLED(CONFIG_INTEL_IOMMU)
drivers/gpu/drm/i915/selftests/mock_gem_device.c
160
#if IS_ENABLED(CONFIG_IOMMU_API) && IS_ENABLED(CONFIG_INTEL_IOMMU)
drivers/gpu/drm/imagination/pvr_device.h
547
#if IS_ENABLED(CONFIG_KUNIT)
drivers/gpu/drm/imagination/pvr_fw_trace.c
54
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/imagination/pvr_fw_trace.c
546
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1115
if (IS_ENABLED(CONFIG_OF_RESERVED_MEM)) {
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1255
if (IS_ENABLED(CONFIG_DRM_INGENIC_IPU) && has_components) {
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1459
if (!IS_ENABLED(CONFIG_DRM_INGENIC_IPU))
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1477
if (!IS_ENABLED(CONFIG_DRM_INGENIC_IPU))
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1652
if (IS_ENABLED(CONFIG_DRM_INGENIC_IPU)) {
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1659
if (IS_ENABLED(CONFIG_DRM_INGENIC_IPU) && err)
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1670
if (IS_ENABLED(CONFIG_DRM_INGENIC_IPU))
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
367
if (IS_ENABLED(CONFIG_DRM_INGENIC_IPU) && priv->ipu_plane) {
drivers/gpu/drm/msm/adreno/a5xx_gpu.c
136
if (IS_ENABLED(CONFIG_DRM_MSM_GPU_SUDO) && submit->in_rb) {
drivers/gpu/drm/msm/adreno/adreno_gpu.c
43
if (!IS_ENABLED(CONFIG_ARCH_QCOM)) {
drivers/gpu/drm/msm/msm_gem_submit.c
586
if (!IS_ENABLED(CONFIG_DRM_MSM_GPU_SUDO) ||
drivers/gpu/drm/nouveau/dispnv50/core.h
34
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/core907d.c
67
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/core917d.c
33
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
171
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/corec57d.c
73
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
113
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/dispnv50/crc.h
17
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/nouveau/nouveau_bo.c
1270
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_bo.c
1461
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_bo.c
844
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_bo.c
859
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_bo.c
864
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_bo.c
874
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/nouveau/nouveau_dmem.c
351
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) || !is_large) {
drivers/gpu/drm/nouveau/nouveau_dmem.c
847
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
drivers/gpu/drm/nouveau/nouveau_dmem.h
31
#if IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM)
drivers/gpu/drm/nouveau/nouveau_drm.c
1499
if (IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM))
drivers/gpu/drm/nouveau/nouveau_platform.c
60
#if IS_ENABLED(CONFIG_OF)
drivers/gpu/drm/nouveau/nouveau_svm.h
20
#if IS_ENABLED(CONFIG_DRM_NOUVEAU_SVM)
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c
1648
.cpu_coherent = !IS_ENABLED(CONFIG_ARM),
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
103
#if IS_ENABLED(CONFIG_IOMMU_API)
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
108
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
173
#if IS_ENABLED(CONFIG_IOMMU_API)
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
26
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
305
#if IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) || IS_ENABLED(CONFIG_ARCH_TEGRA_132_SOC)
drivers/gpu/drm/nouveau/nvkm/engine/gr/gm20b.c
164
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/nouveau/nvkm/engine/gr/gp10b.c
77
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c
91
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp10b.c
24
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
953
#if IS_ENABLED(CONFIG_ARCH_TEGRA)
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c
244
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c
78
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/gpu/drm/panel/panel-simple.c
579
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI) &&
drivers/gpu/drm/panel/panel-simple.c
5922
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI)) {
drivers/gpu/drm/panel/panel-simple.c
5939
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1430
if (IS_ENABLED(CONFIG_SPI)) {
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1436
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI)) {
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1439
if (IS_ENABLED(CONFIG_SPI))
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1451
if (IS_ENABLED(CONFIG_DRM_MIPI_DSI))
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1454
if (IS_ENABLED(CONFIG_SPI))
drivers/gpu/drm/panfrost/panfrost_gem.c
22
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
drivers/gpu/drm/panthor/panthor_device.c
132
if (!IS_ENABLED(CONFIG_PM))
drivers/gpu/drm/panthor/panthor_device.c
272
if (!IS_ENABLED(CONFIG_PM)) {
drivers/gpu/drm/panthor/panthor_fw.c
1259
if (!IS_ENABLED(CONFIG_PM) || pm_runtime_active(ptdev->base.dev)) {
drivers/gpu/drm/panthor/panthor_fw.c
1278
if (!IS_ENABLED(CONFIG_PM) || pm_runtime_active(ptdev->base.dev))
drivers/gpu/drm/panthor/panthor_gem.c
25
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
drivers/gpu/drm/panthor/panthor_gpu.c
112
if (!IS_ENABLED(CONFIG_PM) || pm_runtime_active(ptdev->base.dev))
drivers/gpu/drm/panthor/panthor_mmu.c
2816
if (!IS_ENABLED(CONFIG_PM) || pm_runtime_active(ptdev->base.dev))
drivers/gpu/drm/pl111/pl111_versatile.c
394
if (!IS_ENABLED(CONFIG_VEXPRESS_CONFIG))
drivers/gpu/drm/pl111/pl111_versatile.c
425
if (has_coretile_hdlcd && IS_ENABLED(CONFIG_DRM_HDLCD))
drivers/gpu/drm/radeon/radeon.h
1106
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_agp.c
222
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_agp.c
35
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_agp.c
356
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_agp.c
368
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_drv.c
264
bool amdgpu_support_built = IS_ENABLED(CONFIG_DRM_AMDGPU);
drivers/gpu/drm/radeon/radeon_drv.c
275
amdgpu_support_built &= IS_ENABLED(CONFIG_DRM_AMDGPU_SI);
drivers/gpu/drm/radeon/radeon_drv.c
288
amdgpu_support_built &= IS_ENABLED(CONFIG_DRM_AMDGPU_CIK);
drivers/gpu/drm/radeon/radeon_ttm.c
266
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
486
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
517
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
591
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
603
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
609
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
620
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/radeon/radeon_ttm.c
634
#if IS_ENABLED(CONFIG_AGP)
drivers/gpu/drm/renesas/rcar-du/rcar_cmm.h
28
#if IS_ENABLED(CONFIG_DRM_RCAR_CMM)
drivers/gpu/drm/renesas/rcar-du/rcar_lvds.h
15
#if IS_ENABLED(CONFIG_DRM_RCAR_LVDS)
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.h
16
#if IS_ENABLED(CONFIG_DRM_RCAR_MIPI_DSI)
drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.h
57
#if IS_ENABLED(CONFIG_VIDEO_RENESAS_VSP1)
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
516
if (IS_ENABLED(cond) && \
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
62
if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
drivers/gpu/drm/scheduler/sched_main.c
1292
#if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/sun4i/sun4i_drv.c
178
if (IS_ENABLED(CONFIG_DRM_SUN4I_BACKEND))
drivers/gpu/drm/sun4i/sun4i_drv.c
207
return IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
drivers/gpu/drm/sun4i/sun4i_tcon.c
1006
ret = !!(IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
drivers/gpu/drm/sun4i/sun4i_tcon.c
1430
if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
drivers/gpu/drm/sun4i/sun4i_tcon.c
1439
if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP)) {
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c
60
return IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
drivers/gpu/drm/tegra/drm.c
28
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/drm/tegra/drm.c
950
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/drm/tegra/nvdec.c
570
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/tegra/nvdec.c
573
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/gpu/drm/tegra/nvdec.c
576
#if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
drivers/gpu/drm/tegra/nvjpg.c
328
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/tegra/vic.c
559
#if IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC)
drivers/gpu/drm/tegra/vic.c
562
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/gpu/drm/tegra/vic.c
565
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/gpu/drm/tegra/vic.c
568
#if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC)
drivers/gpu/drm/tegra/vic.c
571
#if IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC)
drivers/gpu/drm/tests/drm_connector_test.c
639
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpu/drm/tests/drm_panic_test.c
58
#if IS_ENABLED(CONFIG_DRM_PANIC_SCREEN_QR_CODE)
drivers/gpu/drm/tiny/bochs.c
116
return !IS_ENABLED(CONFIG_HAS_IOPORT) || bochs->mmio;
drivers/gpu/drm/tiny/bochs.c
249
} else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/gpu/drm/ttm/ttm_pool.c
1038
if (IS_ENABLED(CONFIG_FAULT_INJECTION) && should_fail(&backup_fault_inject, 1))
drivers/gpu/drm/ttm/ttm_pool.c
534
if (IS_ENABLED(CONFIG_FAULT_INJECTION) && ctx->interruptible &&
drivers/gpu/drm/ttm/ttm_tt.c
428
#if IS_ENABLED(CONFIG_DRM_TTM_KUNIT_TEST)
drivers/gpu/drm/v3d/v3d_gem.c
267
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && super_pages)
drivers/gpu/drm/v3d/v3d_sched.c
168
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/v3d/v3d_sched.c
181
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/v3d/v3d_sched.c
207
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/v3d/v3d_sched.c
220
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/virtio/virtgpu_kms.c
229
if (!IS_ENABLED(CONFIG_DRM_VIRTIO_GPU_KMS) || !vgdev->num_scanouts) {
drivers/gpu/drm/vkms/vkms_composer.h
20
#if IS_ENABLED(CONFIG_KUNIT)
drivers/gpu/drm/vkms/vkms_formats.h
16
#if IS_ENABLED(CONFIG_KUNIT)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
617
#if IS_ENABLED(CONFIG_DRM_VMWGFX_MKSSTATS)
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
37
#if IS_ENABLED(CONFIG_DRM_VMWGFX_MKSSTATS)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
647
#if IS_ENABLED(CONFIG_DRM_VMWGFX_MKSSTATS)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
86
#if IS_ENABLED(CONFIG_DRM_VMWGFX_MKSSTATS)
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
867
#if IS_ENABLED(CONFIG_DRM_VMWGFX_MKSSTATS)
drivers/gpu/drm/xe/display/xe_display.c
248
#if IS_ENABLED(CONFIG_ACPI_SLEEP)
drivers/gpu/drm/xe/display/xe_display.h
13
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
drivers/gpu/drm/xe/display/xe_initial_plane.c
101
if (IS_ENABLED(CONFIG_FRAMEBUFFER_CONSOLE) &&
drivers/gpu/drm/xe/tests/xe_dma_buf.c
19
return IS_ENABLED(CONFIG_PCI_P2PDMA) && params->attach_ops &&
drivers/gpu/drm/xe/tests/xe_dma_buf.c
25
return IS_ENABLED(CONFIG_DMABUF_MOVE_NOTIFY) && params->attach_ops &&
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
275
if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV))
drivers/gpu/drm/xe/tests/xe_test.h
11
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_assert.h
83
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_bo.c
3668
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_bo.c
462
#if IS_ENABLED(CONFIG_TRACE_GPU_MEM)
drivers/gpu/drm/xe/xe_bo.c
655
#if !IS_ENABLED(CONFIG_X86)
drivers/gpu/drm/xe/xe_configfs.h
15
#if IS_ENABLED(CONFIG_CONFIGFS_FS)
drivers/gpu/drm/xe/xe_devcoredump.c
419
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/gpu/drm/xe/xe_device.c
1347
(IS_SRIOV_PF(xe) && !IS_ENABLED(CONFIG_DRM_XE_DEBUG)))) {
drivers/gpu/drm/xe/xe_device.c
491
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_device_types.h
263
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
drivers/gpu/drm/xe/xe_device_types.h
35
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_device_types.h
479
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_device_types.h
688
#if IS_ENABLED(CONFIG_TRACE_GPU_MEM)
drivers/gpu/drm/xe/xe_device_types.h
706
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_device_types.h
715
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
drivers/gpu/drm/xe/xe_dma_buf.c
293
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_dma_buf.c
340
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_dma_buf.c
367
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_dma_buf.c
59
if (!IS_ENABLED(CONFIG_DMABUF_MOVE_NOTIFY)) {
drivers/gpu/drm/xe/xe_exec_queue.c
578
#if IS_ENABLED(CONFIG_DRM_XE_ENABLE_SCHEDTIMEOUT_LIMIT)
drivers/gpu/drm/xe/xe_exec_queue.c
606
#if IS_ENABLED(CONFIG_DRM_XE_ENABLE_SCHEDTIMEOUT_LIMIT)
drivers/gpu/drm/xe/xe_exec_queue.c
710
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/gpu/drm/xe/xe_ggtt.c
224
if (!IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/xe/xe_ggtt.c
544
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_ggtt.c
637
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG))
drivers/gpu/drm/xe/xe_gsc_proxy.c
498
if (!IS_ENABLED(CONFIG_INTEL_MEI_GSC_PROXY)) {
drivers/gpu/drm/xe/xe_gt.h
44
return IS_ENABLED(CONFIG_DEBUG_FS) && should_fail(>_reset_failure, 1);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
106
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1208
return IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV) ? 1 : 0;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2901
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
440
return IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV) ?
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
859
return IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV) ?
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
818
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
820
IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV) ? 0600 : 0400,
drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c
45
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_monitor.c
135
!IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV))
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
202
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)) {
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1038
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG))
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1095
xe_gt_WARN(gt, IS_ENABLED(CONFIG_DRM_XE_DEBUG),
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1126
xe_gt_WARN(gt, IS_ENABLED(CONFIG_DRM_XE_DEBUG),
drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.c
36
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG) || IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)
drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.c
80
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_gt_stats.h
41
return IS_ENABLED(CONFIG_DEBUG_FS) ?
drivers/gpu/drm/xe/xe_gt_stats.h
55
return IS_ENABLED(CONFIG_DEBUG_FS) ? ktime_get() : 0;
drivers/gpu/drm/xe/xe_gt_types.h
154
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/gpu/drm/xe/xe_guc.c
1006
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc.c
1781
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_guc.h
66
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_guc_ct.c
103
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_GUC)
drivers/gpu/drm/xe/xe_guc_ct.c
116
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_GUC)
drivers/gpu/drm/xe/xe_guc_ct.c
1635
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_guc_ct.c
1702
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_guc_ct.c
2101
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc_ct.c
299
if (!IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/xe/xe_guc_ct.c
60
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc_ct.c
639
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc_ct.c
938
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_guc_ct.c
96
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_GUC)
drivers/gpu/drm/xe/xe_guc_ct_types.h
115
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_GUC)
drivers/gpu/drm/xe/xe_guc_ct_types.h
165
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc_ct_types.h
92
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_guc_db_mgr.c
152
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_guc_id_mgr.c
168
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_guc_id_mgr.c
43
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) {
drivers/gpu/drm/xe/xe_guc_log.h
15
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_GUC)
drivers/gpu/drm/xe/xe_guc_relay.c
388
if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG))
drivers/gpu/drm/xe/xe_guc_relay.c
396
if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG))
drivers/gpu/drm/xe/xe_guc_relay.c
63
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV) || \
drivers/gpu/drm/xe/xe_guc_relay.c
633
if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV))
drivers/gpu/drm/xe/xe_guc_submit.c
296
if (!IS_ENABLED(CONFIG_LOCKDEP))
drivers/gpu/drm/xe/xe_hw_error.c
51
return IS_ENABLED(CONFIG_DEBUG_FS) && should_fail(&inject_csc_hw_error, 1);
drivers/gpu/drm/xe/xe_i2c.h
50
#if IS_ENABLED(CONFIG_I2C)
drivers/gpu/drm/xe/xe_late_bind_fw.c
441
if (!IS_ENABLED(CONFIG_INTEL_MEI_LB) || !IS_ENABLED(CONFIG_INTEL_MEI_GSC)) {
drivers/gpu/drm/xe/xe_lmtt_2l.c
57
#if IS_ENABLED(CONFIG_DRM_XE_LMTT_2L_128GB)
drivers/gpu/drm/xe/xe_migrate.c
1698
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_migrate.c
2523
#if IS_ENABLED(CONFIG_PROVE_LOCKING)
drivers/gpu/drm/xe/xe_migrate.c
2537
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_migrate.h
168
#if IS_ENABLED(CONFIG_PROVE_LOCKING)
drivers/gpu/drm/xe/xe_mocs.c
20
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_mocs.c
828
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_module.c
22
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_pci.c
1293
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_pci.c
714
xe->info.probe_display = IS_ENABLED(CONFIG_DRM_XE_DISPLAY) &&
drivers/gpu/drm/xe/xe_pcode.c
353
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
drivers/gpu/drm/xe/xe_pmu.h
11
#if IS_ENABLED(CONFIG_PERF_EVENTS)
drivers/gpu/drm/xe/xe_pt.c
1176
#if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM))
drivers/gpu/drm/xe/xe_pt.c
1374
#if IS_ENABLED(CONFIG_DRM_GPUSVM)
drivers/gpu/drm/xe/xe_pt.c
1471
#if IS_ENABLED(CONFIG_DRM_XE_GPUSVM)
drivers/gpu/drm/xe/xe_pt.c
2487
#if IS_ENABLED(CONFIG_DRM_GPUSVM)
drivers/gpu/drm/xe/xe_pt.c
37
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)
drivers/gpu/drm/xe/xe_pt_types.h
36
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)
drivers/gpu/drm/xe/xe_pxp.c
49
return xe->info.has_pxp && IS_ENABLED(CONFIG_INTEL_MEI_GSC_PROXY);
drivers/gpu/drm/xe/xe_query.c
338
if (xe->info.has_usm && IS_ENABLED(CONFIG_DRM_XE_GPUSVM))
drivers/gpu/drm/xe/xe_reg_sr.c
66
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_reg_sr_types.h
26
#if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST)
drivers/gpu/drm/xe/xe_sched_job.c
255
if (IS_ENABLED(CONFIG_LOCKDEP) &&
drivers/gpu/drm/xe/xe_sriov_pf.c
25
if (IS_ENABLED(CONFIG_CONFIGFS_FS))
drivers/gpu/drm/xe/xe_sriov_pf_migration.c
49
return IS_ENABLED(CONFIG_DRM_XE_DEBUG) || !xe->sriov.pf.migration.disabled;
drivers/gpu/drm/xe/xe_sriov_pf_migration.c
68
IS_ENABLED(CONFIG_DRM_XE_DEBUG) ?
drivers/gpu/drm/xe/xe_sriov_pf_sysfs.c
471
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG))
drivers/gpu/drm/xe/xe_svm.c
1021
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_svm.c
1190
IS_ENABLED(CONFIG_DRM_XE_PAGEMAP);
drivers/gpu/drm/xe/xe_svm.c
1299
} else if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)) {
drivers/gpu/drm/xe/xe_svm.c
1548
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_svm.c
1613
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM))
drivers/gpu/drm/xe/xe_svm.c
1618
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM))
drivers/gpu/drm/xe/xe_svm.c
432
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_svm.h
235
#if IS_ENABLED(CONFIG_DRM_GPUSVM)
drivers/gpu/drm/xe/xe_svm.h
246
#if IS_ENABLED(CONFIG_DRM_GPUSVM)
drivers/gpu/drm/xe/xe_svm.h
393
#if IS_ENABLED(CONFIG_DRM_GPUSVM) /* Need to support userptr without XE_GPUSVM */
drivers/gpu/drm/xe/xe_svm.h
9
#if IS_ENABLED(CONFIG_DRM_XE_GPUSVM)
drivers/gpu/drm/xe/xe_tile.c
226
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_tile.h
39
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_userptr.c
158
#if IS_ENABLED(CONFIG_DRM_XE_USERPTR_INVAL_INJECT)
drivers/gpu/drm/xe/xe_userptr.h
100
#if IS_ENABLED(CONFIG_DRM_XE_USERPTR_INVAL_INJECT)
drivers/gpu/drm/xe/xe_userptr.h
66
#if IS_ENABLED(CONFIG_DRM_XE_USERPTR_INVAL_INJECT)
drivers/gpu/drm/xe/xe_userptr.h
71
#if IS_ENABLED(CONFIG_DRM_GPUSVM)
drivers/gpu/drm/xe/xe_validation.c
39
#if IS_ENABLED(CONFIG_KUNIT)
drivers/gpu/drm/xe/xe_vm.c
1972
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_MEM)
drivers/gpu/drm/xe/xe_vm.c
2173
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)
drivers/gpu/drm/xe/xe_vm.c
2355
IS_ENABLED(CONFIG_DRM_XE_PAGEMAP);
drivers/gpu/drm/xe/xe_vm.c
2925
bool devmem_possible = IS_DGFX(vm->xe) && IS_ENABLED(CONFIG_DRM_XE_PAGEMAP);
drivers/gpu/drm/xe/xe_vm.c
2947
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)) {
drivers/gpu/drm/xe/xe_vm.c
3424
!IS_ENABLED(CONFIG_DRM_XE_GPUSVM)))) {
drivers/gpu/drm/xe/xe_vm.c
3471
!IS_ENABLED(CONFIG_DRM_GPUSVM)) ||
drivers/gpu/drm/xe/xe_vm.c
4045
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
drivers/gpu/drm/xe/xe_vm.c
526
(IS_ENABLED(CONFIG_DRM_XE_USERPTR_INVAL_INJECT) ? \
drivers/gpu/drm/xe/xe_vm.h
298
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG_VM)
drivers/gpu/drm/xe/xe_vm_types.h
32
#if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
drivers/gpu/drm/xe/xe_vram_types.h
66
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/drm/xe/xe_vram_types.h
9
#if IS_ENABLED(CONFIG_DRM_XE_PAGEMAP)
drivers/gpu/host1x/debug.c
201
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpu/host1x/debug.c
207
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/gpu/host1x/dev.c
26
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/host1x/dev.c
366
if (IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL))
drivers/gpu/host1x/dev.c
382
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/gpu/host1x/job.c
36
enable_firewall = IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL) && !skip_firewall;
drivers/gpu/ipu-v3/ipu-common.c
1302
IS_ENABLED(CONFIG_DRM)) {
drivers/gpu/ipu-v3/ipu-common.c
1436
#if IS_ENABLED(CONFIG_DRM)
drivers/hid/hid-haptic.h
57
#if IS_ENABLED(CONFIG_HID_HAPTIC)
drivers/hid/hid-mcp2221.c
653
if (IS_ENABLED(CONFIG_IIO))
drivers/hid/hid-nintendo.c
1563
if (IS_ENABLED(CONFIG_NINTENDO_FF) && rep->vibrator_report &&
drivers/hid/hid-nintendo.c
1835
#if IS_ENABLED(CONFIG_NINTENDO_FF)
drivers/hid/hid-nintendo.c
199
#if IS_ENABLED(CONFIG_NINTENDO_FF)
drivers/hid/hid-nintendo.c
2041
#if IS_ENABLED(CONFIG_NINTENDO_FF)
drivers/hid/hid-nvidia-shield.c
278
if (!IS_ENABLED(CONFIG_NVIDIA_SHIELD_FF))
drivers/hid/hid-playstation.c
774
#if IS_ENABLED(CONFIG_PLAYSTATION_FF)
drivers/hid/hid-quirks.c
237
#if IS_ENABLED(CONFIG_APPLEDISPLAY)
drivers/hid/hid-quirks.c
246
#if IS_ENABLED(CONFIG_HID_A4TECH)
drivers/hid/hid-quirks.c
252
#if IS_ENABLED(CONFIG_HID_ACCUTOUCH)
drivers/hid/hid-quirks.c
255
#if IS_ENABLED(CONFIG_HID_ACRUX)
drivers/hid/hid-quirks.c
259
#if IS_ENABLED(CONFIG_HID_ALPS)
drivers/hid/hid-quirks.c
262
#if IS_ENABLED(CONFIG_HID_APPLE)
drivers/hid/hid-quirks.c
350
#if IS_ENABLED(CONFIG_HID_APPLEIR)
drivers/hid/hid-quirks.c
357
#if IS_ENABLED(CONFIG_HID_APPLETB_BL)
drivers/hid/hid-quirks.c
360
#if IS_ENABLED(CONFIG_HID_APPLETB_KBD)
drivers/hid/hid-quirks.c
363
#if IS_ENABLED(CONFIG_HID_ASUS)
drivers/hid/hid-quirks.c
373
#if IS_ENABLED(CONFIG_HID_AUREAL)
drivers/hid/hid-quirks.c
376
#if IS_ENABLED(CONFIG_HID_BELKIN)
drivers/hid/hid-quirks.c
380
#if IS_ENABLED(CONFIG_HID_BETOP_FF)
drivers/hid/hid-quirks.c
386
#if IS_ENABLED(CONFIG_HID_CHERRY)
drivers/hid/hid-quirks.c
390
#if IS_ENABLED(CONFIG_HID_CHICONY)
drivers/hid/hid-quirks.c
396
#if IS_ENABLED(CONFIG_HID_CMEDIA)
drivers/hid/hid-quirks.c
399
#if IS_ENABLED(CONFIG_HID_CORSAIR)
drivers/hid/hid-quirks.c
404
#if IS_ENABLED(CONFIG_HID_CP2112)
drivers/hid/hid-quirks.c
407
#if IS_ENABLED(CONFIG_HID_CYPRESS)
drivers/hid/hid-quirks.c
414
#if IS_ENABLED(CONFIG_HID_DRAGONRISE)
drivers/hid/hid-quirks.c
418
#if IS_ENABLED(CONFIG_HID_ELAN)
drivers/hid/hid-quirks.c
421
#if IS_ENABLED(CONFIG_HID_ELECOM)
drivers/hid/hid-quirks.c
440
#if IS_ENABLED(CONFIG_HID_ELO)
drivers/hid/hid-quirks.c
444
#if IS_ENABLED(CONFIG_HID_EMS_FF)
drivers/hid/hid-quirks.c
447
#if IS_ENABLED(CONFIG_HID_EZKEY)
drivers/hid/hid-quirks.c
450
#if IS_ENABLED(CONFIG_HID_GEMBIRD)
drivers/hid/hid-quirks.c
453
#if IS_ENABLED(CONFIG_HID_GFRM)
drivers/hid/hid-quirks.c
457
#if IS_ENABLED(CONFIG_HID_GREENASIA)
drivers/hid/hid-quirks.c
460
#if IS_ENABLED(CONFIG_HID_GT683R)
drivers/hid/hid-quirks.c
463
#if IS_ENABLED(CONFIG_HID_GYRATION)
drivers/hid/hid-quirks.c
468
#if IS_ENABLED(CONFIG_HID_HOLTEK)
drivers/hid/hid-quirks.c
478
#if IS_ENABLED(CONFIG_HID_ICADE)
drivers/hid/hid-quirks.c
481
#if IS_ENABLED(CONFIG_HID_JABRA)
drivers/hid/hid-quirks.c
484
#if IS_ENABLED(CONFIG_HID_KENSINGTON)
drivers/hid/hid-quirks.c
487
#if IS_ENABLED(CONFIG_HID_KEYTOUCH)
drivers/hid/hid-quirks.c
490
#if IS_ENABLED(CONFIG_HID_KYE)
drivers/hid/hid-quirks.c
496
#if IS_ENABLED(CONFIG_HID_LCPOWER)
drivers/hid/hid-quirks.c
499
#if IS_ENABLED(CONFIG_HID_LENOVO)
drivers/hid/hid-quirks.c
505
#if IS_ENABLED(CONFIG_HID_LOGITECH)
drivers/hid/hid-quirks.c
536
#if IS_ENABLED(CONFIG_HID_LOGITECH_HIDPP)
drivers/hid/hid-quirks.c
539
#if IS_ENABLED(CONFIG_HID_MAGICMOUSE)
drivers/hid/hid-quirks.c
543
#if IS_ENABLED(CONFIG_HID_MAYFLASH)
drivers/hid/hid-quirks.c
550
#if IS_ENABLED(CONFIG_HID_MICROSOFT)
drivers/hid/hid-quirks.c
568
#if IS_ENABLED(CONFIG_HID_MONTEREY)
drivers/hid/hid-quirks.c
571
#if IS_ENABLED(CONFIG_HID_MULTITOUCH)
drivers/hid/hid-quirks.c
574
#if IS_ENABLED(CONFIG_HID_WIIMOTE)
drivers/hid/hid-quirks.c
578
#if IS_ENABLED(CONFIG_HID_NTI)
drivers/hid/hid-quirks.c
581
#if IS_ENABLED(CONFIG_HID_NTRIG)
drivers/hid/hid-quirks.c
602
#if IS_ENABLED(CONFIG_HID_ORTEK)
drivers/hid/hid-quirks.c
608
#if IS_ENABLED(CONFIG_HID_PANTHERLORD)
drivers/hid/hid-quirks.c
614
#if IS_ENABLED(CONFIG_HID_PENMOUNT)
drivers/hid/hid-quirks.c
617
#if IS_ENABLED(CONFIG_HID_PETALYNX)
drivers/hid/hid-quirks.c
620
#if IS_ENABLED(CONFIG_HID_PICOLCD)
drivers/hid/hid-quirks.c
624
#if IS_ENABLED(CONFIG_HID_PLANTRONICS)
drivers/hid/hid-quirks.c
627
#if IS_ENABLED(CONFIG_HID_PLAYSTATION)
drivers/hid/hid-quirks.c
638
#if IS_ENABLED(CONFIG_HID_PRIMAX)
drivers/hid/hid-quirks.c
641
#if IS_ENABLED(CONFIG_HID_PRODIKEYS)
drivers/hid/hid-quirks.c
644
#if IS_ENABLED(CONFIG_HID_RETRODE)
drivers/hid/hid-quirks.c
647
#if IS_ENABLED(CONFIG_HID_RMI)
drivers/hid/hid-quirks.c
652
#if IS_ENABLED(CONFIG_HID_ROCCAT)
drivers/hid/hid-quirks.c
670
#if IS_ENABLED(CONFIG_HID_SAITEK)
drivers/hid/hid-quirks.c
680
#if IS_ENABLED(CONFIG_HID_SAMSUNG)
drivers/hid/hid-quirks.c
684
#if IS_ENABLED(CONFIG_HID_SMARTJOYPLUS)
drivers/hid/hid-quirks.c
693
#if IS_ENABLED(CONFIG_HID_SONY)
drivers/hid/hid-quirks.c
711
#if IS_ENABLED(CONFIG_HID_SPEEDLINK)
drivers/hid/hid-quirks.c
714
#if IS_ENABLED(CONFIG_HID_STEELSERIES)
drivers/hid/hid-quirks.c
719
#if IS_ENABLED(CONFIG_HID_SUNPLUS)
drivers/hid/hid-quirks.c
722
#if IS_ENABLED(CONFIG_HID_THRUSTMASTER)
drivers/hid/hid-quirks.c
734
#if IS_ENABLED(CONFIG_HID_TIVO)
drivers/hid/hid-quirks.c
739
#if IS_ENABLED(CONFIG_HID_TOPSEED)
drivers/hid/hid-quirks.c
746
#if IS_ENABLED(CONFIG_HID_TWINHAN)
drivers/hid/hid-quirks.c
749
#if IS_ENABLED(CONFIG_HID_UDRAW_PS3)
drivers/hid/hid-quirks.c
752
#if IS_ENABLED(CONFIG_HID_XINMO)
drivers/hid/hid-quirks.c
756
#if IS_ENABLED(CONFIG_HID_ZEROPLUS)
drivers/hid/hid-quirks.c
760
#if IS_ENABLED(CONFIG_HID_ZYDACRON)
drivers/hid/hid-quirks.c
923
#if IS_ENABLED(CONFIG_MOUSE_SYNAPTICS_USB)
drivers/hv/hv_balloon.c
1709
if (IS_ENABLED(CONFIG_ARM64)) {
drivers/hv/hv_common.c
262
return hv_parent_partition() || IS_ENABLED(CONFIG_HYPERV_VTL_MODE);
drivers/hv/hv_common.c
283
#if IS_ENABLED(CONFIG_HYPERV_VTL_MODE)
drivers/hv/hv_common.c
411
if (!IS_ENABLED(CONFIG_ACPI))
drivers/hv/hv_common.c
757
if (!IS_ENABLED(CONFIG_MSHV_ROOT)) {
drivers/hv/hyperv_vmbus.h
359
#if IS_ENABLED(CONFIG_HYPERV_VMBUS)
drivers/hv/mshv_debugfs_counters.c
137
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_debugfs_counters.c
158
#elif IS_ENABLED(CONFIG_ARM64)
drivers/hv/mshv_debugfs_counters.c
186
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_debugfs_counters.c
391
#elif IS_ENABLED(CONFIG_ARM64)
drivers/hv/mshv_debugfs_counters.c
67
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_debugfs_counters.c
89
#elif IS_ENABLED(CONFIG_ARM64)
drivers/hv/mshv_eventfd.c
102
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_eventfd.c
167
#if IS_ENABLED(CONFIG_X86)
drivers/hv/mshv_eventfd.c
19
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_eventfd.c
202
#if IS_ENABLED(CONFIG_X86)
drivers/hv/mshv_eventfd.c
476
#if IS_ENABLED(CONFIG_X86)
drivers/hv/mshv_eventfd.c
65
#if IS_ENABLED(CONFIG_ARM64)
drivers/hv/mshv_eventfd.c
70
#elif IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_irq.c
122
#if IS_ENABLED(CONFIG_X86)
drivers/hv/mshv_irq.c
125
#elif IS_ENABLED(CONFIG_ARM64)
drivers/hv/mshv_root.h
142
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/hv/mshv_root.h
336
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/hv/mshv_root.h
55
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/hv/mshv_root_hv_call.c
394
#if IS_ENABLED(CONFIG_X86)
drivers/hv/mshv_root_main.c
1923
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_root_main.c
277
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/mshv_root_main.c
460
#if IS_ENABLED(CONFIG_X86_64)
drivers/hv/vmbus_drv.c
1407
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
drivers/hv/vmbus_drv.c
1513
if (IS_ENABLED(CONFIG_PREEMPT_RT) && !vmbus_irq_initialized) {
drivers/hv/vmbus_drv.c
1561
if (IS_ENABLED(CONFIG_PREEMPT_RT) && vmbus_irq_initialized) {
drivers/hv/vmbus_drv.c
2398
if (IS_ENABLED(CONFIG_SYSFB)) {
drivers/hv/vmbus_drv.c
2584
if (IS_ENABLED(CONFIG_ACPI_CCA_REQUIRED) &&
drivers/hv/vmbus_drv.c
3033
if (IS_ENABLED(CONFIG_PREEMPT_RT) && vmbus_irq_initialized) {
drivers/hwmon/amc6821.c
1078
if (IS_ENABLED(CONFIG_THERMAL) && fan_np && data->fan_cooling_levels)
drivers/hwmon/cros_ec_hwmon.c
513
if (!IS_ENABLED(CONFIG_THERMAL))
drivers/hwmon/dell-smm-hwmon.c
129
#if IS_ENABLED(CONFIG_I8K)
drivers/hwmon/dell-smm-hwmon.c
522
#if IS_ENABLED(CONFIG_I8K)
drivers/hwmon/hp-wmi-sensors.c
2023
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/hwmon/htu31.c
330
#if IS_ENABLED(CONFIG_OF)
drivers/hwmon/hwmon.c
272
if (!IS_ENABLED(CONFIG_THERMAL_OF))
drivers/hwmon/hwmon.c
303
if (!IS_ENABLED(CONFIG_THERMAL_OF))
drivers/hwmon/ltc4282.c
1110
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/hwmon/max6650.c
795
if (IS_ENABLED(CONFIG_THERMAL)) {
drivers/hwmon/nct6775-platform.c
121
#if IS_ENABLED(CONFIG_ACPI)
drivers/hwmon/nct6775-platform.c
131
#if IS_ENABLED(CONFIG_ACPI)
drivers/hwmon/nct6775-platform.c
1466
#if IS_ENABLED(CONFIG_ACPI)
drivers/hwmon/nct6775-platform.c
1486
#if IS_ENABLED(CONFIG_ACPI)
drivers/hwmon/pmbus/adp1050.c
14
#if IS_ENABLED(CONFIG_SENSORS_ADP1050_REGULATOR)
drivers/hwmon/pmbus/adp1050.c
74
#if IS_ENABLED(CONFIG_SENSORS_ADP1050_REGULATOR)
drivers/hwmon/pmbus/ir38064.c
23
#if IS_ENABLED(CONFIG_SENSORS_IR38064_REGULATOR)
drivers/hwmon/pmbus/ir38064.c
44
#if IS_ENABLED(CONFIG_SENSORS_IR38064_REGULATOR)
drivers/hwmon/pmbus/lm25066.c
438
#if IS_ENABLED(CONFIG_SENSORS_LM25066_REGULATOR)
drivers/hwmon/pmbus/lm25066.c
546
#if IS_ENABLED(CONFIG_SENSORS_LM25066_REGULATOR)
drivers/hwmon/pmbus/lt3074.c
72
#if IS_ENABLED(CONFIG_SENSORS_LT3074_REGULATOR)
drivers/hwmon/pmbus/ltc2978.c
574
#if IS_ENABLED(CONFIG_SENSORS_LTC2978_REGULATOR)
drivers/hwmon/pmbus/ltc2978.c
932
#if IS_ENABLED(CONFIG_SENSORS_LTC2978_REGULATOR)
drivers/hwmon/pmbus/mp2975.c
1032
if (IS_ENABLED(CONFIG_SENSORS_MP2975_REGULATOR))
drivers/hwmon/pmbus/mp2975.c
963
#if IS_ENABLED(CONFIG_SENSORS_MP2975_REGULATOR)
drivers/hwmon/pmbus/mp2975.c
985
#if IS_ENABLED(CONFIG_SENSORS_MP2975_REGULATOR)
drivers/hwmon/pmbus/mpq7932.c
123
#if IS_ENABLED(CONFIG_SENSORS_MPQ7932_REGULATOR)
drivers/hwmon/pmbus/mpq7932.c
37
#if IS_ENABLED(CONFIG_SENSORS_MPQ7932_REGULATOR)
drivers/hwmon/pmbus/pli1209bc.c
107
#if IS_ENABLED(CONFIG_SENSORS_PLI1209BC_REGULATOR)
drivers/hwmon/pmbus/pli1209bc.c
57
#if IS_ENABLED(CONFIG_SENSORS_PLI1209BC_REGULATOR)
drivers/hwmon/pmbus/pmbus_core.c
116
#if IS_ENABLED(CONFIG_REGULATOR)
drivers/hwmon/pmbus/pmbus_core.c
3085
#if IS_ENABLED(CONFIG_REGULATOR)
drivers/hwmon/pmbus/tda38640.c
156
#if IS_ENABLED(CONFIG_SENSORS_TDA38640_REGULATOR)
drivers/hwmon/pmbus/tda38640.c
172
if (IS_ENABLED(CONFIG_SENSORS_TDA38640_REGULATOR) &&
drivers/hwmon/pmbus/tps25990.c
334
#if IS_ENABLED(CONFIG_SENSORS_TPS25990_REGULATOR)
drivers/hwmon/pmbus/tps25990.c
383
#if IS_ENABLED(CONFIG_SENSORS_TPS25990_REGULATOR)
drivers/hwmon/pmbus/xdpe12284.c
148
#if IS_ENABLED(CONFIG_SENSORS_XDPE122_REGULATOR)
drivers/hwmon/pwm-fan.c
687
if (IS_ENABLED(CONFIG_THERMAL)) {
drivers/hwmon/qnap-mcu-hwmon.c
339
if (IS_ENABLED(CONFIG_THERMAL) && hwm->fan_cooling_levels) {
drivers/hwmon/spd5118.c
769
.detect = IS_ENABLED(CONFIG_SENSORS_SPD5118_DETECT) ? spd5118_detect : NULL,
drivers/hwmon/spd5118.c
770
.address_list = IS_ENABLED(CONFIG_SENSORS_SPD5118_DETECT) ? normal_i2c : NULL,
drivers/hwmon/tc654.c
541
if (IS_ENABLED(CONFIG_THERMAL)) {
drivers/hwtracing/coresight/coresight-catu.h
105
if (!IS_ENABLED(CONFIG_CORESIGHT_CATU))
drivers/hwtracing/coresight/coresight-cfg-afdo.c
10
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-cfg-preload.c
14
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-cfg-preload.c
22
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-cfg-preload.h
10
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-cfg-pstop.c
10
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-cpu-debug.c
111
static bool debug_enable = IS_ENABLED(CONFIG_CORESIGHT_CPU_DEBUG_DEFAULT_ON);
drivers/hwtracing/coresight/coresight-cpu-debug.c
232
if (IS_ENABLED(CONFIG_64BIT))
drivers/hwtracing/coresight/coresight-cpu-debug.c
366
((IS_ENABLED(CONFIG_64BIT) && pcsr_offset != 0) ||
drivers/hwtracing/coresight/coresight-etm-perf.c
100
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-etm-perf.c
59
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
drivers/hwtracing/coresight/coresight-priv.h
159
#if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM3X)
drivers/hwtracing/coresight/coresight-stm.c
754
if (!IS_ENABLED(CONFIG_64BIT))
drivers/hwtracing/coresight/coresight-tmc-etr.c
860
if (!IS_ENABLED(CONFIG_CORESIGHT_CATU))
drivers/hwtracing/stm/core.c
1335
if (IS_ENABLED(CONFIG_STM_PROTO_BASIC))
drivers/i2c/busses/i2c-aspeed.c
165
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
248
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
374
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
478
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
633
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
749
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
819
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-aspeed.c
950
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1097
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1105
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1124
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1182
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1189
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1236
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1334
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
138
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
1573
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
217
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
315
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-cadence.c
620
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-designware-common.c
869
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-designware-core.h
402
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-designware-core.h
422
#if IS_ENABLED(CONFIG_I2C_DESIGNWARE_BAYTRAIL)
drivers/i2c/busses/i2c-designware-core.h
426
#if IS_ENABLED(CONFIG_I2C_DESIGNWARE_AMDPSP)
drivers/i2c/busses/i2c-gxp.c
144
if (IS_ENABLED(CONFIG_I2C_SLAVE))
drivers/i2c/busses/i2c-gxp.c
150
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-gxp.c
189
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-gxp.c
463
if (IS_ENABLED(CONFIG_I2C_SLAVE)) {
drivers/i2c/busses/i2c-npcm7xx.c
1007
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
1115
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
132
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
1924
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
2200
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
2232
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
2354
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
2446
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
2475
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
580
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
622
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
671
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
74
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
851
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
912
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-npcm7xx.c
935
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/busses/i2c-pxa.c
1350
if (IS_ENABLED(CONFIG_I2C_PXA_SLAVE))
drivers/i2c/busses/i2c-pxa.c
578
if (i2c->reg_isar && IS_ENABLED(CONFIG_I2C_PXA_SLAVE))
drivers/i2c/busses/i2c-tegra.c
1891
#if IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC)
drivers/i2c/busses/i2c-tegra.c
1899
#if IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC)
drivers/i2c/busses/i2c-tegra.c
1916
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) &&
drivers/i2c/busses/i2c-tegra.c
1920
if (IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC) &&
drivers/i2c/busses/i2c-tegra.c
328
#define IS_DVC(dev) (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && (dev)->is_dvc)
drivers/i2c/busses/i2c-tegra.c
329
#define IS_VI(dev) (IS_ENABLED(CONFIG_ARCH_TEGRA_210_SOC) && (dev)->is_vi)
drivers/i2c/busses/i2c-tegra.c
550
if (!IS_ENABLED(CONFIG_TEGRA20_APB_DMA)) {
drivers/i2c/busses/i2c-tegra.c
554
} else if (!IS_ENABLED(CONFIG_TEGRA186_GPC_DMA)) {
drivers/i2c/i2c-core-base.c
2108
if (IS_ENABLED(CONFIG_OF_DYNAMIC))
drivers/i2c/i2c-core-base.c
2110
if (IS_ENABLED(CONFIG_ACPI))
drivers/i2c/i2c-core-base.c
2123
if (IS_ENABLED(CONFIG_ACPI))
drivers/i2c/i2c-core-base.c
2125
if (IS_ENABLED(CONFIG_OF_DYNAMIC))
drivers/i2c/i2c-core-of.c
160
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/i2c/i2c-core-smbus.c
706
#if IS_ENABLED(CONFIG_I2C_SMBUS)
drivers/i2c/i2c-core.h
101
#if IS_ENABLED(CONFIG_I2C_SMBUS)
drivers/i2c/i2c-core.h
34
(IS_ENABLED(CONFIG_PREEMPT_COUNT) ? !preemptible() : irqs_disabled());
drivers/i2c/i2c-smbus.c
259
#if IS_ENABLED(CONFIG_I2C_SLAVE)
drivers/i2c/i2c-smbus.c
373
#if IS_ENABLED(CONFIG_DMI)
drivers/i3c/master/mipi-i3c-hci/core.c
704
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
drivers/iio/adc/ad7124.c
1587
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/adc/ad7173.c
1653
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/iio/adc/ad7192.c
482
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/iio/adc/ad9467.c
1275
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/adc/ade9000.c
1643
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/iio/adc/stm32-adc.c
2613
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/adc/sun4i-gpadc-iio.c
515
if (IS_ENABLED(CONFIG_THERMAL_OF))
drivers/iio/adc/sun4i-gpadc-iio.c
548
if (IS_ENABLED(CONFIG_THERMAL_OF)) {
drivers/iio/adc/sun4i-gpadc-iio.c
571
if (IS_ENABLED(CONFIG_THERMAL_OF)) {
drivers/iio/adc/sun4i-gpadc-iio.c
586
if (IS_ENABLED(CONFIG_THERMAL_OF)) {
drivers/iio/adc/sun4i-gpadc-iio.c
632
if (IS_ENABLED(CONFIG_THERMAL_OF)) {
drivers/iio/adc/sun4i-gpadc-iio.c
657
if (!info->no_irq && IS_ENABLED(CONFIG_THERMAL_OF))
drivers/iio/adc/sun4i-gpadc-iio.c
674
if (!IS_ENABLED(CONFIG_THERMAL_OF))
drivers/iio/dac/ad3552r-hs.c
792
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/dac/ad5064.c
903
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/iio/dac/ad5064.c
968
#if IS_ENABLED(CONFIG_I2C)
drivers/iio/dac/ad5380.c
433
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/iio/dac/ad5380.c
500
#if IS_ENABLED(CONFIG_I2C)
drivers/iio/imu/adis16400.c
279
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/imu/adis16400.c
605
#if IS_ENABLED(CONFIG_IIO_BUFFER)
drivers/iio/imu/adis16460.c
131
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/imu/adis16475.c
281
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/imu/adis16480.c
310
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iio/industrialio-backend.c
219
if (!IS_ENABLED(CONFIG_DEBUG_FS) || !d)
drivers/iio/industrialio-backend.c
258
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/infiniband/core/addr.c
246
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/core/addr.c
397
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/core/cma.c
1627
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/core/cma.c
3925
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/core/cma.c
4042
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/core/cma.c
4084
if (IS_ENABLED(CONFIG_IPV6) && dst_addr->sa_family == AF_INET6) {
drivers/infiniband/core/cma.c
5496
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/infiniband/core/cma_priv.h
115
#if IS_ENABLED(CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS)
drivers/infiniband/core/mad_priv.h
183
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/infiniband/core/mad_priv.h
191
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/infiniband/core/mad_priv.h
201
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/infiniband/core/mad_priv.h
211
if (IS_ENABLED(CONFIG_LOCKDEP))
drivers/infiniband/core/roce_gid_mgmt.c
425
if (IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/core/roce_gid_mgmt.c
925
if (IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/core/roce_gid_mgmt.c
939
if (IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/core/umem_odp.c
84
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/infiniband/hw/bnxt_re/main.c
1413
if (IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS))
drivers/infiniband/hw/cxgb4/cm.c
2090
else if (IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/hw/irdma/cm.c
1566
} else if (IS_ENABLED(CONFIG_IPV6)) {
drivers/infiniband/hw/irdma/cm.c
1607
if (!IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/hw/irdma/cm.c
2022
if ((IS_ENABLED(CONFIG_IPV6))) {
drivers/infiniband/hw/irdma/cm.c
2311
} else if (IS_ENABLED(CONFIG_IPV6)) {
drivers/infiniband/hw/irdma/cm.c
2343
else if (IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/hw/mlx5/devx.c
1405
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
drivers/infiniband/hw/mlx5/devx.h
26
#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
drivers/infiniband/hw/mlx5/main.c
1139
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
drivers/infiniband/hw/mlx5/main.c
4684
IS_ENABLED(CONFIG_MLX5_CORE_IPOIB))
drivers/infiniband/hw/mlx5/main.c
4709
if (IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS))
drivers/infiniband/hw/mlx5/mlx5_ib.h
744
return IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) && mr->umem &&
drivers/infiniband/hw/mlx5/mlx5_ib.h
750
return IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) && mr->umem &&
drivers/infiniband/hw/mlx5/mr.c
1525
if (!IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
drivers/infiniband/hw/mlx5/mr.c
1586
if (!IS_ENABLED(CONFIG_INFINIBAND_USER_MEM) ||
drivers/infiniband/hw/mlx5/mr.c
1763
if (!IS_ENABLED(CONFIG_INFINIBAND_USER_MEM) ||
drivers/infiniband/hw/mlx5/mr.c
1764
!IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
drivers/infiniband/hw/mlx5/mr.c
1886
if (!IS_ENABLED(CONFIG_INFINIBAND_USER_MEM) || mr->data_direct ||
drivers/infiniband/hw/mlx5/mr.c
2195
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) &&
drivers/infiniband/hw/mlx5/mr.c
2598
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
drivers/infiniband/hw/mlx5/mr.c
2619
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) &&
drivers/infiniband/hw/qedr/qedr_iw_cm.c
123
if (!IS_ENABLED(CONFIG_IPV6) ||
drivers/infiniband/hw/qedr/qedr_iw_cm.c
418
if (!IS_ENABLED(CONFIG_IPV6))
drivers/infiniband/hw/qedr/qedr_iw_cm.c
587
if (!IS_ENABLED(CONFIG_IPV6) ||
drivers/infiniband/hw/qedr/qedr_iw_cm.c
688
if (!IS_ENABLED(CONFIG_IPV6) ||
drivers/infiniband/sw/rxe/rxe.c
92
if (IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING)) {
drivers/infiniband/sw/rxe/rxe_loc.h
145
return IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) && mr->umem &&
drivers/infiniband/sw/rxe/rxe_net.c
126
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/sw/rxe/rxe_net.c
199
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/sw/rxe/rxe_net.c
727
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/sw/rxe/rxe_odp.c
85
if (!IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING))
drivers/infiniband/ulp/ipoib/ipoib_cm.c
1442
#if IS_ENABLED(CONFIG_IPV6)
drivers/infiniband/ulp/ipoib/ipoib_main.c
344
if (IS_ENABLED(CONFIG_IPV6) &&
drivers/input/gameport/gameport.c
541
!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/input/input-leds.c
15
#if IS_ENABLED(CONFIG_VT)
drivers/input/input-leds.c
21
#if IS_ENABLED(CONFIG_SND_CTL_LED)
drivers/input/joystick/xpad.c
763
#define XPAD_OUT_LED_IDX (1 + IS_ENABLED(CONFIG_JOYSTICK_XPAD_FF))
drivers/input/joystick/xpad.c
765
IS_ENABLED(CONFIG_JOYSTICK_XPAD_FF) + \
drivers/input/joystick/xpad.c
766
IS_ENABLED(CONFIG_JOYSTICK_XPAD_LEDS))
drivers/input/keyboard/cap11xx.c
376
if (IS_ENABLED(CONFIG_LEDS_CLASS) && priv->num_leds)
drivers/input/misc/axp20x-pek.c
282
if (IS_ENABLED(CONFIG_INPUT_SOC_BUTTON_ARRAY) &&
drivers/input/misc/regulator-haptic.c
161
} else if (IS_ENABLED(CONFIG_OF)) {
drivers/input/mouse/elan_i2c_core.c
1192
if (IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_I2C) &&
drivers/input/mouse/elan_i2c_core.c
1195
} else if (IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) &&
drivers/input/mouse/elantech.c
1915
static int elantech_smbus = IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) ?
drivers/input/mouse/elantech.c
2197
if (!IS_ENABLED(CONFIG_MOUSE_ELAN_I2C_SMBUS) ||
drivers/input/mouse/elantech.c
2198
!IS_ENABLED(CONFIG_MOUSE_PS2_ELANTECH_SMBUS)) {
drivers/input/mouse/psmouse-base.c
1057
IS_ENABLED(CONFIG_MOUSE_PS2_FOCALTECH) &&
drivers/input/mouse/psmouse-base.c
1111
if (IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS) ||
drivers/input/mouse/psmouse-base.c
1112
IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS)) {
drivers/input/mouse/synaptics.c
1910
if ((!IS_ENABLED(CONFIG_RMI4_SMB) ||
drivers/input/mouse/synaptics.c
1911
!IS_ENABLED(CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS)) &&
drivers/input/touchscreen/ads7846.c
474
#if IS_ENABLED(CONFIG_HWMON)
drivers/input/touchscreen/tsc2007.h
92
#if IS_ENABLED(CONFIG_TOUCHSCREEN_TSC2007_IIO)
drivers/iommu/amd/iommufd.h
9
#if IS_ENABLED(CONFIG_AMD_IOMMU_IOMMUFD)
drivers/iommu/apple-dart.c
987
if (IS_ENABLED(CONFIG_PCIE_APPLE) && dev_is_pci(dev)) {
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
2828
if (!IS_ENABLED(CONFIG_ARM_SMMU_V3_SVA))
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
2862
if (!IS_ENABLED(CONFIG_ARM_SMMU_V3_SVA))
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
4407
if (IS_ENABLED(CONFIG_PCI_PRI) && reg & IDR0_PRI)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
4410
if (IS_ENABLED(CONFIG_PCI_ATS) && reg & IDR0_ATS)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
1050
#if IS_ENABLED(CONFIG_ARM_SMMU_V3_IOMMUFD)
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
912
#if IS_ENABLED(CONFIG_KUNIT)
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c
223
if (IS_ENABLED(CONFIG_ARM_SMMU_QCOM))
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c
234
if (IS_ENABLED(CONFIG_ARM_SMMU_QCOM))
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c
242
if (IS_ENABLED(CONFIG_ARM_SMMU_QCOM))
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
773
if (IS_ENABLED(CONFIG_ARM_SMMU_QCOM_DEBUG)) {
drivers/iommu/arm/arm-smmu/arm-smmu.c
2057
IS_ENABLED(CONFIG_ARM_SMMU_LEGACY_DT_BINDINGS) ? "DMA API" : "SMMU");
drivers/iommu/arm/arm-smmu/arm-smmu.c
502
if (IS_ENABLED(CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT) &&
drivers/iommu/arm/arm-smmu/arm-smmu.c
61
IS_ENABLED(CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT);
drivers/iommu/arm/arm-smmu/arm-smmu.c
656
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/iommu/arm/arm-smmu/arm-smmu.c
725
if (IS_ENABLED(CONFIG_IOMMU_IO_PGTABLE_ARMV7S) &&
drivers/iommu/arm/arm-smmu/arm-smmu.c
726
!IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_ARM_LPAE) &&
drivers/iommu/arm/arm-smmu/arm-smmu.c
730
if ((IS_ENABLED(CONFIG_64BIT) || cfg->fmt == ARM_SMMU_CTX_FMT_NONE) &&
drivers/iommu/arm/arm-smmu/qcom_iommu.c
301
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/iommu/dma-iommu.c
1567
if (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) &&
drivers/iommu/dma-iommu.c
1650
if (IS_ENABLED(CONFIG_DMA_DIRECT_REMAP) &&
drivers/iommu/dma-iommu.c
598
return IS_ENABLED(CONFIG_SWIOTLB) &&
drivers/iommu/dma-iommu.c
609
if (!IS_ENABLED(CONFIG_SWIOTLB))
drivers/iommu/generic_pt/iommu_pt.h
1113
#if IS_ENABLED(CONFIG_IOMMUFD_DRIVER) && defined(pt_entry_is_write_dirty) && \
drivers/iommu/generic_pt/iommu_pt.h
1114
IS_ENABLED(CONFIG_IOMMUFD_TEST) && defined(pt_entry_make_write_dirty)
drivers/iommu/generic_pt/iommu_pt.h
1137
(!IS_ENABLED(CONFIG_DEBUG_GENERIC_PT) &&
drivers/iommu/generic_pt/iommu_pt.h
283
#if !IS_ENABLED(CONFIG_IOMMUFD_DRIVER) || !defined(pt_entry_is_write_dirty)
drivers/iommu/generic_pt/iommu_pt.h
443
if (IS_ENABLED(CONFIG_DEBUG_GENERIC_PT)) {
drivers/iommu/generic_pt/iommu_pt.h
550
if (IS_ENABLED(CONFIG_DEBUG_GENERIC_PT)) {
drivers/iommu/generic_pt/pt_defs.h
165
#if !IS_ENABLED(CONFIG_GENERIC_ATOMIC64)
drivers/iommu/generic_pt/pt_defs.h
176
if (!IS_ENABLED(CONFIG_SMP))
drivers/iommu/generic_pt/pt_defs.h
195
if (!IS_ENABLED(CONFIG_SMP))
drivers/iommu/generic_pt/pt_defs.h
225
#if IS_ENABLED(CONFIG_DEBUG_GENERIC_PT)
drivers/iommu/generic_pt/pt_defs.h
53
#if IS_ENABLED(CONFIG_DEBUG_GENERIC_PT)
drivers/iommu/generic_pt/pt_fmt_defaults.h
220
#if !IS_ENABLED(CONFIG_GENERIC_ATOMIC64)
drivers/iommu/intel/iommu.c
199
int dmar_disabled = !IS_ENABLED(CONFIG_INTEL_IOMMU_DEFAULT_ON);
drivers/iommu/intel/iommu.c
200
int intel_iommu_sm = IS_ENABLED(CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON);
drivers/iommu/io-pgtable-arm-v7s.c
180
return IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT) &&
drivers/iommu/iommu-priv.h
55
#if IS_ENABLED(CONFIG_IOMMUFD_DRIVER_CORE) && IS_ENABLED(CONFIG_IRQ_MSI_IOMMU)
drivers/iommu/iommu.c
1346
#if IS_ENABLED(CONFIG_LOCKDEP) && IS_ENABLED(CONFIG_IOMMU_API)
drivers/iommu/iommu.c
1873
if (IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)) {
drivers/iommu/iommu.c
1874
static_assert(!(IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU) &&
drivers/iommu/iommu.c
1875
IS_ENABLED(CONFIG_IOMMU_DMA)));
drivers/iommu/iommu.c
1888
if (WARN_ON(IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)))
drivers/iommu/iommu.c
1899
if (!IS_ENABLED(CONFIG_IOMMU_DMA)) {
drivers/iommu/iommu.c
2074
#if IS_ENABLED(CONFIG_FSL_PAMU)
drivers/iommu/iommu.c
211
if (IS_ENABLED(CONFIG_IOMMU_DEFAULT_PASSTHROUGH))
drivers/iommu/iommu.c
309
#if IS_ENABLED(CONFIG_IOMMUFD_TEST)
drivers/iommu/iommu.c
4053
#if IS_ENABLED(CONFIG_IRQ_MSI_IOMMU)
drivers/iommu/iommu.c
437
if (!IS_ENABLED(CONFIG_FSL_PAMU))
drivers/iommu/iommu.c
46
static bool iommu_dma_strict __read_mostly = IS_ENABLED(CONFIG_IOMMU_DEFAULT_DMA_STRICT);
drivers/iommu/iommufd/device.c
1420
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/io_pagetable.c
1119
if (IS_ENABLED(CONFIG_IOMMUFD_TEST)) {
drivers/iommu/iommufd/io_pagetable.c
296
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/io_pagetable.c
327
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/io_pagetable.c
498
if (IS_ENABLED(CONFIG_DMA_SHARED_BUFFER))
drivers/iommu/iommufd/io_pagetable.c
948
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/io_pagetable.c
997
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/io_pagetable.h
116
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/io_pagetable.h
253
if (!IS_ENABLED(CONFIG_DMA_SHARED_BUFFER))
drivers/iommu/iommufd/main.c
307
if (IS_ENABLED(CONFIG_IOMMUFD_VFIO_CONTAINER) &&
drivers/iommu/iommufd/main.c
771
if (IS_ENABLED(CONFIG_IOMMUFD_VFIO_CONTAINER)) {
drivers/iommu/iommufd/main.c
782
if (IS_ENABLED(CONFIG_IOMMUFD_VFIO_CONTAINER))
drivers/iommu/iommufd/main.c
792
if (IS_ENABLED(CONFIG_IOMMUFD_VFIO_CONTAINER))
drivers/iommu/iommufd/main.c
800
#if IS_ENABLED(CONFIG_IOMMUFD_VFIO_CONTAINER)
drivers/iommu/iommufd/pages.c
1177
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
1244
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
1348
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
1473
if (!IS_ENABLED(CONFIG_VFIO_PCI_DMABUF))
drivers/iommu/iommufd/pages.c
1500
if (IS_ENABLED(CONFIG_LOCKDEP)) {
drivers/iommu/iommufd/pages.c
1531
if (!IS_ENABLED(CONFIG_DMA_SHARED_BUFFER))
drivers/iommu/iommufd/pages.c
1683
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
1695
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
172
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
181
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
2014
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
204
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
216
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
2297
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
2349
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/pages.c
304
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
319
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
336
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) && WARN_ON(size < elmsz))
drivers/iommu/iommufd/pages.c
486
if (IS_ENABLED(CONFIG_IOMMUFD_TEST))
drivers/iommu/iommufd/pages.c
888
if (IS_ENABLED(CONFIG_IOMMUFD_TEST) &&
drivers/iommu/iommufd/vfio_compat.c
289
return IS_ENABLED(CONFIG_VFIO_NOIOMMU);
drivers/iommu/iommufd/vfio_compat.c
321
if (IS_ENABLED(CONFIG_VFIO_NOIOMMU) && type == VFIO_NOIOMMU_IOMMU &&
drivers/iommu/ipmmu-vmsa.c
499
if (IS_ENABLED(CONFIG_64BIT))
drivers/iommu/ipmmu-vmsa.c
853
if (IS_ENABLED(CONFIG_ARM) && !IS_ENABLED(CONFIG_IOMMU_DMA))
drivers/iommu/ipmmu-vmsa.c
886
.device_group = IS_ENABLED(CONFIG_ARM) && !IS_ENABLED(CONFIG_IOMMU_DMA)
drivers/iommu/irq_remapping.c
105
if (IS_ENABLED(CONFIG_INTEL_IOMMU) &&
drivers/iommu/irq_remapping.c
108
else if (IS_ENABLED(CONFIG_AMD_IOMMU) &&
drivers/iommu/irq_remapping.c
111
else if (IS_ENABLED(CONFIG_HYPERV_IOMMU) &&
drivers/iommu/irq_remapping.c
75
else if (IS_ENABLED(CONFIG_X86_POSTED_MSI) && !strncmp(str, "posted_msi", 10))
drivers/iommu/mtk_iommu.c
355
#define MT8192_MULTI_REGION_NR (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) ? \
drivers/iommu/mtk_iommu.c
360
#if IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT)
drivers/iommu/mtk_iommu.c
369
#if IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT)
drivers/iommu/mtk_iommu.c
868
if (IS_ENABLED(CONFIG_PHYS_ADDR_T_64BIT) &&
drivers/iommu/of_iommu.c
208
#if IS_ENABLED(CONFIG_OF_ADDRESS)
drivers/iommu/riscv/iommu.c
1572
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) !=
drivers/iommu/riscv/iommu.c
1579
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) !=
drivers/iommu/tegra-smmu.c
1179
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/iommu/tegra-smmu.c
1190
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/irqchip/irq-bcm7038-l1.c
107
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/irqchip/irq-bcm7038-l1.c
99
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/irqchip/irq-bcm7120-l2.c
263
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/irqchip/irq-brcmstb-l2.c
191
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/irqchip/irq-gic-v3-its.c
2410
if (IS_ENABLED(CONFIG_ARM64_64K_PAGES) && (baser_phys >> 48)) {
drivers/irqchip/irq-gic-v3-its.c
5476
if (!IS_ENABLED(CONFIG_SMP) ||
drivers/irqchip/irq-gic-v3.c
1269
return (IS_ENABLED(CONFIG_ARM_GIC_V3_ITS) &&
drivers/irqchip/irq-gic-v3.c
2054
if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
drivers/irqchip/irq-gic-v3.c
517
return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) &&
drivers/irqchip/irq-gic.c
1168
if (IS_ENABLED(CONFIG_GIC_NON_BANKED) && gic->percpu_offset) {
drivers/irqchip/irq-gic.c
1230
if (IS_ENABLED(CONFIG_GIC_NON_BANKED) && gic->percpu_offset) {
drivers/irqchip/irq-gic.c
1509
if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
drivers/irqchip/irq-gic.c
1695
if (IS_ENABLED(CONFIG_ARM_GIC_V2M))
drivers/irqchip/irq-imx-irqsteer.c
198
if (IS_ENABLED(CONFIG_PM)) {
drivers/irqchip/irq-mbigen.c
336
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node)
drivers/irqchip/irq-mips-cpu.c
142
if (IS_ENABLED(CONFIG_GENERIC_IRQ_IPI) && irq < 2)
drivers/irqchip/irq-msi-lib.c
57
if (WARN_ON_ONCE(!IS_ENABLED(CONFIG_PCI_MSI)))
drivers/irqchip/irq-or1k-pic.c
146
if (IS_ENABLED(CONFIG_SMP))
drivers/irqchip/irq-riscv-imsic-early.c
111
if (IS_ENABLED(CONFIG_SMP))
drivers/irqchip/irq-riscv-intc.c
54
if (IS_ENABLED(CONFIG_32BIT) && d->hwirq >= BITS_PER_LONG)
drivers/irqchip/irq-riscv-intc.c
62
if (IS_ENABLED(CONFIG_32BIT) && d->hwirq >= BITS_PER_LONG)
drivers/irqchip/irq-sifive-plic.c
700
if (IS_ENABLED(CONFIG_RISCV_M_MODE)) {
drivers/irqchip/irq-stm32mp-exti.c
477
.irq_set_affinity = IS_ENABLED(CONFIG_SMP) ? stm32mp_exti_set_affinity : NULL,
drivers/irqchip/irq-stm32mp-exti.c
490
.irq_set_affinity = IS_ENABLED(CONFIG_SMP) ? irq_chip_set_affinity_parent : NULL,
drivers/isdn/capi/kcapi.c
920
if (IS_ENABLED(CONFIG_PROC_FS))
drivers/isdn/capi/kcapi.c
928
if (IS_ENABLED(CONFIG_PROC_FS))
drivers/leds/flash/leds-aat1290.c
219
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-aat1290.c
238
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-aat1290.c
346
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-aat1290.c
368
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-max77693.c
813
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-mt6360.c
467
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-mt6370-flash.c
342
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-qcom-flash.c
629
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-rt4505.c
239
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-rt8515.c
191
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/flash/leds-sgm3140.c
160
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
drivers/leds/leds-blinkm.c
751
if (!IS_ENABLED(CONFIG_LEDS_BLINKM_MULTICOLOR)) {
drivers/macintosh/via-pmu.c
1454
if (IS_ENABLED(CONFIG_ADB_PMU_EVENT) && len == 6) {
drivers/macintosh/via-pmu.c
1591
if (IS_ENABLED(CONFIG_PPC_PMAC) || !irq) {
drivers/mailbox/mtk-cmdq-mailbox.c
441
if (!IS_ENABLED(CONFIG_PM))
drivers/mailbox/mtk-cmdq-mailbox.c
761
if (!IS_ENABLED(CONFIG_PM)) {
drivers/md/dm-crypt.c
2548
} else if (IS_ENABLED(CONFIG_ENCRYPTED_KEYS) &&
drivers/md/dm-crypt.c
2552
} else if (IS_ENABLED(CONFIG_TRUSTED_KEYS) &&
drivers/md/dm-integrity.c
39
#define DEFAULT_MAX_JOURNAL_SECTORS (IS_ENABLED(CONFIG_64BIT) ? 131072 : 8192)
drivers/md/dm-integrity.c
43
#define RECALC_SECTORS (IS_ENABLED(CONFIG_64BIT) ? 32768 : 2048)
drivers/md/dm-linear.c
161
#if IS_ENABLED(CONFIG_FS_DAX)
drivers/md/dm-log-writes.c
885
#if IS_ENABLED(CONFIG_FS_DAX)
drivers/md/dm-stripe.c
301
#if IS_ENABLED(CONFIG_FS_DAX)
drivers/md/dm-table.c
2014
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) && dm_has_zone_plugs(t->md) &&
drivers/md/dm-table.c
2067
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
drivers/md/dm-table.c
2092
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
drivers/md/dm-table.c
2101
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED))
drivers/md/dm-writecache.c
40
#if IS_ENABLED(CONFIG_ARCH_HAS_PMEM_API) && IS_ENABLED(CONFIG_FS_DAX)
drivers/md/dm-writecache.c
54
#if IS_ENABLED(CONFIG_ARCH_HAS_COPY_MC) && defined(DM_WRITECACHE_HAS_PMEM)
drivers/md/dm.c
274
#if (IS_ENABLED(CONFIG_IMA) && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE))
drivers/md/md.c
737
if (!IS_ENABLED(CONFIG_MD_BITMAP))
drivers/md/md.c
7642
if (!IS_ENABLED(CONFIG_MD_BITMAP_FILE)) {
drivers/media/cec/i2c/ch7322.c
372
#if IS_ENABLED(CONFIG_PCI) && IS_ENABLED(CONFIG_DMI)
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
281
#if IS_ENABLED(CONFIG_PCI) && IS_ENABLED(CONFIG_DMI)
drivers/media/dvb-core/dvbdev.c
1017
#if IS_ENABLED(CONFIG_I2C)
drivers/media/i2c/adv7343.c
403
if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
drivers/media/i2c/adv7343.c
511
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/adv7511-v4l2.c
1953
#if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
drivers/media/i2c/adv7511-v4l2.c
706
#if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
drivers/media/i2c/adv7511-v4l2.c
946
#if IS_ENABLED(CONFIG_VIDEO_ADV7511_CEC)
drivers/media/i2c/adv7604.c
1995
#if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
drivers/media/i2c/adv7604.c
2253
#if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
drivers/media/i2c/adv7604.c
3501
if (IS_ENABLED(CONFIG_OF) && client->dev.of_node) {
drivers/media/i2c/adv7604.c
3700
#if IS_ENABLED(CONFIG_VIDEO_ADV7604_CEC)
drivers/media/i2c/adv7842.c
2170
#if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
drivers/media/i2c/adv7842.c
2442
#if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
drivers/media/i2c/adv7842.c
3638
#if IS_ENABLED(CONFIG_VIDEO_ADV7842_CEC)
drivers/media/i2c/dw9768.c
476
(is_of_node(dev_fwnode(dev)) && !IS_ENABLED(CONFIG_PM));
drivers/media/i2c/dw9768.c
524
(is_of_node(dev_fwnode(dev)) && !IS_ENABLED(CONFIG_PM))) {
drivers/media/i2c/msp3400-driver.h
114
#if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
drivers/media/i2c/ov2659.c
1388
if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
drivers/media/i2c/ov2659.c
1561
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/ov2685.c
869
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/ov5647.c
1168
if (IS_ENABLED(CONFIG_OF) && np) {
drivers/media/i2c/ov5647.c
1286
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/ov5695.c
1352
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/ov9650.c
1576
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/tc358743.c
2367
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/tda1997x.c
2547
if (IS_ENABLED(CONFIG_OF) && client->dev.of_node) {
drivers/media/i2c/ths8200.c
495
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/tvp514x.c
987
if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
drivers/media/i2c/tvp5150.c
1137
if (!IS_ENABLED(CONFIG_VIDEO_V4L2_SUBDEV_API) &&
drivers/media/i2c/tvp5150.c
2147
if (IS_ENABLED(CONFIG_OF) && np) {
drivers/media/i2c/tvp5150.c
2273
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/tvp7002.c
1078
#if IS_ENABLED(CONFIG_OF)
drivers/media/i2c/tvp7002.c
903
if (!IS_ENABLED(CONFIG_OF) || !client->dev.of_node)
drivers/media/mc/mc-device.c
864
#if IS_ENABLED(CONFIG_PCI)
drivers/media/mc/mc-device.c
886
#if IS_ENABLED(CONFIG_USB)
drivers/media/pci/cx88/cx88-dvb.c
1160
#if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
drivers/media/pci/cx88/cx88-dvb.c
303
#if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
drivers/media/pci/cx88/cx88-vp3054-i2c.h
18
#if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
drivers/media/pci/cx88/cx88.h
369
#if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
drivers/media/pci/cx88/cx88.h
555
#if IS_ENABLED(CONFIG_VIDEO_CX88_BLACKBIRD)
drivers/media/pci/cx88/cx88.h
564
#if IS_ENABLED(CONFIG_VIDEO_CX88_DVB)
drivers/media/pci/cx88/cx88.h
569
#if IS_ENABLED(CONFIG_VIDEO_CX88_VP3054)
drivers/media/pci/ivtv/ivtvfb.c
46
static bool ivtvfb_force_pat = IS_ENABLED(CONFIG_VIDEO_FB_IVTV_FORCE_PAT);
drivers/media/pci/saa7134/saa7134.h
36
#if IS_ENABLED(CONFIG_VIDEO_SAA7134_DVB)
drivers/media/pci/saa7134/saa7134.h
666
#if IS_ENABLED(CONFIG_VIDEO_SAA7134_DVB)
drivers/media/platform/marvell/mcam-core.h
22
#if IS_ENABLED(CONFIG_VIDEOBUF2_VMALLOC)
drivers/media/platform/marvell/mcam-core.h
26
#if IS_ENABLED(CONFIG_VIDEOBUF2_DMA_CONTIG)
drivers/media/platform/marvell/mcam-core.h
30
#if IS_ENABLED(CONFIG_VIDEOBUF2_DMA_SG)
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_priv.h
32
#if IS_ENABLED(CONFIG_VIDEO_MEDIATEK_VCODEC_VPU)
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_priv.h
42
#if IS_ENABLED(CONFIG_VIDEO_MEDIATEK_VCODEC_SCP)
drivers/media/platform/microchip/microchip-sama5d2-isc.c
651
#if IS_ENABLED(CONFIG_OF)
drivers/media/platform/microchip/microchip-sama7g5-isc.c
614
#if IS_ENABLED(CONFIG_OF)
drivers/media/platform/nvidia/tegra-vde/iommu.c
13
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/media/platform/nvidia/tegra-vde/iommu.c
73
#if IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU)
drivers/media/platform/nxp/imx8-isi/imx8-isi-core.h
404
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/media/platform/qcom/iris/iris_probe.c
355
#if (!IS_ENABLED(CONFIG_VIDEO_QCOM_VENUS))
drivers/media/platform/qcom/venus/firmware.c
220
if (!IS_ENABLED(CONFIG_QCOM_MDT_LOADER) ||
drivers/media/platform/renesas/renesas-ceu.c
1597
#if IS_ENABLED(CONFIG_OF)
drivers/media/platform/renesas/renesas-ceu.c
1656
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
688
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
3145
if (!IS_ENABLED(CONFIG_OF) || !dev->of_node)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
1223
if (IS_ENABLED(CONFIG_DMA_CMA) || exynos_is_iommu_available(dev))
drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c
57
if (!IS_ENABLED(CONFIG_VIDEO_SUN6I_ISP)) {
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
2454
if (!IS_ENABLED(CONFIG_VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID))
drivers/media/platform/ti/am437x/am437x-vpfe.c
2300
if (!IS_ENABLED(CONFIG_OF) || !dev->of_node)
drivers/media/platform/ti/davinci/vpif.c
580
#if IS_ENABLED(CONFIG_OF)
drivers/media/platform/ti/davinci/vpif_capture.c
1502
if (!IS_ENABLED(CONFIG_OF) || !pdev->dev.of_node)
drivers/media/platform/verisilicon/hantro_hevc.c
28
static bool hevc_use_compression = IS_ENABLED(CONFIG_VIDEO_HANTRO_HEVC_RFC);
drivers/media/radio/si470x/radio-si470x-i2c.c
516
#if IS_ENABLED(CONFIG_OF)
drivers/media/radio/si470x/radio-si470x.h
164
#if IS_ENABLED(CONFIG_USB_SI470X)
drivers/media/radio/si470x/radio-si470x.h
181
#if IS_ENABLED(CONFIG_I2C_SI470X)
drivers/media/radio/si4713/si4713.c
1647
#if IS_ENABLED(CONFIG_OF)
drivers/media/rc/rc-core-priv.h
101
#if IS_ENABLED(CONFIG_IR_JVC_DECODER)
drivers/media/rc/rc-core-priv.h
111
#if IS_ENABLED(CONFIG_IR_SANYO_DECODER)
drivers/media/rc/rc-core-priv.h
118
#if IS_ENABLED(CONFIG_IR_SHARP_DECODER)
drivers/media/rc/rc-core-priv.h
126
#if IS_ENABLED(CONFIG_IR_MCE_KBD_DECODER)
drivers/media/rc/rc-core-priv.h
138
#if IS_ENABLED(CONFIG_IR_XMP_DECODER)
drivers/media/rc/rc-core-priv.h
145
#if IS_ENABLED(CONFIG_IR_IMON_DECODER)
drivers/media/rc/rc-core-priv.h
154
#if IS_ENABLED(CONFIG_IR_RCMM_DECODER)
drivers/media/rc/rc-core-priv.h
67
#if IS_ENABLED(CONFIG_IR_NEC_DECODER)
drivers/media/rc/rc-core-priv.h
76
#if IS_ENABLED(CONFIG_IR_RC5_DECODER)
drivers/media/rc/rc-core-priv.h
84
#if IS_ENABLED(CONFIG_IR_RC6_DECODER)
drivers/media/rc/rc-core-priv.h
94
#if IS_ENABLED(CONFIG_IR_SONY_DECODER)
drivers/media/tuners/e4000.c
260
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/tuners/e4000.c
656
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/tuners/e4000.c
715
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/tuners/fc2580.c
360
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/tuners/fc2580.c
554
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/tuners/fc2580.c
596
#if IS_ENABLED(CONFIG_VIDEO_DEV)
drivers/media/usb/dvb-usb-v2/af9015.c
1121
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/af9035.c
1865
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/anysee.c
1105
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/az6007.c
197
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
91
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/dvbsky.c
177
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
21
#if IS_ENABLED(CONFIG_DVB_USB_MXL111SF)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
49
#if IS_ENABLED(CONFIG_DVB_USB_MXL111SF)
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1642
#if IS_ENABLED(CONFIG_RC_CORE)
drivers/media/usb/dvb-usb/dib0700_devices.c
2435
if (!IS_ENABLED(CONFIG_DVB_DIB9000))
drivers/media/usb/dvb-usb/dib0700_devices.c
2524
if (!IS_ENABLED(CONFIG_DVB_DIB9000))
drivers/media/usb/gspca/cpia1.c
1636
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/cpia1.c
1865
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/cpia1.c
534
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.c
1573
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.c
1621
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.c
1635
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.c
34
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.c
79
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.h
128
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.h
160
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/gspca.h
181
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/konica.c
242
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/konica.c
339
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/konica.c
446
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/ov519.c
4279
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/ov519.c
4296
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/ov519.c
4966
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac207.c
402
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac207.c
431
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac7302.c
859
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac7302.c
904
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac7311.c
610
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/pac7311.c
650
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/se401.c
588
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/se401.c
682
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sn9c20x.c
2185
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sn9c20x.c
2330
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sonixb.c
1378
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sonixb.c
1407
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sonixj.c
2854
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/sonixj.c
2884
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/spca561.c
719
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/spca561.c
844
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/spca561.c
857
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/stv06xx/stv06xx.c
506
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/stv06xx/stv06xx.c
552
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/t613.c
1009
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/t613.c
813
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/t613.c
831
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/xirlink_cit.c
2772
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/xirlink_cit.c
2923
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/xirlink_cit.c
3071
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/xirlink_cit.c
3088
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/zc3xx.c
6913
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/gspca/zc3xx.c
6940
#if IS_ENABLED(CONFIG_INPUT)
drivers/media/usb/hdpvr/hdpvr-core.c
270
#if IS_ENABLED(CONFIG_I2C)
drivers/media/usb/hdpvr/hdpvr-core.c
358
#if IS_ENABLED(CONFIG_I2C)
drivers/media/usb/hdpvr/hdpvr-core.c
395
#if IS_ENABLED(CONFIG_I2C)
drivers/media/usb/hdpvr/hdpvr-core.c
429
#if IS_ENABLED(CONFIG_I2C)
drivers/media/usb/hdpvr/hdpvr-i2c.c
12
#if IS_ENABLED(CONFIG_I2C)
drivers/media/usb/hdpvr/hdpvr-video.c
1141
#if IS_ENABLED(CONFIG_I2C)
drivers/media/v4l2-core/v4l2-async.c
319
#if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
drivers/media/v4l2-core/v4l2-async.c
70
#if IS_ENABLED(CONFIG_I2C)
drivers/media/v4l2-core/v4l2-cci.c
185
#if IS_ENABLED(CONFIG_V4L2_CCI_I2C)
drivers/media/v4l2-core/v4l2-common.c
788
if (!IS_ENABLED(CONFIG_COMMON_CLK) || (of_node && !legacy))
drivers/media/v4l2-core/v4l2-i2c.c
157
#if IS_ENABLED(CONFIG_MEDIA_TUNER_TEA5761)
drivers/memory/emif.c
144
if (IS_ENABLED(CONFIG_DEBUG_FS)) {
drivers/memory/emif.c
155
if (IS_ENABLED(CONFIG_DEBUG_FS)) {
drivers/memory/renesas-rpc-if.c
786
const int maxw = (IS_ENABLED(CONFIG_64BIT)) ? 8 : 4;
drivers/memory/tegra/mc.c
971
if (IS_ENABLED(CONFIG_TEGRA_IOMMU_SMMU) && mc->soc->smmu) {
drivers/memory/tegra/tegra124-emc.c
1492
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/memory/tegra/tegra186.c
129
#if IS_ENABLED(CONFIG_IOMMU_API)
drivers/memory/tegra/tegra186.c
159
#if IS_ENABLED(CONFIG_IOMMU_API)
drivers/memory/tegra/tegra186.c
84
#if IS_ENABLED(CONFIG_IOMMU_API)
drivers/mfd/arizona-core.c
1133
if (IS_ENABLED(CONFIG_MFD_WM5102)) {
drivers/mfd/arizona-core.c
1149
if (IS_ENABLED(CONFIG_MFD_WM5110)) {
drivers/mfd/arizona-core.c
1172
if (IS_ENABLED(CONFIG_MFD_CS47L24)) {
drivers/mfd/arizona-core.c
1196
if (IS_ENABLED(CONFIG_MFD_WM8997)) {
drivers/mfd/arizona-core.c
1211
if (IS_ENABLED(CONFIG_MFD_WM8998)) {
drivers/mfd/arizona-i2c.c
33
if (IS_ENABLED(CONFIG_MFD_WM5102))
drivers/mfd/arizona-i2c.c
38
if (IS_ENABLED(CONFIG_MFD_WM5110))
drivers/mfd/arizona-i2c.c
42
if (IS_ENABLED(CONFIG_MFD_WM8997))
drivers/mfd/arizona-i2c.c
47
if (IS_ENABLED(CONFIG_MFD_WM8998))
drivers/mfd/arizona-spi.c
201
if (IS_ENABLED(CONFIG_MFD_WM5102))
drivers/mfd/arizona-spi.c
206
if (IS_ENABLED(CONFIG_MFD_WM5110))
drivers/mfd/arizona-spi.c
211
if (IS_ENABLED(CONFIG_MFD_CS47L24))
drivers/mfd/cros_ec_dev.c
301
if (IS_ENABLED(CONFIG_OF) && ec->ec_dev->dev->of_node) {
drivers/mfd/cs42l43-i2c.c
59
#if IS_ENABLED(CONFIG_OF)
drivers/mfd/cs42l43-i2c.c
67
#if IS_ENABLED(CONFIG_ACPI)
drivers/mfd/ls2k-bmc-core.c
302
if (IS_ENABLED(CONFIG_VT)) {
drivers/mfd/madera-core.c
599
if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
drivers/mfd/madera-core.c
612
if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
drivers/mfd/madera-core.c
625
if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
drivers/mfd/madera-core.c
639
if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
drivers/mfd/madera-core.c
653
if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
drivers/mfd/madera-i2c.c
31
if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
drivers/mfd/madera-i2c.c
37
if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
drivers/mfd/madera-i2c.c
44
if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
drivers/mfd/madera-i2c.c
51
if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
drivers/mfd/madera-i2c.c
59
if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
drivers/mfd/madera-spi.c
31
if (IS_ENABLED(CONFIG_MFD_CS47L15)) {
drivers/mfd/madera-spi.c
37
if (IS_ENABLED(CONFIG_MFD_CS47L35)) {
drivers/mfd/madera-spi.c
44
if (IS_ENABLED(CONFIG_MFD_CS47L85)) {
drivers/mfd/madera-spi.c
51
if (IS_ENABLED(CONFIG_MFD_CS47L90)) {
drivers/mfd/madera-spi.c
59
if (IS_ENABLED(CONFIG_MFD_CS47L92)) {
drivers/mfd/max8997.c
162
if (IS_ENABLED(CONFIG_OF) && max8997->dev->of_node) {
drivers/mfd/max8998.c
166
if (IS_ENABLED(CONFIG_OF) && i2c->dev.of_node) {
drivers/mfd/mfd-core.c
184
if (IS_ENABLED(CONFIG_OF) && parent->of_node && cell->of_compatible) {
drivers/mfd/mfd-core.c
37
#if IS_ENABLED(CONFIG_ACPI)
drivers/mfd/syscon.c
83
if (ret > 0 || (IS_ENABLED(CONFIG_HWSPINLOCK) && ret == 0)) {
drivers/mfd/wm8400-core.c
118
#if IS_ENABLED(CONFIG_I2C)
drivers/mfd/wm8400-core.c
155
#if IS_ENABLED(CONFIG_I2C)
drivers/misc/altera-stapl/altera.c
2408
if (!IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/misc/ds1682.c
248
if (IS_ENABLED(CONFIG_NVMEM) && IS_ERR(nvmem))
drivers/misc/ibmasm/ibmasm.h
203
#if IS_ENABLED(CONFIG_SERIAL_8250)
drivers/misc/lkdtm/bugs.c
19
#if IS_ENABLED(CONFIG_X86_32) && !IS_ENABLED(CONFIG_UML)
drivers/misc/lkdtm/bugs.c
322
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
drivers/misc/lkdtm/bugs.c
462
if (IS_ENABLED(CONFIG_UBSAN_BOUNDS))
drivers/misc/lkdtm/bugs.c
499
if (!IS_ENABLED(CONFIG_CC_HAS_COUNTED_BY))
drivers/misc/lkdtm/bugs.c
502
else if (IS_ENABLED(CONFIG_UBSAN_BOUNDS))
drivers/misc/lkdtm/bugs.c
572
if (!IS_ENABLED(CONFIG_CC_HAS_COUNTED_BY_PTR))
drivers/misc/lkdtm/bugs.c
575
else if (IS_ENABLED(CONFIG_UBSAN_BOUNDS))
drivers/misc/lkdtm/bugs.c
678
#if IS_ENABLED(CONFIG_X86_64) && !IS_ENABLED(CONFIG_UML)
drivers/misc/lkdtm/bugs.c
745
#if IS_ENABLED(CONFIG_X86_32) && !IS_ENABLED(CONFIG_UML)
drivers/misc/lkdtm/bugs.c
783
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL)) {
drivers/misc/lkdtm/bugs.c
797
if (!IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL))
drivers/misc/lkdtm/cfi.c
181
if (IS_ENABLED(CONFIG_ARM64_PTR_AUTH_KERNEL)) {
drivers/misc/lkdtm/cfi.c
185
if (IS_ENABLED(CONFIG_SHADOW_CALL_STACK)) {
drivers/misc/lkdtm/kstack_erase.c
135
if (IS_ENABLED(CONFIG_HAVE_ARCH_KSTACK_ERASE)) {
drivers/misc/lkdtm/lkdtm.h
13
if (IS_ENABLED(kconfig)) \
drivers/misc/lkdtm/lkdtm.h
25
if (IS_ENABLED(kconfig)) { \
drivers/misc/mei/bus-fixup.c
299
#if IS_ENABLED(CONFIG_INTEL_MEI_ME)
drivers/misc/mei/mei_dev.h
650
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/misc/mei/mei_dev.h
856
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/misc/vmw_balloon.c
1830
if (IS_ENABLED(CONFIG_BALLOON_MIGRATION))
drivers/misc/vmw_balloon.c
407
return IS_ENABLED(CONFIG_DEBUG_FS) &&
drivers/misc/vmw_vmci/vmci_guest.c
612
if (IS_ENABLED(CONFIG_ARM64)) {
drivers/mmc/host/mxcmmc.c
187
if (IS_ENABLED(CONFIG_PPC_MPC512x))
drivers/mmc/host/mxcmmc.c
195
if (IS_ENABLED(CONFIG_PPC_MPC512x))
drivers/mmc/host/mxcmmc.c
203
if (IS_ENABLED(CONFIG_PPC_MPC512x))
drivers/mmc/host/mxcmmc.c
211
if (IS_ENABLED(CONFIG_PPC_MPC512x))
drivers/mmc/host/mxcmmc.c
256
#if IS_ENABLED(CONFIG_PPC_MPC512x)
drivers/mmc/host/sdhci-of-sparx5.c
225
IS_ENABLED(CONFIG_DMA_DECLARE_COHERENT))
drivers/mmc/host/sdhci.c
1218
#if IS_ENABLED(CONFIG_MMC_SDHCI_EXTERNAL_DMA)
drivers/mmc/host/sdhci.h
554
#if IS_ENABLED(CONFIG_LEDS_CLASS)
drivers/mmc/host/sdhci.h
631
#if IS_ENABLED(CONFIG_MMC_SDHCI_EXTERNAL_DMA)
drivers/mmc/host/sh_mmcif.c
427
if (IS_ENABLED(CONFIG_SUPERH) && dev->platform_data) {
drivers/mtd/devices/docg3.c
1731
if (IS_ENABLED(CONFIG_DEBUG_FS) &&
drivers/mtd/devices/docg3.c
1732
!IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
drivers/mtd/maps/physmap-core.c
120
#if IS_ENABLED(CONFIG_MTD_PHYSMAP_GPIO_ADDR)
drivers/mtd/maps/physmap-core.c
235
#if IS_ENABLED(CONFIG_MTD_PHYSMAP_OF)
drivers/mtd/maps/physmap-core.c
551
if (!info->mtds[i] && IS_ENABLED(CONFIG_MTD_ROM) &&
drivers/mtd/mtdcore.c
1117
if (IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER)) {
drivers/mtd/mtdcore.c
1320
if (IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
drivers/mtd/mtdcore.c
1415
if (IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
drivers/mtd/mtdpart.c
597
if (!IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER) && !mtd_is_partition(master))
drivers/mtd/mtdpart.c
89
child->dev.parent = IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER) || mtd_is_partition(parent) ?
drivers/mtd/mtdswap.c
1259
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/mtd/nand/raw/brcmnand/brcmnand.c
668
#if IS_ENABLED(CONFIG_MTD_NAND_BRCMNAND_BCMA)
drivers/mtd/nand/raw/brcmnand/brcmnand.h
61
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/mtd/nand/raw/brcmnand/brcmnand.h
70
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/mtd/nand/raw/brcmnand/iproc_nand.c
87
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) || !is_param) {
drivers/mtd/nand/raw/ingenic/ingenic_ecc.h
28
#if IS_ENABLED(CONFIG_MTD_NAND_INGENIC_ECC)
drivers/mtd/nand/raw/marvell_nand.c
2823
if (!IS_ENABLED(CONFIG_PXA_DMA)) {
drivers/mtd/nand/raw/nand_base.c
2449
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG) || defined(DEBUG)
drivers/mtd/nand/raw/nand_base.c
5838
if (IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC))
drivers/mtd/nand/raw/nand_base.c
5849
if (!IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)) {
drivers/mtd/nand/raw/nandsim.c
2222
if (!IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)) {
drivers/mtd/nand/raw/nandsim.c
509
if (IS_ENABLED(CONFIG_DEBUG_FS) &&
drivers/mtd/nand/raw/nandsim.c
510
!IS_ENABLED(CONFIG_MTD_PARTITIONED_MASTER))
drivers/mtd/nand/raw/omap2.c
1649
if (ecc_needs_bch && !IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)) {
drivers/mtd/nand/raw/omap2.c
1654
if (ecc_needs_omap_bch && !IS_ENABLED(CONFIG_MTD_NAND_OMAP_BCH)) {
drivers/mtd/parsers/bcm47xxpart.c
123
if (IS_ENABLED(CONFIG_BCM47XX) && offset >= 0x2000000)
drivers/mtd/parsers/qcomsmempart.c
68
if (IS_ENABLED(CONFIG_MTD_SPI_NOR_USE_4K_SECTORS)
drivers/mtd/sm_ftl.c
217
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/sm_ftl.c
371
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/spi-nor/core.c
2620
if (IS_ENABLED(CONFIG_MTD_SPI_NOR_USE_4K_SECTORS) &&
drivers/mtd/spi-nor/core.c
3264
if (IS_ENABLED(CONFIG_MTD_SPI_NOR_SWP_DISABLE) ||
drivers/mtd/spi-nor/core.c
3265
(IS_ENABLED(CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE) &&
drivers/mtd/tests/mtd_nandecctest.c
122
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/tests/mtd_nandecctest.c
152
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/tests/mtd_nandecctest.c
189
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/tests/mtd_nandecctest.c
25
#if IS_ENABLED(CONFIG_MTD_RAW_NAND)
drivers/mtd/tests/mtd_nandecctest.c
251
bool sm_order = IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC);
drivers/mtd/ubi/debug.c
299
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/mtd/ubi/debug.c
323
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/mtd/ubi/debug.c
597
if (!IS_ENABLED(CONFIG_DEBUG_FS))
drivers/mtd/ubi/debug.c
664
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/net/amt.c
1180
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1215
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1283
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1382
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1399
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1411
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1423
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1443
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1484
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1496
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1511
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1534
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1555
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
1576
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
2088
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
2320
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
237
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
2404
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
2512
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
269
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
357
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
502
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
77
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/amt.c
805
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
3221
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
3413
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
3424
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
3432
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
3444
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
5450
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
5526
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/bonding/bond_main.c
5550
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/bonding/bond_main.c
6458
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_main.c
89
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/bonding/bond_netlink.c
326
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_netlink.c
738
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_options.c
1269
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/bonding/bond_options.c
883
if (!IS_ENABLED(CONFIG_XFRM_OFFLOAD))
drivers/net/bonding/bond_procfs.c
133
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1053
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT)) {
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1072
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
1087
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
138
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
204
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
258
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
32
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
376
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
55
if (!IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY))
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
190
if (IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY) &&
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
50
if (!IS_ENABLED(CONFIG_CAN_MCP251XFD_SANITY))
drivers/net/can/spi/mcp251xfd/mcp251xfd.h
975
#if IS_ENABLED(CONFIG_DEV_COREDUMP)
drivers/net/can/ti_hecc.c
854
if (!IS_ENABLED(CONFIG_OF) || !np)
drivers/net/can/usb/etas_es58x/es58x_core.c
993
if (IS_ENABLED(CONFIG_VERBOSE_DEBUG) && net_ratelimit())
drivers/net/dsa/b53/b53_serdes.h
117
#if IS_ENABLED(CONFIG_B53_SERDES)
drivers/net/dsa/b53/b53_srab.c
394
#if IS_ENABLED(CONFIG_B53_SERDES)
drivers/net/dsa/b53/b53_srab.c
454
#if IS_ENABLED(CONFIG_B53_SERDES)
drivers/net/dsa/b53/b53_srab.c
493
#if IS_ENABLED(CONFIG_B53_SERDES)
drivers/net/dsa/microchip/ksz_common.h
149
#if IS_ENABLED(CONFIG_NET_DSA_MICROCHIP_KSZ_PTP)
drivers/net/dsa/microchip/ksz_ptp.h
11
#if IS_ENABLED(CONFIG_NET_DSA_MICROCHIP_KSZ_PTP)
drivers/net/dsa/realtek/realtek-mdio.h
6
#if IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO)
drivers/net/dsa/realtek/realtek-smi.h
6
#if IS_ENABLED(CONFIG_NET_DSA_REALTEK_SMI)
drivers/net/dsa/realtek/rtl8366rb.h
68
#if IS_ENABLED(CONFIG_NET_DSA_REALTEK_RTL8366RB_LEDS)
drivers/net/dsa/realtek/rtl8366rb.h
97
#if IS_ENABLED(CONFIG_NET_DSA_REALTEK_RTL8366RB_LEDS)
drivers/net/dsa/sja1105/sja1105_main.c
3332
if (IS_ENABLED(CONFIG_NET_SCH_CBS)) {
drivers/net/dsa/sja1105/sja1105_ptp.h
9
#if IS_ENABLED(CONFIG_NET_DSA_SJA1105_PTP)
drivers/net/dsa/sja1105/sja1105_tas.h
13
#if IS_ENABLED(CONFIG_NET_DSA_SJA1105_TAS)
drivers/net/dsa/sja1105/sja1105_vl.h
9
#if IS_ENABLED(CONFIG_NET_DSA_SJA1105_VL)
drivers/net/dsa/yt921x.c
3223
#if IS_ENABLED(CONFIG_DCB)
drivers/net/dsa/yt921x.c
3344
#if IS_ENABLED(CONFIG_DCB)
drivers/net/dsa/yt921x.c
3355
#if IS_ENABLED(CONFIG_DCB)
drivers/net/ethernet/3com/3c59x.c
3072
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/adaptec/starfire.c
67
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/airoha/airoha_eth.c
1861
#if IS_ENABLED(CONFIG_NET_DSA)
drivers/net/ethernet/airoha/airoha_ppe.c
249
#if IS_ENABLED(CONFIG_NET_DSA)
drivers/net/ethernet/airoha/airoha_ppe.c
37
if (!IS_ENABLED(CONFIG_NET_AIROHA_FLOW_STATS))
drivers/net/ethernet/amd/7990.c
49
#if IS_ENABLED(CONFIG_HPLANCE)
drivers/net/ethernet/amd/7990.c
56
#if IS_ENABLED(CONFIG_MVME147_NET)
drivers/net/ethernet/amd/amd8111e.c
79
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/apm/xgene/xgene_enet_main.c
1658
if (!IS_ENABLED(CONFIG_MDIO_XGENE))
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
119
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
197
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
222
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
259
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
323
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_macsec.h
10
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
196
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
243
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
313
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
362
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_nic.h
158
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c
350
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/asix/ax88796c_main.c
27
static int comp = IS_ENABLED(CONFIG_SPI_AX88796C_COMPRESSION);
drivers/net/ethernet/broadcom/bcmsysport.c
1542
if (!IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/ethernet/broadcom/bcmsysport.c
1896
if (!IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/ethernet/broadcom/bnx2.c
53
#if IS_ENABLED(CONFIG_CNIC)
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11763
if (IS_ENABLED(CONFIG_RFS_ACCEL) &&
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5373
(!IS_ENABLED(CONFIG_TEE_BNXT_FW))) {
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1256
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/broadcom/cnic.c
35
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/broadcom/cnic.c
3699
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/broadcom/genet/bcmgenet.c
73
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/ethernet/broadcom/genet/bcmgenet.c
81
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/ethernet/broadcom/genet/bcmgenet.h
702
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) \
drivers/net/ethernet/broadcom/genet/bcmgenet.h
710
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) \
drivers/net/ethernet/cadence/macb.h
1421
return IS_ENABLED(CONFIG_MACB_USE_HWSTAMP) && (bp->caps & MACB_CAPS_GEM_HAS_PTP);
drivers/net/ethernet/cadence/macb.h
1439
return IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
drivers/net/ethernet/cadence/macb.h
1445
return IS_ENABLED(CONFIG_MACB_USE_HWSTAMP) &&
drivers/net/ethernet/cavium/thunder/thunder_bgx.c
1466
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
1079
#if IS_ENABLED(CONFIG_THERMAL)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
1200
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
1203
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
1221
#if IS_ENABLED(CONFIG_THERMAL)
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
2153
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1972
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3530
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3555
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3560
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3826
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
120
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
260
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
285
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
312
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
2666
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
2673
#if IS_ENABLED(CONFIG_BONDING)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
2678
#if IS_ENABLED(CONFIG_BONDING)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
2797
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6380
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE) || IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6386
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6399
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6423
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6479
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
68
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6807
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6815
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
6887
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
7132
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
7221
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
7242
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
663
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
371
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
410
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
492
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
495
#if IS_ENABLED(CONFIG_XFRM_OFFLOAD)
drivers/net/ethernet/chelsio/cxgb4/sge.c
1513
#if IS_ENABLED(CONFIG_CHELSIO_IPSEC_INLINE)
drivers/net/ethernet/chelsio/cxgb4/sge.c
1518
#if IS_ENABLED(CONFIG_CHELSIO_TLS_DEVICE)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
1048
if (!IS_ENABLED(CONFIG_IPV6) || tx_info->ip_family == AF_INET) {
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
2167
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
218
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
290
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
308
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
379
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
480
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
570
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
110
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1142
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1195
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1380
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
491
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
646
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
692
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
716
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
745
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
963
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
98
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c
614
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c
128
if (IS_ENABLED(CONFIG_IPV6)) {
drivers/net/ethernet/cirrus/cs89x0.c
108
#if IS_ENABLED(CONFIG_CS89x0_ISA)
drivers/net/ethernet/cirrus/cs89x0.c
1530
#if IS_ENABLED(CONFIG_CS89x0_ISA)
drivers/net/ethernet/cirrus/cs89x0.c
1583
#if IS_ENABLED(CONFIG_CS89x0_ISA)
drivers/net/ethernet/cirrus/cs89x0.c
1846
#if IS_ENABLED(CONFIG_CS89x0_PLATFORM)
drivers/net/ethernet/cirrus/cs89x0.c
296
#if IS_ENABLED(CONFIG_CS89x0_ISA)
drivers/net/ethernet/cirrus/cs89x0.c
863
#if IS_ENABLED(CONFIG_CS89x0_ISA)
drivers/net/ethernet/davicom/dm9000.c
1389
if (!IS_ENABLED(CONFIG_OF) || !np)
drivers/net/ethernet/dec/tulip/tulip_core.c
1464
if (IS_ENABLED(CONFIG_TULIP_MWI) && !force_csr0 &&
drivers/net/ethernet/dlink/sundance.c
861
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/emulex/benet/be_main.c
5864
if (be_physfn(adapter) && IS_ENABLED(CONFIG_BE2NET_HWMON)) {
drivers/net/ethernet/engleder/tsnep.h
234
#if IS_ENABLED(CONFIG_TSNEP_SELFTESTS)
drivers/net/ethernet/faraday/ftgmac100.c
1856
if (!IS_ENABLED(CONFIG_NET_NCSI)) {
drivers/net/ethernet/freescale/enetc/enetc.h
609
return IS_ENABLED(CONFIG_FSL_ENETC_PTP_CLOCK);
drivers/net/ethernet/freescale/enetc/enetc.h
611
return IS_ENABLED(CONFIG_PTP_NETC_V4_TIMER);
drivers/net/ethernet/freescale/enetc/enetc4_debugfs.h
7
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/net/ethernet/freescale/enetc/enetc_ierb.h
7
#if IS_ENABLED(CONFIG_FSL_ENETC_IERB)
drivers/net/ethernet/freescale/enetc/netc_blk_ctrl.c
674
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/net/ethernet/freescale/fman/fman.c
1924
if (!IS_ENABLED(CONFIG_FSL_PAMU))
drivers/net/ethernet/freescale/fman/fman.c
616
if (!IS_ENABLED(CONFIG_FSL_PAMU))
drivers/net/ethernet/freescale/fsl_pq_mdio.c
195
#if IS_ENABLED(CONFIG_GIANFAR)
drivers/net/ethernet/freescale/fsl_pq_mdio.c
228
#if IS_ENABLED(CONFIG_UCC_GETH)
drivers/net/ethernet/freescale/fsl_pq_mdio.c
28
#if IS_ENABLED(CONFIG_UCC_GETH)
drivers/net/ethernet/freescale/fsl_pq_mdio.c
306
#if IS_ENABLED(CONFIG_GIANFAR)
drivers/net/ethernet/freescale/fsl_pq_mdio.c
344
#if IS_ENABLED(CONFIG_UCC_GETH)
drivers/net/ethernet/fungible/funeth/funeth_ktls.h
15
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/ethernet/fungible/funeth/funeth_tx.c
110
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/ethernet/fungible/funeth/funeth_tx.c
279
if (IS_ENABLED(CONFIG_TLS_DEVICE) && unlikely(tls_len)) {
drivers/net/ethernet/fungible/funeth/funeth_txrx.h
22
#if IS_ENABLED(CONFIG_TLS_DEVICE)
drivers/net/ethernet/google/gve/gve.h
1327
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/hisilicon/hns3/hnae3.c
28
if (IS_ENABLED(CONFIG_PCI_IOV)) {
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3184
if (hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV))
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3203
if (!(hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV))) {
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
340
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
367
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
1850
if (IS_ENABLED(CONFIG_PCI_IOV))
drivers/net/ethernet/i825xx/82596.c
91
#if IS_ENABLED(CONFIG_MVME16x_NET)
drivers/net/ethernet/i825xx/82596.c
94
#if IS_ENABLED(CONFIG_BVME6000_NET)
drivers/net/ethernet/intel/e1000e/mac.c
337
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
drivers/net/ethernet/intel/iavf/iavf_ptp.h
12
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/iavf/iavf_virtchnl.c
1518
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/ice/ice_base.c
1071
if (IS_ENABLED(CONFIG_DCB))
drivers/net/ethernet/intel/ice/ice_base.c
1372
if (IS_ENABLED(CONFIG_DCB))
drivers/net/ethernet/intel/ice/ice_common.c
2449
if (IS_ENABLED(CONFIG_INFINIBAND_IRDMA))
drivers/net/ethernet/intel/ice/ice_controlq.c
918
if (!IS_ENABLED(CONFIG_DYNAMIC_DEBUG) &&
drivers/net/ethernet/intel/ice/ice_dpll.h
151
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/ice/ice_gnss.h
37
#if IS_ENABLED(CONFIG_GNSS)
drivers/net/ethernet/intel/ice/ice_ptp.h
293
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/idpf/idpf.h
748
return !IS_ENABLED(CONFIG_IDPF_SINGLEQ) ||
drivers/net/ethernet/intel/idpf/idpf_ptp.c
181
#if IS_ENABLED(CONFIG_ARM_ARCH_TIMER) || IS_ENABLED(CONFIG_X86)
drivers/net/ethernet/intel/idpf/idpf_ptp.c
274
system->cs_id = IS_ENABLED(CONFIG_X86) ? CSID_X86_ART
drivers/net/ethernet/intel/idpf/idpf_ptp.c
800
#if IS_ENABLED(CONFIG_ARM_ARCH_TIMER)
drivers/net/ethernet/intel/idpf/idpf_ptp.c
802
#elif IS_ENABLED(CONFIG_X86)
drivers/net/ethernet/intel/idpf/idpf_ptp.h
267
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2932
#if (IS_ENABLED(CONFIG_PTP_1588_CLOCK))
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
1569
if (adapter->req_tx_splitq || !IS_ENABLED(CONFIG_IDPF_SINGLEQ))
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
1574
if (adapter->req_rx_splitq || !IS_ENABLED(CONFIG_IDPF_SINGLEQ))
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
160
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
1633
if (!IS_ENABLED(CONFIG_IDPF_SINGLEQ) &&
drivers/net/ethernet/intel/igc/igc_main.c
7352
if (IS_ENABLED(CONFIG_IGC_LEDS)) {
drivers/net/ethernet/intel/igc/igc_main.c
7417
if (IS_ENABLED(CONFIG_IGC_LEDS) && adapter->leds_available)
drivers/net/ethernet/intel/igc/igc_ptp.c
950
if (!IS_ENABLED(CONFIG_X86_TSC))
drivers/net/ethernet/intel/igc/igc_ptp.c
968
#if IS_ENABLED(CONFIG_X86_TSC) && !defined(CONFIG_UML)
drivers/net/ethernet/intel/ixgbe/ixgbe.h
26
#if IS_ENABLED(CONFIG_FCOE)
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
864
#if IS_ENABLED(CONFIG_FCOE)
drivers/net/ethernet/intel/ixgbevf/vf.c
134
#if IS_ENABLED(CONFIG_PCI_MMCONFIG)
drivers/net/ethernet/marvell/mvneta_bm.h
133
#if IS_ENABLED(CONFIG_MVNETA_BM)
drivers/net/ethernet/marvell/mvpp2/mvpp2.h
1575
return IS_ENABLED(CONFIG_MVPP2_PTP) && port->rx_hwtstamp;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
24
return IS_ENABLED(CONFIG_DCB) && !!pfvf->pfc_en;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
1178
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
555
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
559
#if IS_ENABLED(CONFIG_RVU_ESWITCH)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
515
#if IS_ENABLED(CONFIG_RVU_ESWITCH)
drivers/net/ethernet/mediatek/mtk_eth_soc.c
3519
#if IS_ENABLED(CONFIG_NET_DSA)
drivers/net/ethernet/mediatek/mtk_eth_soc.c
758
if (IS_ENABLED(CONFIG_SOC_MT7621)) {
drivers/net/ethernet/mediatek/mtk_eth_soc.h
347
#if IS_ENABLED(CONFIG_64BIT)
drivers/net/ethernet/mediatek/mtk_eth_soc.h
367
#if IS_ENABLED(CONFIG_64BIT)
drivers/net/ethernet/mediatek/mtk_ppe.c
786
#if IS_ENABLED(CONFIG_NET_DSA)
drivers/net/ethernet/mediatek/mtk_ppe.c
962
if (!IS_ENABLED(CONFIG_SOC_MT7621))
drivers/net/ethernet/mediatek/mtk_ppe_offload.c
101
if (!IS_ENABLED(CONFIG_NET_MEDIATEK_SOC_WED))
drivers/net/ethernet/mediatek/mtk_ppe_offload.c
172
#if IS_ENABLED(CONFIG_NET_DSA)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
48
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
567
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
622
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
629
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx4/main.c
3091
if (!IS_ENABLED(CONFIG_MLX4_EN) &&
drivers/net/ethernet/mellanox/mlx4/main.c
3094
else if (!IS_ENABLED(CONFIG_MLX4_INFINIBAND) &&
drivers/net/ethernet/mellanox/mlx5/core/dev.c
111
if (!IS_ENABLED(CONFIG_MLX5_VDPA_NET))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
144
if (!IS_ENABLED(CONFIG_MLX5_INFINIBAND))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
161
if (!IS_ENABLED(CONFIG_MLX5_INFINIBAND))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
181
if (!IS_ENABLED(CONFIG_MLX5_INFINIBAND))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
209
if (!IS_ENABLED(CONFIG_MLX5_DPLL))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
45
if (!IS_ENABLED(CONFIG_MLX5_ESWITCH))
drivers/net/ethernet/mellanox/mlx5/core/dev.c
59
if (!IS_ENABLED(CONFIG_MLX5_CORE_EN))
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
800
if (!IS_ENABLED(CONFIG_MLX5_INFINIBAND))
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
817
if (!IS_ENABLED(CONFIG_MLX5_INFINIBAND))
drivers/net/ethernet/mellanox/mlx5/core/en.h
863
#if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
drivers/net/ethernet/mellanox/mlx5/core/en.h
970
#if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
drivers/net/ethernet/mellanox/mlx5/core/en/fs.h
167
return IS_ENABLED(CONFIG_MLX5_EN_ARFS) &&
drivers/net/ethernet/mellanox/mlx5/core/en/fs.h
173
return IS_ENABLED(CONFIG_MLX5_EN_ARFS) &&
drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.h
8
#if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/bridge.h
9
#if IS_ENABLED(CONFIG_MLX5_BRIDGE)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
21
if (IS_ENABLED(CONFIG_IPV6) && ipv6_stub->nd_tbl)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
219
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
240
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.h
10
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.h
11
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs.h
41
#if IS_ENABLED(CONFIG_MLX5_SW_STEERING)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs.h
51
#if IS_ENABLED(CONFIG_MLX5_HW_STEERING)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/int_port.h
17
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.h
75
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_meter.h
22
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.h
22
#if IS_ENABLED(CONFIG_MLX5_TC_SAMPLE)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h
94
#if IS_ENABLED(CONFIG_MLX5_TC_CT)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
113
#if IS_ENABLED(CONFIG_INET)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
442
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
730
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
765
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.h
76
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
107
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
403
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h
194
#if IS_ENABLED(CONFIG_GENEVE)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h
48
#if IS_ENABLED(CONFIG_GENEVE)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c
101
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c
47
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c
344
if (!IS_ENABLED(CONFIG_IPV6) ||
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
53
if (IS_ENABLED(CONFIG_MLX5_CLS_ACT) &&
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
520
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.h
6
#if IS_ENABLED(CONFIG_MLX5_EN_PSP)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4202
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5053
#if IS_ENABLED(CONFIG_GENEVE)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5801
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5804
#if IS_ENABLED(CONFIG_MLX5_EN_ARFS)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5806
#elif IS_ENABLED(CONFIG_MLX5_EN_RXNFC)
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
899
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4778
if (!IS_ENABLED(CONFIG_MLX5_EN_IPSEC))
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h
145
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h
368
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
135
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
157
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c
8
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
1493
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
3083
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/events.c
157
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/ethernet/mellanox/mlx5/core/events.c
193
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
371
#if IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE)
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
459
#if IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE)
drivers/net/ethernet/mellanox/mlx5/core/hwmon.h
9
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
84
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.h
28
#if IS_ENABLED(CONFIG_MLX5_CLS_ACT)
drivers/net/ethernet/mellanox/mlx5/core/lib/hv.h
7
#if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.h
20
#if IS_ENABLED(CONFIG_PCI_HYPERV_INTERFACE)
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.h
53
#if IS_ENABLED(CONFIG_VXLAN)
drivers/net/ethernet/mellanox/mlx5/core/main.c
465
if (!IS_ENABLED(CONFIG_INFINIBAND_ON_DEMAND_PAGING) ||
drivers/net/ethernet/mellanox/mlx5/core/wc.c
11
#if IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && IS_ENABLED(CONFIG_ARM64)
drivers/net/ethernet/mellanox/mlx5/core/wc.c
267
#if IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && IS_ENABLED(CONFIG_ARM64)
drivers/net/ethernet/mellanox/mlxsw/i2c.h
9
#if IS_ENABLED(CONFIG_MLXSW_I2C)
drivers/net/ethernet/mellanox/mlxsw/pci.h
14
#if IS_ENABLED(CONFIG_MLXSW_PCI)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
2401
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
2442
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3024
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5126
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6059
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6083
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6111
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6921
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6982
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
410
#if IS_ENABLED(CONFIG_NET_IPGRE)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
519
#if IS_ENABLED(CONFIG_IPV6_GRE)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
686
#if IS_ENABLED(CONFIG_NET_IPGRE)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
689
#if IS_ENABLED(CONFIG_IPV6_GRE)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
740
#if IS_ENABLED(CONFIG_NET_IPGRE)
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
743
#if IS_ENABLED(CONFIG_IPV6_GRE)
drivers/net/ethernet/microchip/lan743x_ptp.c
1495
if (!IS_ENABLED(CONFIG_PTP_1588_CLOCK))
drivers/net/ethernet/microchip/lan743x_ptp.c
1573
if (IS_ENABLED(CONFIG_PTP_1588_CLOCK) &&
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
547
if (IS_ENABLED(CONFIG_IPV6) &&
drivers/net/ethernet/natsemi/ns83820.c
123
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/netronome/nfp/crypto/tls.c
198
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/crypto/tls.c
294
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/crypto/tls.c
506
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/flower/action.c
426
if (!IS_ENABLED(CONFIG_IPV6) && ipv6)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
251
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
644
#if IS_ENABLED(CONFIG_INET)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
647
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
732
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
770
#if IS_ENABLED(CONFIG_INET)
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
817
#if IS_ENABLED(CONFIG_INET) && IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/pensando/ionic/ionic_lif.h
362
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
drivers/net/ethernet/qlogic/qed/qed_dev.c
3567
if (IS_ENABLED(CONFIG_QED_RDMA) &&
drivers/net/ethernet/qlogic/qed/qed_fcoe.h
25
#if IS_ENABLED(CONFIG_QED_FCOE)
drivers/net/ethernet/qlogic/qed/qed_iscsi.h
29
#if IS_ENABLED(CONFIG_QED_ISCSI)
drivers/net/ethernet/qlogic/qed/qed_main.c
1086
if (IS_ENABLED(CONFIG_QED_RDMA)) {
drivers/net/ethernet/qlogic/qed/qed_main.c
957
if (!IS_ENABLED(CONFIG_QED_RDMA) ||
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2496
if (!IS_ENABLED(CONFIG_QED_RDMA))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
775
if (IS_ENABLED(CONFIG_QEDE))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
778
if (IS_ENABLED(CONFIG_QED_SRIOV))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
781
if (IS_ENABLED(CONFIG_QED_RDMA))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
784
if (IS_ENABLED(CONFIG_QED_FCOE))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
787
if (IS_ENABLED(CONFIG_QED_ISCSI))
drivers/net/ethernet/qlogic/qed/qed_mcp.c
790
if (IS_ENABLED(CONFIG_QED_LL2))
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.h
87
#if IS_ENABLED(CONFIG_QED_NVMETCP)
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.h
19
#if IS_ENABLED(CONFIG_QED_NVMETCP)
drivers/net/ethernet/qlogic/qed/qed_ooo.h
60
#if IS_ENABLED(CONFIG_QED_OOO)
drivers/net/ethernet/qlogic/qed/qed_rdma.h
172
#if IS_ENABLED(CONFIG_QED_RDMA)
drivers/net/ethernet/qlogic/qed/qed_roce.h
12
#if IS_ENABLED(CONFIG_QED_RDMA)
drivers/net/ethernet/qlogic/qede/qede_ethtool.c
1044
#if IS_ENABLED(CONFIG_QED_RDMA)
drivers/net/ethernet/qualcomm/emac/emac.c
582
#if IS_ENABLED(CONFIG_ACPI)
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
107
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
200
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
266
} else if (IS_ENABLED(CONFIG_IPV6) &&
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
423
if (IS_ENABLED(CONFIG_IPV6) && skb->protocol == htons(ETH_P_IPV6))
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
457
if (IS_ENABLED(CONFIG_IPV6) && skb->protocol == htons(ETH_P_IPV6)) {
drivers/net/ethernet/realtek/r8169_main.c
5280
if (IS_ENABLED(CONFIG_R8169_LEDS))
drivers/net/ethernet/realtek/r8169_main.c
5792
if (IS_ENABLED(CONFIG_R8169_LEDS)) {
drivers/net/ethernet/sfc/ef10.c
4044
if (IS_ENABLED(CONFIG_PPC64))
drivers/net/ethernet/sfc/ef100_nic.c
1155
if (!IS_ENABLED(CONFIG_SFC_SRIOV) || !nic_data->grp_mae)
drivers/net/ethernet/sfc/ef100_nic.c
1204
if (IS_ENABLED(CONFIG_SFC_SRIOV) && efx->mae) {
drivers/net/ethernet/sfc/ef100_nic.c
1301
.sriov_configure = IS_ENABLED(CONFIG_SFC_SRIOV) ?
drivers/net/ethernet/sfc/ef100_nic.c
407
if (IS_ENABLED(CONFIG_SFC_SRIOV))
drivers/net/ethernet/sfc/ef100_nic.c
427
if (IS_ENABLED(CONFIG_SFC_SRIOV))
drivers/net/ethernet/sfc/falcon/falcon_boards.c
455
#if IS_ENABLED(CONFIG_SENSORS_LM90)
drivers/net/ethernet/sfc/falcon/falcon_boards.c
64
#if IS_ENABLED(CONFIG_SENSORS_LM87)
drivers/net/ethernet/sfc/tc_bindings.h
15
#if IS_ENABLED(CONFIG_SFC_SRIOV)
drivers/net/ethernet/sfc/tc_conntrack.h
15
#if IS_ENABLED(CONFIG_SFC_SRIOV)
drivers/net/ethernet/sfc/tc_counters.c
114
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sfc/tc_encap_actions.c
149
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sfc/tc_encap_actions.c
533
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sfc/tc_encap_actions.h
15
#if IS_ENABLED(CONFIG_SFC_SRIOV)
drivers/net/ethernet/sis/sis900.c
1428
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/sis/sis900.c
1754
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/sis/sis900.h
314
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/socionext/netsec.c
1892
if (!IS_ENABLED(CONFIG_ACPI))
drivers/net/ethernet/stmicro/stmmac/common.h
20
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c
58
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) && likely(dma_cfg->eame))
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c
83
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) && likely(dma_cfg->eame))
drivers/net/ethernet/stmicro/stmmac/stmmac.h
427
#if IS_ENABLED(CONFIG_STMMAC_SELFTESTS)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7915
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
383
#if IS_ENABLED(CONFIG_STMMAC_PLATFORM)
drivers/net/ethernet/sun/sunhme.c
2708
if (IS_ENABLED(CONFIG_SPARC))
drivers/net/ethernet/sun/sunvnet.c
23
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sun/sunvnet_common.c
1357
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sun/sunvnet_common.c
1372
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sun/sunvnet_common.c
23
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sun/sunvnet_common.c
340
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/sun/sunvnet_common.c
435
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ethernet/ti/am65-cpsw-ethtool.c
709
if (!IS_ENABLED(CONFIG_TI_K3_AM65_CPTS))
drivers/net/ethernet/ti/am65-cpsw-ethtool.c
789
if (!IS_ENABLED(CONFIG_TI_AM65_CPSW_QOS))
drivers/net/ethernet/ti/am65-cpsw-ethtool.c
844
if (!IS_ENABLED(CONFIG_TI_AM65_CPSW_QOS))
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1797
if (!IS_ENABLED(CONFIG_TI_K3_AM65_CPTS)) {
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1888
if (!IS_ENABLED(CONFIG_TI_K3_AM65_CPTS))
drivers/net/ethernet/ti/am65-cpsw-nuss.c
2563
if (!IS_ENABLED(CONFIG_TI_K3_AM65_CPTS))
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3273
IS_ENABLED(CONFIG_TI_K3_AM65_CPSW_SWITCHDEV)) {
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3334
IS_ENABLED(CONFIG_TI_K3_AM65_CPSW_SWITCHDEV))
drivers/net/ethernet/ti/am65-cpsw-qos.h
96
#if IS_ENABLED(CONFIG_TI_AM65_CPSW_QOS)
drivers/net/ethernet/ti/am65-cpsw-switchdev.h
10
#if IS_ENABLED(CONFIG_TI_K3_AM65_CPSW_SWITCHDEV)
drivers/net/ethernet/ti/am65-cpts.h
20
#if IS_ENABLED(CONFIG_TI_K3_AM65_CPTS)
drivers/net/ethernet/ti/cpsw.c
1351
if (!IS_ENABLED(CONFIG_TI_CPSW_PHY_SEL) &&
drivers/net/ethernet/ti/cpsw.h
17
#if IS_ENABLED(CONFIG_TI_CPSW_PHY_SEL)
drivers/net/ethernet/ti/cpsw_ethtool.c
704
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/cpsw_priv.c
552
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/cpts.h
11
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/davinci_emac.c
1734
if (!IS_ENABLED(CONFIG_OF) || !pdev->dev.of_node)
drivers/net/ethernet/ti/davinci_mdio.c
516
#if IS_ENABLED(CONFIG_OF)
drivers/net/ethernet/ti/davinci_mdio.c
554
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/net/ethernet/ti/davinci_mdio.c
576
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/net/ethernet/ti/netcp_ethss.c
182
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/netcp_ethss.c
2000
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/netcp_ethss.c
2527
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/netcp_ethss.c
2972
#if IS_ENABLED(CONFIG_TI_CPTS)
drivers/net/ethernet/ti/netcp_ethss.c
3713
if (IS_ENABLED(CONFIG_TI_CPTS) && IS_ERR(gbe_dev->cpts)) {
drivers/net/ethernet/wangxun/libwx/wx_hw.c
2266
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
2986
if (!IS_ENABLED(CONFIG_64BIT) && lp->features & XAE_FEATURE_DMA_64BIT) {
drivers/net/ethernet/xscale/ixp46x_ts.h
65
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK_IXP46X)
drivers/net/geneve.c
1029
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1039
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1086
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1113
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1133
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1402
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1513
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1579
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
192
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
1928
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2040
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2055
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2114
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2188
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2206
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2302
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
2328
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
238
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
339
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
351
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
745
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
92
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/geneve.c
98
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/gtp.c
1313
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/gtp.c
1391
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/gtp.c
1479
#if !IS_ENABLED(CONFIG_IPV6)
drivers/net/gtp.c
1839
#if !IS_ENABLED(CONFIG_IPV6)
drivers/net/hamradio/bpqether.c
445
#if IS_ENABLED(CONFIG_AX25)
drivers/net/ieee802154/ca8210.c
3013
if (IS_ENABLED(CONFIG_IEEE802154_CA8210_DEBUGFS))
drivers/net/ieee802154/ca8210.c
3056
if (IS_ENABLED(CONFIG_IEEE802154_CA8210_DEBUGFS)) {
drivers/net/ipa/ipa_main.c
693
BUILD_BUG_ON(!IS_ENABLED(CONFIG_64BIT) && sizeof(size_t) != 4);
drivers/net/ipvlan/ipvlan_core.c
183
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
36
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
370
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
376
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
474
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
63
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_core.c
74
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_l3s.c
107
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_l3s.c
124
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_l3s.c
62
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
1036
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
1052
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
1075
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
1092
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
831
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ipvlan/ipvlan_main.c
879
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/mctp/mctp-i2c.c
117
#if IS_ENABLED(CONFIG_I2C_MUX)
drivers/net/mctp/mctp-serial.c
527
#if IS_ENABLED(CONFIG_MCTP_SERIAL_TEST)
drivers/net/mdio/fwnode_mdio.c
27
if (!IS_ENABLED(CONFIG_PSE_CONTROLLER))
drivers/net/mdio/mdio-bcm-unimac.c
52
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/mdio/mdio-bcm-unimac.c
61
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/mdio/mdio-mscc-miim.c
68
if (!IS_ENABLED(CONFIG_HIGH_RES_TIMERS)) \
drivers/net/netconsole.c
1652
if (IS_ENABLED(CONFIG_NETCONSOLE_DYNAMIC)) {
drivers/net/netconsole.c
2076
if (!IS_ENABLED(CONFIG_NETCONSOLE_DYNAMIC))
drivers/net/netconsole.c
2136
if (IS_ENABLED(CONFIG_NETCONSOLE_DYNAMIC))
drivers/net/netconsole.c
355
if (IS_ENABLED(CONFIG_NETCONSOLE_EXTENDED_LOG))
drivers/net/netconsole.c
357
if (IS_ENABLED(CONFIG_NETCONSOLE_PREPEND_RELEASE))
drivers/net/netconsole.c
436
if (IS_ENABLED(CONFIG_IPV6) &&
drivers/net/netdevsim/fib.c
512
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/netdevsim/fib.c
642
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/netdevsim/fib.c
662
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/netdevsim/netdev.c
1075
if (IS_ENABLED(CONFIG_DEBUG_NET)) {
drivers/net/netdevsim/netdevsim.h
261
#if IS_ENABLED(CONFIG_PSAMPLE)
drivers/net/netdevsim/netdevsim.h
405
#if IS_ENABLED(CONFIG_XFRM_OFFLOAD)
drivers/net/netdevsim/netdevsim.h
424
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/netdevsim/netdevsim.h
437
#if IS_ENABLED(CONFIG_INET_PSP)
drivers/net/netdevsim/psp.c
103
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ovpn/peer.c
817
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ovpn/tcp.c
651
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ovpn/udp.c
209
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/ovpn/udp.c
320
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/phy/air_en8811h.c
1031
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/net/phy/air_en8811h.c
1130
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/net/phy/bcm-phy-lib.h
98
#if IS_ENABLED(CONFIG_BCM_NET_PHYPTP)
drivers/net/phy/bcm54140.c
139
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/bcm54140.c
146
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/bcm54140.c
597
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/bcm87xx.c
20
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/dp83822.c
742
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/dp83822.c
957
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/dp83867.c
503
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/dp83869.c
536
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/marvell-88q2xxx.c
625
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/marvell-88q2xxx.c
754
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/marvell.c
518
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mdio_bus.c
355
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mdio_bus_provider.c
144
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mdio_bus_provider.c
71
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mdio_devres.c
99
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/micrel.c
4386
if (!IS_ENABLED(CONFIG_PTP_1588_CLOCK) ||
drivers/net/phy/micrel.c
4387
!IS_ENABLED(CONFIG_NETWORK_PHY_TIMESTAMPING))
drivers/net/phy/micrel.c
5937
if (!IS_ENABLED(CONFIG_NETWORK_PHY_TIMESTAMPING))
drivers/net/phy/microchip_rds_ptp.h
212
#if IS_ENABLED(CONFIG_MICROCHIP_PHY_RDS_PTP)
drivers/net/phy/mscc/mscc.h
11
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/phy/mscc/mscc.h
394
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/phy/mscc/mscc.h
447
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mscc/mscc.h
470
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/phy/mscc/mscc.h
487
#if IS_ENABLED(CONFIG_NETWORK_PHY_TIMESTAMPING)
drivers/net/phy/mscc/mscc_macsec.c
289
(IS_ENABLED(CONFIG_NETWORK_PHY_TIMESTAMPING) ?
drivers/net/phy/mscc/mscc_main.c
121
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mscc/mscc_main.c
401
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/mscc/mscc_ptp.c
1365
IS_ENABLED(CONFIG_MACSEC) ?
drivers/net/phy/mscc/mscc_ptp.c
1370
IS_ENABLED(CONFIG_MACSEC) ?
drivers/net/phy/mscc/mscc_ptp.c
1481
if (!IS_ENABLED(CONFIG_MACSEC))
drivers/net/phy/mscc/mscc_ptp.c
270
ingr_latency = IS_ENABLED(CONFIG_MACSEC) ?
drivers/net/phy/mscc/mscc_ptp.c
272
egr_latency = IS_ENABLED(CONFIG_MACSEC) ?
drivers/net/phy/mxl-gpy.c
155
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/nxp-c45-tja11xx.c
1721
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/nxp-c45-tja11xx.c
1761
if (IS_ENABLED(CONFIG_PTP_1588_CLOCK) &&
drivers/net/phy/nxp-c45-tja11xx.c
1762
IS_ENABLED(CONFIG_NETWORK_PHY_TIMESTAMPING)) {
drivers/net/phy/nxp-c45-tja11xx.c
1784
if (IS_ENABLED(CONFIG_MACSEC)) {
drivers/net/phy/nxp-c45-tja11xx.h
34
#if IS_ENABLED(CONFIG_MACSEC)
drivers/net/phy/nxp-tja11xx.c
522
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/phy-core.c
245
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/phy-core.c
260
if (!IS_ENABLED(CONFIG_OF_MDIO) || !node)
drivers/net/phy/phy-core.c
291
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/phy.c
1396
if (IS_ENABLED(CONFIG_PM_SLEEP) && phydev->irq_suspended) {
drivers/net/phy/phy_device.c
3084
#if IS_ENABLED(CONFIG_OF_MDIO)
drivers/net/phy/phy_device.c
3392
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/phy_device.c
3478
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/phy_device.c
3783
if (IS_ENABLED(CONFIG_PHYLIB_LEDS) && !phy_driver_is_genphy(phydev)) {
drivers/net/phy/phy_device.c
3807
if (IS_ENABLED(CONFIG_PHYLIB_LEDS) && !phy_driver_is_genphy(phydev))
drivers/net/phy/phy_device.c
739
if (IS_ENABLED(CONFIG_MODULES) && ret < 0 && ret != -ENOENT) {
drivers/net/phy/qcom/at803x.c
291
if (!IS_ENABLED(CONFIG_OF_MDIO))
drivers/net/phy/qcom/qca807x.c
723
#if IS_ENABLED(CONFIG_GPIOLIB)
drivers/net/phy/realtek/realtek_main.c
1242
if (IS_ENABLED(CONFIG_REALTEK_PHY_HWMON) &&
drivers/net/phy/sfp.c
1800
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/net/phy/sfp.c
290
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/phy/sfp.c
298
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/net/phy/sfp.c
998
#if IS_ENABLED(CONFIG_HWMON)
drivers/net/tun.c
1952
} else if (!IS_ENABLED(CONFIG_4KSTACKS)) {
drivers/net/tun_vnet.h
13
bool be = IS_ENABLED(CONFIG_TUN_VNET_CROSS_LE) &&
drivers/net/tun_vnet.h
23
if (!IS_ENABLED(CONFIG_TUN_VNET_CROSS_LE))
drivers/net/tun_vnet.h
36
if (!IS_ENABLED(CONFIG_TUN_VNET_CROSS_LE))
drivers/net/usb/cdc_ether.c
22
#if IS_ENABLED(CONFIG_USB_NET_RNDIS_HOST)
drivers/net/usb/cdc_ncm.c
57
#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM)
drivers/net/vmxnet3/vmxnet3_ethtool.c
1286
if (IS_ENABLED(CONFIG_PCI_MSI) && adapter->intr.type == VMXNET3_IT_MSIX) {
drivers/net/vrf.c
117
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vrf.c
1243
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vrf.c
1437
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vrf.c
1475
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vrf.c
1572
#if IS_ENABLED(CONFIG_IP_MROUTE_MULTIPLE_TABLES)
drivers/net/vrf.c
1578
#if IS_ENABLED(CONFIG_IPV6_MROUTE_MULTIPLE_TABLES)
drivers/net/vrf.c
1586
#if IS_ENABLED(CONFIG_IPV6_MROUTE_MULTIPLE_TABLES)
drivers/net/vrf.c
1591
#if IS_ENABLED(CONFIG_IP_MROUTE_MULTIPLE_TABLES)
drivers/net/vrf.c
394
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vrf.c
599
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1169
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
125
if (IS_ENABLED(CONFIG_IPV6)) {
drivers/net/vxlan/vxlan_core.c
1435
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1508
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1527
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1606
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1627
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
1934
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2130
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2272
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2312
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2427
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2550
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2758
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
2888
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
3253
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
34
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
3661
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
3688
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
3777
if (!IS_ENABLED(CONFIG_IPV6)) {
drivers/net/vxlan/vxlan_core.c
3835
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
3856
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
4092
if (!IS_ENABLED(CONFIG_IPV6)) {
drivers/net/vxlan/vxlan_core.c
4115
if (!IS_ENABLED(CONFIG_IPV6)) {
drivers/net/vxlan/vxlan_core.c
4576
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_core.c
4593
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_mdb.c
116
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_mdb.c
1635
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_mdb.c
1669
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_mdb.c
357
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_mdb.c
390
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_multicast.c
132
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_multicast.c
145
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_multicast.c
158
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_multicast.c
36
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_multicast.c
70
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_private.h
79
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
109
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
274
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
51
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
58
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
710
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
86
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/vxlan/vxlan_vnifilter.c
912
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/allowedips.c
45
if (WARN_ON(IS_ENABLED(DEBUG) && *len >= MAX_ALLOWEDIPS_DEPTH))
drivers/net/wireguard/device.c
73
if (IS_ENABLED(CONFIG_PM_AUTOSLEEP) ||
drivers/net/wireguard/device.c
74
IS_ENABLED(CONFIG_PM_USERSPACE_AUTOSLEEP))
drivers/net/wireguard/noise.c
351
WARN_ON(IS_ENABLED(DEBUG) &&
drivers/net/wireguard/ratelimiter.c
100
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/ratelimiter.c
183
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/ratelimiter.c
215
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/ratelimiter.c
22
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/ratelimiter.c
69
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/selftest/allowedips.c
377
if (IS_ENABLED(DEBUG_PRINT_TRIE_GRAPHVIZ)) {
drivers/net/wireguard/selftest/allowedips.c
544
if (IS_ENABLED(DEBUG_PRINT_TRIE_GRAPHVIZ)) {
drivers/net/wireguard/selftest/allowedips.c
700
if (IS_ENABLED(DEBUG_RANDOM_TRIE) && success)
drivers/net/wireguard/selftest/ratelimiter.c
127
if (IS_ENABLED(CONFIG_KASAN) || IS_ENABLED(CONFIG_UBSAN))
drivers/net/wireguard/selftest/ratelimiter.c
156
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/selftest/ratelimiter.c
170
for (trials = TRIALS_BEFORE_GIVING_UP; IS_ENABLED(DEBUG_RATELIMITER_TIMINGS);) {
drivers/net/wireguard/selftest/ratelimiter.c
207
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/selftest/ratelimiter.c
66
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/socket.c
100
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/socket.c
245
} else if (IS_ENABLED(CONFIG_IPV6) && skb->protocol == htons(ETH_P_IPV6)) {
drivers/net/wireguard/socket.c
288
} else if (IS_ENABLED(CONFIG_IPV6) && endpoint->addr.sa_family == AF_INET6) {
drivers/net/wireguard/socket.c
365
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/socket.c
383
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireguard/socket.c
395
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/ath10k/debug.c
2587
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED)) {
drivers/net/wireless/ath/ath10k/debug.c
2625
if (IS_ENABLED(CONFIG_MAC80211_DEBUGFS))
drivers/net/wireless/ath/ath10k/debug.c
58
IS_ENABLED(CONFIG_ATH10K_DEBUG),
drivers/net/wireless/ath/ath10k/debug.c
59
IS_ENABLED(CONFIG_ATH10K_DEBUGFS),
drivers/net/wireless/ath/ath10k/debug.c
60
IS_ENABLED(CONFIG_ATH10K_TRACING),
drivers/net/wireless/ath/ath10k/debug.c
61
IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED),
drivers/net/wireless/ath/ath10k/debug.c
62
IS_ENABLED(CONFIG_NL80211_TESTMODE));
drivers/net/wireless/ath/ath10k/mac.c
10283
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED)) {
drivers/net/wireless/ath/ath10k/mac.c
10358
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector)
drivers/net/wireless/ath/ath10k/mac.c
10373
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector)
drivers/net/wireless/ath/ath10k/mac.c
3525
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) {
drivers/net/wireless/ath/ath10k/mac.c
3570
if (IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) {
drivers/net/wireless/ath/ath10k/wmi.c
4225
if (!IS_ENABLED(CONFIG_ATH10K_DFS_CERTIFIED))
drivers/net/wireless/ath/ath11k/ce.c
1062
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
drivers/net/wireless/ath/ath11k/dp.h
1649
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) {
drivers/net/wireless/ath/ath11k/hal.c
1042
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/wireless/ath/ath11k/mac.c
10129
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/ath11k/mac.c
10332
if (IS_ENABLED(CONFIG_MAC80211_MESH) &&
drivers/net/wireless/ath/ath11k/mac.c
9476
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/ath11k/reg.c
82
if (!IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS)) {
drivers/net/wireless/ath/ath12k/mac.c
14079
if (IS_ENABLED(CONFIG_MAC80211_MESH))
drivers/net/wireless/ath/ath12k/mac.c
14108
mesh = IS_ENABLED(CONFIG_MAC80211_MESH) &&
drivers/net/wireless/ath/ath12k/reg.c
89
if (!IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS)) {
drivers/net/wireless/ath/ath5k/led.c
108
if (!IS_ENABLED(CONFIG_MAC80211_LEDS) ||
drivers/net/wireless/ath/ath5k/led.c
150
if (!IS_ENABLED(CONFIG_MAC80211_LEDS) || !led->ah)
drivers/net/wireless/ath/ath5k/led.c
173
if (!IS_ENABLED(CONFIG_MAC80211_LEDS) || !ah->pdev)
drivers/net/wireless/ath/ath5k/led.c
92
if (IS_ENABLED(CONFIG_MAC80211_LEDS) &&
drivers/net/wireless/ath/ath6kl/cfg80211.c
3889
if (IS_ENABLED(CONFIG_ATH6KL_REGDOMAIN) &&
drivers/net/wireless/ath/ath9k/common-spectral.c
721
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/common-spectral.c
799
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/init.c
454
if (!IS_ENABLED(CONFIG_ATH9K_PCOEM))
drivers/net/wireless/ath/ath9k/init.c
938
if (!IS_ENABLED(CONFIG_ATH9K_TX99)) {
drivers/net/wireless/ath/ath9k/main.c
1339
if (IS_ENABLED(CONFIG_ATH9K_TX99)) {
drivers/net/wireless/ath/ath9k/main.c
1389
if (IS_ENABLED(CONFIG_ATH9K_TX99)) {
drivers/net/wireless/ath/ath9k/main.c
1449
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/main.c
1468
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/main.c
2072
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/main.c
2123
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/ath9k/recv.c
380
if (IS_ENABLED(CONFIG_ATH9K_TX99))
drivers/net/wireless/ath/dfs_pattern_detector.c
354
if (!IS_ENABLED(CONFIG_CFG80211_CERTIFICATION_ONUS))
drivers/net/wireless/ath/regd.c
119
if (IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_CERT_TESTING))
drivers/net/wireless/ath/regd.c
191
if (!IS_ENABLED(CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS))
drivers/net/wireless/ath/wcn36xx/main.c
1254
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/wcn36xx/main.c
1380
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/wcn36xx/smd.c
2928
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/wcn36xx/wcn36xx.h
143
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/ath/wil6210/pcie_bus.c
431
if (IS_ENABLED(CONFIG_PM))
drivers/net/wireless/broadcom/b43/main.c
112
static int modparam_allhwsupport = !IS_ENABLED(CONFIG_BRCMSMAC);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
1011
#if IS_ENABLED(CONFIG_ACPI)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
1027
#if IS_ENABLED(CONFIG_ACPI)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
794
if (!IS_ENABLED(CONFIG_PM_SLEEP))
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
844
return IS_ENABLED(CONFIG_PM_SLEEP) &&
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
859
if (IS_ENABLED(CONFIG_PM_SLEEP))
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
865
if (IS_ENABLED(CONFIG_PM_SLEEP))
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8300
#if IS_ENABLED(CONFIG_PM)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
1087
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
1262
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
1445
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
209
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
47
if (IS_ENABLED(CONFIG_BRCMDBG) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
48
IS_ENABLED(CONFIG_BRCM_TRACING) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
56
if (IS_ENABLED(CONFIG_BRCMDBG) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
57
IS_ENABLED(CONFIG_BRCM_TRACING) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
30
if (IS_ENABLED(CONFIG_BRCMDBG) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
31
IS_ENABLED(CONFIG_BRCM_TRACING) || \
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
4031
if (IS_ENABLED(CONFIG_PM_SLEEP) &&
drivers/net/wireless/intel/iwlegacy/4965-rs.c
2499
if (!IS_ENABLED(CONFIG_MAC80211_DEBUGFS))
drivers/net/wireless/intel/iwlegacy/4965-rs.c
2778
.add_sta_debugfs = PTR_IF(IS_ENABLED(CONFIG_MAC80211_DEBUGFS),
drivers/net/wireless/intel/iwlegacy/common.h
1318
#if IS_ENABLED(CONFIG_IWL3945)
drivers/net/wireless/intel/iwlegacy/common.h
1349
#if IS_ENABLED(CONFIG_IWL4965)
drivers/net/wireless/intel/iwlwifi/iwl-config.h
531
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/iwl-config.h
692
#if IS_ENABLED(CONFIG_IWLDVM)
drivers/net/wireless/intel/iwlwifi/iwl-config.h
723
#if IS_ENABLED(CONFIG_IWLMVM)
drivers/net/wireless/intel/iwlwifi/iwl-config.h
742
#if IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1859
#if IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
78
#if IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
92
#if IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/iwl-drv.h
100
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h
92
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h
320
#if IS_ENABLED(CONFIG_IWLMEI)
drivers/net/wireless/intel/iwlwifi/mei/main.c
1877
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1797
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
189
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mld/d3.h
29
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mld/d3.h
45
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
2012
if (!IS_ENABLED(CONFIG_INET))
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
2786
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
637
(IS_ENABLED(CONFIG_PM_SLEEP) && iwl_mld_no_wowlan_suspend(mld)))
drivers/net/wireless/intel/iwlwifi/mld/mld.c
339
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mld/mld.h
513
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mld/mlo.h
167
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mld/notif.c
479
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mld/tx.c
214
#if IS_ENABLED(CONFIG_INET)
drivers/net/wireless/intel/iwlwifi/mld/tx.c
237
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
40
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3567
#if IS_ENABLED(CONFIG_IWLMEI)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
6303
if (!IS_ENABLED(CONFIG_INET))
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
6417
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
1088
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
1965
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2306
#if IS_ENABLED(CONFIG_IWLMEI)
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
460
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
53
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
737
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
52
#if IS_ENABLED(CONFIG_INET)
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
71
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
1041
#if IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
1087
#if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
224
#if IS_ENABLED(CONFIG_IWLMVM)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
35
#if IS_ENABLED(CONFIG_IWLDVM)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
504
#if IS_ENABLED(CONFIG_IWLMVM) || IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
592
#if IS_ENABLED(CONFIG_IWLDVM)
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
798
#if IS_ENABLED(CONFIG_IWLMVM)
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
4221
#if !IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
4241
#if IS_ENABLED(CONFIG_IWLMVM)
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
277
#if IS_ENABLED(CONFIG_IWLMVM) || IS_ENABLED(CONFIG_IWLMLD)
drivers/net/wireless/mediatek/mt76/dma.c
963
(IS_ENABLED(CONFIG_NET_MEDIATEK_SOC_WED) &&
drivers/net/wireless/mediatek/mt76/dma.h
49
#if IS_ENABLED(CONFIG_NET_MEDIATEK_SOC_WED)
drivers/net/wireless/mediatek/mt76/dma.h
73
#elif IS_ENABLED(CONFIG_MT76_NPU)
drivers/net/wireless/mediatek/mt76/eeprom.c
379
if (!IS_ENABLED(CONFIG_OF))
drivers/net/wireless/mediatek/mt76/mac80211.c
575
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mac80211.c
606
if (IS_ENABLED(CONFIG_MT76_LEDS))
drivers/net/wireless/mediatek/mt76/mac80211.c
779
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mac80211.c
804
if (IS_ENABLED(CONFIG_MT76_LEDS))
drivers/net/wireless/mediatek/mt76/mt7603/init.c
546
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt7615/init.c
586
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt7615/mmio.c
256
if (IS_ENABLED(CONFIG_MT7622_WMAC)) {
drivers/net/wireless/mediatek/mt76/mt7615/mmio.c
267
if (IS_ENABLED(CONFIG_MT7622_WMAC))
drivers/net/wireless/mediatek/mt76/mt7615/pci_init.c
77
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt76_connac.h
247
if (!IS_ENABLED(CONFIG_MT7622_WMAC))
drivers/net/wireless/mediatek/mt76/mt76x02_util.c
168
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt7915/init.c
477
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt7915/init.c
557
if (!IS_ENABLED(CONFIG_MT76_LEDS))
drivers/net/wireless/mediatek/mt76/mt7915/mmio.c
976
if (IS_ENABLED(CONFIG_MT798X_WMAC)) {
drivers/net/wireless/mediatek/mt76/mt7915/mmio.c
994
if (IS_ENABLED(CONFIG_MT798X_WMAC))
drivers/net/wireless/mediatek/mt76/mt7921/init.c
288
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
844
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7921/main.c
1203
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7921/main.c
1536
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
129
if (IS_ENABLED(CONFIG_IPV6)) {
drivers/net/wireless/mediatek/mt76/mt7925/init.c
216
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
1474
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7925/main.c
1565
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7925/main.c
2176
#if IS_ENABLED(CONFIG_IPV6)
drivers/net/wireless/mediatek/mt76/mt7925/regs.h
77
#if IS_ENABLED(CONFIG_MT76_DEV)
drivers/net/wireless/mediatek/mt76/mt7996/init.c
528
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/mt7996/init.c
603
if (IS_ENABLED(CONFIG_MT76_LEDS)) {
drivers/net/wireless/mediatek/mt76/pci.c
31
if (IS_ENABLED(CONFIG_PCIEASPM)) {
drivers/net/wireless/microchip/wilc1000/sdio.c
163
if (IS_ENABLED(CONFIG_WILC1000_HW_OOB_INTR)) {
drivers/net/wireless/quantenna/qtnfmac/core.c
679
if (IS_ENABLED(CONFIG_NET_SWITCHDEV) &&
drivers/net/wireless/rsi/rsi_91x_sdio.c
1226
if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
drivers/net/wireless/rsi/rsi_91x_sdio.c
1407
if (IS_ENABLED(CONFIG_RSI_COEX) && common->coex_mode > 1 &&
drivers/net/wireless/rsi/rsi_91x_sdio.c
1459
if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
drivers/net/wireless/rsi/rsi_91x_usb.c
882
if (IS_ENABLED(CONFIG_RSI_COEX) && adapter->priv->coex_mode > 1 &&
drivers/net/wireless/silabs/wfx/bus_spi.c
250
if (func->bits_per_word == 8 || IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/net/wireless/silabs/wfx/main.c
497
if (IS_ENABLED(CONFIG_SPI)) {
drivers/net/wireless/silabs/wfx/main.c
502
if (IS_ENABLED(CONFIG_MMC)) {
drivers/net/wireless/silabs/wfx/main.c
511
if (IS_ENABLED(CONFIG_SPI))
drivers/net/wireless/silabs/wfx/main.c
520
if (IS_ENABLED(CONFIG_MMC))
drivers/net/wireless/silabs/wfx/main.c
522
if (IS_ENABLED(CONFIG_SPI))
drivers/net/wireless/st/cw1200/cw1200_spi.c
467
.pm = IS_ENABLED(CONFIG_PM) ? &cw1200_pm_ops : NULL,
drivers/net/wwan/wwan_core.c
504
#if IS_ENABLED(CONFIG_GNSS)
drivers/net/wwan/wwan_core.c
711
#if IS_ENABLED(CONFIG_GNSS)
drivers/net/wwan/wwan_hwsim.c
201
#if IS_ENABLED(CONFIG_GNSS)
drivers/net/wwan/wwan_hwsim.c
313
#if IS_ENABLED(CONFIG_GNSS)
drivers/net/wwan/wwan_hwsim.c
606
#if IS_ENABLED(CONFIG_GNSS)
drivers/nvdimm/btt.c
1506
if (btt_meta_size(btt) && IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY)) {
drivers/nvdimm/bus.c
709
if (!IS_ENABLED(CONFIG_NUMA))
drivers/nvdimm/dimm_devs.c
360
if (IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST))
drivers/nvdimm/namespace_devs.c
96
if (!IS_ENABLED(CONFIG_ZONE_DEVICE))
drivers/nvdimm/nd-core.h
145
#if IS_ENABLED(CONFIG_ND_CLAIM)
drivers/nvdimm/nd-core.h
71
#if IS_ENABLED(CONFIG_NVDIMM_KEYS)
drivers/nvdimm/nd.h
525
#if IS_ENABLED(CONFIG_NVDIMM_KEYS)
drivers/nvdimm/nd.h
541
#if IS_ENABLED(CONFIG_BTT)
drivers/nvdimm/nd.h
564
#if IS_ENABLED(CONFIG_NVDIMM_PFN)
drivers/nvdimm/nd.h
599
#if IS_ENABLED(CONFIG_NVDIMM_DAX)
drivers/nvdimm/nd.h
662
#if IS_ENABLED(CONFIG_ND_CLAIM)
drivers/nvdimm/pfn_devs.c
16
static const bool page_struct_override = IS_ENABLED(CONFIG_NVDIMM_KMSAN);
drivers/nvdimm/pmem.c
494
if (!IS_ENABLED(CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE) || fua < 0) {
drivers/nvdimm/region_devs.c
1171
|| !IS_ENABLED(CONFIG_ARCH_HAS_PMEM_API))
drivers/nvdimm/region_devs.c
81
if (IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST)) {
drivers/nvdimm/security.c
181
if (IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST))
drivers/nvme/host/core.c
1834
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) ||
drivers/nvme/host/core.c
2362
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
drivers/nvme/host/core.c
2388
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
drivers/nvme/host/core.c
2457
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
drivers/nvme/host/core.c
426
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
drivers/nvme/host/fabrics.c
1052
if (!IS_ENABLED(CONFIG_NVME_TCP_TLS)) {
drivers/nvme/host/fabrics.c
1060
if (!IS_ENABLED(CONFIG_NVME_TCP_TLS)) {
drivers/nvme/host/fabrics.c
664
if (!IS_ENABLED(CONFIG_NVME_TCP_TLS)) {
drivers/nvme/host/fc.c
1889
if (!IS_ENABLED(CONFIG_BLK_CGROUP_FC_APPID) || !rq || !rq->bio)
drivers/nvme/host/nvme.h
574
return IS_ENABLED(CONFIG_NVME_MULTIPATH) && head->disk;
drivers/nvme/host/rdma.c
2029
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) &&
drivers/nvme/host/tcp.c
238
if (!IS_ENABLED(CONFIG_NVME_TCP_TLS))
drivers/nvme/host/tcp.c
249
if (!IS_ENABLED(CONFIG_NVME_TCP_TLS))
drivers/nvme/target/admin-cmd.c
1126
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
drivers/nvme/target/admin-cmd.c
1139
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
drivers/nvme/target/admin-cmd.c
424
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED)) {
drivers/nvme/target/configfs.c
2035
if (IS_ENABLED(CONFIG_NVME_TARGET_TCP_TLS) && nvme_keyring_id()) {
drivers/nvme/target/configfs.c
466
if (!IS_ENABLED(CONFIG_NVME_TARGET_TCP_TLS)) {
drivers/nvme/target/core.c
1131
if (IS_ENABLED(CONFIG_BLK_DEV_ZONED))
drivers/nvme/target/core.c
1311
if (!IS_ENABLED(CONFIG_PCI_P2PDMA) ||
drivers/nvme/target/fabrics-cmd-auth.c
48
if (!IS_ENABLED(CONFIG_NVME_TARGET_TCP_TLS))
drivers/nvme/target/io-cmd-bdev.c
111
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
drivers/nvme/target/nvmet.h
735
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
drivers/nvme/target/nvmet.h
846
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
drivers/nvme/target/rdma.c
786
if (!IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
drivers/nvmem/core.c
1146
#if IS_ENABLED(CONFIG_OF)
drivers/nvmem/core.c
1369
#if IS_ENABLED(CONFIG_OF)
drivers/nvmem/internals.h
38
#if IS_ENABLED(CONFIG_OF)
drivers/nvmem/stm32-bsec-optee-ta.h
8
#if IS_ENABLED(CONFIG_NVMEM_STM32_BSEC_OPTEE_TA)
drivers/nvmem/stm32-romem.c
58
#if IS_ENABLED(CONFIG_HAVE_ARM_SMCCC)
drivers/of/address.c
1102
if (!IS_ENABLED(CONFIG_PCI))
drivers/of/address.c
113
if (!IS_ENABLED(CONFIG_PCI))
drivers/of/address.c
398
if (IS_ENABLED(CONFIG_PPC)) {
drivers/of/base.c
1913
if (IS_ENABLED(CONFIG_PPC) && !name)
drivers/of/base.c
2065
if (IS_ENABLED(CONFIG_PPC_PMAC) && of_node_is_type(np, "cpu"))
drivers/of/base.c
600
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) &&
drivers/of/base.c
91
IS_ENABLED(CONFIG_SPARC) || \
drivers/of/cpu.c
91
if (IS_ENABLED(CONFIG_PPC) &&
drivers/of/device.c
42
if (!IS_ENABLED(CONFIG_DMA_RESTRICTED_POOL))
drivers/of/dynamic.c
216
if (IS_ENABLED(CONFIG_PPC_PSERIES) && !phandle)
drivers/of/dynamic.c
355
if (!IS_ENABLED(CONFIG_OF_UNITTEST) ||
drivers/of/fdt.c
305
if (!IS_ENABLED(CONFIG_OF_KOBJ) &&
drivers/of/fdt.c
476
if (!IS_ENABLED(CONFIG_CRASH_DUMP) || !elfcorehdr_size)
drivers/of/fdt.c
807
if (!IS_ENABLED(CONFIG_ARM64) &&
drivers/of/fdt.c
808
!(IS_ENABLED(CONFIG_RISCV) && IS_ENABLED(CONFIG_64BIT))) {
drivers/of/fdt.c
825
if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD))
drivers/of/fdt.c
856
if (!IS_ENABLED(CONFIG_CRASH_DUMP))
drivers/of/fdt.c
926
if (!IS_ENABLED(CONFIG_KEXEC_HANDOVER) || (long)node < 0)
drivers/of/kexec.c
199
if (!IS_ENABLED(CONFIG_HAVE_IMA_KEXEC))
drivers/of/kobj.c
122
if (!IS_ENABLED(CONFIG_SYSFS) || !of_kset)
drivers/of/kobj.c
70
if (!IS_ENABLED(CONFIG_SYSFS))
drivers/of/kobj.c
89
if (!IS_ENABLED(CONFIG_SYSFS))
drivers/of/of_kunit_helpers.c
21
if ((IS_ENABLED(CONFIG_ARM64) || IS_ENABLED(CONFIG_RISCV)) &&
drivers/of/of_kunit_helpers.c
22
IS_ENABLED(CONFIG_ACPI) && !of_root)
drivers/of/of_private.h
218
#if IS_ENABLED(CONFIG_KUNIT)
drivers/of/of_reserved_mem.c
432
if (IS_ENABLED(CONFIG_CMA)
drivers/of/of_test.c
151
if (!IS_ENABLED(CONFIG_OF_ADDRESS))
drivers/of/of_test.c
43
if (!IS_ENABLED(CONFIG_OF_EARLY_FLATTREE))
drivers/of/overlay_test.c
68
if (!IS_ENABLED(CONFIG_OF_OVERLAY))
drivers/of/overlay_test.c
70
if (!IS_ENABLED(CONFIG_OF_EARLY_FLATTREE))
drivers/of/platform.c
507
if (IS_ENABLED(CONFIG_PPC)) {
drivers/of/property.c
1456
if (!IS_ENABLED(CONFIG_OF_IRQ) || IS_ENABLED(CONFIG_PPC))
drivers/of/property.c
1474
if (!IS_ENABLED(CONFIG_OF_IRQ))
drivers/of/property.c
1628
if (IS_ENABLED(CONFIG_X86))
drivers/of/unittest.c
1101
if (!IS_ENABLED(CONFIG_OF_ADDRESS))
drivers/of/unittest.c
1168
if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT))
drivers/of/unittest.c
1182
if (!IS_ENABLED(CONFIG_PCI))
drivers/of/unittest.c
1233
if (!IS_ENABLED(CONFIG_PCI))
drivers/of/unittest.c
1441
if (!IS_ENABLED(CONFIG_OF_ADDRESS))
drivers/of/unittest.c
1774
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/of/unittest.c
3052
#if IS_BUILTIN(CONFIG_I2C) && IS_ENABLED(CONFIG_OF_OVERLAY)
drivers/of/unittest.c
4434
if (!IS_ENABLED(CONFIG_PCI_DYNAMIC_OF_NODES))
drivers/pci/controller/cadence/pci-j721e.c
498
if (!IS_ENABLED(CONFIG_PCI_J721E_HOST))
drivers/pci/controller/cadence/pci-j721e.c
517
if (!IS_ENABLED(CONFIG_PCI_J721E_EP))
drivers/pci/controller/cadence/pci-j721e.c
623
if (IS_ENABLED(CONFIG_PCI_J721E_HOST)) {
drivers/pci/controller/cadence/pci-j721e.c
637
if (IS_ENABLED(CONFIG_PCI_J721E_EP)) {
drivers/pci/controller/cadence/pci-j721e.c
666
if (IS_ENABLED(CONFIG_PCI_J721E_HOST) &&
drivers/pci/controller/cadence/pci-j721e.c
670
} else if (IS_ENABLED(CONFIG_PCI_J721E_EP)) {
drivers/pci/controller/cadence/pci-j721e.c
736
if (IS_ENABLED(CONFIG_PCI_J721E_HOST)) {
drivers/pci/controller/cadence/pci-j721e.c
751
if (IS_ENABLED(CONFIG_PCI_J721E_HOST)) {
drivers/pci/controller/cadence/pcie-cadence-plat.c
61
if (!IS_ENABLED(CONFIG_PCIE_CADENCE_PLAT_HOST))
drivers/pci/controller/cadence/pcie-cadence-plat.c
89
if (!IS_ENABLED(CONFIG_PCIE_CADENCE_PLAT_EP))
drivers/pci/controller/cadence/pcie-cadence.h
427
#if IS_ENABLED(CONFIG_PCIE_CADENCE_HOST)
drivers/pci/controller/cadence/pcie-cadence.h
467
#if IS_ENABLED(CONFIG_PCIE_CADENCE_EP)
drivers/pci/controller/dwc/pci-dra7xx.c
799
if (!IS_ENABLED(CONFIG_PCI_DRA7XX_HOST)) {
drivers/pci/controller/dwc/pci-dra7xx.c
816
if (!IS_ENABLED(CONFIG_PCI_DRA7XX_EP)) {
drivers/pci/controller/dwc/pci-keystone.c
1260
if (!IS_ENABLED(CONFIG_PCI_KEYSTONE_HOST)) {
drivers/pci/controller/dwc/pci-keystone.c
1291
if (!IS_ENABLED(CONFIG_PCI_KEYSTONE_EP)) {
drivers/pci/controller/dwc/pci-keystone.c
678
if (!IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/dwc/pcie-artpec6.c
437
if (!IS_ENABLED(CONFIG_PCIE_ARTPEC6_HOST))
drivers/pci/controller/dwc/pcie-artpec6.c
447
if (!IS_ENABLED(CONFIG_PCIE_ARTPEC6_EP))
drivers/pci/controller/dwc/pcie-designware-plat.c
137
if (!IS_ENABLED(CONFIG_PCIE_DW_PLAT_HOST))
drivers/pci/controller/dwc/pcie-designware-plat.c
143
if (!IS_ENABLED(CONFIG_PCIE_DW_PLAT_EP))
drivers/pci/controller/dwc/pcie-dw-rockchip.c
556
if (!IS_ENABLED(CONFIG_PCIE_ROCKCHIP_DW_HOST))
drivers/pci/controller/dwc/pcie-dw-rockchip.c
580
if (!IS_ENABLED(CONFIG_PCIE_ROCKCHIP_DW_EP))
drivers/pci/controller/dwc/pcie-keembay.c
385
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/dwc/pcie-keembay.c
425
if (!IS_ENABLED(CONFIG_PCIE_KEEMBAY_HOST))
drivers/pci/controller/dwc/pcie-keembay.c
430
if (!IS_ENABLED(CONFIG_PCIE_KEEMBAY_EP))
drivers/pci/controller/dwc/pcie-qcom.c
634
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/dwc/pcie-rcar-gen4.c
361
if (!IS_ENABLED(CONFIG_PCIE_RCAR_GEN4_HOST))
drivers/pci/controller/dwc/pcie-rcar-gen4.c
465
if (!IS_ENABLED(CONFIG_PCIE_RCAR_GEN4_EP))
drivers/pci/controller/dwc/pcie-spear13xx.c
108
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/dwc/pcie-spear13xx.c
94
BUG_ON(!IS_ENABLED(CONFIG_PCI_MSI));
drivers/pci/controller/dwc/pcie-tegra194.c
2408
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/dwc/pcie-tegra194.c
770
if (IS_ENABLED(CONFIG_PCIEAER))
drivers/pci/controller/dwc/pcie-tegra194.c
812
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pci-hyperv.c
2123
if (IS_ENABLED(CONFIG_X86))
drivers/pci/controller/pci-hyperv.c
2172
if (IS_ENABLED(CONFIG_X86))
drivers/pci/controller/pci-ixp4xx.c
640
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/pci/controller/pci-tegra.c
1715
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pci-tegra.c
1753
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pci-tegra.c
1798
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pci-tegra.c
2607
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/pci/controller/pci-tegra.c
2647
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pci-tegra.c
2676
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pci-xgene.c
599
if (!IS_ENABLED(CONFIG_PCI_XGENE_MSI))
drivers/pci/controller/pcie-iproc.c
1499
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pcie-mediatek.c
542
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-mediatek.c
586
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-mediatek.c
616
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-mediatek.c
738
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pcie-rcar-host.c
1000
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-rcar-host.c
1017
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pcie-rcar-host.c
1062
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-rcar-host.c
478
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pcie-rzg3s-host.c
924
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-rzg3s-host.c
938
if (IS_ENABLED(CONFIG_PCI_MSI))
drivers/pci/controller/pcie-xilinx-nwl.c
883
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/controller/pcie-xilinx.c
480
if (IS_ENABLED(CONFIG_PCI_MSI)) {
drivers/pci/ecam.c
19
static const bool per_bus_mapping = !IS_ENABLED(CONFIG_64BIT);
drivers/pci/endpoint/pci-epf-core.c
430
if (!IS_ENABLED(CONFIG_PCI_ENDPOINT_CONFIGFS))
drivers/pci/endpoint/pci-epf-core.c
458
if (!IS_ENABLED(CONFIG_PCI_ENDPOINT_CONFIGFS))
drivers/pci/msi/irqdomain.c
303
if (IS_ENABLED(CONFIG_PCI_MSI_ARCH_FALLBACKS))
drivers/pci/of.c
451
#if IS_ENABLED(CONFIG_OF_IRQ)
drivers/pci/pci-acpi.c
812
if (!IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
drivers/pci/pci-driver.c
1673
if (IS_ENABLED(CONFIG_OF) && bridge->parent &&
drivers/pci/pci.c
3006
if (!IS_ENABLED(CONFIG_X86) || dmi_get_bios_year() >= 2015)
drivers/pci/pcie/dpc.c
115
if (!host->native_dpc && !IS_ENABLED(CONFIG_PCIE_EDR))
drivers/pci/pcie/portdrv.c
234
if (!IS_ENABLED(CONFIG_HOTPLUG_PCI_PCIE))
drivers/pci/pcie/ptm.c
280
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/peci/controller/peci-aspeed.c
242
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
drivers/peci/controller/peci-aspeed.c
283
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
drivers/peci/controller/peci-npcm.c
103
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
drivers/peci/controller/peci-npcm.c
141
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
drivers/perf/arm_pmu_acpi.c
128
#if IS_ENABLED(CONFIG_ARM_SPE_PMU)
drivers/perf/arm_pmu_acpi.c
166
#if IS_ENABLED(CONFIG_CORESIGHT_TRBE)
drivers/perf/arm_pmu_platform.c
214
if (IS_ENABLED(CONFIG_ARM64) && pmu->secure_access) {
drivers/perf/arm_pmuv3.c
422
if (IS_ENABLED(CONFIG_ARM))
drivers/perf/arm_pmuv3.c
491
return (IS_ENABLED(CONFIG_ARM64) && is_pmuv3p5(cpu_pmu->pmuver));
drivers/perf/arm_pmuv3.c
649
if (IS_ENABLED(CONFIG_ARM64))
drivers/perf/arm_spe_pmu.c
53
if (IS_ENABLED(CONFIG_PID_IN_CONTEXTIDR) && !perf_allow_kernel())
drivers/perf/riscv_pmu_legacy.c
54
if (IS_ENABLED(CONFIG_32BIT))
drivers/perf/riscv_pmu_legacy.c
58
if (IS_ENABLED(CONFIG_32BIT))
drivers/perf/riscv_pmu_sbi.c
1201
} else if (IS_ENABLED(CONFIG_ERRATA_THEAD_PMU) &&
drivers/perf/riscv_pmu_sbi.c
1209
IS_ENABLED(CONFIG_ANDES_CUSTOM_PMU)) {
drivers/perf/riscv_pmu_sbi.c
328
if (IS_ENABLED(CONFIG_32BIT))
drivers/perf/riscv_pmu_sbi.c
718
if (IS_ENABLED(CONFIG_32BIT))
drivers/perf/riscv_pmu_sbi.c
763
if (IS_ENABLED(CONFIG_32BIT) && sbi_v2_available && info.width >= 32) {
drivers/perf/riscv_pmu_sbi.c
774
if (IS_ENABLED(CONFIG_32BIT))
drivers/perf/starfive_starlink_pmu.c
485
if (!IS_ENABLED(CONFIG_CPU_PM))
drivers/perf/starfive_starlink_pmu.c
494
if (!IS_ENABLED(CONFIG_CPU_PM))
drivers/phy/broadcom/phy-brcm-usb-init.h
100
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/phy/broadcom/phy-brcm-usb-init.h
91
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/phy/mediatek/phy-mtk-tphy.c
349
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
4423
#if IS_ENABLED(CONFIG_TYPEC)
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
1702
#if IS_ENABLED(CONFIG_TYPEC)
drivers/phy/samsung/phy-exynos5-usbdrd.c
1895
if (!IS_ENABLED(CONFIG_TYPEC))
drivers/phy/tegra/xusb-tegra186.c
1585
#if IS_ENABLED(CONFIG_ARCH_TEGRA_186_SOC)
drivers/phy/tegra/xusb-tegra186.c
1653
#if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC) || \
drivers/phy/tegra/xusb-tegra186.c
1654
IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC)
drivers/pinctrl/cirrus/pinctrl-cs42l43.c
123
#if IS_ENABLED(CONFIG_OF)
drivers/pinctrl/cirrus/pinctrl-madera-core.c
1021
if (IS_ENABLED(CONFIG_PINCTRL_CS47L15))
drivers/pinctrl/cirrus/pinctrl-madera-core.c
1025
if (IS_ENABLED(CONFIG_PINCTRL_CS47L35))
drivers/pinctrl/cirrus/pinctrl-madera-core.c
1030
if (IS_ENABLED(CONFIG_PINCTRL_CS47L85))
drivers/pinctrl/cirrus/pinctrl-madera-core.c
1035
if (IS_ENABLED(CONFIG_PINCTRL_CS47L90))
drivers/pinctrl/cirrus/pinctrl-madera-core.c
1041
if (IS_ENABLED(CONFIG_PINCTRL_CS47L92))
drivers/pinctrl/cirrus/pinctrl-madera-core.c
570
#if IS_ENABLED(CONFIG_OF)
drivers/pinctrl/cirrus/pinctrl-madera-core.c
574
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/pinctrl/devicetree.c
134
if (IS_ENABLED(CONFIG_MODULES) && !allow_default && ret < 0)
drivers/pinctrl/mediatek/mtk-eint.h
91
#if IS_ENABLED(CONFIG_EINT_MTK)
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c
373
if (!IS_ENABLED(CONFIG_EINT_MTK))
drivers/pinctrl/pinctrl-cy8c95x0.c
474
#if IS_ENABLED(CONFIG_DEBUG_PINCTRL)
drivers/pinctrl/pinctrl-ingenic.c
155
IS_ENABLED(CONFIG_MACH_JZ4740) << ID_JZ4740 |
drivers/pinctrl/pinctrl-ingenic.c
156
IS_ENABLED(CONFIG_MACH_JZ4725B) << ID_JZ4725B |
drivers/pinctrl/pinctrl-ingenic.c
157
IS_ENABLED(CONFIG_MACH_JZ4750) << ID_JZ4750 |
drivers/pinctrl/pinctrl-ingenic.c
158
IS_ENABLED(CONFIG_MACH_JZ4755) << ID_JZ4755 |
drivers/pinctrl/pinctrl-ingenic.c
159
IS_ENABLED(CONFIG_MACH_JZ4760) << ID_JZ4760 |
drivers/pinctrl/pinctrl-ingenic.c
160
IS_ENABLED(CONFIG_MACH_JZ4770) << ID_JZ4770 |
drivers/pinctrl/pinctrl-ingenic.c
161
IS_ENABLED(CONFIG_MACH_JZ4775) << ID_JZ4775 |
drivers/pinctrl/pinctrl-ingenic.c
162
IS_ENABLED(CONFIG_MACH_JZ4780) << ID_JZ4780 |
drivers/pinctrl/pinctrl-ingenic.c
163
IS_ENABLED(CONFIG_MACH_X1000) << ID_X1000 |
drivers/pinctrl/pinctrl-ingenic.c
164
IS_ENABLED(CONFIG_MACH_X1500) << ID_X1500 |
drivers/pinctrl/pinctrl-ingenic.c
165
IS_ENABLED(CONFIG_MACH_X1600) << ID_X1600 |
drivers/pinctrl/pinctrl-ingenic.c
166
IS_ENABLED(CONFIG_MACH_X1830) << ID_X1830 |
drivers/pinctrl/pinctrl-ingenic.c
167
IS_ENABLED(CONFIG_MACH_X2000) << ID_X2000 |
drivers/pinctrl/pinctrl-ingenic.c
168
IS_ENABLED(CONFIG_MACH_X2100) << ID_X2100;
drivers/pinctrl/pinctrl-ingenic.c
4595
#define IF_ENABLED(cfg, ptr) PTR_IF(IS_ENABLED(cfg), (ptr))
drivers/pinctrl/renesas/core.c
1272
if (!IS_ENABLED(CONFIG_SUPERH) &&
drivers/pinctrl/renesas/gpio.c
243
gc->base = IS_ENABLED(CONFIG_PINCTRL_SH_FUNC_GPIO) ? 0 : -1;
drivers/pinctrl/renesas/gpio.c
362
if (IS_ENABLED(CONFIG_OF) && pfc->dev->of_node)
drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c
864
#if IS_ENABLED(CONFIG_PM_SLEEP)
drivers/pinctrl/stm32/pinctrl-stm32.c
586
.irq_set_affinity = IS_ENABLED(CONFIG_SMP) ? irq_chip_set_affinity_parent : NULL,
drivers/pinctrl/sunplus/sppctl.c
552
gchip->dbg_show = IS_ENABLED(CONFIG_DEBUG_FS) ?
drivers/platform/chrome/cros_ec.c
291
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/platform/chrome/cros_ec.c
367
sleep_event = (!IS_ENABLED(CONFIG_ACPI) || pm_suspend_via_firmware()) ?
drivers/platform/chrome/cros_ec.c
454
sleep_event = (!IS_ENABLED(CONFIG_ACPI) || pm_suspend_via_firmware()) ?
drivers/platform/chrome/cros_kbd_led_backlight.c
124
#if IS_ENABLED(CONFIG_MFD_CROS_EC_DEV)
drivers/platform/chrome/cros_kbd_led_backlight.c
189
return IS_ENABLED(CONFIG_MFD_CROS_EC_DEV) && mfd_get_cell(pdev);
drivers/platform/chrome/cros_typec_altmode.c
275
#if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
drivers/platform/chrome/cros_typec_altmode.c
343
#if IS_ENABLED(CONFIG_TYPEC_TBT_ALTMODE)
drivers/platform/chrome/cros_typec_altmode.h
14
#if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
drivers/platform/chrome/cros_typec_altmode.h
38
#if IS_ENABLED(CONFIG_TYPEC_TBT_ALTMODE)
drivers/platform/wmi/core.c
1132
if (IS_ENABLED(CONFIG_ACPI_WMI_LEGACY_DEVICE_NAMES)) {
drivers/platform/x86/amd/hsmp/hsmp.h
68
#if IS_ENABLED(CONFIG_HWMON)
drivers/platform/x86/amd/hsmp/plat.c
300
if (IS_ENABLED(CONFIG_AMD_HSMP_ACPI))
drivers/platform/x86/amd/pmc/pmc.c
785
if (IS_ENABLED(CONFIG_SUSPEND)) {
drivers/platform/x86/amd/pmc/pmc.c
798
if (IS_ENABLED(CONFIG_AMD_MP2_STB))
drivers/platform/x86/amd/pmc/pmc.c
812
if (IS_ENABLED(CONFIG_SUSPEND))
drivers/platform/x86/amd/pmc/pmc.c
816
if (IS_ENABLED(CONFIG_AMD_MP2_STB))
drivers/platform/x86/asus-wmi.c
1120
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
1474
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
2557
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
2609
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
2660
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
345
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
4057
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
4710
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
4754
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
5049
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
744
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
764
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
833
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
905
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/asus-wmi.c
925
#if IS_ENABLED(CONFIG_ASUS_WMI_DEPRECATED_ATTRS)
drivers/platform/x86/dell/alienware-wmi.h
78
#if IS_ENABLED(CONFIG_ALIENWARE_WMI_LEGACY)
drivers/platform/x86/dell/alienware-wmi.h
92
#if IS_ENABLED(CONFIG_ALIENWARE_WMI_WMAX)
drivers/platform/x86/dell/dell-wmi-privacy.h
11
#if IS_ENABLED(CONFIG_DELL_WMI_PRIVACY)
drivers/platform/x86/intel/pmt/class.h
76
#if IS_ENABLED(CONFIG_INTEL_PMT_DISCOVERY)
drivers/platform/x86/intel/vsec.c
138
return IS_ENABLED(CONFIG_INTEL_PMT_TELEMETRY);
drivers/platform/x86/intel/vsec.c
140
return IS_ENABLED(CONFIG_INTEL_PMT_WATCHER);
drivers/platform/x86/intel/vsec.c
142
return IS_ENABLED(CONFIG_INTEL_PMT_CRASHLOG);
drivers/platform/x86/intel/vsec.c
144
return IS_ENABLED(CONFIG_INTEL_SDSI);
drivers/platform/x86/intel/vsec.c
146
return IS_ENABLED(CONFIG_INTEL_TPMI);
drivers/platform/x86/intel/vsec.c
148
return IS_ENABLED(CONFIG_INTEL_PMT_DISCOVERY);
drivers/platform/x86/lenovo/ideapad-laptop.c
2244
#if IS_ENABLED(CONFIG_ACPI_WMI)
drivers/platform/x86/toshiba_acpi.c
189
#if IS_ENABLED(CONFIG_HWMON)
drivers/platform/x86/toshiba_acpi.c
3016
#if IS_ENABLED(CONFIG_HWMON)
drivers/platform/x86/toshiba_acpi.c
3204
#if IS_ENABLED(CONFIG_HWMON)
drivers/platform/x86/toshiba_acpi.c
3450
#if IS_ENABLED(CONFIG_HWMON)
drivers/pmdomain/imx/gpc.c
197
if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
drivers/pmdomain/imx/gpc.c
219
if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
drivers/pmdomain/imx/gpc.c
385
if (IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
drivers/pmdomain/imx/gpcv2.c
1359
if (IS_ENABLED(CONFIG_LOCKDEP) &&
drivers/pmdomain/mediatek/mtk-scpsys.c
1128
if (ret && IS_ENABLED(CONFIG_PM))
drivers/pmdomain/samsung/exynos-pm-domains.c
136
if (IS_ENABLED(CONFIG_ARM) &&
drivers/pmdomain/ti/omap_prm.c
21
#if IS_ENABLED(CONFIG_SUSPEND)
drivers/power/sequencing/core.c
1086
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/power/sequencing/core.c
1097
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/power/sequencing/core.c
968
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/power/supply/axp20x_usb_power.c
222
if (IS_ENABLED(CONFIG_AXP20X_ADC)) {
drivers/power/supply/axp20x_usb_power.c
254
if (IS_ENABLED(CONFIG_AXP20X_ADC)) {
drivers/power/supply/axp20x_usb_power.c
374
if (IS_ENABLED(CONFIG_AXP20X_ADC)) {
drivers/power/supply/axp20x_usb_power.c
998
if (IS_ENABLED(CONFIG_AXP20X_ADC))
drivers/power/supply/bq24735-charger.c
371
if (IS_ENABLED(CONFIG_OF) && !charger->pdata && client->dev.of_node)
drivers/power/supply/power_supply_core.c
1532
.no_hwmon = IS_ENABLED(CONFIG_POWER_SUPPLY_HWMON)
drivers/power/supply/rt9455_charger.c
1240
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
1637
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
1693
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
1711
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
195
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
239
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/rt9455_charger.c
799
#if IS_ENABLED(CONFIG_USB_PHY)
drivers/power/supply/samsung-sdi-battery.h
2
#if IS_ENABLED(CONFIG_BATTERY_SAMSUNG_SDI)
drivers/power/supply/tps65090-charger.c
240
if (IS_ENABLED(CONFIG_OF) && !pdata && pdev->dev.of_node)
drivers/ptp/ptp_chardev.c
372
if (IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS))
drivers/ptp/ptp_vmclock.c
342
if (IS_ENABLED(CONFIG_ARM64) &&
drivers/ptp/ptp_vmclock.c
346
} else if (IS_ENABLED(CONFIG_X86) &&
drivers/ptp/ptp_vmclock.c
493
#if IS_ENABLED(CONFIG_ACPI)
drivers/ptp/ptp_vmclock.c
621
#if IS_ENABLED(CONFIG_ACPI)
drivers/ptp/ptp_vmclock.c
638
#if IS_ENABLED(CONFIG_ACPI)
drivers/ptp/ptp_vmclock.c
671
#if IS_ENABLED(CONFIG_ACPI)
drivers/pwm/core.c
1000
if (IS_ENABLED(CONFIG_PWM_DEBUG))
drivers/pwm/core.c
1713
if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state)
drivers/pwm/core.c
2487
if (IS_ENABLED(CONFIG_OF))
drivers/pwm/core.c
2507
if (IS_ENABLED(CONFIG_PWM_PROVIDE_GPIO) && chip->ops->write_waveform) {
drivers/pwm/core.c
2537
if (IS_ENABLED(CONFIG_OF))
drivers/pwm/core.c
2554
if (IS_ENABLED(CONFIG_PWM_PROVIDE_GPIO) && chip->ops->write_waveform)
drivers/pwm/core.c
2575
if (IS_ENABLED(CONFIG_OF))
drivers/pwm/core.c
269
if (IS_ENABLED(CONFIG_PWM_DEBUG) && ret_tohw > 1)
drivers/pwm/core.c
2754
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/pwm/core.c
277
if (IS_ENABLED(CONFIG_PWM_DEBUG) && ret_fromhw > 0)
drivers/pwm/core.c
281
if (IS_ENABLED(CONFIG_PWM_DEBUG) &&
drivers/pwm/core.c
351
if ((IS_ENABLED(CONFIG_PWM_DEBUG) || exact) && wf->period_length_ns) {
drivers/pwm/core.c
356
if (IS_ENABLED(CONFIG_PWM_DEBUG) && (ret_tohw == 0) != pwm_check_rounding(wf, &wf_rounded))
drivers/pwm/core.c
377
if (IS_ENABLED(CONFIG_PWM_DEBUG) && ops->read_waveform && wf->period_length_ns) {
drivers/pwm/core.c
455
if (IS_ENABLED(CONFIG_PWM_DEBUG) && chip->atomic) {
drivers/pwm/core.c
492
if (!IS_ENABLED(CONFIG_PWM_DEBUG))
drivers/pwm/core.c
687
if (IS_ENABLED(CONFIG_PWM_DEBUG)) {
drivers/pwm/core.c
752
if (IS_ENABLED(CONFIG_PWM_DEBUG) && chip->atomic) {
drivers/pwm/pwm-brcmstb.c
62
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/pwm/pwm-brcmstb.c
71
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/pwm/pwm-lp3943.c
282
if (IS_ENABLED(CONFIG_OF))
drivers/pwm/pwm-pxa.c
168
if (IS_ENABLED(CONFIG_OF) && id == NULL)
drivers/pwm/pwm-pxa.c
190
if (IS_ENABLED(CONFIG_OF))
drivers/pwm/pwm-samsung.c
556
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
drivers/pwm/pwm-stm32.c
697
.capture = IS_ENABLED(CONFIG_DMA_ENGINE) ? stm32_pwm_capture : NULL,
drivers/ras/cec.c
511
if (!IS_ENABLED(CONFIG_RAS_CEC_DEBUG))
drivers/ras/debugfs.h
7
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/ras/ras.c
13
#if IS_ENABLED(CONFIG_AMD_ATL)
drivers/regulator/arizona-ldo1.c
246
if (IS_ENABLED(CONFIG_OF)) {
drivers/regulator/arizona-micsupp.c
268
if (IS_ENABLED(CONFIG_OF)) {
drivers/regulator/core.c
5911
if (!IS_ENABLED(CONFIG_OF))
drivers/regulator/devres.c
752
#if IS_ENABLED(CONFIG_OF)
drivers/regulator/fp9931.c
488
if (IS_ENABLED(CONFIG_PM)) {
drivers/regulator/max8998.c
644
if (IS_ENABLED(CONFIG_OF) && iodev->dev->of_node) {
drivers/remoteproc/qcom_common.h
65
#if IS_ENABLED(CONFIG_QCOM_SYSMON)
drivers/remoteproc/stm32_rproc.c
424
} else if (IS_ENABLED(CONFIG_HAVE_ARM_SMCCC) && ddata->hold_boot_smc) {
drivers/remoteproc/stm32_rproc.c
753
if (!ddata->hold_boot_rst && IS_ENABLED(CONFIG_HAVE_ARM_SMCCC)) {
drivers/reset/core.c
1023
if (!IS_ENABLED(CONFIG_RESET_GPIO))
drivers/rpmsg/rpmsg_char.h
9
#if IS_ENABLED(CONFIG_RPMSG_CHAR)
drivers/rtc/rtc-cmos.c
1275
if (!IS_ENABLED(CONFIG_PM))
drivers/rtc/rtc-cmos.c
578
#if IS_ENABLED(CONFIG_RTC_INTF_PROC)
drivers/rtc/rtc-ds1307.c
320
IS_ENABLED(CONFIG_RTC_DRV_DS1307_CENTURY))
drivers/rtc/rtc-ds3232.c
363
if (!IS_ENABLED(CONFIG_RTC_DRV_DS3232_HWMON))
drivers/rtc/rtc-ds3232.c
519
#if IS_ENABLED(CONFIG_I2C)
drivers/rtc/rtc-ds3232.c
613
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/rtc/rtc-isl12022.c
489
if (!IS_ENABLED(CONFIG_COMMON_CLK))
drivers/rtc/rtc-pcf2127.c
1373
#if IS_ENABLED(CONFIG_I2C)
drivers/rtc/rtc-pcf2127.c
1530
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/rtc/rtc-pcf2127.c
574
if (!IS_ENABLED(CONFIG_WATCHDOG) ||
drivers/rtc/rtc-pcf85063.c
630
#if IS_ENABLED(CONFIG_I2C)
drivers/rtc/rtc-pcf85063.c
737
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/rtc/rtc-pm8xxx.c
585
if (IS_ENABLED(CONFIG_EFI))
drivers/rtc/rtc-rs5c372.c
315
#if IS_ENABLED(CONFIG_RTC_INTF_PROC)
drivers/rtc/rtc-rs5c372.c
319
#if IS_ENABLED(CONFIG_RTC_INTF_SYSFS)
drivers/rtc/rtc-rs5c372.c
474
#if IS_ENABLED(CONFIG_RTC_INTF_PROC)
drivers/rtc/rtc-rs5c372.c
676
#if IS_ENABLED(CONFIG_RTC_INTF_SYSFS)
drivers/rtc/rtc-rv3029c2.c
791
#if IS_ENABLED(CONFIG_I2C)
drivers/rtc/rtc-rv3029c2.c
854
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/rtc/rtc-rx6110.c
330
#if IS_ENABLED(CONFIG_SPI_MASTER)
drivers/rtc/rtc-rx6110.c
410
#if IS_ENABLED(CONFIG_I2C)
drivers/rtc/rtc-sa1100.c
278
if (IS_ENABLED(CONFIG_ARCH_SA1100) ||
drivers/rtc/rtc-stmp3xxx.c
62
#if IS_ENABLED(CONFIG_STMP3XXX_RTC_WATCHDOG)
drivers/s390/char/con3270.c
2033
#if IS_ENABLED(CONFIG_TN3270_CONSOLE)
drivers/s390/net/qeth_core_main.c
5466
#if IS_ENABLED(CONFIG_QETH_L3)
drivers/s390/net/qeth_core_main.c
5740
#if IS_ENABLED(CONFIG_QETH_L3)
drivers/s390/net/qeth_l2_main.c
1011
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV)) {
drivers/scsi/3w-9xxx.h
487
#if IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1015
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1688
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1704
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1788
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1830
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1848
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1905
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1914
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
326
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/libcxgbi.c
2881
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/cxgbi/libcxgbi.c
703
#if IS_ENABLED(CONFIG_IPV6)
drivers/scsi/hisi_sas/hisi_sas_main.c
2649
#if IS_ENABLED(CONFIG_SCSI_HISI_SAS_DEBUGFS_DEFAULT_ENABLE)
drivers/scsi/lpfc/lpfc.h
1166
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_attr.c
3914
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_attr.c
3923
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_attr.c
5627
#if IS_ENABLED(CONFIG_X86)
drivers/scsi/lpfc/lpfc_attr.c
5673
#if IS_ENABLED(CONFIG_X86)
drivers/scsi/lpfc/lpfc_attr.c
7109
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_attr.c
7125
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_init.c
8141
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvme.c
1539
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
1702
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2164
if (!IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2208
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2296
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2348
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2384
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2529
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2577
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
260
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2803
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvme.c
2857
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
1678
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
1779
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
1881
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2065
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2113
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
215
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2160
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2194
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2299
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2311
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
2395
if (!IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
3650
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_nvmet.c
388
#if (IS_ENABLED(CONFIG_NVME_TARGET_FC))
drivers/scsi/lpfc/lpfc_scsi.c
5218
if (!IS_ENABLED(CONFIG_BLK_CGROUP_FC_APPID) || !bio)
drivers/scsi/qla2xxx/qla_attr.c
2695
if (IS_ENABLED(CONFIG_NVME_FC) && fcport && fcport->nvme_remote_port)
drivers/scsi/qla2xxx/qla_dfs.c
40
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_nvme.c
1188
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_nvme.c
41
if (!IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_nvme.c
896
if (!IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_nvme.c
919
if (!IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_nvme.c
943
if (!IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/qla2xxx/qla_os.c
161
#if (IS_ENABLED(CONFIG_NVME_FC))
drivers/scsi/raid_class.c
65
if (IS_ENABLED(CONFIG_SCSI) && scsi_is_sdev_device(dev)) {
drivers/scsi/scsi_sysfs.c
1428
if (IS_ENABLED(CONFIG_BLK_DEV_BSG)) {
drivers/scsi/scsi_sysfs.c
1478
if (IS_ENABLED(CONFIG_BLK_DEV_BSG) && sdev->bsg_dev)
drivers/scsi/sd.c
2614
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY))
drivers/scsi/sd.c
3967
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED) && sdp->type == TYPE_ZBC) {
drivers/scsi/storvsc_drv.c
1230
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2001
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2087
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2144
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2197
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2221
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2229
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
2240
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
367
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/scsi/storvsc_drv.c
455
#if IS_ENABLED(CONFIG_SCSI_FC_ATTRS)
drivers/soc/bcm/brcmstb/biuctrl.c
181
if (IS_ENABLED(CONFIG_CACHE_B15_RAC))
drivers/soc/bcm/brcmstb/biuctrl.c
64
(IS_ENABLED(CONFIG_CACHE_B15_RAC) && reg >= RAC_CONFIG0_REG))
drivers/soc/bcm/brcmstb/biuctrl.c
75
(IS_ENABLED(CONFIG_CACHE_B15_RAC) && reg >= RAC_CONFIG0_REG))
drivers/soc/fsl/qe/qmc.c
2094
#if IS_ENABLED(CONFIG_CPM1)
drivers/soc/fsl/qe/qmc.c
2097
#if IS_ENABLED(CONFIG_QUICC_ENGINE)
drivers/soc/fsl/qe/qmc.c
321
if (IS_ENABLED(CONFIG_QUICC_ENGINE) && IS_ENABLED(CONFIG_CPM))
drivers/soc/fsl/qe/qmc.c
324
return IS_ENABLED(CONFIG_QUICC_ENGINE);
drivers/soc/fsl/qe/tsa.c
1053
#if IS_ENABLED(CONFIG_CPM1)
drivers/soc/fsl/qe/tsa.c
1056
#if IS_ENABLED(CONFIG_QUICC_ENGINE)
drivers/soc/fsl/qe/tsa.c
165
#if IS_ENABLED(CONFIG_QUICC_ENGINE)
drivers/soc/fsl/qe/tsa.c
228
if (IS_ENABLED(CONFIG_QUICC_ENGINE) && IS_ENABLED(CONFIG_CPM))
drivers/soc/fsl/qe/tsa.c
231
return IS_ENABLED(CONFIG_QUICC_ENGINE);
drivers/soc/imx/soc-imx8m.c
303
if (IS_ENABLED(CONFIG_ARM_IMX_CPUFREQ_DT)) {
drivers/soc/ixp4xx/ixp4xx-npe.c
733
if (IS_ENABLED(CONFIG_OF) && np)
drivers/soc/qcom/spm.c
555
if (IS_ENABLED(CONFIG_REGULATOR))
drivers/soc/tegra/cbb/tegra-cbb.c
144
if (IS_ENABLED(CONFIG_DEBUG_FS))
drivers/soc/tegra/flowctrl.c
203
} else if (IS_ENABLED(CONFIG_ARM)) {
drivers/soc/tegra/fuse/fuse-tegra.c
410
#if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC) || \
drivers/soc/tegra/fuse/fuse-tegra.c
411
IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC) || \
drivers/soc/tegra/fuse/fuse-tegra.c
412
IS_ENABLED(CONFIG_ARCH_TEGRA_241_SOC)
drivers/soc/tegra/fuse/fuse-tegra.c
490
if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
drivers/soc/tegra/fuse/fuse.h
126
#if IS_ENABLED(CONFIG_ARCH_TEGRA_194_SOC) || \
drivers/soc/tegra/fuse/fuse.h
127
IS_ENABLED(CONFIG_ARCH_TEGRA_234_SOC) || \
drivers/soc/tegra/fuse/fuse.h
128
IS_ENABLED(CONFIG_ARCH_TEGRA_241_SOC)
drivers/soc/tegra/fuse/tegra-apbmisc.c
208
if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
drivers/soc/tegra/pmc.c
1468
if (!IS_ENABLED(CONFIG_PM_GENERIC_DOMAINS)) {
drivers/soc/tegra/pmc.c
4743
if (IS_ENABLED(CONFIG_ARM) && soc_is_tegra()) {
drivers/soc/ti/knav_qmss_queue.c
1243
if (IS_ENABLED(CONFIG_SMP) && oirq.args_count == 3) {
drivers/soundwire/bus.c
138
if (IS_ENABLED(CONFIG_ACPI) && ACPI_HANDLE(bus->dev))
drivers/soundwire/bus.c
140
else if (IS_ENABLED(CONFIG_OF) && bus->dev->of_node)
drivers/soundwire/bus.h
12
#if IS_ENABLED(CONFIG_ACPI)
drivers/soundwire/bus_type.c
88
if (!IS_ENABLED(CONFIG_ACPI) && !dev->of_node)
drivers/soundwire/irq.h
13
#if IS_ENABLED(CONFIG_IRQ_DOMAIN)
drivers/soundwire/slave.c
108
#if IS_ENABLED(CONFIG_ACPI)
drivers/spi/spi-atmel.c
1588
if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
drivers/spi/spi-atmel.c
1697
if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
drivers/spi/spi-atmel.c
497
if (IS_ENABLED(CONFIG_SOC_SAM_V4_V5))
drivers/spi/spi-atmel.c
633
IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
drivers/spi/spi-atmel.c
784
IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
drivers/spi/spi-atmel.c
803
IS_ENABLED(CONFIG_SOC_SAM_V4_V5)) {
drivers/spi/spi-cadence-xspi.c
840
.supports_op = PTR_IF(IS_ENABLED(CONFIG_ACPI), cdns_xspi_supports_op),
drivers/spi/spi-cadence-xspi.c
846
.supports_op = PTR_IF(IS_ENABLED(CONFIG_ACPI), cdns_xspi_supports_op),
drivers/spi/spi-dw-mmio.c
181
if (!IS_ENABLED(CONFIG_SPI_MUX)) {
drivers/spi/spi-fsl-dspi.c
494
#if IS_ENABLED(CONFIG_DMA_ENGINE)
drivers/spi/spi-fsl-lib.h
61
#if IS_ENABLED(CONFIG_SPI_FSL_SPI)
drivers/spi/spi-fsl-spi.c
643
#if IS_ENABLED(CONFIG_FSL_SOC)
drivers/spi/spi-fsl-spi.c
655
#if IS_ENABLED(CONFIG_FSL_SOC)
drivers/spi/spi-fsl-spi.c
696
#if IS_ENABLED(CONFIG_FSL_SOC)
drivers/spi/spi-pl022.c
1862
if (!platform_info && IS_ENABLED(CONFIG_OF))
drivers/spi/spi-sprd-adi.c
360
#if IS_ENABLED(CONFIG_SPRD_WATCHDOG)
drivers/spi/spi-sprd-adi.c
549
if (ret > 0 || (IS_ENABLED(CONFIG_HWSPINLOCK) && ret == 0)) {
drivers/spi/spi-xcomm.c
69
if (!IS_ENABLED(CONFIG_GPIOLIB))
drivers/spi/spi.c
3209
if (IS_ENABLED(CONFIG_SPI_SLAVE) && target)
drivers/spi/spi.c
3577
if (IS_ENABLED(CONFIG_SPI_DYNAMIC))
drivers/spi/spi.c
3602
if (IS_ENABLED(CONFIG_SPI_DYNAMIC))
drivers/spi/spi.c
4897
#if IS_ENABLED(CONFIG_OF)
drivers/spi/spi.c
4904
if (!dev && IS_ENABLED(CONFIG_SPI_SLAVE))
drivers/spi/spi.c
4915
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
drivers/spi/spi.c
4986
#if IS_ENABLED(CONFIG_ACPI)
drivers/spi/spi.c
4998
if (!dev && IS_ENABLED(CONFIG_SPI_SLAVE))
drivers/spi/spi.c
5073
if (IS_ENABLED(CONFIG_SPI_SLAVE)) {
drivers/spi/spi.c
5079
if (IS_ENABLED(CONFIG_OF_DYNAMIC))
drivers/spi/spi.c
5081
if (IS_ENABLED(CONFIG_ACPI))
drivers/spi/spi.c
713
if (IS_ENABLED(CONFIG_SPI_DYNAMIC) &&
drivers/spmi/spmi.c
551
if (IS_ENABLED(CONFIG_OF))
drivers/ssb/driver_gpio.c
231
#if IS_ENABLED(CONFIG_SSB_EMBEDDED)
drivers/ssb/driver_gpio.c
25
#if IS_ENABLED(CONFIG_SSB_EMBEDDED)
drivers/ssb/driver_gpio.c
299
#if IS_ENABLED(CONFIG_SSB_EMBEDDED)
drivers/ssb/driver_gpio.c
428
#if IS_ENABLED(CONFIG_SSB_EMBEDDED)
drivers/ssb/driver_gpio.c
98
#if IS_ENABLED(CONFIG_SSB_EMBEDDED)
drivers/staging/greybus/arche-platform.c
26
#if IS_ENABLED(CONFIG_USB_HSIC_USB3613)
drivers/staging/media/av7110/av7110.c
1682
#if IS_ENABLED(CONFIG_DVB_SP8870)
drivers/staging/media/av7110/av7110.c
211
#if IS_ENABLED(CONFIG_DVB_AV7110_IR)
drivers/staging/media/av7110/av7110.c
2688
#if IS_ENABLED(CONFIG_DVB_AV7110_IR)
drivers/staging/media/av7110/av7110.c
2733
#if IS_ENABLED(CONFIG_DVB_AV7110_IR)
drivers/staging/media/av7110/av7110.c
645
#if IS_ENABLED(CONFIG_DVB_AV7110_IR)
drivers/staging/media/deprecated/atmel/atmel-sama5d2-isc.c
622
#if IS_ENABLED(CONFIG_OF)
drivers/staging/media/deprecated/atmel/atmel-sama7g5-isc.c
585
#if IS_ENABLED(CONFIG_OF)
drivers/staging/media/tegra-video/csi.c
134
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
164
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
191
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
231
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
496
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
617
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
638
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)) {
drivers/staging/media/tegra-video/csi.c
69
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
690
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
732
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/csi.c
86
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/tegra210.c
1201
#if IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)
drivers/staging/media/tegra-video/tegra210.c
820
#if IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)
drivers/staging/media/tegra-video/vi.c
1186
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/vi.c
1824
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/vi.c
1837
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)) {
drivers/staging/media/tegra-video/vi.c
1868
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/vi.c
399
if (!IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/vi.c
935
#if IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)
drivers/staging/media/tegra-video/vi.c
957
#if IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)
drivers/staging/media/tegra-video/video.c
114
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG))
drivers/staging/media/tegra-video/video.c
81
if (IS_ENABLED(CONFIG_VIDEO_TEGRA_TPG)) {
drivers/staging/octeon/ethernet.c
242
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/staging/octeon/ethernet.c
682
#if IS_ENABLED(CONFIG_VLAN_8021Q)
drivers/target/iscsi/cxgbit/cxgbit_cm.c
278
if (IS_ENABLED(CONFIG_IPV6)) {
drivers/target/iscsi/cxgbit/cxgbit_cm.c
923
else if (IS_ENABLED(CONFIG_IPV6))
drivers/target/target_core_transport.c
204
ret = IS_ENABLED(CONFIG_TCM_IBLOCK) && request_module("target_core_iblock");
drivers/target/target_core_transport.c
208
ret = IS_ENABLED(CONFIG_TCM_FILEIO) && request_module("target_core_file");
drivers/target/target_core_transport.c
212
ret = IS_ENABLED(CONFIG_TCM_PSCSI) && request_module("target_core_pscsi");
drivers/target/target_core_transport.c
216
ret = IS_ENABLED(CONFIG_TCM_USER2) && request_module("target_core_user");
drivers/tee/optee/smc_abi.c
1387
if (!IS_ENABLED(CONFIG_SMP) || nr_cpu_ids == 1)
drivers/tee/optee/smc_abi.c
1663
#if IS_ENABLED(CONFIG_OPTEE_STATIC_PROTMEM_POOL)
drivers/tee/tee_heap.c
46
#if IS_ENABLED(CONFIG_TEE_DMABUF_HEAPS)
drivers/tee/tee_shm.c
269
#if IS_ENABLED(CONFIG_TEE_DMABUF_HEAPS)
drivers/tee/tee_shm.c
41
#if IS_ENABLED(CONFIG_TEE_DMABUF_HEAPS)
drivers/thermal/intel/int340x_thermal/processor_thermal_device.h
76
#if IS_ENABLED(CONFIG_PROC_THERMAL_MMIO_RAPL)
drivers/thermal/thermal_helpers.c
92
if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) {
drivers/thermal/thermal_sysfs.c
226
#if (IS_ENABLED(CONFIG_THERMAL_EMULATION))
drivers/thermal/thermal_sysfs.c
345
#if (IS_ENABLED(CONFIG_THERMAL_EMULATION))
drivers/thunderbolt/debugfs.c
201
#if IS_ENABLED(CONFIG_USB4_DEBUGFS_WRITE)
drivers/thunderbolt/debugfs.c
456
#if IS_ENABLED(CONFIG_USB4_DEBUGFS_MARGINING)
drivers/thunderbolt/retimer.c
17
#if IS_ENABLED(CONFIG_USB4_DEBUGFS_MARGINING)
drivers/thunderbolt/retimer.c
551
if (!IS_ENABLED(CONFIG_USB4_DEBUGFS_MARGINING))
drivers/tty/hvc/hvc_dcc.c
108
if (IS_ENABLED(CONFIG_HVC_DCC_SERIALIZE_SMP) && cpu && dcc_core0_available) {
drivers/tty/hvc/hvc_dcc.c
188
if (!IS_ENABLED(CONFIG_HVC_DCC_SERIALIZE_SMP))
drivers/tty/hvc/hvc_dcc.c
227
if (!IS_ENABLED(CONFIG_HVC_DCC_SERIALIZE_SMP))
drivers/tty/hvc/hvc_dcc.c
285
if (IS_ENABLED(CONFIG_HVC_DCC_SERIALIZE_SMP)) {
drivers/tty/hvc/hvc_riscv_sbi.c
72
} else if (IS_ENABLED(CONFIG_RISCV_SBI_V01)) {
drivers/tty/serial/8250/8250_aspeed_vuart.c
450
port.port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
drivers/tty/serial/8250/8250_of.c
188
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
drivers/tty/serial/8250/8250_of.c
209
if (IS_ENABLED(CONFIG_SERIAL_8250_BCM7271) &&
drivers/tty/serial/8250/8250_omap.c
1478
up.port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
drivers/tty/serial/8250/8250_pci.c
1521
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1548
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1668
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1702
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1883
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1906
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1919
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1932
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1949
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
1970
if (!IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/tty/serial/8250/8250_pci.c
2090
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
2125
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pci.c
3982
(IS_ENABLED(CONFIG_##option) ? 0 : (kernel_ulong_t)&#option)
drivers/tty/serial/8250/8250_pci.c
3984
(IS_ENABLED(CONFIG_SERIAL_8250_##option) ? \
drivers/tty/serial/8250/8250_pci.c
979
if (!IS_ENABLED(CONFIG_HAS_IOPORT))
drivers/tty/serial/8250/8250_pcilib.c
36
} else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
drivers/tty/serial/8250/8250_platform.c
33
static bool share_irqs = IS_ENABLED(CONFIG_SERIAL_8250_SHARE_IRQ);
drivers/tty/serial/8250/8250_port.c
3169
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
drivers/tty/serial/8250/8250_port.c
919
if (!IS_ENABLED(CONFIG_SERIAL_8250_16550A_VARIANTS) &&
drivers/tty/serial/amba-pl010.c
695
uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_AMBA_PL010_CONSOLE);
drivers/tty/serial/amba-pl011.c
2761
if (!IS_ENABLED(CONFIG_OF))
drivers/tty/serial/amba-pl011.c
2830
uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_AMBA_PL011_CONSOLE);
drivers/tty/serial/apbuart.c
597
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_GRLIB_GAISLER_APBUART_CONSOLE);
drivers/tty/serial/ar933x_uart.c
773
if (IS_ENABLED(CONFIG_OF) && np) {
drivers/tty/serial/arc_uart.c
617
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ARC_CONSOLE);
drivers/tty/serial/atmel_serial.c
2891
atmel_port->uart.has_sysrq = IS_ENABLED(CONFIG_SERIAL_ATMEL_CONSOLE);
drivers/tty/serial/bcm63xx_uart.c
854
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_BCM63XX_CONSOLE);
drivers/tty/serial/clps711x.c
477
s->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_CLPS711X_CONSOLE);
drivers/tty/serial/cpm_uart.c
1228
if (!IS_ENABLED(CONFIG_CPM2) || !IS_SMC(port))
drivers/tty/serial/cpm_uart.c
1248
if (!IS_ENABLED(CONFIG_CPM2) || !IS_SMC(port))
drivers/tty/serial/cpm_uart.c
1318
pinfo->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_CPM_CONSOLE);
drivers/tty/serial/cpm_uart.c
892
if (IS_ENABLED(CONFIG_CPM1) && is_con) {
drivers/tty/serial/digicolor-usart.c
532
if (IS_ENABLED(CONFIG_SERIAL_CONEXANT_DIGICOLOR_CONSOLE)) {
drivers/tty/serial/dz.c
787
uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_DZ_CONSOLE);
drivers/tty/serial/earlycon-riscv-sbi.c
45
else if (IS_ENABLED(CONFIG_RISCV_SBI_V01))
drivers/tty/serial/earlycon.c
236
if (IS_ENABLED(CONFIG_ACPI_SPCR_TABLE)) {
drivers/tty/serial/earlycon.c
307
(IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) &&
drivers/tty/serial/fsl_linflexuart.c
845
sport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE);
drivers/tty/serial/fsl_lpuart.c
2897
sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_FSL_LPUART_CONSOLE);
drivers/tty/serial/imx.c
2082
#if IS_ENABLED(CONFIG_SERIAL_IMX_CONSOLE)
drivers/tty/serial/imx.c
2474
sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_IMX_CONSOLE);
drivers/tty/serial/imx.c
299
#if IS_ENABLED(CONFIG_SERIAL_IMX_CONSOLE)
drivers/tty/serial/ip22zilog.c
1030
unsigned char sysrq_on = IS_ENABLED(CONFIG_SERIAL_IP22_ZILOG_CONSOLE);
drivers/tty/serial/lantiq.c
835
if (IS_ENABLED(CONFIG_LANTIQ)) {
drivers/tty/serial/lantiq.c
862
if (IS_ENABLED(CONFIG_LANTIQ) && !IS_ENABLED(CONFIG_COMMON_CLK))
drivers/tty/serial/lantiq.c
874
if (IS_ENABLED(CONFIG_LANTIQ) && !IS_ENABLED(CONFIG_COMMON_CLK))
drivers/tty/serial/mcf.c
593
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MCF_CONSOLE);
drivers/tty/serial/meson_uart.c
765
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MESON_CONSOLE);
drivers/tty/serial/milbeaut_usio.c
539
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE);
drivers/tty/serial/mpc52xx_uart.c
1730
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MPC52xx_CONSOLE);
drivers/tty/serial/msm_serial.c
1859
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MSM_CONSOLE);
drivers/tty/serial/msm_serial.c
627
if (IS_ENABLED(CONFIG_CONSOLE_POLL))
drivers/tty/serial/mux.c
463
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MUX_CONSOLE);
drivers/tty/serial/mxs-auart.c
1623
s->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_MXS_AUART_CONSOLE);
drivers/tty/serial/omap-serial.c
1579
up->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_OMAP_CONSOLE);
drivers/tty/serial/pch_uart.c
1699
priv->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PCH_UART_CONSOLE);
drivers/tty/serial/pmac_zilog.c
1645
uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PMACZILOG_CONSOLE);
drivers/tty/serial/pxa.c
839
sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PXA_CONSOLE);
drivers/tty/serial/qcom_geni_serial.c
1864
uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_QCOM_GENI_CONSOLE);
drivers/tty/serial/sa1100.c
830
sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SA1100_CONSOLE);
drivers/tty/serial/samsung_tty.c
2024
ourport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SAMSUNG_CONSOLE);
drivers/tty/serial/sb1250-duart.c
159
if (IS_ENABLED(CONFIG_SB1_PASS_2_WORKAROUNDS))
drivers/tty/serial/sb1250-duart.c
169
if (IS_ENABLED(CONFIG_SB1_PASS_2_WORKAROUNDS))
drivers/tty/serial/sb1250-duart.c
177
if (IS_ENABLED(CONFIG_SB1_PASS_2_WORKAROUNDS))
drivers/tty/serial/sb1250-duart.c
184
if (IS_ENABLED(CONFIG_SB1_PASS_2_WORKAROUNDS))
drivers/tty/serial/sb1250-duart.c
812
uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_SB1250_DUART_CONSOLE);
drivers/tty/serial/sccnxp.c
992
s->port[i].has_sysrq = IS_ENABLED(CONFIG_SERIAL_SCCNXP_CONSOLE);
drivers/tty/serial/serial_core.c
2124
*iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
drivers/tty/serial/serial_txx9.c
1041
port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_TXX9_CONSOLE);
drivers/tty/serial/sh-sci.c
3287
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_SH_SCI_CONSOLE);
drivers/tty/serial/sh-sci.c
3729
if (!IS_ENABLED(CONFIG_OF) || !np)
drivers/tty/serial/sprd_serial.c
1205
up->has_sysrq = IS_ENABLED(CONFIG_SERIAL_SPRD_CONSOLE);
drivers/tty/serial/st-asc.c
700
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ST_ASC_CONSOLE);
drivers/tty/serial/stm32-usart.c
1578
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_STM32_CONSOLE);
drivers/tty/serial/sunsab.c
981
up->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNSAB_CONSOLE);
drivers/tty/serial/sunsu.c
1428
up->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNSU_CONSOLE);
drivers/tty/serial/sunzilog.c
1440
up[0].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
drivers/tty/serial/sunzilog.c
1458
up[1].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
drivers/tty/serial/tegra-tcu.c
147
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-tcu.c
199
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-tcu.c
214
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-tcu.c
24
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-tcu.c
255
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-tcu.c
275
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_TCU_CONSOLE)
drivers/tty/serial/tegra-utc.c
355
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_UTC_CONSOLE)
drivers/tty/serial/tegra-utc.c
504
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_UTC_CONSOLE)
drivers/tty/serial/tegra-utc.c
527
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_UTC_CONSOLE)
drivers/tty/serial/tegra-utc.c
577
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_UTC_CONSOLE)
drivers/tty/serial/tegra-utc.c
58
#if IS_ENABLED(CONFIG_SERIAL_TEGRA_UTC_CONSOLE)
drivers/tty/serial/uartlite.c
791
if (IS_ENABLED(CONFIG_OF)) {
drivers/tty/serial/ucc_uart.c
1373
if (!IS_ENABLED(CONFIG_PPC32)) {
drivers/tty/serial/vt8500_serial.c
676
vt8500_port->uart.has_sysrq = IS_ENABLED(CONFIG_SERIAL_VT8500_CONSOLE);
drivers/tty/serial/xilinx_uartps.c
1768
port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_XILINX_PS_UART_CONSOLE);
drivers/tty/serial/zs.c
1106
uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ZS_CONSOLE);
drivers/tty/tty_io.c
2164
(IS_ENABLED(CONFIG_VT) && device == MKDEV(TTY_MAJOR, 0)) ||
drivers/tty/tty_io.c
2258
static bool tty_legacy_tiocsti __read_mostly = IS_ENABLED(CONFIG_LEGACY_TIOCSTI);
drivers/tty/vt/keyboard.c
1007
#if IS_ENABLED(CONFIG_INPUT_LEDS) && IS_ENABLED(CONFIG_LEDS_TRIGGERS)
drivers/tty/vt/vc_screen.c
54
#define CON_BUF_SIZE (IS_ENABLED(CONFIG_BASE_SMALL) ? 256 : PAGE_SIZE)
drivers/tty/vt/vt.c
2829
if (IS_ENABLED(CONFIG_CONSOLE_TRANSLATIONS)) {
drivers/ufs/core/ufshcd-priv.h
436
#if IS_ENABLED(CONFIG_RPMB)
drivers/ufs/core/ufshcd.c
11207
if (IS_ENABLED(CONFIG_CC_IS_GCC) && CONFIG_GCC_VERSION < 100000)
drivers/usb/cdns3/core.c
100
if (IS_ENABLED(CONFIG_USB_CDNSP_HOST) &&
drivers/usb/cdns3/core.c
101
IS_ENABLED(CONFIG_USB_CDNSP_GADGET))
drivers/usb/cdns3/core.c
103
else if (IS_ENABLED(CONFIG_USB_CDNSP_HOST))
drivers/usb/cdns3/core.c
105
else if (IS_ENABLED(CONFIG_USB_CDNSP_GADGET))
drivers/usb/cdns3/core.c
108
if (IS_ENABLED(CONFIG_USB_CDNS3_HOST) &&
drivers/usb/cdns3/core.c
109
IS_ENABLED(CONFIG_USB_CDNS3_GADGET))
drivers/usb/cdns3/core.c
111
else if (IS_ENABLED(CONFIG_USB_CDNS3_HOST))
drivers/usb/cdns3/core.c
113
else if (IS_ENABLED(CONFIG_USB_CDNS3_GADGET))
drivers/usb/cdns3/core.c
141
IS_ENABLED(CONFIG_USB_CDNSP_HOST)) ||
drivers/usb/cdns3/core.c
143
IS_ENABLED(CONFIG_USB_CDNS3_HOST)))
drivers/usb/cdns3/gadget-export.h
13
#if IS_ENABLED(CONFIG_USB_CDNSP_GADGET)
drivers/usb/cdns3/gadget-export.h
25
#if IS_ENABLED(CONFIG_USB_CDNS3_GADGET)
drivers/usb/cdns3/host-export.h
12
#if IS_ENABLED(CONFIG_USB_CDNS_HOST)
drivers/usb/chipidea/otg_fsm.h
64
#if IS_ENABLED(CONFIG_USB_OTG_FSM)
drivers/usb/class/cdc-acm.c
1945
#if IS_ENABLED(CONFIG_INPUT_IMS_PCU)
drivers/usb/class/cdc-acm.c
1954
#if IS_ENABLED(CONFIG_IR_TOY)
drivers/usb/class/cdc-acm.c
1964
#if IS_ENABLED(CONFIG_USB_SERIAL_XR)
drivers/usb/core/buffer.c
101
if (!IS_ENABLED(CONFIG_HAS_DMA))
drivers/usb/core/hcd.c
1307
if (IS_ENABLED(CONFIG_HAS_DMA) &&
drivers/usb/core/hcd.c
1340
if (IS_ENABLED(CONFIG_HAS_DMA) &&
drivers/usb/core/hcd.c
1346
} else if (IS_ENABLED(CONFIG_HAS_DMA) &&
drivers/usb/core/hcd.c
1352
} else if (IS_ENABLED(CONFIG_HAS_DMA) &&
drivers/usb/core/hcd.c
3158
#if IS_ENABLED(CONFIG_USB_MON)
drivers/usb/core/hub.c
2546
if (IS_ENABLED(CONFIG_USB_OTG_PRODUCTLIST) && hcd->tpl_support &&
drivers/usb/core/hub.c
2551
if (IS_ENABLED(CONFIG_USB_OTG) && (udev->bus->b_hnp_enable
drivers/usb/core/otg_productlist.h
33
#if IS_ENABLED(CONFIG_USB_TEST)
drivers/usb/core/phy.c
119
if (!IS_ENABLED(CONFIG_GENERIC_PHY))
drivers/usb/core/phy.c
78
if (!IS_ENABLED(CONFIG_GENERIC_PHY))
drivers/usb/dwc2/core.h
1135
#if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/core.h
1197
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/core.h
1198
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/core.h
1413
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/core.h
1414
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/core.h
1501
#if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/core.h
173
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/core.h
174
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/debugfs.c
17
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/debugfs.c
18
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/drd.c
130
if ((IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) ||
drivers/usb/dwc2/drd.c
131
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)) &&
drivers/usb/dwc2/drd.c
97
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/drd.c
98
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/platform.c
616
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/platform.c
617
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/platform.c
63
if (IS_ENABLED(CONFIG_USB_DWC2_HOST)) {
drivers/usb/dwc2/platform.c
630
#if IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL) || \
drivers/usb/dwc2/platform.c
631
IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)
drivers/usb/dwc2/platform.c
70
if (IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL)) {
drivers/usb/dwc2/platform.c
77
if (IS_ENABLED(CONFIG_USB_DWC2_HOST))
drivers/usb/dwc2/platform.c
79
else if (IS_ENABLED(CONFIG_USB_DWC2_PERIPHERAL))
drivers/usb/dwc3/core.c
2012
if (IS_ENABLED(CONFIG_USB_ROLE_SWITCH) &&
drivers/usb/dwc3/core.c
67
if (IS_ENABLED(CONFIG_USB_DWC3_HOST)) {
drivers/usb/dwc3/core.c
75
if (IS_ENABLED(CONFIG_USB_DWC3_GADGET)) {
drivers/usb/dwc3/core.c
83
if (IS_ENABLED(CONFIG_USB_DWC3_HOST))
drivers/usb/dwc3/core.c
85
else if (IS_ENABLED(CONFIG_USB_DWC3_GADGET))
drivers/usb/dwc3/core.c
94
(!IS_ENABLED(CONFIG_USB_ROLE_SWITCH) ||
drivers/usb/dwc3/core.h
1646
#if IS_ENABLED(CONFIG_USB_DWC3_HOST) || IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
drivers/usb/dwc3/core.h
1656
#if IS_ENABLED(CONFIG_USB_DWC3_GADGET) || IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
drivers/usb/dwc3/core.h
1691
#if IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE)
drivers/usb/dwc3/core.h
1714
#if !IS_ENABLED(CONFIG_USB_DWC3_HOST)
drivers/usb/dwc3/core.h
1730
#if IS_ENABLED(CONFIG_USB_DWC3_ULPI)
drivers/usb/dwc3/debugfs.c
1022
if (IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE))
drivers/usb/dwc3/debugfs.c
1026
if (IS_ENABLED(CONFIG_USB_DWC3_DUAL_ROLE) ||
drivers/usb/dwc3/debugfs.c
1027
IS_ENABLED(CONFIG_USB_DWC3_GADGET)) {
drivers/usb/dwc3/drd.c
448
#if IS_ENABLED(CONFIG_USB_ROLE_SWITCH)
drivers/usb/dwc3/dwc3-rtk.c
117
#if IS_ENABLED(CONFIG_USB_ROLE_SWITCH)
drivers/usb/early/ehci-dbgp.c
967
#if IS_ENABLED(CONFIG_USB)
drivers/usb/fotg210/fotg210-core.c
204
if (IS_ENABLED(CONFIG_USB_FOTG210_HCD) && !usb_disabled())
drivers/usb/fotg210/fotg210-core.c
213
if (IS_ENABLED(CONFIG_USB_FOTG210_HCD))
drivers/usb/gadget/udc/bcm63xx_udc.c
2240
if (!IS_ENABLED(CONFIG_USB_GADGET_DEBUG_FS))
drivers/usb/gadget/udc/omap_udc.c
2860
#if IS_ENABLED(CONFIG_USB_OHCI_HCD)
drivers/usb/host/bcma-hcd.c
416
if (IS_ENABLED(CONFIG_ARM))
drivers/usb/host/bcma-hcd.c
418
else if (IS_ENABLED(CONFIG_MIPS))
drivers/usb/host/max3421-hcd.c
1839
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/usb/host/max3421-hcd.c
1911
if (IS_ENABLED(CONFIG_OF) && dev->of_node && pdata) {
drivers/usb/host/ohci-omap.c
110
if (IS_ENABLED(CONFIG_USB_OTG) && need_transceiver) {
drivers/usb/host/pci-quirks.c
1087
if (!IS_ENABLED(CONFIG_USB_XHCI_HCD)) {
drivers/usb/host/pci-quirks.c
646
#if defined(CONFIG_HAS_IOPORT) && IS_ENABLED(CONFIG_USB_UHCI_HCD)
drivers/usb/host/uhci-hcd.h
500
return IS_ENABLED(CONFIG_USB_UHCI_ASPEED) && uhci->is_aspeed;
drivers/usb/host/xhci-histb.c
364
#define DEV_PM_OPS (IS_ENABLED(CONFIG_PM) ? &xhci_histb_pm_ops : NULL)
drivers/usb/host/xhci-mtk.c
843
#define DEV_PM_OPS (IS_ENABLED(CONFIG_PM) ? &xhci_mtk_pm_ops : NULL)
drivers/usb/host/xhci-mvebu.h
13
#if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
drivers/usb/host/xhci-pci.c
701
if (IS_ENABLED(CONFIG_USB_XHCI_PCI_RENESAS) &&
drivers/usb/host/xhci-rzv2m.h
5
#if IS_ENABLED(CONFIG_USB_XHCI_RZV2M)
drivers/usb/host/xhci-tegra.c
1412
#if IS_ENABLED(CONFIG_PM) || IS_ENABLED(CONFIG_PM_SLEEP)
drivers/usb/host/xhci.c
1384
if (IS_ENABLED(CONFIG_HAS_DMA) &&
drivers/usb/isp1760/isp1760-core.c
503
if ((!IS_ENABLED(CONFIG_USB_ISP1760_HCD) || usb_disabled()) &&
drivers/usb/isp1760/isp1760-core.c
504
(!udc_enabled || !IS_ENABLED(CONFIG_USB_ISP1761_UDC)))
drivers/usb/isp1760/isp1760-core.c
577
if (IS_ENABLED(CONFIG_USB_ISP1760_HCD) && !usb_disabled()) {
drivers/usb/isp1760/isp1760-core.c
584
if (udc_enabled && IS_ENABLED(CONFIG_USB_ISP1761_UDC)) {
drivers/usb/isp1760/isp1760-if.c
205
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
drivers/usb/misc/onboard_usb_dev.c
313
#if IS_ENABLED(CONFIG_USB_ONBOARD_DEV_USB5744)
drivers/usb/misc/onboard_usb_dev.c
476
#if IS_ENABLED(CONFIG_USB_ONBOARD_DEV_USB5744)
drivers/usb/mtu3/mtu3_debug.h
29
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/usb/mtu3/mtu3_debug.h
43
#if IS_ENABLED(CONFIG_TRACING)
drivers/usb/mtu3/mtu3_dr.h
13
#if IS_ENABLED(CONFIG_USB_MTU3_HOST) || IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
drivers/usb/mtu3/mtu3_dr.h
57
#if IS_ENABLED(CONFIG_USB_MTU3_GADGET) || IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
drivers/usb/mtu3/mtu3_dr.h
93
#if IS_ENABLED(CONFIG_USB_MTU3_DUAL_ROLE)
drivers/usb/mtu3/mtu3_plat.c
385
if (IS_ENABLED(CONFIG_USB_MTU3_HOST))
drivers/usb/mtu3/mtu3_plat.c
387
else if (IS_ENABLED(CONFIG_USB_MTU3_GADGET))
drivers/usb/mtu3/mtu3_plat.c
612
#define DEV_PM_OPS (IS_ENABLED(CONFIG_PM) ? &mtu3_pm_ops : NULL)
drivers/usb/musb/da8xx.c
542
if (IS_ENABLED(CONFIG_OF) && np) {
drivers/usb/musb/jz4740.c
116
if (IS_ENABLED(CONFIG_GENERIC_PHY)) {
drivers/usb/musb/jz4740.c
34
if (IS_ENABLED(CONFIG_USB_INVENTRA_DMA) && musb->dma_controller)
drivers/usb/musb/mediatek.c
431
if (IS_ENABLED(CONFIG_USB_MUSB_HOST))
drivers/usb/musb/mediatek.c
433
else if (IS_ENABLED(CONFIG_USB_MUSB_GADGET))
drivers/usb/musb/musb_core.c
1635
if (IS_ENABLED(CONFIG_USB) &&
drivers/usb/musb/musb_core.c
1636
!IS_ENABLED(CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB)) {
drivers/usb/musb/musb_core.c
1669
#if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
drivers/usb/musb/musb_core.c
2448
if (IS_ENABLED(CONFIG_USB_PHY) && musb->xceiv && !musb->xceiv->io_ops) {
drivers/usb/musb/musb_core.h
205
#if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
drivers/usb/musb/musb_core.h
222
#if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
drivers/usb/musb/musb_core.h
327
#if IS_ENABLED(CONFIG_USB_MUSB_TUSB6010)
drivers/usb/musb/musb_gadget.h
15
#if IS_ENABLED(CONFIG_USB_MUSB_GADGET) || IS_ENABLED(CONFIG_USB_MUSB_DUAL_ROLE)
drivers/usb/musb/musb_host.h
54
#if IS_ENABLED(CONFIG_USB_MUSB_HOST) || IS_ENABLED(CONFIG_USB_MUSB_DUAL_ROLE)
drivers/usb/renesas_usbhs/rcar2.c
17
if (IS_ENABLED(CONFIG_GENERIC_PHY)) {
drivers/usb/serial/safe_serial.c
76
static bool padded = IS_ENABLED(CONFIG_USB_SERIAL_SAFE_PADDED);
drivers/usb/storage/unusual_devs.h
2487
#if IS_ENABLED(CONFIG_USB_UAS)
drivers/usb/storage/usb.c
1066
if (IS_ENABLED(CONFIG_HIGHMEM) &&
drivers/usb/storage/usb.c
1203
#if IS_ENABLED(CONFIG_USB_UAS)
drivers/usb/storage/usb.c
60
#if IS_ENABLED(CONFIG_USB_UAS)
drivers/usb/typec/altmodes/displayport.h
2
#if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
drivers/usb/typec/ucsi/ucsi.h
572
#if IS_ENABLED(CONFIG_POWER_SUPPLY)
drivers/usb/typec/ucsi/ucsi.h
582
#if IS_ENABLED(CONFIG_TYPEC_DP_ALTMODE)
drivers/usb/typec/ucsi/ucsi.h
603
#if IS_ENABLED(CONFIG_TYPEC_TBT_ALTMODE)
drivers/vdpa/solidrun/snet_main.c
945
#if IS_ENABLED(CONFIG_HWMON)
drivers/vdpa/solidrun/snet_vdpa.h
199
#if IS_ENABLED(CONFIG_HWMON)
drivers/vfio/container.c
586
if (IS_ENABLED(CONFIG_VFIO_NOIOMMU)) {
drivers/vfio/container.c
600
if (IS_ENABLED(CONFIG_VFIO_NOIOMMU))
drivers/vfio/container.c
83
if (!IS_ENABLED(CONFIG_VFIO_NOIOMMU))
drivers/vfio/group.c
135
if (IS_ENABLED(CONFIG_VFIO_NOIOMMU) &&
drivers/vfio/group.c
812
if (!IS_ENABLED(CONFIG_SPAPR_TCE_IOMMU))
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1670
!IS_ENABLED(CONFIG_VFIO_DEBUGFS))
drivers/vfio/pci/vfio_pci_config.c
1832
if (!IS_ENABLED(CONFIG_VFIO_PCI_INTX) || vdev->nointx ||
drivers/vfio/pci/vfio_pci_core.c
32
#if IS_ENABLED(CONFIG_EEH)
drivers/vfio/pci/vfio_pci_core.c
734
#if IS_ENABLED(CONFIG_EEH)
drivers/vfio/pci/vfio_pci_core.c
751
#if IS_ENABLED(CONFIG_EEH)
drivers/vfio/vfio.h
118
return IS_ENABLED(CONFIG_VFIO_NOIOMMU) &&
drivers/vfio/vfio.h
198
#if IS_ENABLED(CONFIG_VFIO_CONTAINER)
drivers/vfio/vfio.h
320
#if IS_ENABLED(CONFIG_IOMMUFD)
drivers/vfio/vfio.h
357
#if IS_ENABLED(CONFIG_VFIO_DEVICE_CDEV)
drivers/vfio/vfio.h
424
#if IS_ENABLED(CONFIG_VFIO_VIRQFD)
drivers/vfio/vfio.h
437
#if IS_ENABLED(CONFIG_KVM)
drivers/vfio/vfio.h
69
#if IS_ENABLED(CONFIG_VFIO_GROUP)
drivers/vfio/vfio.h
86
#if IS_ENABLED(CONFIG_VFIO_CONTAINER)
drivers/vfio/vfio_main.c
1328
if (IS_ENABLED(CONFIG_VFIO_DEVICE_CDEV) && !df->group) {
drivers/vfio/vfio_main.c
19
#if IS_ENABLED(CONFIG_KVM)
drivers/vfio/vfio_main.c
320
if (WARN_ON(IS_ENABLED(CONFIG_IOMMUFD) &&
drivers/vfio/vfio_main.c
435
#if IS_ENABLED(CONFIG_KVM)
drivers/video/backlight/arcxcnn_bl.c
294
if (IS_ENABLED(CONFIG_OF))
drivers/video/backlight/backlight.c
609
if (IS_ENABLED(CONFIG_OF) && dev->of_node) {
drivers/video/backlight/max8925_bl.c
95
if (!nproot || !IS_ENABLED(CONFIG_OF))
drivers/video/cmdline.c
83
#if IS_ENABLED(CONFIG_FB_CORE)
drivers/video/fbdev/core/fb_backlight.c
8
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/core/fb_chrdev.c
379
#if IS_ENABLED(CONFIG_FB_DEFERRED_IO)
drivers/video/fbdev/core/fb_info.c
47
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/core/fb_info.c
74
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/core/fbsysfs.c
349
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/core/fbsysfs.c
429
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/core/fbsysfs.c
446
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
drivers/video/fbdev/fsl-diu-fb.c
1389
if (IS_ENABLED(CONFIG_NOT_COHERENT_CACHE))
drivers/video/fbdev/gbefb.c
1263
if (IS_ENABLED(CONFIG_SGI_IP32) && !ret) {
drivers/video/fbdev/imsttfb.c
1485
else if (IS_ENABLED(CONFIG_OF))
drivers/video/fbdev/riva/fbdev.c
1819
if (IS_ENABLED(CONFIG_OF))
drivers/video/fbdev/via/accel.c
347
#if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
drivers/video/fbdev/via/via-core.c
121
#if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
drivers/video/fbdev/via/via-core.c
504
#if IS_ENABLED(CONFIG_VIDEO_VIA_CAMERA)
drivers/video/sticore.c
1192
if (WARN_ONCE(IS_ENABLED(CONFIG_64BIT) && !sti->do_call64 &&
drivers/video/sticore.c
177
if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) {
drivers/video/sticore.c
218
if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) {
drivers/video/sticore.c
251
if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) {
drivers/video/sticore.c
287
if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) {
drivers/video/sticore.c
48
if (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) {
drivers/video/sticore.c
836
if (IS_ENABLED(CONFIG_64BIT) &&
drivers/video/sticore.c
862
(IS_ENABLED(CONFIG_64BIT) && sti->do_call64) ? 64 : 32);
drivers/video/sticore.c
926
if ((!IS_ENABLED(CONFIG_64BIT) ||
drivers/virt/acrn/hsm.c
469
return IS_ENABLED(CONFIG_HOTPLUG_CPU) ? a->mode : 0;
drivers/virt/vboxguest/vboxguest_core.c
1558
if (IS_ENABLED(CONFIG_COMPAT) && f32bit)
drivers/virtio/virtio_mem.c
2867
if (vm->nid != NUMA_NO_NODE && IS_ENABLED(CONFIG_NUMA))
drivers/virtio/virtio_pci_common.c
21
#if IS_ENABLED(CONFIG_VIRTIO_PCI_LEGACY)
drivers/virtio/virtio_pci_common.h
149
#if IS_ENABLED(CONFIG_VIRTIO_PCI_LEGACY)
drivers/virtio/virtio_rtc_driver.c
1024
if (IS_ENABLED(CONFIG_VIRTIO_RTC_CLASS) &&
drivers/virtio/virtio_rtc_driver.c
1036
if (IS_ENABLED(CONFIG_VIRTIO_RTC_PTP)) {
drivers/virtio/virtio_rtc_driver.c
119
return IS_ENABLED(CONFIG_VIRTIO_RTC_CLASS) &&
drivers/virtio/virtio_rtc_driver.c
1381
#if IS_ENABLED(CONFIG_VIRTIO_RTC_CLASS)
drivers/virtio/virtio_rtc_internal.h
41
#if IS_ENABLED(CONFIG_VIRTIO_RTC_PTP)
drivers/virtio/virtio_rtc_internal.h
84
#if IS_ENABLED(CONFIG_VIRTIO_RTC_CLASS)
drivers/watchdog/bcm7038_wdt.c
43
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/watchdog/bcm7038_wdt.c
51
if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
drivers/watchdog/hpwdt.c
39
static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
drivers/watchdog/mei_wdt.c
103
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/watchdog/mei_wdt.c
492
#if IS_ENABLED(CONFIG_DEBUG_FS)
drivers/watchdog/softdog.c
140
if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT)) {
drivers/watchdog/softdog.c
157
if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT))
drivers/watchdog/softdog.c
192
if (IS_ENABLED(CONFIG_SOFT_WATCHDOG_PRETIMEOUT)) {
drivers/watchdog/stm32_iwdg.c
364
if (IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED)) {
drivers/watchdog/watchdog_core.h
56
#if IS_ENABLED(CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT)
drivers/watchdog/watchdog_core.h
76
IS_ENABLED(CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT);
drivers/watchdog/watchdog_core.h
79
#if IS_ENABLED(CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT)
drivers/watchdog/watchdog_dev.c
1317
__MODULE_STRING(IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED)) ")");
drivers/watchdog/watchdog_dev.c
353
if (IS_ENABLED(CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT))
drivers/watchdog/watchdog_dev.c
61
IS_ENABLED(CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED);
drivers/watchdog/watchdog_dev.c
630
(!watchdog_have_pretimeout(wdd) || !IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)))
drivers/watchdog/watchdog_pretimeout.h
14
#if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)
drivers/watchdog/watchdog_pretimeout.h
27
#if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP)
drivers/watchdog/watchdog_pretimeout.h
29
#elif IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC)
drivers/xen/events/events_base.c
516
if (IS_ENABLED(CONFIG_SMP) && force_affinity) {
drivers/xen/grant-dma-ops.c
370
(IS_ENABLED(CONFIG_XEN_VIRTIO_FORCE_GRANT) || xen_pv_domain())) {
drivers/xen/mem-reservation.c
19
bool __read_mostly xen_scrub_pages = IS_ENABLED(CONFIG_XEN_SCRUB_PAGES_DEFAULT);
drivers/xen/privcmd.c
797
if (IS_ENABLED(CONFIG_XEN_AUTO_XLATE) && !xen_pv_domain()) {
drivers/xen/privcmd.c
828
if (IS_ENABLED(CONFIG_XEN_AUTO_XLATE) && !xen_pv_domain()) {
drivers/xen/xen-pciback/pciback.h
74
return IS_ENABLED(CONFIG_XEN_PCIDEV_BACKEND);
fs/adfs/dir.c
282
if (!IS_ENABLED(CONFIG_ADFS_FS_RW))
fs/adfs/super.c
212
return !IS_ENABLED(CONFIG_ADFS_FS_RW) || IS_RDONLY(inode);
fs/afs/rotate.c
720
if (!IS_ENABLED(CONFIG_AFS_DEBUG_CURSOR) || count > 3)
fs/afs/vl_rotate.c
330
if (!IS_ENABLED(CONFIG_AFS_DEBUG_CURSOR) || count > 3)
fs/aio.c
388
#if IS_ENABLED(CONFIG_MMU)
fs/aio.c
406
#if IS_ENABLED(CONFIG_MIGRATION)
fs/attr.c
179
if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
fs/binfmt_elf.c
1324
if (!IS_ENABLED(CONFIG_COMPAT_BRK) &&
fs/binfmt_elf.c
1325
IS_ENABLED(CONFIG_ARCH_HAS_ELF_RANDOMIZE) &&
fs/binfmt_elf.c
790
if (!IS_ENABLED(CONFIG_ARCH_USE_GNU_PROPERTY) || !phdr)
fs/binfmt_flat.c
119
if (IS_ENABLED(CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK))
fs/binfmt_flat.c
128
if (IS_ENABLED(CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK)) {
fs/binfmt_flat.c
384
if (IS_ENABLED(CONFIG_RISCV)) {
fs/binfmt_flat.c
464
(flags || IS_ENABLED(CONFIG_BINFMT_FLAT_OLD_ALWAYS_RAM)))
fs/binfmt_flat.c
528
if (!IS_ENABLED(CONFIG_MMU) && !(flags & (FLAT_FLAG_RAM|FLAT_FLAG_GZIP))) {
fs/btrfs/defrag.c
873
if (!IS_ENABLED(CONFIG_BTRFS_EXPERIMENTAL) && folio_test_large(folio)) {
fs/btrfs/disk-io.c
323
WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG) ||
fs/btrfs/extent-tree.c
2524
if (IS_ENABLED(CONFIG_BTRFS_ASSERT)) {
fs/btrfs/extent_io.c
1878
if (IS_ENABLED(CONFIG_BTRFS_EXPERIMENTAL) &&
fs/btrfs/extent_io.c
1880
WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG));
fs/btrfs/extent_map.c
310
if (!IS_ENABLED(CONFIG_BTRFS_DEBUG))
fs/btrfs/extent_map.c
324
if (!IS_ENABLED(CONFIG_BTRFS_DEBUG))
fs/btrfs/fs.c
170
if (IS_ENABLED(CONFIG_HIGHMEM) && blocksize > PAGE_SIZE)
fs/btrfs/fs.h
1050
return IS_ENABLED(CONFIG_BLK_DEV_ZONED) && fs_info->zone_size > 0;
fs/btrfs/inode.c
10635
if (!IS_ENABLED(CONFIG_BTRFS_ASSERT))
fs/btrfs/inode.c
3002
if (IS_ENABLED(CONFIG_BTRFS_EXPERIMENTAL)) {
fs/btrfs/inode.c
876
if (IS_ENABLED(CONFIG_BTRFS_ASSERT)) {
fs/btrfs/messages.c
231
if (IS_ENABLED(CONFIG_BTRFS_DEBUG) || __ratelimit(ratelimit)) {
fs/btrfs/raid56.c
100
if (IS_ENABLED(CONFIG_BTRFS_ASSERT) && unlikely(!(expr))) { \
fs/btrfs/raid56.c
112
if (IS_ENABLED(CONFIG_BTRFS_ASSERT) && unlikely(!(expr))) { \
fs/btrfs/raid56.c
1383
if (!IS_ENABLED(CONFIG_BTRFS_ASSERT))
fs/btrfs/raid56.c
64
if (!IS_ENABLED(CONFIG_BTRFS_ASSERT))
fs/btrfs/raid56.c
77
if (IS_ENABLED(CONFIG_BTRFS_ASSERT) && unlikely(!(expr))) { \
fs/btrfs/raid56.c
88
if (IS_ENABLED(CONFIG_BTRFS_ASSERT) && unlikely(!(expr))) { \
fs/btrfs/subpage.c
698
if (!IS_ENABLED(CONFIG_BTRFS_ASSERT))
fs/btrfs/sysfs.c
433
return sysfs_emit(buf, "%d\n", IS_ENABLED(CONFIG_BTRFS_FS_POSIX_ACL));
fs/btrfs/tree-checker.c
351
if (IS_ENABLED(CONFIG_BTRFS_DEBUG) &&
fs/buffer.c
2397
if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
fs/cachefiles/daemon.c
782
if (IS_ENABLED(CONFIG_CACHEFILES_ONDEMAND)) {
fs/cachefiles/internal.h
137
return IS_ENABLED(CONFIG_CACHEFILES_ONDEMAND) &&
fs/ceph/caps.c
1279
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/caps.c
1344
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/caps.c
1484
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/caps.c
1498
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/caps.c
3588
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/dir.c
984
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/inode.c
2603
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/inode.c
937
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/mds_client.c
2626
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/xattr.c
354
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/ceph/xattr.c
520
#if IS_ENABLED(CONFIG_FS_ENCRYPTION)
fs/coredump.c
1637
if ((!IS_ENABLED(CONFIG_MMU) || vma->anon_vma) && FILTER(ANON_PRIVATE))
fs/cramfs/inode.c
106
if (IS_ENABLED(CONFIG_CRAMFS_MTD) &&
fs/cramfs/inode.c
284
if (IS_ENABLED(CONFIG_CRAMFS_MTD) && sbi->linear_virt_addr)
fs/cramfs/inode.c
286
else if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV))
fs/cramfs/inode.c
500
if (IS_ENABLED(CONFIG_CRAMFS_MTD) && sb->s_mtd) {
fs/cramfs/inode.c
505
} else if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV) && sb->s_bdev) {
fs/cramfs/inode.c
957
if (IS_ENABLED(CONFIG_CRAMFS_MTD)) {
fs/cramfs/inode.c
962
if (IS_ENABLED(CONFIG_CRAMFS_BLOCKDEV))
fs/crypto/inline_crypt.c
80
if (!IS_ENABLED(CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK) ||
fs/debugfs/inode.c
38
static bool debugfs_enabled __ro_after_init = IS_ENABLED(CONFIG_DEBUG_FS_ALLOW_ALL);
fs/dlm/config.c
201
if (!IS_ENABLED(CONFIG_IP_SCTP))
fs/dlm/lowcomms.c
1015
#if IS_ENABLED(CONFIG_IPV6)
fs/dlm/lowcomms.c
1877
if (!IS_ENABLED(CONFIG_IP_SCTP)) {
fs/dlm/lowcomms.c
607
#if IS_ENABLED(CONFIG_IPV6)
fs/erofs/data.c
369
if (!IS_ENABLED(CONFIG_EROFS_FS_ZIP))
fs/erofs/data.c
430
if (IS_ENABLED(CONFIG_FS_DAX) && IS_DAX(inode))
fs/erofs/data.c
494
if (!IS_ENABLED(CONFIG_EROFS_FS_ZIP))
fs/erofs/inode.c
149
if (IS_ENABLED(CONFIG_EROFS_FS_POSIX_ACL) &&
fs/erofs/inode.c
188
} else if (!IS_ENABLED(CONFIG_EROFS_FS_ZIP) || !sbi->available_compr_algs) {
fs/erofs/internal.h
187
return IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) && sbi->dif0.file;
fs/erofs/internal.h
194
return IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) &&
fs/erofs/internal.h
478
if (!IS_ENABLED(CONFIG_EROFS_FS_ZIP))
fs/erofs/internal.h
485
if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && !no_fscache &&
fs/erofs/internal.h
488
if (IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) &&
fs/erofs/super.c
1084
if (IS_ENABLED(CONFIG_EROFS_FS_XATTR))
fs/erofs/super.c
1087
if (IS_ENABLED(CONFIG_EROFS_FS_POSIX_ACL))
fs/erofs/super.c
1089
if (IS_ENABLED(CONFIG_EROFS_FS_ZIP))
fs/erofs/super.c
1098
if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND)) {
fs/erofs/super.c
354
if (IS_ENABLED(CONFIG_EROFS_FS_ZIP)) {
fs/erofs/super.c
384
if (IS_ENABLED(CONFIG_EROFS_FS_XATTR))
fs/erofs/super.c
386
if (IS_ENABLED(CONFIG_EROFS_FS_POSIX_ACL))
fs/erofs/super.c
427
if (IS_ENABLED(CONFIG_FS_DAX)) {
fs/erofs/super.c
460
if (!IS_ENABLED(CONFIG_EROFS_FS_XATTR))
fs/erofs/super.c
468
if (!IS_ENABLED(CONFIG_EROFS_FS_POSIX_ACL))
fs/erofs/super.c
476
if (!IS_ENABLED(CONFIG_EROFS_FS_ZIP))
fs/erofs/super.c
528
if (!IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE))
fs/erofs/super.c
539
if (!IS_ENABLED(CONFIG_EROFS_FS_PAGE_CACHE_SHARE))
fs/erofs/super.c
795
if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && sbi->fsid)
fs/erofs/super.c
799
IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) ?
fs/erofs/super.c
801
if (IS_ENABLED(CONFIG_EROFS_FS_BACKED_BY_FILE) && ret == -ENOTBLK) {
fs/erofs/super.c
927
if ((IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && sbi->fsid) ||
fs/erofs/sysfs.c
171
if (IS_ENABLED(CONFIG_EROFS_FS_ZIP) &&
fs/erofs/zdata.c
1437
if (IS_ENABLED(CONFIG_PREEMPTION) && rcu_preempt_depth())
fs/erofs/zdata.c
1439
if (!IS_ENABLED(CONFIG_PREEMPT_COUNT))
fs/erofs/zdata.c
316
if (IS_ENABLED(CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI))
fs/exec.c
880
if (!IS_ENABLED(CONFIG_ARCH_WANT_IRQS_OFF_ACTIVATE_MM))
fs/exec.c
883
if (IS_ENABLED(CONFIG_ARCH_WANT_IRQS_OFF_ACTIVATE_MM))
fs/ext4/ext4.h
2030
return IS_ENABLED(CONFIG_FS_VERITY) &&
fs/ext4/ext4.h
2584
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/ext4.h
2819
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/ext4.h
3949
#if IS_ENABLED(CONFIG_EXT4_KUNIT_TESTS)
fs/ext4/ext4_extents.h
271
#if IS_ENABLED(CONFIG_EXT4_KUNIT_TESTS)
fs/ext4/extents.c
6270
#if IS_ENABLED(CONFIG_EXT4_KUNIT_TESTS)
fs/ext4/hash.c
297
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/mballoc.c
7191
#if IS_ENABLED(CONFIG_EXT4_KUNIT_TESTS)
fs/ext4/mballoc.h
278
#if IS_ENABLED(CONFIG_EXT4_KUNIT_TESTS)
fs/ext4/namei.c
1361
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/namei.c
1420
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/namei.c
1803
if (IS_ENABLED(CONFIG_UNICODE) && !inode && IS_CASEFOLDED(dir)) {
fs/ext4/namei.c
3209
if (IS_ENABLED(CONFIG_UNICODE) && IS_CASEFOLDED(dir))
fs/ext4/namei.c
3320
if (IS_ENABLED(CONFIG_UNICODE) && IS_CASEFOLDED(dir))
fs/ext4/readpage.c
137
if (IS_ENABLED(CONFIG_FS_VERITY) &&
fs/ext4/readpage.c
205
if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
fs/ext4/super.c
1379
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/super.c
1943
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/super.c
2111
if (!IS_ENABLED(CONFIG_FS_ENCRYPTION)) {
fs/ext4/super.c
3623
if (!IS_ENABLED(CONFIG_UNICODE) && ext4_has_feature_casefold(sb)) {
fs/ext4/super.c
3661
#if !IS_ENABLED(CONFIG_QUOTA) || !IS_ENABLED(CONFIG_QFMT_V2)
fs/ext4/super.c
4617
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/super.c
5776
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/sysfs.c
357
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/sysfs.c
365
#if IS_ENABLED(CONFIG_UNICODE) && defined(CONFIG_FS_ENCRYPTION)
fs/ext4/sysfs.c
380
#if IS_ENABLED(CONFIG_UNICODE)
fs/ext4/sysfs.c
388
#if IS_ENABLED(CONFIG_UNICODE) && defined(CONFIG_FS_ENCRYPTION)
fs/f2fs/compress.c
1838
if (IS_ENABLED(CONFIG_FS_VERITY) && !failed && dic->vi) {
fs/f2fs/data.c
2147
if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
fs/f2fs/dir.c
212
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/dir.c
35
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/dir.c
358
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/dir.c
384
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/dir.c
61
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/f2fs.h
3032
if (IS_ENABLED(CONFIG_F2FS_FAULT_INJECTION)) {
fs/f2fs/f2fs.h
3371
return IS_ENABLED(CONFIG_FS_VERITY) &&
fs/f2fs/f2fs.h
3826
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/f2fs.h
636
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/hash.c
108
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/namei.c
524
if (IS_ENABLED(CONFIG_UNICODE) && !inode && IS_CASEFOLDED(dir)) {
fs/f2fs/namei.c
603
if (IS_ENABLED(CONFIG_UNICODE) && IS_CASEFOLDED(dir))
fs/f2fs/node.c
588
if (IS_ENABLED(CONFIG_F2FS_CHECK_FS)) {
fs/f2fs/super.c
1540
if (!IS_ENABLED(CONFIG_UNICODE) && f2fs_sb_has_casefold(sbi)) {
fs/f2fs/super.c
2088
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/super.c
463
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/super.c
4859
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/super.c
5408
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/super.c
625
if (!IS_ENABLED(CONFIG_FS_ENCRYPTION)) {
fs/f2fs/sysfs.c
1359
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/sysfs.c
1378
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/sysfs.c
1525
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/sysfs.c
1544
#if IS_ENABLED(CONFIG_UNICODE)
fs/f2fs/sysfs.c
271
#if IS_ENABLED(CONFIG_UNICODE)
fs/fat/inode.c
1936
opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat;
fs/file.c
183
if (IS_ENABLED(CONFIG_32BIT) && slots_wanted < 256)
fs/file_table.c
143
if (IS_ENABLED(CONFIG_BINFMT_MISC)) {
fs/fuse/dev.c
2630
if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/dev.c
2647
if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/file.c
3214
if (IS_ENABLED(CONFIG_FUSE_DAX))
fs/fuse/fuse_i.h
1511
#define FUSE_IS_DAX(inode) (IS_ENABLED(CONFIG_FUSE_DAX) && IS_DAX(inode))
fs/fuse/fuse_i.h
471
#if IS_ENABLED(CONFIG_VIRTIO_FS)
fs/fuse/inode.c
1004
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/inode.c
1031
if (IS_ENABLED(CONFIG_FUSE_DAX))
fs/fuse/inode.c
1044
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/inode.c
117
if (IS_ENABLED(CONFIG_FUSE_DAX) && !fuse_dax_inode_alloc(sb, fi))
fs/fuse/inode.c
120
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/inode.c
1403
if (IS_ENABLED(CONFIG_FUSE_DAX)) {
fs/fuse/inode.c
141
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/inode.c
1437
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) &&
fs/fuse/inode.c
1518
if (IS_ENABLED(CONFIG_FUSE_PASSTHROUGH))
fs/fuse/inode.c
1854
if (IS_ENABLED(CONFIG_FUSE_DAX)) {
fs/fuse/inode.c
1924
if (IS_ENABLED(CONFIG_FUSE_DAX))
fs/fuse/inode.c
2003
if (IS_ENABLED(CONFIG_BLOCK) && ctx->is_bdev) {
fs/fuse/inode.c
402
if (IS_ENABLED(CONFIG_FUSE_DAX))
fs/fuse/iomode.c
176
if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) || !fc->passthrough ||
fs/fuse/virtio_fs.c
1059
if (!IS_ENABLED(CONFIG_FUSE_DAX))
fs/fuse/virtio_fs.c
1615
if (IS_ENABLED(CONFIG_FUSE_DAX))
fs/inode.c
2633
if (IS_ENABLED(CONFIG_BLOCK))
fs/inode.c
782
if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
fs/libfs.c
1795
#if IS_ENABLED(CONFIG_UNICODE)
fs/libfs.c
1978
#if IS_ENABLED(CONFIG_UNICODE)
fs/libfs.c
79
if (IS_ENABLED(CONFIG_UNICODE) && IS_CASEFOLDED(dir))
fs/lockd/procfs.h
10
#if IS_ENABLED(CONFIG_PROC_FS)
fs/lockd/svc.c
291
#if IS_ENABLED(CONFIG_IPV6)
fs/lockd/svc.c
351
#if IS_ENABLED(CONFIG_IPV6)
fs/lockd/svc.c
367
#if IS_ENABLED(CONFIG_IPV6)
fs/lockd/svclock.c
56
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
fs/namespace.c
446
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
fs/netfs/buffered_write.c
76
#if IS_ENABLED(CONFIG_FSCACHE)
fs/netfs/internal.h
229
#if IS_ENABLED(CONFIG_FSCACHE)
fs/nfs/callback.h
186
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/client.c
1268
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/client.c
1289
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/client.c
185
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/client.c
205
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/client.c
695
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/delegation.h
12
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/dir.c
1419
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/dir.c
1468
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/dir.c
2064
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/flexfilelayout/flexfilelayout.c
171
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/flexfilelayout/flexfilelayout.c
2971
#if IS_ENABLED(CONFIG_NFS_V4_2)
fs/nfs/fs_context.c
1322
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/fs_context.c
1488
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/fs_context.c
1545
if (IS_ENABLED(CONFIG_NFS_V4)) {
fs/nfs/fs_context.c
1777
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/fs_context.c
31
#if IS_ENABLED(CONFIG_NFS_V3)
fs/nfs/inode.c
2529
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/inode.c
2550
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/inode.c
2608
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/inode.c
2626
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/internal.h
334
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/internal.h
452
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/internal.h
560
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/netns.h
29
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/nfs3proc.c
855
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/nfs4_fs.h
25
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/nfs4client.c
1091
#if IS_ENABLED(CONFIG_SUNRPC_XPRT_RDMA)
fs/nfs/nfs4client.c
1107
#if IS_ENABLED(CONFIG_SUNRPC_XPRT_RDMA)
fs/nfs/nfs4session.h
18
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/nfs4state.c
1803
#if IS_ENABLED(CONFIG_NFS_V4_0)
fs/nfs/nfstrace.h
1738
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/pnfs.c
3461
#if IS_ENABLED(CONFIG_NFS_V4_2)
fs/nfs/pnfs.h
87
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/pnfs.h
918
#if IS_ENABLED(CONFIG_NFS_V4_2)
fs/nfs/read.c
71
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/super.c
101
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/super.c
1367
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/super.c
405
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/super.c
581
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/super.c
681
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/sysfs.c
296
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/sysfs.c
365
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfs/sysfs.c
391
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfs/write.c
1405
#if IS_ENABLED(CONFIG_NFS_V4)
fs/nfsd/filecache.c
871
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/netns.h
222
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfs4xdr.c
607
if (IS_ENABLED(CONFIG_NFSD_V4_SECURITY_LABEL) &&
fs/nfsd/nfsctl.c
1164
#if IS_ENABLED(CONFIG_SUNRPC_GSS)
fs/nfsd/nfsctl.c
2198
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfsctl.c
2214
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfsctl.c
2248
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfsd.h
136
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfssvc.c
130
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/nfssvc.c
462
#if IS_ENABLED(CONFIG_IPV6)
fs/nfsd/nfssvc.c
516
#if IS_ENABLED(CONFIG_IPV6)
fs/nfsd/nfssvc.c
637
#if IS_ENABLED(CONFIG_IPV6)
fs/nfsd/nfssvc.c
73
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
fs/nfsd/vfs.c
599
if (IS_ENABLED(CONFIG_FS_POSIX_ACL) && attr->na_dpacl) {
fs/nfsd/vfs.c
612
if (IS_ENABLED(CONFIG_FS_POSIX_ACL) && attr->na_pacl) {
fs/notify/fanotify/fanotify.h
461
return IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS) &&
fs/notify/fanotify/fanotify_user.c
1074
if (!IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS))
fs/notify/fanotify/fanotify_user.c
1947
if (IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS))
fs/notify/fanotify/fanotify_user.c
2206
if (IS_ENABLED(CONFIG_FANOTIFY_ACCESS_PERMISSIONS)) {
fs/ntfs3/dir.c
680
#if IS_ENABLED(CONFIG_NTFS_FS)
fs/ntfs3/file.c
1573
#if IS_ENABLED(CONFIG_NTFS_FS)
fs/ntfs3/ntfs_fs.h
1253
#if IS_ENABLED(CONFIG_NTFS_FS)
fs/ntfs3/super.c
1906
#if IS_ENABLED(CONFIG_NTFS_FS)
fs/ntfs3/super.c
1953
if (IS_ENABLED(CONFIG_NTFS3_FS_POSIX_ACL))
fs/ntfs3/super.c
1955
if (IS_ENABLED(CONFIG_NTFS3_64BIT_CLUSTER))
fs/ntfs3/super.c
1958
if (IS_ENABLED(CONFIG_NTFS3_LZX_XPRESS))
fs/overlayfs/dir.c
463
if (!IS_ENABLED(CONFIG_FS_POSIX_ACL) || !acl)
fs/overlayfs/ovl_entry.h
117
if (IS_ENABLED(CONFIG_OVERLAY_FS_DEBUG))
fs/overlayfs/params.c
14
static bool ovl_redirect_dir_def = IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_DIR);
fs/overlayfs/params.c
20
IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW);
fs/overlayfs/params.c
26
static bool ovl_xino_auto_def = IS_ENABLED(CONFIG_OVERLAY_FS_XINO_AUTO);
fs/overlayfs/params.c
31
static bool ovl_index_def = IS_ENABLED(CONFIG_OVERLAY_FS_INDEX);
fs/overlayfs/params.c
36
static bool ovl_nfs_export_def = IS_ENABLED(CONFIG_OVERLAY_FS_NFS_EXPORT);
fs/overlayfs/params.c
41
static bool ovl_metacopy_def = IS_ENABLED(CONFIG_OVERLAY_FS_METACOPY);
fs/overlayfs/readdir.c
80
if (!IS_ENABLED(CONFIG_UNICODE) || !rdd->map ||
fs/overlayfs/super.c
1015
#if IS_ENABLED(CONFIG_UNICODE)
fs/overlayfs/super.c
1364
#if IS_ENABLED(CONFIG_UNICODE)
fs/overlayfs/super.c
172
#if IS_ENABLED(CONFIG_UNICODE)
fs/proc/array.c
421
bool thp_enabled = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE);
fs/proc/base.c
127
IS_ENABLED(CONFIG_PROC_MEM_NO_FORCE) ? PROC_MEM_FORCE_NEVER :
fs/proc/base.c
128
IS_ENABLED(CONFIG_PROC_MEM_FORCE_PTRACE) ? PROC_MEM_FORCE_PTRACE :
fs/proc/page.c
52
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
fs/proc/task_mmu.c
1889
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
fs/proc/task_mmu.c
3142
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
fs/proc/task_mmu.c
966
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT)) {
fs/proc/task_mmu.c
979
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT)) {
fs/pstore/blk.c
31
#if IS_ENABLED(CONFIG_PSTORE_PMSG)
fs/pstore/blk.c
39
#if IS_ENABLED(CONFIG_PSTORE_CONSOLE)
fs/pstore/blk.c
47
#if IS_ENABLED(CONFIG_PSTORE_FTRACE)
fs/pstore/platform.c
185
if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS))
fs/pstore/platform.c
210
if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !compress ||
fs/pstore/platform.c
252
if (IS_ENABLED(CONFIG_PSTORE_COMPRESS) && compress_workspace) {
fs/pstore/platform.c
591
if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !record->compressed)
fs/pstore/platform.c
667
if (IS_ENABLED(CONFIG_PSTORE_COMPRESS) && compress) {
fs/pstore/platform.c
717
if (IS_ENABLED(CONFIG_PSTORE_COMPRESS) && compress) {
fs/resctrl/monitor.c
123
if (IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID))
fs/resctrl/monitor.c
1452
if (!IS_ENABLED(CONFIG_RESCTRL_ASSIGN_FIXED)) {
fs/resctrl/monitor.c
1795
if (IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID)) {
fs/resctrl/monitor.c
1824
if (IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID)) {
fs/resctrl/monitor.c
245
if (!IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID))
fs/resctrl/monitor.c
318
if (IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID))
fs/resctrl/rdtgroup.c
1492
} else if (IS_ENABLED(CONFIG_RESCTRL_FS_PSEUDO_LOCK) &&
fs/resctrl/rdtgroup.c
193
if (IS_ENABLED(CONFIG_RESCTRL_RMID_DEPENDS_ON_CLOSID) &&
fs/resctrl/rdtgroup.c
3017
if (IS_ENABLED(CONFIG_SMP) && mask && task_curr(t))
fs/resctrl/rdtgroup.c
612
if (IS_ENABLED(CONFIG_SMP) && task_curr(t))
fs/smb/client/cifs_debug.c
572
if (!IS_ENABLED(CONFIG_CIFS_COMPRESSION))
fs/smb/client/connect.c
2824
if (IS_ENABLED(CONFIG_CIFS_SWN_UPCALL) && ctx->witness) {
fs/smb/client/fs_context.c
1250
if (!IS_ENABLED(CONFIG_CIFS_COMPRESSION)) {
fs/smb/client/smb2maperror.c
111
#if IS_ENABLED(CONFIG_SMB_KUNIT_TESTS)
fs/smb/client/smb2ops.c
998
if (rc == -EREMOTE && IS_ENABLED(CONFIG_CIFS_DFS_UPCALL) &&
fs/smb/client/smb2pdu.c
2446
if (IS_ENABLED(CONFIG_CIFS_DEBUG2))
fs/smb/server/connection.c
123
if (IS_ENABLED(CONFIG_UNICODE))
fs/smb/server/connection.c
44
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/connection.c
478
if (IS_ENABLED(CONFIG_UNICODE))
fs/smb/server/connection.h
54
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/mgmt/user_session.c
217
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/mgmt/user_session.c
96
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/misc.c
245
if (IS_ENABLED(CONFIG_UNICODE) && um) {
fs/smb/server/smb2pdu.c
2691
if (IS_ENABLED(CONFIG_FS_POSIX_ACL)) {
fs/smb/server/smbacl.c
1390
if (IS_ENABLED(CONFIG_FS_POSIX_ACL)) {
fs/smb/server/smbacl.c
1487
if (IS_ENABLED(CONFIG_FS_POSIX_ACL) && fattr.cf_dacls) {
fs/smb/server/smbacl.c
561
if (IS_ENABLED(CONFIG_FS_POSIX_ACL)) {
fs/smb/server/smbacl.c
575
if (IS_ENABLED(CONFIG_FS_POSIX_ACL)) {
fs/smb/server/transport_tcp.c
189
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/transport_tcp.c
241
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/transport_tcp.c
253
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/transport_tcp.c
75
#if IS_ENABLED(CONFIG_IPV6)
fs/smb/server/vfs.c
1088
if (IS_ENABLED(CONFIG_UNICODE) && buf->um) {
fs/smb/server/vfs.c
1345
if (!IS_ENABLED(CONFIG_FS_POSIX_ACL))
fs/smb/server/vfs.c
1810
if (!IS_ENABLED(CONFIG_FS_POSIX_ACL))
fs/smb/server/vfs.c
1863
if (!IS_ENABLED(CONFIG_FS_POSIX_ACL))
fs/statfs.c
257
if (IS_ENABLED(CONFIG_ARCH_32BIT_USTAT_F_TINODE))
fs/super.c
1147
if (IS_ENABLED(CONFIG_BLOCK))
fs/ubifs/file.c
1377
if (!IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
fs/ubifs/file.c
1593
if (IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
fs/ubifs/sb.c
565
if (!IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION))
fs/ubifs/sb.c
749
if (!IS_ENABLED(CONFIG_FS_ENCRYPTION) && c->encrypted) {
fs/ubifs/sb.c
935
if (!IS_ENABLED(CONFIG_FS_ENCRYPTION))
fs/ubifs/super.c
1276
if (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) {
fs/ubifs/super.c
135
if (!IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
fs/ubifs/super.c
2289
if (IS_ENABLED(CONFIG_UBIFS_ATIME_SUPPORT))
fs/ubifs/ubifs.h
1532
return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated;
fs/xfs/libxfs/xfs_alloc.c
2893
if (IS_ENABLED(CONFIG_XFS_DEBUG) && args->alloc_minlen_only) {
fs/xfs/scrub/scrub.c
160
if (!IS_ENABLED(CONFIG_XFS_ONLINE_REPAIR))
fs/xfs/scrub/trace.h
1956
#if IS_ENABLED(CONFIG_XFS_ONLINE_REPAIR)
fs/xfs/xfs_aops.c
227
if (IS_ENABLED(CONFIG_XFS_RT) && bio_is_zone_append(bio)) {
fs/xfs/xfs_file.c
1303
ASSERT(IS_ENABLED(CONFIG_XFS_DEBUG));
fs/xfs/xfs_file.c
1820
if (!IS_ENABLED(CONFIG_FS_DAX)) {
fs/xfs/xfs_iops.c
1384
if (!IS_ENABLED(CONFIG_FS_DAX))
fs/xfs/xfs_iops.c
162
#if IS_ENABLED(CONFIG_SECURITY)
fs/xfs/xfs_log.c
3412
if (IS_ENABLED(CONFIG_XFS_RT) && xfs_has_zoned(log->l_mp))
fs/xfs/xfs_mount.c
492
if (IS_ENABLED(CONFIG_XFS_RT) && xfs_has_zoned(mp))
fs/xfs/xfs_mount.h
489
return !IS_ENABLED(CONFIG_XFS_SUPPORT_V4) || \
fs/xfs/xfs_mount.h
497
if (IS_ENABLED(CONFIG_XFS_SUPPORT_V4)) { \
fs/xfs/xfs_mount.h
514
if (IS_ENABLED(CONFIG_XFS_SUPPORT_V4))
fs/xfs/xfs_qm.c
751
#if !IS_ENABLED(CONFIG_XFS_ONLINE_SCRUB)
fs/xfs/xfs_stats.c
134
IS_ENABLED(CONFIG_XFS_RT) ? "rtquota" : "quota");
fs/xfs/xfs_super.c
1270
if (xfs_has_zoned(mp) && IS_ENABLED(CONFIG_XFS_RT))
fs/xfs/xfs_super.c
1586
if (!IS_ENABLED(CONFIG_XFS_QUOTA) &&
fs/xfs/xfs_super.c
1757
if (!IS_ENABLED(CONFIG_XFS_SUPPORT_V4)) {
fs/xfs/xfs_super.c
781
if (IS_ENABLED(CONFIG_XFS_RT) &&
fs/xfs/xfs_sysfs.c
805
if (IS_ENABLED(CONFIG_XFS_RT) && xfs_has_zoned(mp)) {
fs/xfs/xfs_sysfs.c
831
if (IS_ENABLED(CONFIG_XFS_RT) && xfs_has_zoned(mp))
include/acpi/acpi_bus.h
791
#if IS_ENABLED(CONFIG_X86_ANDROID_TABLETS)
include/acpi/button.h
9
#if IS_ENABLED(CONFIG_ACPI_BUTTON)
include/acpi/nfit.h
9
#if IS_ENABLED(CONFIG_ACPI_NFIT)
include/acpi/nhlt.h
88
#if IS_ENABLED(CONFIG_ACPI_NHLT)
include/acpi/video.h
56
#if IS_ENABLED(CONFIG_ACPI_VIDEO)
include/asm-generic/access_ok.h
36
if (IS_ENABLED(CONFIG_ALTERNATE_USER_ADDRESS_SPACE) ||
include/asm-generic/access_ok.h
37
!IS_ENABLED(CONFIG_MMU))
include/asm-generic/bitops/instrumented-non-atomic.h
66
if (IS_ENABLED(CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC)) {
include/asm-generic/hugetlb.h
127
return IS_ENABLED(CONFIG_ARCH_HAS_GIGANTIC_PAGE);
include/asm-generic/io.h
75
#if IS_ENABLED(CONFIG_TRACE_MMIO_ACCESS) && !(defined(__DISABLE_TRACE_MMIO__))
include/asm-generic/mshyperv.h
192
#if IS_ENABLED(CONFIG_HYPERV)
include/asm-generic/mshyperv.h
332
#if IS_ENABLED(CONFIG_MSHV_ROOT)
include/asm-generic/mshyperv.h
380
#if IS_ENABLED(CONFIG_HYPERV_VTL_MODE)
include/asm-generic/pgtable_uffd.h
13
#define pgtable_supports_uffd_wp() IS_ENABLED(CONFIG_HAVE_ARCH_USERFAULTFD_WP)
include/asm-generic/pgtable_uffd.h
18
return pgtable_supports_uffd_wp() && IS_ENABLED(CONFIG_PTE_MARKER_UFFD_WP);
include/asm-generic/sections.h
77
return IS_ENABLED(CONFIG_HAVE_FUNCTION_DESCRIPTORS);
include/asm-generic/ticket_spinlock.h
65
u16 *ptr = (u16 *)lock + IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
include/asm-generic/tlb.h
576
if (tlb->fullmm || IS_ENABLED(CONFIG_MMU_GATHER_MERGE_VMAS))
include/asm-generic/vmlinux.lds.h
329
#define OF_TABLE(cfg, name) __OF_TABLE(IS_ENABLED(cfg), name)
include/crypto/blake2b.h
147
WARN_ON(IS_ENABLED(DEBUG) && ((!in && inlen > 0) || !out || !outlen ||
include/crypto/blake2b.h
99
WARN_ON(IS_ENABLED(DEBUG) && (!outlen || outlen > BLAKE2B_HASH_SIZE ||
include/crypto/blake2s.h
103
WARN_ON(IS_ENABLED(DEBUG) && (!outlen || outlen > BLAKE2S_HASH_SIZE ||
include/crypto/blake2s.h
151
WARN_ON(IS_ENABLED(DEBUG) && ((!in && inlen > 0) || !out || !outlen ||
include/crypto/mldsa.h
57
#if IS_ENABLED(CONFIG_CRYPTO_LIB_MLDSA_KUNIT_TEST)
include/crypto/scatterwalk.h
106
if (IS_ENABLED(CONFIG_HIGHMEM)) {
include/crypto/scatterwalk.h
152
if (IS_ENABLED(CONFIG_HIGHMEM))
include/crypto/scatterwalk.h
75
if (IS_ENABLED(CONFIG_HIGHMEM))
include/crypto/utils.h
18
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
include/crypto/utils.h
38
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
include/cxl/einj.h
19
#if IS_ENABLED(CONFIG_ACPI_APEI_EINJ_CXL)
include/drm/bridge/aux-bridge.h
14
#if IS_ENABLED(CONFIG_DRM_AUX_BRIDGE)
include/drm/bridge/aux-bridge.h
23
#if IS_ENABLED(CONFIG_DRM_AUX_HPD_BRIDGE)
include/drm/display/drm_dp_helper.h
915
#if IS_ENABLED(CONFIG_DRM_KMS_HELPER) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
include/drm/display/drm_dp_mst_helper.h
107
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
include/drm/display/drm_dp_mst_helper.h
211
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
include/drm/display/drm_dp_mst_helper.h
30
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
include/drm/display/drm_dp_mst_helper.h
817
#if IS_ENABLED(CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS)
include/drm/display/drm_hdmi_cec_helper.h
59
#if IS_ENABLED(CONFIG_DRM_DISPLAY_HDMI_CEC_NOTIFIER_HELPER)
include/drm/drm_accel.h
53
#if IS_ENABLED(CONFIG_DRM_ACCEL)
include/drm/drm_gem_shmem_helper.h
307
#if IS_ENABLED(CONFIG_KUNIT)
include/drm/drm_of.h
145
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_DRM_MIPI_DSI)
include/drm/drm_of.h
166
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_DRM_PANEL_BRIDGE)
include/drm/drm_of.h
7
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_DRM_PANEL_BRIDGE)
include/drm/drm_pagemap.h
246
#if IS_ENABLED(CONFIG_ZONE_DEVICE)
include/drm/drm_pagemap.h
344
#if IS_ENABLED(CONFIG_ZONE_DEVICE)
include/drm/drm_panel.h
385
#if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
include/drm/drm_privacy_screen_consumer.h
17
#if IS_ENABLED(CONFIG_DRM_PRIVACY_SCREEN)
include/drm/drm_privacy_screen_machine.h
34
#if IS_ENABLED(CONFIG_DRM_PRIVACY_SCREEN) && IS_ENABLED(CONFIG_X86)
include/drm/ttm/ttm_tt.h
303
#if IS_ENABLED(CONFIG_AGP)
include/hyperv/hvhdk.h
131
#elif IS_ENABLED(CONFIG_ARM64)
include/hyperv/hvhdk.h
45
#if IS_ENABLED(CONFIG_X86)
include/hyperv/hvhdk.h
591
#if IS_ENABLED(CONFIG_X86)
include/hyperv/hvhdk.h
595
#elif IS_ENABLED(CONFIG_ARM64)
include/hyperv/hvhdk.h
812
#if IS_ENABLED(CONFIG_ARM64)
include/hyperv/hvhdk_mini.h
121
#if IS_ENABLED(CONFIG_ARM64)
include/hyperv/hvhdk_mini.h
189
#if IS_ENABLED(CONFIG_X86)
include/hyperv/hvhdk_mini.h
200
#if IS_ENABLED(CONFIG_X86)
include/keys/trusted-type.h
22
#if IS_ENABLED(CONFIG_TRUSTED_KEYS_PKWM)
include/kunit/assert.h
221
#if IS_ENABLED(CONFIG_KUNIT)
include/kunit/device.h
14
#if IS_ENABLED(CONFIG_KUNIT)
include/kunit/static_stub.h
11
#if !IS_ENABLED(CONFIG_KUNIT)
include/kunit/test-bug.h
14
#if IS_ENABLED(CONFIG_KUNIT)
include/kunit/visibility.h
13
#if IS_ENABLED(CONFIG_KUNIT)
include/kvm/arm_pmu.h
15
#if IS_ENABLED(CONFIG_HW_PERF_EVENTS) && IS_ENABLED(CONFIG_KVM)
include/linux/acpi.h
1507
#if IS_ENABLED(CONFIG_ACPI_GENERIC_GSI)
include/linux/acpi_amd_wbrf.h
49
#if IS_ENABLED(CONFIG_AMD_WBRF)
include/linux/acpi_mdio.h
11
#if IS_ENABLED(CONFIG_ACPI_MDIO)
include/linux/apple-gmux.h
51
#if IS_ENABLED(CONFIG_APPLE_GMUX)
include/linux/atalk.h
116
#if IS_ENABLED(CONFIG_ATALK)
include/linux/backlight.h
441
#if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
include/linux/binfmts.h
99
#if IS_ENABLED(CONFIG_BINFMT_MISC)
include/linux/bio.h
734
if (!IS_ENABLED(CONFIG_BLK_DEV_ZONED))
include/linux/blk-mq.h
986
if (IS_ENABLED(CONFIG_FAIL_IO_TIMEOUT) &&
include/linux/blkdev.h
1484
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) &&
include/linux/blkdev.h
209
#if IS_ENABLED(CONFIG_CDROM)
include/linux/blkdev.h
739
return IS_ENABLED(CONFIG_BLK_DEV_ZONED) &&
include/linux/bpf.h
3388
if (IS_ENABLED(CONFIG_BPF_EVENTS))
include/linux/bpf.h
377
#if IS_ENABLED(CONFIG_DEBUG_KERNEL)
include/linux/bug.h
101
if (IS_ENABLED(CONFIG_BUG_ON_DATA_CORRUPTION)) { \
include/linux/buildid.h
17
#if IS_ENABLED(CONFIG_STACKTRACE_BUILD_ID) || IS_ENABLED(CONFIG_VMCORE_INFO)
include/linux/bus/stm32_firewall_device.h
38
#if IS_ENABLED(CONFIG_STM32_FIREWALL)
include/linux/cgroup_dmem.h
17
#if IS_ENABLED(CONFIG_CGROUP_DMEM)
include/linux/cgroup_subsys.h
12
#if IS_ENABLED(CONFIG_CPUSETS)
include/linux/cgroup_subsys.h
16
#if IS_ENABLED(CONFIG_CGROUP_SCHED)
include/linux/cgroup_subsys.h
20
#if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
include/linux/cgroup_subsys.h
24
#if IS_ENABLED(CONFIG_BLK_CGROUP)
include/linux/cgroup_subsys.h
28
#if IS_ENABLED(CONFIG_MEMCG)
include/linux/cgroup_subsys.h
32
#if IS_ENABLED(CONFIG_CGROUP_DEVICE)
include/linux/cgroup_subsys.h
36
#if IS_ENABLED(CONFIG_CGROUP_FREEZER)
include/linux/cgroup_subsys.h
40
#if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
include/linux/cgroup_subsys.h
44
#if IS_ENABLED(CONFIG_CGROUP_PERF)
include/linux/cgroup_subsys.h
48
#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
include/linux/cgroup_subsys.h
52
#if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
include/linux/cgroup_subsys.h
56
#if IS_ENABLED(CONFIG_CGROUP_PIDS)
include/linux/cgroup_subsys.h
60
#if IS_ENABLED(CONFIG_CGROUP_RDMA)
include/linux/cgroup_subsys.h
64
#if IS_ENABLED(CONFIG_CGROUP_MISC)
include/linux/cgroup_subsys.h
68
#if IS_ENABLED(CONFIG_CGROUP_DMEM)
include/linux/cgroup_subsys.h
75
#if IS_ENABLED(CONFIG_CGROUP_DEBUG)
include/linux/comedi/comedi_isadma.h
58
#if IS_ENABLED(CONFIG_ISA_DMA_API)
include/linux/context_tracking.h
55
if (IS_ENABLED(CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK) ||
include/linux/context_tracking.h
68
if (!IS_ENABLED(CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK) &&
include/linux/context_tracking_state.h
63
#define CT_RCU_WATCHING_WIDTH (IS_ENABLED(CONFIG_RCU_DYNTICKS_TORTURE) ? 2 : CT_RCU_WATCHING_MAX_WIDTH)
include/linux/cpu.h
153
if (IS_ENABLED(CONFIG_PM_SLEEP_SMP_NONZERO_CPU))
include/linux/cpufreq.h
489
return IS_ENABLED(CONFIG_CPU_THERMAL) &&
include/linux/crc32.h
93
#if IS_ENABLED(CONFIG_CRC32_ARCH)
include/linux/dax.h
153
#if IS_ENABLED(CONFIG_FS_DAX)
include/linux/dax.h
217
#if IS_ENABLED(CONFIG_DAX)
include/linux/dax.h
231
#if !IS_ENABLED(CONFIG_FS_DAX)
include/linux/dax.h
52
#if IS_ENABLED(CONFIG_DAX)
include/linux/device.h
1132
if (!IS_ENABLED(CONFIG_OF) || !dev)
include/linux/dm-verity-loadpin.h
18
#if IS_ENABLED(CONFIG_SECURITY_LOADPIN_VERITY)
include/linux/dma-direct.h
134
if (is_ram && !IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
include/linux/dma-map-ops.h
263
if (!IS_ENABLED(CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC))
include/linux/dma-mapping.h
422
return !dev->dma_skip_sync || IS_ENABLED(CONFIG_DMA_API_DEBUG);
include/linux/dma/dw.h
42
#if IS_ENABLED(CONFIG_DW_DMAC_CORE)
include/linux/dma/hsu.h
39
#if IS_ENABLED(CONFIG_HSU_DMA)
include/linux/dmaengine.h
561
#if IS_ENABLED(CONFIG_DMA_ENGINE_RAID)
include/linux/dpll.h
207
#if IS_ENABLED(CONFIG_DPLL)
include/linux/edac.h
701
#if IS_ENABLED(CONFIG_EDAC_SCRUB)
include/linux/edac.h
736
#if IS_ENABLED(CONFIG_EDAC_ECS)
include/linux/edac.h
841
#if IS_ENABLED(CONFIG_EDAC_MEM_REPAIR)
include/linux/efi.h
1111
#if IS_ENABLED(CONFIG_EFI_CAPSULE_LOADER)
include/linux/efi.h
1347
if (!IS_ENABLED(CONFIG_XEN_EFI))
include/linux/efi.h
698
return IS_ENABLED(CONFIG_EFI) && mm == &efi_mm;
include/linux/efi.h
886
return IS_ENABLED(CONFIG_EFI_SOFT_RESERVE)
include/linux/entry-common.h
273
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
include/linux/errqueue.h
17
#if IS_ENABLED(CONFIG_IPV6)
include/linux/errqueue.h
7
#if IS_ENABLED(CONFIG_IPV6)
include/linux/ethtool_netlink.h
22
#if IS_ENABLED(CONFIG_ETHTOOL_NETLINK)
include/linux/extcon-provider.h
17
#if IS_ENABLED(CONFIG_EXTCON)
include/linux/extcon.h
170
#if IS_ENABLED(CONFIG_EXTCON)
include/linux/fb.h
468
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
include/linux/fb.h
758
#if IS_ENABLED(CONFIG_FB_BACKLIGHT)
include/linux/fcntl.h
25
#define force_o_largefile() (!IS_ENABLED(CONFIG_ARCH_32BIT_OFF_T))
include/linux/filter.h
1702
#if IS_ENABLED(CONFIG_IPV6)
include/linux/filter.h
874
if (!IS_ENABLED(CONFIG_BPF_SYSCALL))
include/linux/filter.h
886
if (IS_ENABLED(CONFIG_XDP_SOCKETS) &&
include/linux/firmware/imx/dsp.h
48
#if IS_ENABLED(CONFIG_IMX_DSP)
include/linux/firmware/imx/sci.h
19
#if IS_ENABLED(CONFIG_IMX_SCU)
include/linux/firmware/imx/sm.h
31
#if IS_ENABLED(CONFIG_IMX_SCMI_MISC_DRV)
include/linux/firmware/imx/sm.h
46
#if IS_ENABLED(CONFIG_IMX_SCMI_CPU_DRV)
include/linux/firmware/imx/sm.h
79
#if IS_ENABLED(CONFIG_IMX_SCMI_LMM_DRV)
include/linux/firmware/imx/svc/rm.h
60
#if IS_ENABLED(CONFIG_IMX_SCU)
include/linux/firmware/qcom/qcom_tzmem.h
65
#if IS_ENABLED(CONFIG_QCOM_TZMEM_MODE_SHMBRIDGE)
include/linux/firmware/samsung/exynos-acpm-protocol.h
58
#if IS_ENABLED(CONFIG_EXYNOS_ACPM_PROTOCOL)
include/linux/firmware/trusted_foundations.h
42
#if IS_ENABLED(CONFIG_TRUSTED_FOUNDATIONS)
include/linux/firmware/trusted_foundations.h
62
#if IS_ENABLED(CONFIG_CACHE_L2X0)
include/linux/firmware/trusted_foundations.h
66
#if IS_ENABLED(CONFIG_SMP)
include/linux/fortify-string.h
575
if ((IS_ENABLED(KBUILD_EXTRA_WARN1) ||
include/linux/framer/framer-provider.h
108
#if IS_ENABLED(CONFIG_GENERIC_FRAMER)
include/linux/framer/framer.h
96
#if IS_ENABLED(CONFIG_GENERIC_FRAMER)
include/linux/fs.h
3309
#if IS_ENABLED(CONFIG_UNICODE)
include/linux/fs.h
3382
if (!IS_ENABLED(CONFIG_FS_DAX) || !vma->vm_file)
include/linux/fs/super.h
192
return IS_ENABLED(CONFIG_BLOCK) && sb == blockdev_superblock;
include/linux/fs/super.h
195
#if IS_ENABLED(CONFIG_UNICODE)
include/linux/fs/super_types.h
161
#if IS_ENABLED(CONFIG_UNICODE)
include/linux/fs/super_types.h
315
#if IS_ENABLED(CONFIG_UNICODE)
include/linux/fsl/ntmp.h
64
#if IS_ENABLED(CONFIG_NXP_NETC_LIB)
include/linux/ftrace.h
258
if (IS_ENABLED(CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS))
include/linux/ftrace.h
664
if (IS_ENABLED(CONFIG_DEBUG_PREEMPT))
include/linux/ftrace.h
677
if (IS_ENABLED(CONFIG_DEBUG_PREEMPT))
include/linux/fw_table.h
53
#if IS_ENABLED(CONFIG_ACPI) && !IS_ENABLED(CONFIG_CXL_BUS)
include/linux/fwnode_mdio.h
11
#if IS_ENABLED(CONFIG_FWNODE_MDIO)
include/linux/gfp.h
434
return IS_ENABLED(CONFIG_COMPACTION) && (gfp_mask & __GFP_IO);
include/linux/gpio/consumer.h
574
#if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_HTE)
include/linux/gpio/consumer.h
584
if (!IS_ENABLED(CONFIG_GPIOLIB))
include/linux/gpio/consumer.h
592
if (!IS_ENABLED(CONFIG_GPIOLIB))
include/linux/gpio/consumer.h
672
#if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_ACPI)
include/linux/gpio/consumer.h
699
#if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_GPIO_SYSFS)
include/linux/highmem-internal.h
107
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/highmem-internal.h
123
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/highmem-internal.h
136
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/highmem-internal.h
220
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/highmem-internal.h
244
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/hrtimer.h
151
return IS_ENABLED(CONFIG_HIGH_RES_TIMERS) ?
include/linux/hrtimer.h
177
if (IS_ENABLED(CONFIG_TIME_LOW_RES) && timer->is_rel)
include/linux/hte.h
181
#if IS_ENABLED(CONFIG_HTE)
include/linux/huge_mm.h
550
if (!IS_ENABLED(CONFIG_PERSISTENT_HUGE_ZERO_FOLIO))
include/linux/huge_mm.h
561
return IS_ENABLED(CONFIG_ARCH_ENABLE_THP_MIGRATION);
include/linux/hugetlb.h
1013
else if (size >= PMD_SIZE || IS_ENABLED(CONFIG_HIGHPTE))
include/linux/hypervisor.h
37
if (IS_ENABLED(CONFIG_S390))
include/linux/hypervisor.h
40
if (IS_ENABLED(CONFIG_LOONGARCH))
include/linux/i2c-of-prober.h
70
#if IS_ENABLED(CONFIG_OF_DYNAMIC)
include/linux/i2c-smbus.h
33
#if IS_ENABLED(CONFIG_I2C_SMBUS) && IS_ENABLED(CONFIG_I2C_SLAVE)
include/linux/i2c-smbus.h
46
#if IS_ENABLED(CONFIG_I2C_SMBUS) && IS_ENABLED(CONFIG_DMI)
include/linux/i2c.h
1026
#if IS_ENABLED(CONFIG_OF)
include/linux/i2c.h
351
#if IS_ENABLED(CONFIG_I2C_SLAVE)
include/linux/i2c.h
395
#if IS_ENABLED(CONFIG_I2C_SLAVE)
include/linux/i2c.h
452
#if IS_ENABLED(CONFIG_I2C)
include/linux/i2c.h
54
#if IS_ENABLED(CONFIG_I2C)
include/linux/i2c.h
573
#if IS_ENABLED(CONFIG_I2C_SLAVE)
include/linux/i2c.h
784
#if IS_ENABLED(CONFIG_I2C_MUX)
include/linux/i2c.h
887
#if IS_ENABLED(CONFIG_I2C)
include/linux/i3c/device.h
262
if (ret || !IS_ENABLED(CONFIG_I3C))
include/linux/i3c/device.h
284
if (IS_ENABLED(CONFIG_I3C))
include/linux/i3c/device.h
308
#if IS_ENABLED(CONFIG_I3C)
include/linux/icmpv6.h
16
#if IS_ENABLED(CONFIG_IPV6)
include/linux/icmpv6.h
55
#if IS_ENABLED(CONFIG_NF_NAT)
include/linux/if_arp.h
33
#if IS_ENABLED(CONFIG_FIREWIRE_NET)
include/linux/if_bridge.h
113
#if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_BRIDGE_VLAN_FILTERING)
include/linux/if_bridge.h
175
#if IS_ENABLED(CONFIG_BRIDGE)
include/linux/if_bridge.h
19
#if IS_ENABLED(CONFIG_IPV6)
include/linux/if_bridge.h
25
#if IS_ENABLED(CONFIG_IPV6)
include/linux/if_bridge.h
72
#if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_BRIDGE_IGMP_SNOOPING)
include/linux/if_hsr.h
41
#if IS_ENABLED(CONFIG_HSR)
include/linux/if_macvlan.h
72
#if IS_ENABLED(CONFIG_MACVLAN)
include/linux/if_tap.h
11
#if IS_ENABLED(CONFIG_TAP)
include/linux/if_vlan.h
134
#if IS_ENABLED(CONFIG_VLAN_8021Q)
include/linux/iio/backend.h
28
#define iio_backend_debugfs_ptr(ptr) PTR_IF(IS_ENABLED(CONFIG_DEBUG_FS), ptr)
include/linux/iio/sw_device.h
59
#if IS_ENABLED(CONFIG_CONFIGFS_FS)
include/linux/iio/sw_trigger.h
59
#if IS_ENABLED(CONFIG_CONFIGFS_FS)
include/linux/iio/timer/stm32-lptim-trigger.h
32
#if IS_ENABLED(CONFIG_IIO_STM32_LPTIMER_TRIGGER)
include/linux/iio/timer/stm32-timer-trigger.h
86
#if IS_ENABLED(CONFIG_IIO_STM32_TIMER_TRIGGER)
include/linux/indirect_call_wrapper.h
63
#elif IS_ENABLED(CONFIG_INET)
include/linux/indirect_call_wrapper.h
69
#if IS_ENABLED(CONFIG_INET)
include/linux/inet_diag.h
62
#if IS_ENABLED(CONFIG_IPV6)
include/linux/init.h
359
int var = IS_ENABLED(config); \
include/linux/instrumented.h
62
if (IS_ENABLED(CONFIG_DEBUG_ATOMIC)) {
include/linux/instrumented.h
65
if (IS_ENABLED(CONFIG_DEBUG_ATOMIC_LARGEST_ALIGN))
include/linux/intel_vsec.h
201
#if IS_ENABLED(CONFIG_INTEL_VSEC)
include/linux/intel_vsec.h
224
#if IS_ENABLED(CONFIG_INTEL_PMT_TELEMETRY)
include/linux/interconnect-provider.h
115
#if IS_ENABLED(CONFIG_INTERCONNECT)
include/linux/interconnect.h
44
#if IS_ENABLED(CONFIG_INTERCONNECT)
include/linux/io-mapping.h
171
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/io-mapping.h
184
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/io-mapping.h
72
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/io-mapping.h
85
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/iommu.h
1542
#if IS_ENABLED(CONFIG_LOCKDEP) && IS_ENABLED(CONFIG_IOMMU_API)
include/linux/iommu.h
669
#if IS_ENABLED(CONFIG_FSL_PAMU)
include/linux/iommufd.h
200
#if IS_ENABLED(CONFIG_IOMMUFD)
include/linux/iommufd.h
259
#if IS_ENABLED(CONFIG_IOMMUFD_DRIVER_CORE)
include/linux/iova_bitmap.h
18
#if IS_ENABLED(CONFIG_IOMMUFD_DRIVER)
include/linux/ipv6.h
214
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/linux/ipv6.h
335
#if IS_ENABLED(CONFIG_IPV6)
include/linux/irqchip.h
59
.probe = IS_ENABLED(CONFIG_IRQCHIP) ? \
include/linux/irqchip/riscv-imsic.h
91
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_RISCV_IMSIC)
include/linux/irqdesc.h
276
if (IS_ENABLED(CONFIG_LOCKDEP))
include/linux/jump_label.h
407
__PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name)
include/linux/jump_label.h
412
__PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name)
include/linux/jump_label.h
417
__PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
include/linux/jump_label.h
520
(IS_ENABLED(config) ? static_branch_likely(x) \
include/linux/kallsyms.h
43
if (IS_ENABLED(CONFIG_KALLSYMS_ALL))
include/linux/kasan-enabled.h
31
return IS_ENABLED(CONFIG_KASAN);
include/linux/kernel.h
108
if (IS_ENABLED(CONFIG_SMP)) \
include/linux/kprobes.h
579
if (!IS_ENABLED(CONFIG_KPROBES))
include/linux/kvm_host.h
2401
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
include/linux/kvm_host.h
2510
if (!IS_ENABLED(CONFIG_KVM_GUEST_MEMFD))
include/linux/kvm_host.h
748
return IS_ENABLED(CONFIG_HAVE_KVM_READONLY_MEM);
include/linux/kvm_host.h
949
if (IS_ENABLED(CONFIG_BUG_ON_DATA_CORRUPTION)) \
include/linux/libata.h
1801
if (!IS_ENABLED(CONFIG_SATA_HOST))
include/linux/list.h
118
if (!IS_ENABLED(CONFIG_DEBUG_LIST)) {
include/linux/list.h
79
if (!IS_ENABLED(CONFIG_DEBUG_LIST)) {
include/linux/livepatch.h
19
#if IS_ENABLED(CONFIG_LIVEPATCH)
include/linux/livepatch.h
191
return IS_ENABLED(CONFIG_STACKTRACE) &&
include/linux/livepatch.h
192
IS_ENABLED(CONFIG_HAVE_RELIABLE_STACKTRACE);
include/linux/lockd/debug.h
20
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/lockd/lockd.h
338
#if IS_ENABLED(CONFIG_IPV6)
include/linux/lockdep.h
598
WARN_ON_ONCE(IS_ENABLED(CONFIG_PREEMPT_COUNT) && \
include/linux/lockdep.h
606
WARN_ON_ONCE(IS_ENABLED(CONFIG_PREEMPT_COUNT) && \
include/linux/lockref.h
22
(IS_ENABLED(CONFIG_ARCH_USE_CMPXCHG_LOCKREF) && \
include/linux/lockref.h
23
IS_ENABLED(CONFIG_SMP) && SPINLOCK_SIZE <= 4)
include/linux/lsm_audit.h
126
#if IS_ENABLED(CONFIG_IPV6)
include/linux/lsm_count.h
21
#if IS_ENABLED(CONFIG_SECURITY)
include/linux/lsm_count.h
27
#if IS_ENABLED(CONFIG_SECURITY_SELINUX)
include/linux/lsm_count.h
33
#if IS_ENABLED(CONFIG_SECURITY_SMACK)
include/linux/lsm_count.h
39
#if IS_ENABLED(CONFIG_SECURITY_APPARMOR)
include/linux/lsm_count.h
45
#if IS_ENABLED(CONFIG_SECURITY_TOMOYO)
include/linux/lsm_count.h
51
#if IS_ENABLED(CONFIG_SECURITY_YAMA)
include/linux/lsm_count.h
57
#if IS_ENABLED(CONFIG_SECURITY_LOADPIN)
include/linux/lsm_count.h
63
#if IS_ENABLED(CONFIG_SECURITY_LOCKDOWN_LSM)
include/linux/lsm_count.h
69
#if IS_ENABLED(CONFIG_SECURITY_SAFESETID)
include/linux/lsm_count.h
75
#if IS_ENABLED(CONFIG_BPF_LSM)
include/linux/lsm_count.h
81
#if IS_ENABLED(CONFIG_SECURITY_LANDLOCK)
include/linux/lsm_count.h
87
#if IS_ENABLED(CONFIG_IMA)
include/linux/lsm_count.h
93
#if IS_ENABLED(CONFIG_EVM)
include/linux/lsm_count.h
99
#if IS_ENABLED(CONFIG_SECURITY_IPE)
include/linux/memblock.h
600
#define HASHDIST_DEFAULT IS_ENABLED(CONFIG_64BIT)
include/linux/memremap.h
168
return IS_ENABLED(CONFIG_DEVICE_PRIVATE) &&
include/linux/memremap.h
175
return IS_ENABLED(CONFIG_DEVICE_PRIVATE) &&
include/linux/memremap.h
181
return IS_ENABLED(CONFIG_PCI_P2PDMA) &&
include/linux/memremap.h
200
return IS_ENABLED(CONFIG_PCI_P2PDMA) &&
include/linux/mfd/intel_pmc_bxt.h
30
#if IS_ENABLED(CONFIG_MFD_INTEL_PMC_BXT)
include/linux/mfd/rohm-generic.h
81
#if IS_ENABLED(CONFIG_REGULATOR_ROHM)
include/linux/mm.h
1563
if (!IS_ENABLED(CONFIG_64BIT) && unlikely(folio_large_order(folio) == 1))
include/linux/mm.h
2325
if (IS_ENABLED(CONFIG_64BIT))
include/linux/mm.h
2501
#define MAX_FOLIO_ORDER get_order(IS_ENABLED(CONFIG_64BIT) ? SZ_16G : SZ_1G)
include/linux/mm.h
2626
if (!IS_ENABLED(CONFIG_MM_ID))
include/linux/mm.h
3479
BUILD_BUG_ON(IS_ENABLED(CONFIG_HIGHPTE));
include/linux/mm.h
4305
return IS_ENABLED(CONFIG_DEBUG_PAGEALLOC) &&
include/linux/mm.h
4315
if (!IS_ENABLED(CONFIG_DEBUG_PAGEALLOC))
include/linux/mmap_lock.h
346
if (IS_ENABLED(CONFIG_LOCKDEP)) {
include/linux/mmap_lock.h
408
if (IS_ENABLED(CONFIG_LOCKDEP)) {
include/linux/mmzone.h
172
#if IS_ENABLED(CONFIG_ZSMALLOC)
include/linux/mmzone.h
224
#if IS_ENABLED(CONFIG_SHADOW_CALL_STACK)
include/linux/mmzone.h
2250
if (pfn & ~(IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP) ?
include/linux/mmzone.h
273
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
include/linux/module.h
539
#if IS_ENABLED(CONFIG_KUNIT)
include/linux/mtd/nand-ecc-mxic.h
17
#if IS_ENABLED(CONFIG_MTD_NAND_ECC_MXIC) && IS_REACHABLE(CONFIG_MTD_NAND_CORE)
include/linux/mtd/nand-ecc-sw-bch.h
35
#if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)
include/linux/mtd/nand-ecc-sw-hamming.h
32
#if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING)
include/linux/mtd/nand.h
332
#if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_HAMMING)
include/linux/mtd/nand.h
341
#if IS_ENABLED(CONFIG_MTD_NAND_ECC_SW_BCH)
include/linux/mtd/rawnand.h
1042
#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG) || defined(DEBUG)
include/linux/net/intel/libie/fwlog.h
81
#if IS_ENABLED(CONFIG_LIBIE_FWLOG)
include/linux/netdevice.h
1521
#if IS_ENABLED(CONFIG_FCOE)
include/linux/netdevice.h
1538
#if IS_ENABLED(CONFIG_LIBFCOE)
include/linux/netdevice.h
165
#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
include/linux/netdevice.h
1673
#if IS_ENABLED(CONFIG_NET_SHAPER)
include/linux/netdevice.h
175
#if !IS_ENABLED(CONFIG_NET_IPIP) && !IS_ENABLED(CONFIG_NET_IPGRE) && \
include/linux/netdevice.h
176
!IS_ENABLED(CONFIG_IPV6_SIT) && !IS_ENABLED(CONFIG_IPV6_TUNNEL)
include/linux/netdevice.h
2252
#if IS_ENABLED(CONFIG_IPV6)
include/linux/netdevice.h
2260
#if IS_ENABLED(CONFIG_TLS_DEVICE)
include/linux/netdevice.h
2309
#if IS_ENABLED(CONFIG_VLAN_8021Q)
include/linux/netdevice.h
2312
#if IS_ENABLED(CONFIG_NET_DSA)
include/linux/netdevice.h
2315
#if IS_ENABLED(CONFIG_TIPC)
include/linux/netdevice.h
2318
#if IS_ENABLED(CONFIG_ATALK)
include/linux/netdevice.h
2321
#if IS_ENABLED(CONFIG_AX25)
include/linux/netdevice.h
2324
#if IS_ENABLED(CONFIG_CFG80211)
include/linux/netdevice.h
2327
#if IS_ENABLED(CONFIG_IEEE802154) || IS_ENABLED(CONFIG_6LOWPAN)
include/linux/netdevice.h
2330
#if IS_ENABLED(CONFIG_MPLS_ROUTING)
include/linux/netdevice.h
2333
#if IS_ENABLED(CONFIG_MCTP)
include/linux/netdevice.h
2336
#if IS_ENABLED(CONFIG_INET_PSP)
include/linux/netdevice.h
2410
#if IS_ENABLED(CONFIG_GARP)
include/linux/netdevice.h
2413
#if IS_ENABLED(CONFIG_MRP)
include/linux/netdevice.h
2416
#if IS_ENABLED(CONFIG_NET_DROP_MONITOR)
include/linux/netdevice.h
2448
#if IS_ENABLED(CONFIG_FCOE)
include/linux/netdevice.h
2451
#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
include/linux/netdevice.h
2470
#if IS_ENABLED(CONFIG_MACSEC)
include/linux/netdevice.h
2498
#if IS_ENABLED(CONFIG_DPLL)
include/linux/netdevice.h
2501
#if IS_ENABLED(CONFIG_PAGE_POOL)
include/linux/netdevice.h
2570
#if IS_ENABLED(CONFIG_NET_SHAPER)
include/linux/netdevice.h
5241
#if IS_ENABLED(CONFIG_ETHTOOL_NETLINK)
include/linux/netdevice.h
617
if (IS_ENABLED(CONFIG_SMP))
include/linux/netdevice.h
741
#if IS_ENABLED(CONFIG_SYSCTL)
include/linux/netdevice.h
753
#if IS_ENABLED(CONFIG_SYSCTL)
include/linux/netdevice_xmit.h
17
#if IS_ENABLED(CONFIG_NET_ACT_MIRRED)
include/linux/netdevice_xmit.h
21
#if IS_ENABLED(CONFIG_NF_DUP_NETDEV)
include/linux/netdevice_xmit.h
5
#if IS_ENABLED(CONFIG_NET_ACT_MIRRED)
include/linux/netfilter.h
396
#if IS_ENABLED(CONFIG_NF_NAT)
include/linux/netfilter.h
447
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/linux/netfilter/ipset/ip_set_getport.h
12
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
include/linux/netfilter_bridge.h
15
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/linux/netfilter_ipv6.h
168
#if IS_ENABLED(CONFIG_SYN_COOKIES)
include/linux/netfilter_ipv6.h
184
#if IS_ENABLED(CONFIG_SYN_COOKIES)
include/linux/netfs.h
495
#if IS_ENABLED(CONFIG_FSCACHE)
include/linux/netfs.h
531
#if IS_ENABLED(CONFIG_FSCACHE)
include/linux/netfs.h
61
#if IS_ENABLED(CONFIG_FSCACHE)
include/linux/nfs_fs.h
255
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfs_fs.h
541
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfs_fs.h
580
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfs_fs.h
89
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
include/linux/nfs_fs_sb.h
130
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
include/linux/nfs_fs_sb.h
228
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfs_fs_sb.h
72
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfs_xdr.h
1032
#if IS_ENABLED(CONFIG_NFS_V4)
include/linux/nfslocalio.h
9
#if IS_ENABLED(CONFIG_NFS_LOCALIO)
include/linux/ns/ns_common_types.h
178
struct cgroup_namespace *: (IS_ENABLED(CONFIG_CGROUPS) ? &cgroupns_operations : NULL), \
include/linux/ns/ns_common_types.h
179
struct ipc_namespace *: (IS_ENABLED(CONFIG_IPC_NS) ? &ipcns_operations : NULL), \
include/linux/ns/ns_common_types.h
181
struct net *: (IS_ENABLED(CONFIG_NET_NS) ? &netns_operations : NULL), \
include/linux/ns/ns_common_types.h
182
struct pid_namespace *: (IS_ENABLED(CONFIG_PID_NS) ? &pidns_operations : NULL), \
include/linux/ns/ns_common_types.h
183
struct time_namespace *: (IS_ENABLED(CONFIG_TIME_NS) ? &timens_operations : NULL), \
include/linux/ns/ns_common_types.h
184
struct user_namespace *: (IS_ENABLED(CONFIG_USER_NS) ? &userns_operations : NULL), \
include/linux/ns/ns_common_types.h
185
struct uts_namespace *: (IS_ENABLED(CONFIG_UTS_NS) ? &utsns_operations : NULL))
include/linux/nvme-keyring.h
11
#if IS_ENABLED(CONFIG_NVME_KEYRING)
include/linux/nvmem-consumer.h
246
#if IS_ENABLED(CONFIG_NVMEM) && IS_ENABLED(CONFIG_OF)
include/linux/nvmem-consumer.h
50
#if IS_ENABLED(CONFIG_NVMEM)
include/linux/nvmem-provider.h
166
#if IS_ENABLED(CONFIG_NVMEM)
include/linux/nvmem-provider.h
219
#if IS_ENABLED(CONFIG_NVMEM) && IS_ENABLED(CONFIG_OF)
include/linux/of_mdio.h
15
#if IS_ENABLED(CONFIG_OF_MDIO)
include/linux/of_pci.h
11
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_PCI)
include/linux/of_pci.h
31
#if IS_ENABLED(CONFIG_OF_IRQ)
include/linux/omap-dma.h
309
#if IS_ENABLED(CONFIG_USB_OMAP)
include/linux/omap-dma.h
340
#if IS_ENABLED(CONFIG_FB_OMAP)
include/linux/omap-gpmc.h
30
#if IS_ENABLED(CONFIG_OMAP_GPMC)
include/linux/page_counter.h
102
#if IS_ENABLED(CONFIG_MEMCG) || IS_ENABLED(CONFIG_CGROUP_DMEM)
include/linux/pagemap.h
175
if (IS_ENABLED(CONFIG_HIGHMEM))
include/linux/pagemap.h
397
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
include/linux/pagemap.h
422
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
include/linux/pagemap.h
463
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
include/linux/pagemap.h
471
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
include/linux/pci-p2pdma.h
194
if (IS_ENABLED(CONFIG_PCI_P2PDMA) && is_pci_p2pdma_page(page)) {
include/linux/pci-pwrctrl.h
57
#if IS_ENABLED(CONFIG_PCI_PWRCTRL)
include/linux/pci.h
1989
#if IS_ENABLED(CONFIG_DEBUG_FS) && IS_ENABLED(CONFIG_PCIE_PTM)
include/linux/pgtable.h
1744
#define pgtable_supports_soft_dirty() IS_ENABLED(CONFIG_MEM_SOFT_DIRTY)
include/linux/pgtable.h
563
return IS_ENABLED(CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG);
include/linux/pgtable.h
576
return IS_ENABLED(CONFIG_ARCH_HAS_HW_PTE_YOUNG);
include/linux/phy.h
2193
#if IS_ENABLED(CONFIG_PHYLIB)
include/linux/phy.h
427
#if IS_ENABLED(CONFIG_PHY_PACKAGE)
include/linux/phy.h
766
#if IS_ENABLED(CONFIG_PHY_PACKAGE)
include/linux/phy.h
804
#if IS_ENABLED(CONFIG_MACSEC)
include/linux/phy/omap_control_phy.h
68
#if IS_ENABLED(CONFIG_OMAP_CONTROL_PHY)
include/linux/phy/phy.h
243
#if IS_ENABLED(CONFIG_GENERIC_PHY)
include/linux/phy_fixed.h
18
#if IS_ENABLED(CONFIG_FIXED_PHY)
include/linux/phy_link_topology.h
39
#if IS_ENABLED(CONFIG_PHYLIB)
include/linux/phylib_stubs.h
15
#if IS_ENABLED(CONFIG_PHYLIB)
include/linux/pinctrl/pinctrl.h
240
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_PINCTRL)
include/linux/platform_data/elm.h
35
#if IS_ENABLED(CONFIG_MTD_NAND_OMAP_BCH)
include/linux/platform_data/x86/soc.h
13
#if IS_ENABLED(CONFIG_X86)
include/linux/pm.h
473
#define pm_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM), (_ptr))
include/linux/pm.h
474
#define pm_sleep_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM_SLEEP), (_ptr))
include/linux/posix-timers.h
42
return IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS) && id >= CLOCK_AUX && id <= CLOCK_AUX_LAST;
include/linux/power_supply.h
804
#if IS_ENABLED(CONFIG_POWER_SUPPLY)
include/linux/power_supply.h
885
#if IS_ENABLED(CONFIG_POWER_SUPPLY)
include/linux/preempt.h
453
if (IS_ENABLED(CONFIG_PREEMPT_RT)) \
include/linux/preempt.h
464
if (IS_ENABLED(CONFIG_PREEMPT_RT))
include/linux/preempt.h
482
return IS_ENABLED(CONFIG_PREEMPT_NONE);
include/linux/preempt.h
486
return IS_ENABLED(CONFIG_PREEMPT_VOLUNTARY);
include/linux/preempt.h
490
return IS_ENABLED(CONFIG_PREEMPT);
include/linux/preempt.h
495
return IS_ENABLED(CONFIG_PREEMPT_LAZY);
include/linux/preempt.h
502
return IS_ENABLED(CONFIG_PREEMPT_RT);
include/linux/property.h
87
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) &&
include/linux/pruss_driver.h
106
#if IS_ENABLED(CONFIG_TI_PRUSS)
include/linux/pse-pd/pse.h
340
#if IS_ENABLED(CONFIG_PSE_CONTROLLER)
include/linux/ptdump.h
36
if (IS_ENABLED(CONFIG_DEBUG_WX))
include/linux/ptp_clock_kernel.h
330
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
include/linux/ptp_mock.h
14
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK_MOCK)
include/linux/pwrseq/consumer.h
14
#if IS_ENABLED(CONFIG_POWER_SEQUENCING)
include/linux/pxa2xx_ssp.h
291
#if IS_ENABLED(CONFIG_PXA_SSP)
include/linux/qed/qede_rdma.h
52
#if IS_ENABLED(CONFIG_QED_RDMA)
include/linux/random.h
30
#if IS_ENABLED(CONFIG_VMGENID)
include/linux/ras.h
44
#if IS_ENABLED(CONFIG_AMD_ATL)
include/linux/raspberrypi/vchiq_arm.h
141
#if IS_ENABLED(CONFIG_VCHIQ_CDEV)
include/linux/raspberrypi/vchiq_core.h
22
#if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)
include/linux/rcupdate.h
108
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD))
include/linux/rcupdate.h
255
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && \
include/linux/rcupdate.h
400
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) \
include/linux/rcupdate.h
990
if (IS_ENABLED(CONFIG_PREEMPT_RCU))
include/linux/rcupdate.h
999
if (IS_ENABLED(CONFIG_PREEMPT_RCU))
include/linux/rcupdate_trace.h
107
if (!IS_ENABLED(CONFIG_TASKS_TRACE_RCU_NO_MB))
include/linux/rcupdate_trace.h
128
if (!IS_ENABLED(CONFIG_TASKS_TRACE_RCU_NO_MB))
include/linux/rcupdate_trace.h
60
if (!IS_ENABLED(CONFIG_TASKS_TRACE_RCU_NO_MB))
include/linux/rcupdate_trace.h
78
if (!IS_ENABLED(CONFIG_TASKS_TRACE_RCU_NO_MB))
include/linux/rcupdate_wait.h
60
_wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), TASK_UNINTERRUPTIBLE, __VA_ARGS__)
include/linux/regulator/consumer.h
679
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_REGULATOR)
include/linux/regulator/fixed.h
46
#if IS_ENABLED(CONFIG_REGULATOR)
include/linux/remoteproc/pruss.h
48
#if IS_ENABLED(CONFIG_PRU_REMOTEPROC)
include/linux/remoteproc/qcom_rproc.h
27
#if IS_ENABLED(CONFIG_QCOM_RPROC_COMMON)
include/linux/reset-controller.h
61
#if IS_ENABLED(CONFIG_RESET_CONTROLLER)
include/linux/rmap.h
198
if (!IS_ENABLED(CONFIG_64BIT) && unlikely(folio->_mm_id_mapcount[0] < 0)) {
include/linux/rmap.h
205
if (!IS_ENABLED(CONFIG_64BIT) && unlikely(folio->_mm_id_mapcount[1] < 0)) {
include/linux/rmap.h
459
if (IS_ENABLED(CONFIG_HAVE_GUP_FAST))
include/linux/rmap.h
470
if (IS_ENABLED(CONFIG_HAVE_GUP_FAST))
include/linux/rmap.h
507
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT)) {
include/linux/rmap.h
611
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
include/linux/rmap.h
764
if (IS_ENABLED(CONFIG_HAVE_GUP_FAST))
include/linux/rmap.h
775
if (IS_ENABLED(CONFIG_HAVE_GUP_FAST))
include/linux/rpmb.h
108
#if IS_ENABLED(CONFIG_RPMB)
include/linux/rpmsg.h
171
#if IS_ENABLED(CONFIG_RPMSG)
include/linux/rpmsg/qcom_glink.h
10
#if IS_ENABLED(CONFIG_RPMSG_QCOM_GLINK)
include/linux/rpmsg/qcom_glink.h
16
#if IS_ENABLED(CONFIG_RPMSG_QCOM_GLINK_SMEM)
include/linux/rpmsg/qcom_smd.h
10
#if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD)
include/linux/rseq.h
115
if (!IS_ENABLED(CONFIG_HAVE_GENERIC_TIF_BITS) &&
include/linux/rseq.h
15
if (IS_ENABLED(CONFIG_GENERIC_ENTRY)) {
include/linux/rseq.h
33
if (IS_ENABLED(CONFIG_GENERIC_IRQ_ENTRY)) {
include/linux/rseq.h
53
if (IS_ENABLED(CONFIG_GENERIC_IRQ_ENTRY)) {
include/linux/rseq_entry.h
108
if (IS_ENABLED(CONFIG_RSEQ_STATS) && t->rseq.slice.state.granted)
include/linux/rseq_entry.h
230
if (IS_ENABLED(CONFIG_GENERIC_IRQ_ENTRY))
include/linux/rseq_entry.h
322
if (IS_ENABLED(CONFIG_GENERIC_IRQ_ENTRY)) {
include/linux/rseq_entry.h
544
if (IS_ENABLED(CONFIG_GENERIC_IRQ_ENTRY)) {
include/linux/rseq_entry.h
724
if (IS_ENABLED(CONFIG_LOCKDEP)) {
include/linux/rwsem.h
211
if (IS_ENABLED(CONFIG_LOCKDEP))
include/linux/rwsem.h
220
if (IS_ENABLED(CONFIG_LOCKDEP))
include/linux/sched.h
125
#define __TASK_FREEZABLE_UNSAFE (0x00004000 * IS_ENABLED(CONFIG_LOCKDEP))
include/linux/sched.h
1469
#if IS_ENABLED(CONFIG_KUNIT)
include/linux/sched/mm.h
109
if (IS_ENABLED(CONFIG_MMU_LAZY_TLB_REFCOUNT))
include/linux/sched/mm.h
542
if (!IS_ENABLED(CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE))
include/linux/sched/mm.h
90
if (IS_ENABLED(CONFIG_MMU_LAZY_TLB_REFCOUNT))
include/linux/sched/mm.h
96
if (IS_ENABLED(CONFIG_MMU_LAZY_TLB_REFCOUNT)) {
include/linux/sched/stat.h
27
return IS_ENABLED(CONFIG_SCHED_INFO);
include/linux/sched/user.h
28
defined(CONFIG_VFIO_PCI_ZDEV_KVM) || IS_ENABLED(CONFIG_IOMMUFD)
include/linux/scs.h
60
if (!IS_ENABLED(CONFIG_DYNAMIC_SCS))
include/linux/scs.h
67
if (!IS_ENABLED(CONFIG_DYNAMIC_SCS))
include/linux/seqlock.h
163
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) \
include/linux/seqlock.h
183
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) \
include/linux/seqlock.h
225
#define __SEQ_RT IS_ENABLED(CONFIG_PREEMPT_RT)
include/linux/serdev.h
200
#if IS_ENABLED(CONFIG_SERIAL_DEV_BUS)
include/linux/sfp.h
578
#if IS_ENABLED(CONFIG_SFP)
include/linux/shdma-base.h
125
#if IS_ENABLED(CONFIG_SH_DMAE_BASE)
include/linux/shmem_fs.h
194
if (!IS_ENABLED(CONFIG_SHMEM))
include/linux/siphash.h
134
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) ||
include/linux/siphash.h
84
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) ||
include/linux/skbuff.h
1008
#if IS_ENABLED(CONFIG_IP_VS)
include/linux/skbuff.h
1011
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) || IS_ENABLED(CONFIG_NF_TABLES)
include/linux/skbuff.h
1029
#if IS_ENABLED(CONFIG_IP_SCTP)
include/linux/skbuff.h
1290
if (!IS_ENABLED(CONFIG_DEBUG_NET) && likely(refcount_read(&skb->users) == 1))
include/linux/skbuff.h
287
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/linux/skbuff.h
317
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
include/linux/skbuff.h
36
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/linux/skbuff.h
413
if (IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP) || PageHighMem(p))
include/linux/skbuff.h
4526
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) ||
include/linux/skbuff.h
4961
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/linux/skbuff.h
4970
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/linux/skbuff.h
4979
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/linux/skbuff.h
4987
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/linux/skbuff.h
4993
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
include/linux/skbuff.h
4996
#if IS_ENABLED(CONFIG_MPTCP)
include/linux/skbuff.h
4999
#if IS_ENABLED(CONFIG_MCTP_FLOWS)
include/linux/skbuff.h
5002
#if IS_ENABLED(CONFIG_INET_PSP)
include/linux/skbuff.h
5005
#if IS_ENABLED(CONFIG_CAN)
include/linux/skbuff.h
5119
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) || IS_ENABLED(CONFIG_NF_TABLES)
include/linux/skbuff.h
5126
#if IS_ENABLED(CONFIG_IP_VS)
include/linux/skbuff.h
5139
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) || IS_ENABLED(CONFIG_NF_TABLES)
include/linux/skbuff.h
5398
#if IS_ENABLED(CONFIG_IP_SCTP)
include/linux/skbuff.h
5408
#if IS_ENABLED(CONFIG_IP_SCTP)
include/linux/skmsg.h
432
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
include/linux/skmsg.h
589
#if IS_ENABLED(CONFIG_NET_SOCK_MSG)
include/linux/skmsg.h
92
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
include/linux/slab.h
662
(IS_ENABLED(CONFIG_ZONE_DMA) ? __GFP_DMA : 0) | \
include/linux/slab.h
663
(IS_ENABLED(CONFIG_MEMCG) ? __GFP_ACCOUNT : 0))
include/linux/slab.h
689
if (IS_ENABLED(CONFIG_ZONE_DMA) && (flags & __GFP_DMA))
include/linux/slab.h
691
if (!IS_ENABLED(CONFIG_MEMCG) || (flags & __GFP_RECLAIMABLE))
include/linux/slab.h
743
if (!IS_ENABLED(CONFIG_PROFILE_ALL_BRANCHES) && size_is_constant)
include/linux/soc/brcmstb/brcmstb.h
17
#if IS_ENABLED(CONFIG_SOC_BRCMSTB)
include/linux/soc/mediatek/dvfsrc.h
21
#if IS_ENABLED(CONFIG_MTK_DVFSRC)
include/linux/soc/mediatek/mtk-cmdq.h
78
#if IS_ENABLED(CONFIG_MTK_CMDQ)
include/linux/soc/qcom/geni-se.h
316
#if IS_ENABLED(CONFIG_QCOM_GENI_SE)
include/linux/soc/qcom/llcc-qcom.h
178
#if IS_ENABLED(CONFIG_QCOM_LLCC)
include/linux/soc/qcom/mdt_loader.h
15
#if IS_ENABLED(CONFIG_QCOM_MDT_LOADER)
include/linux/soc/qcom/qcom-pbs.h
15
#if IS_ENABLED(CONFIG_QCOM_PBS)
include/linux/soc/qcom/qcom_aoss.h
14
#if IS_ENABLED(CONFIG_QCOM_AOSS_QMP)
include/linux/soc/qcom/ubwc.h
58
#if IS_ENABLED(CONFIG_QCOM_UBWC_CONFIG)
include/linux/soc/qcom/wcnss_ctrl.h
7
#if IS_ENABLED(CONFIG_QCOM_WCNSS_CTRL)
include/linux/soc/ti/knav_dma.h
158
#if IS_ENABLED(CONFIG_KEYSTONE_NAVIGATOR_DMA)
include/linux/soc/ti/ti_sci_protocol.h
605
#if IS_ENABLED(CONFIG_TI_SCI_PROTOCOL)
include/linux/soundwire/sdw.h
1080
#if IS_ENABLED(CONFIG_SOUNDWIRE)
include/linux/spi/spi-mem.h
406
#if IS_ENABLED(CONFIG_SPI_MEM)
include/linux/spi/spi.h
839
return IS_ENABLED(CONFIG_SPI_SLAVE) && ctlr->target;
include/linux/spi/spi.h
872
if (!IS_ENABLED(CONFIG_SPI_SLAVE))
include/linux/spi/spi.h
891
if (!IS_ENABLED(CONFIG_SPI_SLAVE))
include/linux/spi/spi.h
902
#if IS_ENABLED(CONFIG_OF)
include/linux/spi/spi.h
911
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SPI_MASTER)
include/linux/srcu.h
404
WARN_ON_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) && in_nmi());
include/linux/srcu.h
545
WARN_ON_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) && in_nmi());
include/linux/srcutree.h
294
if (!IS_ENABLED(CONFIG_NEED_SRCU_NMI_SAFE))
include/linux/srcutree.h
318
if (!IS_ENABLED(CONFIG_NEED_SRCU_NMI_SAFE))
include/linux/srcutree.h
338
if (!IS_ENABLED(CONFIG_NEED_SRCU_NMI_SAFE))
include/linux/srcutree.h
362
if (!IS_ENABLED(CONFIG_NEED_SRCU_NMI_SAFE))
include/linux/srcutree.h
373
if (IS_ENABLED(CONFIG_PROVE_RCU))
include/linux/sunrpc/addr.h
70
#if IS_ENABLED(CONFIG_IPV6)
include/linux/sunrpc/clnt.h
84
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/sunrpc/debug.h
28
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/sunrpc/debug.h
31
# if IS_ENABLED(CONFIG_SUNRPC_DEBUG_TRACE)
include/linux/sunrpc/debug.h
67
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/sunrpc/sched.h
204
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
include/linux/sunrpc/sched.h
275
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/sunrpc/sched.h
286
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
include/linux/sunrpc/sched.h
304
#if IS_ENABLED(CONFIG_SUNRPC_SWAP)
include/linux/sunrpc/sched.h
99
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
include/linux/sunrpc/xprt.h
317
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
include/linux/swapops.h
135
#if IS_ENABLED(CONFIG_DEVICE_PRIVATE)
include/linux/t10-pi.h
44
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) &&
include/linux/t10-pi.h
69
if (IS_ENABLED(CONFIG_BLK_DEV_INTEGRITY) &&
include/linux/tcp.h
137
#if IS_ENABLED(CONFIG_SMC)
include/linux/tcp.h
157
#if IS_ENABLED(CONFIG_MPTCP)
include/linux/tcp.h
499
#if IS_ENABLED(CONFIG_MPTCP)
include/linux/tcp.h
502
#if IS_ENABLED(CONFIG_SMC)
include/linux/threads.h
28
#define PID_MAX_DEFAULT (IS_ENABLED(CONFIG_BASE_SMALL) ? 0x1000 : 0x8000)
include/linux/threads.h
34
#define PID_MAX_LIMIT (IS_ENABLED(CONFIG_BASE_SMALL) ? PAGE_SIZE * 8 : \
include/linux/torture.h
133
#if IS_ENABLED(CONFIG_RCU_TORTURE_TEST) || IS_MODULE(CONFIG_RCU_TORTURE_TEST) || IS_ENABLED(CONFIG_LOCK_TORTURE_TEST) || IS_MODULE(CONFIG_LOCK_TORTURE_TEST)
include/linux/trace_events.h
220
if (IS_ENABLED(CONFIG_PREEMPTION))
include/linux/tracepoint.h
313
if (IS_ENABLED(CONFIG_LOCKDEP) && (cond)) { \
include/linux/tracepoint.h
332
if (IS_ENABLED(CONFIG_LOCKDEP)) { \
include/linux/uacce.h
136
#if IS_ENABLED(CONFIG_UACCE)
include/linux/ucopysize.h
40
if (IS_ENABLED(CONFIG_BUG))
include/linux/udp.h
176
#if IS_ENABLED(CONFIG_IPV6)
include/linux/udp.h
185
#if IS_ENABLED(CONFIG_IPV6)
include/linux/udp.h
234
#if !IS_ENABLED(CONFIG_BASE_SMALL)
include/linux/udp.h
243
#if IS_ENABLED(CONFIG_NET_UDP_TUNNEL)
include/linux/udp.h
27
#define UDP_HTABLE_SIZE_MIN (IS_ENABLED(CONFIG_BASE_SMALL) ? 128 : 256)
include/linux/udp.h
65
#if !IS_ENABLED(CONFIG_BASE_SMALL)
include/linux/usb.h
851
#if IS_ENABLED(CONFIG_USB_XHCI_SIDEBAND)
include/linux/usb/gadget.h
251
#if IS_ENABLED(CONFIG_USB_GADGET)
include/linux/usb/gadget.h
639
#if IS_ENABLED(CONFIG_USB_GADGET)
include/linux/usb/hcd.h
422
return IS_ENABLED(CONFIG_HAS_DMA) && (hcd->driver->flags & HCD_DMA);
include/linux/usb/musb.h
120
#if IS_ENABLED(CONFIG_USB_MUSB_HDRC)
include/linux/usb/of.h
16
#if IS_ENABLED(CONFIG_OF)
include/linux/usb/of.h
67
#if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_USB_SUPPORT)
include/linux/usb/onboard_dev.h
9
#if IS_ENABLED(CONFIG_USB_ONBOARD_DEV)
include/linux/usb/pd.h
585
#if IS_ENABLED(CONFIG_TYPEC)
include/linux/usb/phy.h
217
#if IS_ENABLED(CONFIG_USB_PHY)
include/linux/usb/role.h
51
#if IS_ENABLED(CONFIG_USB_ROLE_SWITCH)
include/linux/usb/rzv2m_usb3drd.h
14
#if IS_ENABLED(CONFIG_USB_RZV2M_USB3DRD)
include/linux/usb/typec_mux.h
28
#if IS_ENABLED(CONFIG_TYPEC)
include/linux/usb/typec_mux.h
97
#if IS_ENABLED(CONFIG_TYPEC)
include/linux/usb/ulpi.h
51
#if IS_ENABLED(CONFIG_USB_ULPI)
include/linux/usb/usb_phy_generic.h
7
#if IS_ENABLED(CONFIG_NOP_USB_XCEIV)
include/linux/usb/xhci-sideband.h
103
#if IS_ENABLED(CONFIG_USB_XHCI_SIDEBAND)
include/linux/usb/xhci-sideband.h
88
#if IS_ENABLED(CONFIG_USB_XHCI_SIDEBAND)
include/linux/user_namespace.h
114
#if IS_ENABLED(CONFIG_BINFMT_MISC)
include/linux/user_namespace.h
72
#if IS_ENABLED(CONFIG_BINFMT_MISC)
include/linux/vfio.h
148
#if IS_ENABLED(CONFIG_IOMMUFD)
include/linux/vfio.h
326
#if IS_ENABLED(CONFIG_VFIO_GROUP)
include/linux/vfio.h
47
#if IS_ENABLED(CONFIG_VFIO_GROUP)
include/linux/vfio.h
60
#if IS_ENABLED(CONFIG_VFIO_DEVICE_CDEV)
include/linux/vfio.h
69
#if IS_ENABLED(CONFIG_IOMMUFD)
include/linux/vfio_pci_core.h
69
#if IS_ENABLED(CONFIG_VFIO_PCI_DMABUF)
include/linux/vt_buffer.h
19
#if IS_ENABLED(CONFIG_VGA_CONSOLE) || IS_ENABLED(CONFIG_MDA_CONSOLE)
include/linux/watchdog.h
210
#if IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV)
include/linux/ww_mutex.h
210
if (!IS_ENABLED(CONFIG_PROVE_LOCKING))
include/linux/ww_mutex.h
217
if (!IS_ENABLED(CONFIG_DEBUG_LOCK_ALLOC))
include/linux/xarray.h
1154
#define XA_CHUNK_SHIFT (IS_ENABLED(CONFIG_BASE_SMALL) ? 4 : 6)
include/linux/xarray.h
1293
return IS_ENABLED(CONFIG_XARRAY_MULTI) && xa_is_internal(entry) &&
include/linux/xarray.h
1622
if (IS_ENABLED(CONFIG_XARRAY_MULTI)) {
include/media/cec-notifier.h
20
#if IS_REACHABLE(CONFIG_CEC_CORE) && IS_ENABLED(CONFIG_CEC_NOTIFIER)
include/media/dvbdev.h
386
#if IS_ENABLED(CONFIG_I2C)
include/media/ipu-bridge.h
171
#if IS_ENABLED(CONFIG_IPU_BRIDGE)
include/media/media-dev-allocator.h
22
#if defined(CONFIG_MEDIA_CONTROLLER) && IS_ENABLED(CONFIG_USB)
include/media/media-entity.h
732
#if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
include/media/rc-map.h
102
#if IS_ENABLED(CONFIG_IR_RCMM_DECODER)
include/media/rc-map.h
44
#if IS_ENABLED(CONFIG_IR_RC5_DECODER)
include/media/rc-map.h
51
#if IS_ENABLED(CONFIG_IR_JVC_DECODER)
include/media/rc-map.h
56
#if IS_ENABLED(CONFIG_IR_SONY_DECODER)
include/media/rc-map.h
62
#if IS_ENABLED(CONFIG_IR_NEC_DECODER)
include/media/rc-map.h
68
#if IS_ENABLED(CONFIG_IR_SANYO_DECODER)
include/media/rc-map.h
73
#if IS_ENABLED(CONFIG_IR_MCE_KBD_DECODER)
include/media/rc-map.h
79
#if IS_ENABLED(CONFIG_IR_RC6_DECODER)
include/media/rc-map.h
87
#if IS_ENABLED(CONFIG_IR_SHARP_DECODER)
include/media/rc-map.h
92
#if IS_ENABLED(CONFIG_IR_XMP_DECODER)
include/media/rc-map.h
97
#if IS_ENABLED(CONFIG_IR_IMON_DECODER)
include/media/rcar-fcp.h
15
#if IS_ENABLED(CONFIG_VIDEO_RENESAS_FCP)
include/media/v4l2-cci.h
125
#if IS_ENABLED(CONFIG_V4L2_CCI_I2C)
include/media/v4l2-flash-led-class.h
114
#if IS_ENABLED(CONFIG_V4L2_FLASH_LED_CLASS)
include/net/af_unix.h
15
#if IS_ENABLED(CONFIG_UNIX)
include/net/af_unix.h
52
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
include/net/amt.h
259
#if IS_ENABLED(CONFIG_IPV6)
include/net/ax25.h
331
#if IS_ENABLED(CONFIG_AX25)
include/net/bluetooth/bluetooth.h
268
#if IS_ENABLED(CONFIG_BT_FEATURE_DEBUG)
include/net/bluetooth/bluetooth.h
283
#if IS_ENABLED(CONFIG_BT_FEATURE_DEBUG)
include/net/bluetooth/bluetooth.h
643
#if IS_ENABLED(CONFIG_BT_BREDR)
include/net/bluetooth/bluetooth.h
657
#if IS_ENABLED(CONFIG_BT_LE)
include/net/bluetooth/hci_core.h
1782
#if IS_ENABLED(CONFIG_BT_MSFTEXT)
include/net/bluetooth/hci_core.h
1789
#if IS_ENABLED(CONFIG_BT_AOSPEXT)
include/net/bluetooth/hci_core.h
630
#if IS_ENABLED(CONFIG_BT_LEDS)
include/net/bluetooth/hci_core.h
634
#if IS_ENABLED(CONFIG_BT_MSFTEXT)
include/net/bluetooth/hci_core.h
640
#if IS_ENABLED(CONFIG_BT_AOSPEXT)
include/net/bluetooth/hci_core.h
866
#if IS_ENABLED(CONFIG_BT_BREDR)
include/net/bluetooth/hci_core.h
884
#if IS_ENABLED(CONFIG_BT_LE)
include/net/bond_options.h
163
#if IS_ENABLED(CONFIG_IPV6)
include/net/bonding.h
149
#if IS_ENABLED(CONFIG_IPV6)
include/net/bonding.h
510
#if IS_ENABLED(CONFIG_IPV6)
include/net/bonding.h
783
#if IS_ENABLED(CONFIG_IPV6)
include/net/cfg80211.h
2417
#if IS_ENABLED(CONFIG_CFG80211)
include/net/cfg80211.h
9665
#if IS_ENABLED(CONFIG_CFG80211)
include/net/cfg802154.h
516
#if IS_ENABLED(CONFIG_IEEE802154) || IS_ENABLED(CONFIG_6LOWPAN)
include/net/devlink.h
2079
#if IS_ENABLED(CONFIG_NET_DEVLINK)
include/net/dsa.h
1334
#if IS_ENABLED(CONFIG_NET_DSA)
include/net/dsa.h
1357
#if IS_ENABLED(CONFIG_NET_DSA)
include/net/dsa.h
1385
#if IS_ENABLED(CONFIG_NET_DSA)
include/net/dsa_stubs.h
11
#if IS_ENABLED(CONFIG_NET_DSA)
include/net/dst_cache.h
46
#if IS_ENABLED(CONFIG_IPV6)
include/net/dst_cache.h
7
#if IS_ENABLED(CONFIG_IPV6)
include/net/gro.h
560
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/gro.h
582
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/hotdata.h
17
#if IS_ENABLED(CONFIG_INET)
include/net/hotdata.h
25
#if IS_ENABLED(CONFIG_IPV6)
include/net/icmp.h
46
#if IS_ENABLED(CONFIG_NF_NAT)
include/net/ieee8021q.h
38
#if IS_ENABLED(CONFIG_NET_IEEE8021Q_HELPERS)
include/net/ife.h
9
#if IS_ENABLED(CONFIG_NET_IFE)
include/net/inet6_hashtables.h
14
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
258
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
269
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
512
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
520
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
84
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_hashtables.h
99
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_sock.h
154
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/inet_sock.h
189
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_sock.h
221
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_sock.h
94
#if IS_ENABLED(CONFIG_IPV6)
include/net/inet_timewait_sock.h
85
#if IS_ENABLED(CONFIG_INET_PSP)
include/net/ioam6.h
50
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip.h
113
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/ip.h
676
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip.h
683
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip6_fib.h
517
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip_tunnels.h
24
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip_tunnels.h
469
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip_tunnels.h
505
#if IS_ENABLED(CONFIG_IPV6)
include/net/ip_vs.h
1828
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/ip_vs.h
1845
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/ip_vs.h
28
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/ipv6.h
390
#if IS_ENABLED(CONFIG_IPV6)
include/net/ipv6.h
853
#if IS_ENABLED(CONFIG_IPV6)
include/net/ipv6.h
935
#if IS_ENABLED(CONFIG_IPV6)
include/net/ipv6_frag.h
31
#if IS_ENABLED(CONFIG_IPV6)
include/net/ipv6_stubs.h
61
#if IS_ENABLED(CONFIG_XFRM)
include/net/libeth/rx.h
267
#if !IS_ENABLED(CONFIG_IPV6)
include/net/libeth/xdp.h
857
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
include/net/mac80211.h
4835
#if IS_ENABLED(CONFIG_IPV6)
include/net/macsec.h
372
#if IS_ENABLED(CONFIG_VLAN_8021Q)
include/net/mptcp.h
322
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
include/net/mptcp.h
325
#elif IS_ENABLED(CONFIG_IPV6)
include/net/mptcp.h
336
#if !IS_ENABLED(CONFIG_MPTCP)
include/net/mptcp.h
57
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
include/net/mptcp.h
64
#if IS_ENABLED(CONFIG_MPTCP)
include/net/ndisc.h
110
#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
include/net/ndisc.h
211
#if IS_ENABLED(CONFIG_IPV6)
include/net/ndisc.h
310
#if IS_ENABLED(CONFIG_IPV6)
include/net/neighbour.h
489
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/net/net_namespace.h
134
#if IS_ENABLED(CONFIG_UNIX)
include/net/net_namespace.h
139
#if IS_ENABLED(CONFIG_IPV6)
include/net/net_namespace.h
142
#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
include/net/net_namespace.h
156
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
include/net/net_namespace.h
175
#if IS_ENABLED(CONFIG_IP_VS)
include/net/net_namespace.h
178
#if IS_ENABLED(CONFIG_MPLS)
include/net/net_namespace.h
181
#if IS_ENABLED(CONFIG_CAN)
include/net/net_namespace.h
187
#if IS_ENABLED(CONFIG_MCTP)
include/net/net_namespace.h
190
#if IS_ENABLED(CONFIG_CRYPTO_USER)
include/net/net_namespace.h
194
#if IS_ENABLED(CONFIG_SMC)
include/net/net_namespace.h
201
#if IS_ENABLED(CONFIG_VSOCKETS)
include/net/net_namespace.h
29
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
include/net/net_namespace.h
544
#if IS_ENABLED(CONFIG_IPV6)
include/net/net_namespace.h
563
#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
include/net/netdev_lock.h
32
#if IS_ENABLED(CONFIG_NET_SHAPER)
include/net/netdev_queues.h
275
if (IS_ENABLED(CONFIG_BQL))
include/net/netfilter/br_netfilter.h
11
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/net/netfilter/br_netfilter.h
45
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/net/netfilter/br_netfilter.h
58
#if IS_ENABLED(CONFIG_IPV6)
include/net/netfilter/nf_bpf_link.h
8
#if IS_ENABLED(CONFIG_NETFILTER_BPF_LINK)
include/net/netfilter/nf_conntrack.h
103
#if IS_ENABLED(CONFIG_NF_NAT)
include/net/netfilter/nf_conntrack_acct.h
32
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/netfilter/nf_conntrack_acct.h
53
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/netfilter/nf_conntrack_acct.h
63
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/netfilter/nf_conntrack_acct.h
74
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/netfilter/nf_conntrack_act_ct.h
16
#if IS_ENABLED(CONFIG_NET_ACT_CT)
include/net/netfilter/nf_conntrack_act_ct.h
26
#if IS_ENABLED(CONFIG_NET_ACT_CT)
include/net/netfilter/nf_conntrack_act_ct.h
40
#if IS_ENABLED(CONFIG_NET_ACT_CT)
include/net/netfilter/nf_conntrack_bpf.h
13
#if (IS_BUILTIN(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
include/net/netfilter/nf_conntrack_bpf.h
14
(IS_MODULE(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
include/net/netfilter/nf_conntrack_bpf.h
32
#if (IS_BUILTIN(CONFIG_NF_NAT) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
include/net/netfilter/nf_conntrack_bpf.h
33
(IS_MODULE(CONFIG_NF_NAT) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
include/net/netfilter/nf_conntrack_expect.h
57
#if IS_ENABLED(CONFIG_NF_NAT)
include/net/netfilter/nf_conntrack_extend.h
11
#if IS_ENABLED(CONFIG_NF_NAT)
include/net/netfilter/nf_conntrack_extend.h
28
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
include/net/netfilter/nf_conntrack_extend.h
31
#if IS_ENABLED(CONFIG_NET_ACT_CT)
include/net/netfilter/nf_conntrack_l4proto.h
179
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/netfilter/nf_conntrack_synproxy.h
16
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
include/net/netfilter/nf_conntrack_synproxy.h
25
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
include/net/netfilter/nf_conntrack_synproxy.h
35
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
include/net/netfilter/nf_flow_table.h
343
#if (IS_BUILTIN(CONFIG_NF_FLOW_TABLE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
include/net/netfilter/nf_flow_table.h
344
(IS_MODULE(CONFIG_NF_FLOW_TABLE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
include/net/netfilter/nf_nat.h
25
#if IS_ENABLED(CONFIG_NF_NAT_PPTP)
include/net/netfilter/nf_nat.h
33
#if IS_ENABLED(CONFIG_NF_NAT_MASQUERADE)
include/net/netfilter/nf_nat.h
50
#if IS_ENABLED(CONFIG_NF_NAT)
include/net/netfilter/nf_nat.h
62
#if IS_ENABLED(CONFIG_NF_NAT_MASQUERADE)
include/net/netfilter/nf_queue.h
19
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
include/net/netfilter/nf_synproxy.h
68
#if IS_ENABLED(CONFIG_IPV6)
include/net/netfilter/nf_tables.h
1550
#if IS_ENABLED(CONFIG_NF_TABLES)
include/net/netfilter/nf_tables_ipv6.h
29
#if IS_ENABLED(CONFIG_IPV6)
include/net/netfilter/nf_tables_ipv6.h
73
#if IS_ENABLED(CONFIG_IPV6)
include/net/netns/can.h
17
#if IS_ENABLED(CONFIG_PROC_FS)
include/net/netns/conntrack.h
28
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
include/net/netns/conntrack.h
41
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
include/net/netns/core.h
26
#if IS_ENABLED(CONFIG_RPS) && IS_ENABLED(CONFIG_SYSCTL)
include/net/netns/ipv4.h
100
#if IS_ENABLED(CONFIG_NET_UDP_TUNNEL)
include/net/netns/ipv6.h
130
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
include/net/netns/mib.h
17
#if IS_ENABLED(CONFIG_IPV6)
include/net/netns/mib.h
24
#if IS_ENABLED(CONFIG_TLS)
include/net/netns/mib.h
32
#if IS_ENABLED(CONFIG_IPV6)
include/net/netns/mib.h
38
#if IS_ENABLED(CONFIG_IPV6)
include/net/netns/mib.h
9
#if IS_ENABLED(CONFIG_IPV6)
include/net/netns/netfilter.h
30
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
include/net/netns/netfilter.h
33
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
include/net/netns/smc.h
20
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
include/net/netns/xfrm.h
77
#if IS_ENABLED(CONFIG_IPV6)
include/net/netprio_cgroup.h
15
#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
include/net/ping.h
45
#if IS_ENABLED(CONFIG_IPV6)
include/net/pkt_cls.h
774
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
include/net/pkt_sched.h
243
#if IS_ENABLED(CONFIG_NET_SCH_TAPRIO)
include/net/protocol.h
110
#if IS_ENABLED(CONFIG_IPV6)
include/net/protocol.h
25
#if IS_ENABLED(CONFIG_IPV6)
include/net/protocol.h
52
#if IS_ENABLED(CONFIG_IPV6)
include/net/protocol.h
99
#if IS_ENABLED(CONFIG_IPV6)
include/net/psample.h
39
#if IS_ENABLED(CONFIG_PSAMPLE)
include/net/psp/functions.h
32
#if IS_ENABLED(CONFIG_INET_PSP)
include/net/raw.h
92
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/request_sock.h
106
#if IS_ENABLED(CONFIG_SYN_COOKIES)
include/net/route.h
329
if (IS_ENABLED(CONFIG_IP_ROUTE_MULTIPATH) && !sport)
include/net/rpl.h
14
#if IS_ENABLED(CONFIG_IPV6_RPL_LWTUNNEL)
include/net/sctp/sctp.h
323
#if IS_ENABLED(CONFIG_IPV6)
include/net/sctp/sctp.h
52
#if IS_ENABLED(CONFIG_IPV6)
include/net/sctp/structs.h
1132
#if IS_ENABLED(CONFIG_IPV6)
include/net/sctp/structs.h
245
#if IS_ENABLED(CONFIG_IPV6)
include/net/seg6.h
46
#if IS_ENABLED(CONFIG_IPV6)
include/net/selftests.h
44
#if IS_ENABLED(CONFIG_NET_SELFTESTS)
include/net/smc.h
91
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
include/net/sock.h
1650
#if IS_ENABLED(CONFIG_PROVE_LOCKING) && IS_ENABLED(CONFIG_MODULES)
include/net/sock.h
187
#if IS_ENABLED(CONFIG_IPV6)
include/net/sock.h
2958
return (IS_ENABLED(CONFIG_UNIX) && sk->sk_family == AF_UNIX) ||
include/net/sock.h
2960
(IS_ENABLED(CONFIG_BT) && sk->sk_family == AF_BLUETOOTH);
include/net/sock.h
462
#if IS_ENABLED(CONFIG_INET_PSP)
include/net/sock.h
597
#if IS_ENABLED(CONFIG_PROVE_LOCKING) && IS_ENABLED(CONFIG_MODULES)
include/net/sock.h
902
if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
include/net/tc_act/tc_ct.h
79
#if IS_ENABLED(CONFIG_NET_ACT_CT)
include/net/tc_act/tc_ct.h
8
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
include/net/tc_wrapper.h
7
#if IS_ENABLED(CONFIG_MITIGATION_RETPOLINE)
include/net/tcp.h
1099
#if IS_ENABLED(CONFIG_IPV6)
include/net/tcp.h
1110
#if IS_ENABLED(CONFIG_IPV6)
include/net/tcp.h
1129
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/tcp.h
1147
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/tcp.h
2479
#if IS_ENABLED(CONFIG_IPV6)
include/net/tcp.h
2914
#if IS_ENABLED(CONFIG_SMC)
include/net/tcp.h
2918
#if IS_ENABLED(CONFIG_TLS_DEVICE)
include/net/tcp.h
582
#if IS_ENABLED(CONFIG_BPF)
include/net/tcp.h
699
#if IS_ENABLED(CONFIG_BPF)
include/net/tcp_ao.h
10
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp.h
100
#if !IS_ENABLED(CONFIG_BASE_SMALL)
include/net/udp.h
125
#if IS_ENABLED(CONFIG_BASE_SMALL)
include/net/udp.h
328
#if IS_ENABLED(CONFIG_BASE_SMALL)
include/net/udp.h
390
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
include/net/udp.h
43
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp.h
544
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp.h
592
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp.h
81
#if !IS_ENABLED(CONFIG_BASE_SMALL)
include/net/udp_tunnel.h
211
#if IS_ENABLED(CONFIG_NET_UDP_TUNNEL)
include/net/udp_tunnel.h
231
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp_tunnel.h
24
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp_tunnel.h
31
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp_tunnel.h
48
#if IS_ENABLED(CONFIG_IPV6)
include/net/udp_tunnel.h
8
#if IS_ENABLED(CONFIG_IPV6)
include/net/vxlan.h
266
#if IS_ENABLED(CONFIG_IPV6)
include/net/vxlan.h
286
#if IS_ENABLED(CONFIG_IPV6)
include/net/vxlan.h
291
#if IS_ENABLED(CONFIG_IPV6)
include/net/vxlan.h
454
#if IS_ENABLED(CONFIG_IPV6)
include/net/vxlan.h
504
#if IS_ENABLED(CONFIG_VXLAN)
include/net/xfrm.h
1543
#if IS_ENABLED(CONFIG_IPV6)
include/net/xfrm.h
1789
#if IS_ENABLED(CONFIG_IPV6)
include/net/xfrm.h
1798
#if IS_ENABLED(CONFIG_NET_PKTGEN)
include/net/xfrm.h
2259
#if IS_ENABLED(CONFIG_XFRM_USER_COMPAT)
include/net/xfrm.h
2274
#if IS_ENABLED(CONFIG_IPV6)
include/net/xfrm.h
2290
#if (IS_BUILTIN(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
include/net/xfrm.h
2291
(IS_MODULE(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
include/net/xfrm.h
2306
#if IS_ENABLED(CONFIG_DEBUG_INFO_BTF)
include/rdma/ib_ucaps.h
19
#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
include/rdma/ib_verbs.h
3069
#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
include/rdma/ib_verbs.h
4163
return IS_ENABLED(CONFIG_INFINIBAND_VIRT_DMA) && !dev->dma_device;
include/rdma/ib_verbs.h
4911
#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
include/rdma/uverbs_ioctl.h
440
PTR_IF(IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS), \
include/rdma/uverbs_ioctl.h
857
#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
include/scsi/scsi_transport_sas.h
15
#if !IS_ENABLED(CONFIG_SCSI_SAS_ATTRS)
include/soc/bcm2835/raspberrypi-firmware.h
177
#if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)
include/soc/mediatek/smi.h
12
#if IS_ENABLED(CONFIG_MTK_SMI)
include/soc/microchip/mpfs.h
36
#if IS_ENABLED(CONFIG_POLARFIRE_SOC_SYS_CTRL)
include/soc/microchip/mpfs.h
46
#if IS_ENABLED(CONFIG_MCHP_CLK_MPFS)
include/soc/microchip/mpfs.h
47
#if IS_ENABLED(CONFIG_RESET_POLARFIRE_SOC)
include/soc/mscc/ocelot.h
1191
#if IS_ENABLED(CONFIG_BRIDGE_MRP)
include/soc/qcom/cmd-db.h
22
#if IS_ENABLED(CONFIG_QCOM_COMMAND_DB)
include/soc/qcom/ocmem.h
36
#if IS_ENABLED(CONFIG_QCOM_OCMEM)
include/soc/qcom/rpmh.h
13
#if IS_ENABLED(CONFIG_QCOM_RPMH)
include/soc/tegra/bpmp.h
128
#if IS_ENABLED(CONFIG_TEGRA_BPMP)
include/soc/tegra/bpmp.h
188
#if IS_ENABLED(CONFIG_CLK_TEGRA_BPMP)
include/soc/tegra/bpmp.h
197
#if IS_ENABLED(CONFIG_RESET_TEGRA_BPMP)
include/soc/tegra/bpmp.h
206
#if IS_ENABLED(CONFIG_SOC_TEGRA_POWERGATE_BPMP)
include/soc/tegra/bpmp.h
215
#if IS_ENABLED(CONFIG_DEBUG_FS)
include/sound/ac97/codec.h
78
#if IS_ENABLED(CONFIG_AC97_BUS_NEW)
include/sound/ac97/controller.h
62
#if IS_ENABLED(CONFIG_AC97_BUS_NEW)
include/sound/asequencer.h
70
(IS_ENABLED(CONFIG_SND_SEQ_UMP) && ((ev)->flags & SNDRV_SEQ_EVENT_UMP))
include/sound/compress_driver.h
174
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
include/sound/compress_driver.h
290
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
include/sound/compress_driver.h
86
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
include/sound/core.h
144
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
include/sound/core.h
275
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
include/sound/core.h
379
#if IS_ENABLED(CONFIG_GAMEPORT)
include/sound/cs35l56.h
394
return IS_ENABLED(CONFIG_SPI_MASTER) && !!cs35l56->spi_payload_buf;
include/sound/emux_synth.h
117
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
include/sound/emux_synth.h
138
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
include/sound/emux_synth.h
54
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
include/sound/hda-mlink.h
12
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_MLINK)
include/sound/hda-sdw-bpt.h
17
#if IS_ENABLED(CONFIG_SND_SOF_SOF_HDA_SDW_BPT)
include/sound/intel-dsp-config.h
22
#if IS_ENABLED(CONFIG_SND_INTEL_DSP_CONFIG)
include/sound/intel-nhlt.h
127
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SND_INTEL_NHLT)
include/sound/mixer_oss.h
10
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
include/sound/opl3.h
306
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
include/sound/opl3.h
315
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
include/sound/opl3.h
359
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
include/sound/pcm.h
24
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/pcm.h
449
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/pcm.h
495
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/pcm.h
520
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/pcm.h
551
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/pcm.h
570
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
include/sound/rawmidi.h
144
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
include/sound/rawmidi.h
18
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
include/sound/sdca.h
59
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SND_SOC_SDCA)
include/sound/sdca_fdl.h
67
#if IS_ENABLED(CONFIG_SND_SOC_SDCA_FDL)
include/sound/sdca_hid.h
17
#if IS_ENABLED(CONFIG_SND_SOC_SDCA_HID)
include/sound/soc-acpi.h
26
#if IS_ENABLED(CONFIG_ACPI)
include/sound/soc-usb.h
65
#if IS_ENABLED(CONFIG_SND_SOC_USB)
include/sound/ump.h
114
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
include/sound/ump.h
55
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
include/sound/ump.h
67
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
include/trace/events/bridge.h
164
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/devlink.h
2
#if IS_ENABLED(CONFIG_NET_DEVLINK)
include/trace/events/kmem.h
41
__entry->accounted = IS_ENABLED(CONFIG_MEMCG) ?
include/trace/events/kmem.h
93
(IS_ENABLED(CONFIG_MEMCG) &&
include/trace/events/neigh.h
122
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/neigh.h
199
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/neigh.h
56
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/net_probe_common.h
19
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/net_probe_common.h
54
#if IS_ENABLED(CONFIG_IPV6)
include/trace/events/net_probe_common.h
86
#if IS_ENABLED(CONFIG_IPV6)
include/video/cmdline.h
11
#if IS_ENABLED(CONFIG_FB_CORE)
include/video/omapfb_dss.h
745
#if IS_ENABLED(CONFIG_FB_OMAP2)
include/xen/platform_pci.h
58
return IS_ENABLED(CONFIG_XEN);
include/xen/platform_pci.h
62
return IS_ENABLED(CONFIG_XEN);
include/xen/platform_pci.h
66
return IS_ENABLED(CONFIG_XEN);
init/do_mounts.c
501
if (IS_ENABLED(CONFIG_TMPFS) && is_tmpfs)
init/do_mounts.c
515
if (IS_ENABLED(CONFIG_TMPFS)) {
init/do_mounts_rd.c
248
if (!IS_ENABLED(CONFIG_S390) && !(i % 16)) {
init/initramfs.c
725
if (!initrd_start || IS_ENABLED(CONFIG_INITRAMFS_FORCE))
init/initramfs.c
728
if (IS_ENABLED(CONFIG_BLK_DEV_RAM))
init/initramfs_test.c
120
if (IS_ENABLED(CONFIG_INITRAMFS_PRESERVE_MTIME)) {
init/initramfs_test.c
130
if (IS_ENABLED(CONFIG_INITRAMFS_PRESERVE_MTIME)) {
init/main.c
1547
if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX) && rodata_enabled) {
init/main.c
1559
} else if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX)) {
init/main.c
1561
} else if (IS_ENABLED(CONFIG_ARCH_HAS_STRICT_KERNEL_RWX)) {
init/main.c
435
if (IS_ERR(err) || !(bootconfig_found || IS_ENABLED(CONFIG_BOOT_CONFIG_FORCE)))
io_uring/io_uring.c
179
if (IS_ENABLED(CONFIG_KASAN))
io_uring/io_uring.h
243
return IS_ENABLED(CONFIG_COMPAT) && unlikely(ctx->compat);
io_uring/rsrc.h
151
if (IS_ENABLED(CONFIG_KASAN))
io_uring/zcrx.c
103
if (!IS_ENABLED(CONFIG_DMA_SHARED_BUFFER))
io_uring/zcrx.c
134
if (!IS_ENABLED(CONFIG_DMA_SHARED_BUFFER))
ipc/syscall.c
144
if (!IS_ENABLED(CONFIG_COMPAT_32BIT_TIME))
ipc/syscall.c
33
if (IS_ENABLED(CONFIG_64BIT))
ipc/syscall.c
36
else if (IS_ENABLED(CONFIG_COMPAT_32BIT_TIME))
kernel/bpf/bpf_local_storage.c
897
smap->use_kmalloc_nolock = IS_ENABLED(CONFIG_PREEMPT_RT) ? true : use_kmalloc_nolock;
kernel/bpf/btf.c
1580
if (env->btf->base_btf && IS_ENABLED(CONFIG_MODULE_ALLOW_BTF_MISMATCH))
kernel/bpf/btf.c
1626
if (env->btf->base_btf && IS_ENABLED(CONFIG_MODULE_ALLOW_BTF_MISMATCH))
kernel/bpf/btf.c
6323
if (!IS_ENABLED(CONFIG_DEBUG_INFO_BTF))
kernel/bpf/btf.c
8327
if (!IS_ENABLED(CONFIG_MODULE_ALLOW_BTF_MISMATCH)) {
kernel/bpf/btf.c
8350
if (IS_ENABLED(CONFIG_SYSFS)) {
kernel/bpf/btf.c
8492
if (!module && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) {
kernel/bpf/btf.c
8496
if (module && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
kernel/bpf/btf.c
9022
if (IS_ENABLED(CONFIG_CFI_CLANG)) {
kernel/bpf/core.c
2556
if (IS_ENABLED(CONFIG_BPF_JIT_ALWAYS_ON) ||
kernel/bpf/cpumask.c
466
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
kernel/bpf/memalloc.c
173
if (IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/bpf/memalloc.c
192
if (IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/bpf/mmap_unlock_work.h
30
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/bpf/syscall.c
2916
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
kernel/bpf/syscall.c
602
!IS_ENABLED(CONFIG_PREEMPT_RT);
kernel/bpf/task_iter.c
1038
if (WARN_ON_ONCE(IS_ENABLED(CONFIG_PREEMPT_RT)))
kernel/bpf/trampoline.c
549
if (IS_ENABLED(CONFIG_TASKS_RCU))
kernel/bpf/trampoline.c
650
} else if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_JMP)) {
kernel/bpf/verifier.c
24190
if (IS_ENABLED(CONFIG_PERF_EVENTS) &&
kernel/bpf/verifier.c
25454
if (!btf_vmlinux && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) {
kernel/bpf/verifier.c
26026
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
kernel/bpf/verifier.c
8756
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/cfi.c
12
bool cfi_warn __ro_after_init = IS_ENABLED(CONFIG_CFI_PERMISSIVE);
kernel/cgroup/cgroup.c
239
static bool have_favordynmods __ro_after_init = IS_ENABLED(CONFIG_CGROUP_FAVOR_DYNMODS);
kernel/cgroup/cpuset.c
391
return !IS_ENABLED(CONFIG_CPUSETS_V1) ||
kernel/cgroup/rstat.c
89
if ((!IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG) ||
kernel/cgroup/rstat.c
90
!IS_ENABLED(CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS)) && in_nmi())
kernel/context_tracking.c
109
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) &&
kernel/context_tracking.c
120
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
kernel/context_tracking.c
147
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !raw_irqs_disabled());
kernel/context_tracking.c
149
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && oldval < 0);
kernel/context_tracking.c
165
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
kernel/context_tracking.c
298
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !raw_irqs_disabled());
kernel/context_tracking.c
493
if (!IS_ENABLED(CONFIG_CONTEXT_TRACKING_IDLE))
kernel/context_tracking.c
509
if (!IS_ENABLED(CONFIG_CONTEXT_TRACKING_IDLE)) {
kernel/context_tracking.c
615
if (!IS_ENABLED(CONFIG_CONTEXT_TRACKING_IDLE))
kernel/context_tracking.c
619
if (!IS_ENABLED(CONFIG_CONTEXT_TRACKING_IDLE)) {
kernel/context_tracking.c
71
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !rcu_is_watching_curr_cpu());
kernel/context_tracking.c
92
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !(seq & CT_RCU_WATCHING));
kernel/cpu.c
1009
if (IS_ENABLED(CONFIG_HOTPLUG_CPU))
kernel/cpu.c
2892
if (IS_ENABLED(CONFIG_SMT_NUM_THREADS_DYNAMIC))
kernel/cpu.c
3200
[CPU_MITIGATE_GUEST_HOST] = IS_ENABLED(CONFIG_KVM),
kernel/cpu.c
3201
[CPU_MITIGATE_GUEST_GUEST] = IS_ENABLED(CONFIG_KVM),
kernel/cpu.c
3292
if (*p++ != ',' || !IS_ENABLED(CONFIG_ARCH_HAS_CPU_ATTACK_VECTORS)) {
kernel/cpu.c
440
if (!IS_ENABLED(CONFIG_HOTPLUG_CORE_SYNC_FULL))
kernel/crash_core.c
56
if (!IS_ENABLED(CONFIG_CRASH_DUMP))
kernel/crash_core.c
690
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG))
kernel/crash_core.c
693
if (IS_ENABLED(CONFIG_HOTPLUG_CPU)) {
kernel/debug/debug_core.c
1151
(!dbg_is_early || IS_ENABLED(CONFIG_ARCH_HAS_EARLY_DEBUG)))
kernel/debug/debug_core.c
1225
IS_ENABLED(CONFIG_ARCH_HAS_EARLY_DEBUG))
kernel/debug/debug_core.c
458
if (cpu == raw_smp_processor_id() || !IS_ENABLED(CONFIG_SMP)) {
kernel/debug/debug_core.c
758
if (IS_ENABLED(CONFIG_KGDB_KDB)) {
kernel/dma/debug.c
618
!(IS_ENABLED(CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC) &&
kernel/dma/direct.c
145
if (IS_ENABLED(CONFIG_ZONE_DMA32) &&
kernel/dma/direct.c
149
else if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA))
kernel/dma/direct.c
174
if (WARN_ON_ONCE(!IS_ENABLED(CONFIG_DMA_COHERENT_POOL)))
kernel/dma/direct.c
219
if (IS_ENABLED(CONFIG_ARCH_HAS_DMA_ALLOC) &&
kernel/dma/direct.c
228
if (IS_ENABLED(CONFIG_DMA_GLOBAL_POOL))
kernel/dma/direct.c
237
set_uncached = IS_ENABLED(CONFIG_ARCH_HAS_DMA_SET_UNCACHED);
kernel/dma/direct.c
238
remap = IS_ENABLED(CONFIG_DMA_DIRECT_REMAP);
kernel/dma/direct.c
322
if (IS_ENABLED(CONFIG_ARCH_HAS_DMA_ALLOC) &&
kernel/dma/direct.c
329
if (IS_ENABLED(CONFIG_DMA_GLOBAL_POOL) &&
kernel/dma/direct.c
337
if (IS_ENABLED(CONFIG_DMA_COHERENT_POOL) &&
kernel/dma/direct.c
344
if (IS_ENABLED(CONFIG_ARCH_HAS_DMA_CLEAR_UNCACHED))
kernel/dma/direct.c
383
if (IS_ENABLED(CONFIG_DMA_COHERENT_POOL) &&
kernel/dma/direct.c
514
IS_ENABLED(CONFIG_DMA_NONCOHERENT_MMAP);
kernel/dma/direct.c
559
if (IS_ENABLED(CONFIG_ZONE_DMA))
kernel/dma/mapping.c
196
if (IS_ENABLED(CONFIG_DMA_API_DEBUG) &&
kernel/dma/mapping.c
27
bool dma_default_coherent = IS_ENABLED(CONFIG_ARCH_DMA_DEFAULT_COHERENT);
kernel/dma/mapping.c
359
if (IS_ENABLED(CONFIG_DMA_API_DEBUG) &&
kernel/dma/mapping.c
472
return IS_ENABLED(CONFIG_DMA_API_DEBUG);
kernel/dma/pool.c
153
if (IS_ENABLED(CONFIG_ZONE_DMA))
kernel/dma/pool.c
156
if (IS_ENABLED(CONFIG_ZONE_DMA32))
kernel/dma/pool.c
72
if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp & GFP_DMA))
kernel/dma/pool.c
74
if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp & GFP_DMA32))
kernel/dma/swiotlb.c
451
if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp_mask & __GFP_DMA))
kernel/dma/swiotlb.c
453
else if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp_mask & __GFP_DMA32))
kernel/dma/swiotlb.c
623
if (!IS_ENABLED(CONFIG_DMA_COHERENT_POOL))
kernel/dma/swiotlb.c
637
if (IS_ENABLED(CONFIG_ZONE_DMA32) &&
kernel/dma/swiotlb.c
641
else if (IS_ENABLED(CONFIG_ZONE_DMA) &&
kernel/dma/swiotlb.c
658
if (IS_ENABLED(CONFIG_DMA_COHERENT_POOL) &&
kernel/entry/common.c
140
if (!IS_ENABLED(CONFIG_TINY_RCU) &&
kernel/entry/common.c
193
if (IS_ENABLED(CONFIG_DEBUG_ENTRY))
kernel/entry/common.c
238
if (IS_ENABLED(CONFIG_PREEMPTION))
kernel/events/core.c
8511
bool defer_user = IS_ENABLED(CONFIG_UNWIND_USER) && user &&
kernel/fork.c
1915
if (IS_ENABLED(CONFIG_MEMCG))
kernel/fork.c
2677
if (IS_ENABLED(CONFIG_LRU_GEN_WALKS_MMU) && !(clone_flags & CLONE_VM)) {
kernel/fork.c
483
if (IS_ENABLED(CONFIG_VMAP_STACK)) {
kernel/fork.c
503
if (IS_ENABLED(CONFIG_VMAP_STACK)) {
kernel/fork.c
672
if (!IS_ENABLED(CONFIG_MMU_LAZY_TLB_SHOOTDOWN)) {
kernel/fork.c
709
if (IS_ENABLED(CONFIG_DEBUG_VM_SHOOT_LAZIES))
kernel/futex/core.c
624
if (IS_ENABLED(CONFIG_MMU))
kernel/futex/futex.h
85
if (!IS_ENABLED(CONFIG_64BIT) || in_compat_syscall()) {
kernel/futex/pi.c
1140
if (!IS_ENABLED(CONFIG_FUTEX_PI))
kernel/futex/pi.c
927
if (!IS_ENABLED(CONFIG_FUTEX_PI))
kernel/futex/requeue.c
398
if (!IS_ENABLED(CONFIG_FUTEX_PI) && requeue_pi)
kernel/futex/requeue.c
790
if (!IS_ENABLED(CONFIG_FUTEX_PI))
kernel/futex/waitwake.c
277
if (!IS_ENABLED(CONFIG_MMU) ||
kernel/irq/chip.c
1548
if (IS_ENABLED(CONFIG_PM) && dev)
kernel/irq/chip.c
463
if (IS_ENABLED(CONFIG_SMP)) {
kernel/irq/chip.c
509
if (!IS_ENABLED(CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK) ||
kernel/irq/irq_test.c
125
if (!IS_ENABLED(CONFIG_SMP))
kernel/irq/irq_test.c
176
if (!IS_ENABLED(CONFIG_SMP))
kernel/irq/irqdomain.c
243
(!IS_ENABLED(CONFIG_IRQ_DOMAIN_NOMAP) && info->direct_max) ||
kernel/irq/irqdomain.c
310
if (!IS_ENABLED(CONFIG_SPARSE_IRQ))
kernel/irq/irqdomain.c
595
return IS_ENABLED(CONFIG_IRQ_DOMAIN_NOMAP) &&
kernel/irq/kexec.c
23
if (IS_ENABLED(CONFIG_GENERIC_IRQ_KEXEC_CLEAR_VM_FORWARD)) {
kernel/irq/manage.c
1163
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/irq/manage.c
1166
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/irq/manage.c
351
if (!IS_ENABLED(CONFIG_IRQ_DOMAIN_HIERARCHY) ||
kernel/irq/manage.c
425
if (IS_ENABLED(CONFIG_GENERIC_IRQ_RESERVATION_MODE))
kernel/irq/msi.c
1217
if (IS_ENABLED(CONFIG_PCI_MSI))
kernel/irq/spurious.c
396
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/irq/spurious.c
410
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/irq_work.c
162
if (IS_ENABLED(CONFIG_PREEMPT_RT) &&
kernel/irq_work.c
230
if ((IS_ENABLED(CONFIG_PREEMPT_RT) && !irq_work_is_hard(work)) ||
kernel/irq_work.c
245
BUG_ON(!irqs_disabled() && !IS_ENABLED(CONFIG_PREEMPT_RT));
kernel/irq_work.c
262
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/irq_work.c
276
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/irq_work.c
291
if ((IS_ENABLED(CONFIG_PREEMPT_RT) && !irq_work_is_hard(work)) ||
kernel/irq_work.c
323
if (IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/irq_work.c
98
else if (IS_ENABLED(CONFIG_PREEMPT_RT) &&
kernel/jump_label.c
85
if (IS_ENABLED(CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE))
kernel/kallsyms.c
155
if (!IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_RELOCATABLE))
kernel/kallsyms.c
323
else if (IS_ENABLED(CONFIG_KALLSYMS_ALL))
kernel/kcsan/core.c
1057
if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
kernel/kcsan/core.c
1071
if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
kernel/kcsan/core.c
1103
if (!IS_ENABLED(CONFIG_KCSAN_WEAK_MEMORY))
kernel/kcsan/core.c
1115
if (!IS_ENABLED(CONFIG_KCSAN_WEAK_MEMORY))
kernel/kcsan/core.c
1175
if (!IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) { \
kernel/kcsan/core.c
1185
if (!IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) { \
kernel/kcsan/core.c
1198
if (!IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) { \
kernel/kcsan/core.c
1231
if (!IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) { \
kernel/kcsan/core.c
1247
if (!IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) { \
kernel/kcsan/core.c
244
if (IS_ENABLED(CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC) &&
kernel/kcsan/core.c
29
static bool kcsan_early_enable = IS_ENABLED(CONFIG_KCSAN_EARLY_ENABLE);
kernel/kcsan/core.c
309
(IS_ENABLED(CONFIG_KCSAN_SKIP_WATCH_RANDOMIZE) ?
kernel/kcsan/core.c
328
delay -= IS_ENABLED(CONFIG_KCSAN_DELAY_RANDOMIZE) ?
kernel/kcsan/core.c
33
static bool kcsan_interrupt_watcher = IS_ENABLED(CONFIG_KCSAN_INTERRUPT_WATCHER);
kernel/kcsan/core.c
688
if (IS_ENABLED(CONFIG_KCSAN_REPORT_RACE_UNKNOWN_ORIGIN) || is_assert) {
kernel/kcsan/core.c
812
if (IS_ENABLED(CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY) ||
kernel/kcsan/core.c
813
IS_ENABLED(CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC) ||
kernel/kcsan/core.c
814
IS_ENABLED(CONFIG_KCSAN_PERMISSIVE) ||
kernel/kcsan/core.c
815
IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) {
kernel/kcsan/kcsan_test.c
1107
KCSAN_ACCESS_WRITE | (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) ? 0 : KCSAN_ACCESS_ATOMIC) },
kernel/kcsan/kcsan_test.c
1285
match = IS_ENABLED(CONFIG_KCSAN_PERMISSIVE)
kernel/kcsan/kcsan_test.c
1289
if (IS_ENABLED(CONFIG_KCSAN_PERMISSIVE))
kernel/kcsan/kcsan_test.c
1330
if (IS_ENABLED(CONFIG_KCSAN_WEAK_MEMORY))
kernel/kcsan/kcsan_test.c
1373
if (IS_ENABLED(CONFIG_KCSAN_WEAK_MEMORY))
kernel/kcsan/kcsan_test.c
1402
!IS_ENABLED(CONFIG_KCSAN_INTERRUPT_WATCHER)) {
kernel/kcsan/kcsan_test.c
378
if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS)) {
kernel/kcsan/kcsan_test.c
539
KCSAN_TEST_REQUIRES(test, IS_ENABLED(CONFIG_SMP));
kernel/kcsan/kcsan_test.c
794
if (IS_ENABLED(CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY))
kernel/kcsan/kcsan_test.c
845
if (IS_ENABLED(CONFIG_KCSAN_REPORT_RACE_UNKNOWN_ORIGIN))
kernel/kcsan/kcsan_test.c
868
if (IS_ENABLED(CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC))
kernel/kcsan/kcsan_test.c
943
KCSAN_TEST_REQUIRES(test, !IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS));
kernel/kcsan/kcsan_test.c
965
KCSAN_TEST_REQUIRES(test, !IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS));
kernel/kcsan/permissive.h
24
if (!IS_ENABLED(CONFIG_KCSAN_PERMISSIVE))
kernel/kcsan/permissive.h
40
if (!IS_ENABLED(CONFIG_KCSAN_PERMISSIVE))
kernel/kcsan/report.c
194
if (IS_ENABLED(CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY) &&
kernel/kcsan/report.c
458
if (IS_ENABLED(CONFIG_KCSAN_VERBOSE))
kernel/kcsan/report.c
472
if (IS_ENABLED(CONFIG_KCSAN_VERBOSE))
kernel/kcsan/report.c
600
if (IS_ENABLED(CONFIG_KCSAN_VERBOSE))
kernel/kcsan/selftest.c
122
if (!reorder_access || !IS_ENABLED(CONFIG_SMP))
kernel/kexec_file.c
154
if (ret == -ENOKEY && IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING)) {
kernel/kexec_file.c
33
static bool sig_enforce = IS_ENABLED(CONFIG_KEXEC_SIG_FORCE);
kernel/kexec_file.c
738
if (!IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK))
kernel/kexec_file.c
812
if (!IS_ENABLED(CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY))
kernel/kprobes.c
1656
if (IS_ENABLED(CONFIG_MODULES) && *probed_mod) {
kernel/liveupdate/kexec_handover.c
53
static bool kho_enable __ro_after_init = IS_ENABLED(CONFIG_KEXEC_HANDOVER_ENABLE_DEFAULT);
kernel/locking/lockdep.c
4430
if (!IS_ENABLED(CONFIG_TRACE_IRQFLAGS_NMI))
kernel/locking/lockdep.c
4493
if (!IS_ENABLED(CONFIG_TRACE_IRQFLAGS_NMI))
kernel/locking/lockdep.c
5816
!IS_ENABLED(CONFIG_QUEUED_RWLOCKS) ||
kernel/locking/lockdep_proc.c
106
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
kernel/locking/lockdep_proc.c
94
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
kernel/locking/locktorture.c
57
static char *torture_type = IS_ENABLED(CONFIG_PREEMPT_RT) ? "raw_spin_lock" : "spin_lock";
kernel/locking/rtmutex.c
547
if (IS_ENABLED(CONFIG_PREEMPT_RT) && wake_state == TASK_RTLOCK_WAIT) {
kernel/locking/rtmutex.c
548
if (IS_ENABLED(CONFIG_PROVE_LOCKING))
kernel/locking/rtmutex.c
565
if (IS_ENABLED(CONFIG_PREEMPT_RT) && wqh->rtlock_task) {
kernel/locking/rtmutex.c
595
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
kernel/locking/rtmutex.c
792
if (IS_ENABLED(CONFIG_PREEMPT_RT) && waiter->ww_ctx && detect_deadlock)
kernel/locking/rtmutex.c
872
if (IS_ENABLED(CONFIG_PREEMPT_RT) && orig_waiter && orig_waiter->ww_ctx)
kernel/locking/rtmutex_api.c
140
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES) && WARN_ON_ONCE(!in_task()))
kernel/locking/rtmutex_api.c
594
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES) && WARN_ON_ONCE(!in_task()))
kernel/locking/rtmutex_api.c
641
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES) && WARN_ON_ONCE(!in_task()))
kernel/locking/rtmutex_common.h
181
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
kernel/locking/rtmutex_common.h
187
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
kernel/locking/rtmutex_common.h
193
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
kernel/locking/rtmutex_common.h
199
if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
kernel/module/dups.c
38
static bool enable_dups_trace = IS_ENABLED(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS_TRACE);
kernel/module/kallsyms.c
224
#if IS_ENABLED(CONFIG_STACKTRACE_BUILD_ID)
kernel/module/main.c
1006
if (!IS_ENABLED(CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC)) {
kernel/module/main.c
2704
#if IS_ENABLED(CONFIG_KUNIT)
kernel/module/signing.c
22
static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE);
kernel/module/strict_rwx.c
41
else if (IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
kernel/module/strict_rwx.c
55
if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX) || !rodata_enabled)
kernel/module/strict_rwx.c
70
if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX) || !rodata_enabled)
kernel/module/strict_rwx.c
78
if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
kernel/module/strict_rwx.c
97
if (!IS_ENABLED(CONFIG_STRICT_MODULE_RWX))
kernel/panic.c
429
IS_ENABLED(CONFIG_DEBUG_BUGVERBOSE)) {
kernel/panic.c
57
int panic_on_oops = IS_ENABLED(CONFIG_PANIC_ON_OOPS);
kernel/panic.c
59
IS_ENABLED(CONFIG_RANDSTRUCT) ? (1 << TAINT_RANDSTRUCT) : 0;
kernel/panic.c
649
} else if (IS_ENABLED(CONFIG_DEBUG_BUGVERBOSE)) {
kernel/params.c
775
if (IS_ENABLED(CONFIG_MODULES) && !err)
kernel/power/hibernate.c
1461
} else if (IS_ENABLED(CONFIG_STRICT_KERNEL_RWX)
kernel/power/hibernate.c
1497
#if IS_ENABLED(CONFIG_CRYPTO_LZO)
kernel/power/hibernate.c
1500
#if IS_ENABLED(CONFIG_CRYPTO_LZ4)
kernel/power/main.c
296
bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC);
kernel/power/snapshot.c
102
if (IS_ENABLED(CONFIG_ARCH_HAS_SET_DIRECT_MAP)) {
kernel/power/snapshot.c
90
if (IS_ENABLED(CONFIG_ARCH_HAS_SET_DIRECT_MAP)) {
kernel/printk/printk.c
1347
static bool printk_time = IS_ENABLED(CONFIG_PRINTK_TIME);
kernel/printk/printk.c
1389
if (IS_ENABLED(CONFIG_PRINTK_CALLER) || time) {
kernel/printk/printk.c
603
int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT);
kernel/ptrace.c
364
if (!IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) ||
kernel/ptrace.c
365
!IS_ENABLED(CONFIG_SECCOMP))
kernel/rcu/rcu_segcblist.h
91
if (IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
kernel/rcu/rcuscale.c
332
.stats = IS_ENABLED(CONFIG_TINY_RCU) ? NULL : rcu_tasks_scale_stats,
kernel/rcu/rcuscale.c
374
.stats = IS_ENABLED(CONFIG_TINY_RCU) ? NULL : rcu_tasks_rude_scale_stats,
kernel/rcu/rcuscale.c
863
if (kfree_by_call_rcu && !IS_ENABLED(CONFIG_RCU_LAZY)) {
kernel/rcu/rcutorture.c
1008
.no_pi_lock = IS_ENABLED(CONFIG_TINY_SRCU),
kernel/rcu/rcutorture.c
2048
if (!IS_ENABLED(CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE) || in_nmi())
kernel/rcu/rcutorture.c
2055
if (!IS_ENABLED(CONFIG_PREEMPT_COUNT))
kernel/rcu/rcutorture.c
2080
if (!IS_ENABLED(CONFIG_PREEMPT_RCU))
kernel/rcu/rcutorture.c
2091
if (!IS_ENABLED(CONFIG_PREEMPT_RCU))
kernel/rcu/rcutorture.c
2094
if (IS_ENABLED(CONFIG_PREEMPT_RT) && softirq_count())
kernel/rcu/rcutorture.c
2148
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_CPU)) {
kernel/rcu/rcutorture.c
2158
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_GP) && cur_ops->gather_gp_seqs) {
kernel/rcu/rcutorture.c
2271
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/rcu/rcutorture.c
3097
__func__, ret, !IS_ENABLED(CONFIG_RCU_STALL_COMMON) ? "un" : "");
kernel/rcu/rcutorture.c
3233
if (IS_ENABLED(CONFIG_PREEMPTION) && IS_ENABLED(CONFIG_NO_HZ_FULL)) {
kernel/rcu/rcutorture.c
3517
if (!IS_ENABLED(CONFIG_SMP) || !IS_ENABLED(CONFIG_RCU_BOOST))
kernel/rcu/rcutorture.c
3538
(!IS_ENABLED(CONFIG_TINY_RCU) ||
kernel/rcu/rcutorture.c
3578
if (stall_cpu > 0 || (preempt_duration > 0 && IS_ENABLED(CONFIG_RCU_NOCB_CPU))) {
kernel/rcu/rcutorture.c
4103
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_GP))
kernel/rcu/rcutorture.c
4113
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_CPU)) {
kernel/rcu/rcutorture.c
4120
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_GP) &&
kernel/rcu/rcutorture.c
4216
if (!IS_ENABLED(CONFIG_DEBUG_OBJECTS_RCU_HEAD)) {
kernel/rcu/rcutorture.c
4437
if (!IS_ENABLED(CONFIG_TASKS_TRACE_RCU))
kernel/rcu/rcutorture.c
4480
!IS_ENABLED(CONFIG_RCU_NOCB_CPU))) {
kernel/rcu/rcutorture.c
4482
cur_ops->name, IS_ENABLED(CONFIG_RCU_NOCB_CPU));
kernel/rcu/rcutorture.c
499
if (IS_ENABLED(CONFIG_PREEMPT_RCU))
kernel/rcu/rcutorture.c
501
if (IS_ENABLED(CONFIG_PREEMPT_COUNT))
kernel/rcu/rcutorture.c
631
.reader_blocked = IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_CPU)
kernel/rcu/rcutorture.c
639
.can_boost = IS_ENABLED(CONFIG_RCU_BOOST),
kernel/rcu/rcutorture.c
921
.no_pi_lock = IS_ENABLED(CONFIG_TINY_SRCU),
kernel/rcu/rcutorture.c
923
.have_up_down = IS_ENABLED(CONFIG_TINY_SRCU)
kernel/rcu/rcutorture.c
984
.no_pi_lock = IS_ENABLED(CONFIG_TINY_SRCU),
kernel/rcu/rcutorture.c
986
.have_up_down = IS_ENABLED(CONFIG_TINY_SRCU)
kernel/rcu/srcutree.c
478
if (IS_ENABLED(CONFIG_PROVE_RCU))
kernel/rcu/srcutree.c
481
WARN_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) && (mask & (mask - 1)),
kernel/rcu/srcutree.c
504
WARN_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) && (mask & (mask - 1)),
kernel/rcu/tasks.h
1028
if (!IS_ENABLED(CONFIG_TINY_RCU)) {
kernel/rcu/tasks.h
1065
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && time_before(jiffies, j))
kernel/rcu/tasks.h
1082
if (!IS_ENABLED(CONFIG_TINY_RCU))
kernel/rcu/tasks.h
1095
(IS_ENABLED(CONFIG_NO_HZ_FULL) &&
kernel/rcu/tasks.h
1402
if (!IS_ENABLED(CONFIG_ARCH_WANTS_NO_INSTR) || IS_ENABLED(CONFIG_FORCE_TASKS_RUDE_RCU))
kernel/rcu/tasks.h
1463
.notrun = IS_ENABLED(CONFIG_TASKS_RCU),
kernel/rcu/tasks.h
1468
.notrun = IS_ENABLED(CONFIG_TASKS_TRACE_RCU)
kernel/rcu/tasks.h
858
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/rcu/tiny.c
233
#if IS_ENABLED(CONFIG_RCU_TORTURE_TEST)
kernel/rcu/tree.c
115
static bool use_softirq = !IS_ENABLED(CONFIG_PREEMPT_RT);
kernel/rcu/tree.c
1261
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD)) {
kernel/rcu/tree.c
1315
if (IS_ENABLED(CONFIG_PROVE_RCU) && rdp->gpwrap)
kernel/rcu/tree.c
1382
if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST) && duration > 0)
kernel/rcu/tree.c
1392
if (!IS_ENABLED(CONFIG_RCU_TORTURE_TEST))
kernel/rcu/tree.c
1647
WARN_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) &&
kernel/rcu/tree.c
176
static int kthread_prio = IS_ENABLED(CONFIG_RCU_BOOST) ? 1 : 0;
kernel/rcu/tree.c
1855
WARN_ON_ONCE(IS_ENABLED(CONFIG_PROVE_RCU) &&
kernel/rcu/tree.c
1984
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD))
kernel/rcu/tree.c
2264
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD))
kernel/rcu/tree.c
2412
if (WARN_ON_ONCE(!IS_ENABLED(CONFIG_PREEMPT_RCU)) ||
kernel/rcu/tree.c
2531
(IS_ENABLED(CONFIG_RCU_DOUBLE_CHECK_CB_TIME) &&
kernel/rcu/tree.c
2583
(IS_ENABLED(CONFIG_RCU_DOUBLE_CHECK_CB_TIME) || unlikely(bl > 100))) {
kernel/rcu/tree.c
2678
WARN_ON_ONCE(!IS_ENABLED(CONFIG_RCU_NOCB_CPU) &&
kernel/rcu/tree.c
2700
if (IS_ENABLED(CONFIG_PROVE_RCU)) {
kernel/rcu/tree.c
2846
if (IS_ENABLED(CONFIG_PREEMPT_COUNT) && (!(preempt_count() & PREEMPT_MASK))) {
kernel/rcu/tree.c
2880
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD))
kernel/rcu/tree.c
3160
static bool enable_rcu_lazy __read_mostly = !IS_ENABLED(CONFIG_RCU_LAZY_DEFAULT_OFF);
kernel/rcu/tree.c
3295
if (IS_ENABLED(CONFIG_PROVE_RCU))
kernel/rcu/tree.c
4087
if (!IS_ENABLED(CONFIG_HOTPLUG_CPU) ||
kernel/rcu/tree.c
416
#define DEFAULT_RCU_BLIMIT (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) ? 1000 : 10)
kernel/rcu/tree.c
4197
if (IS_ENABLED(CONFIG_RCU_EXP_KTHREAD))
kernel/rcu/tree.c
4216
if (IS_ENABLED(CONFIG_RCU_EXP_KTHREAD))
kernel/rcu/tree.c
434
static ulong jiffies_till_first_fqs = IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) ? 0 : ULONG_MAX;
kernel/rcu/tree.c
4742
if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 2
kernel/rcu/tree.c
4745
else if (IS_ENABLED(CONFIG_RCU_BOOST) && kthread_prio < 1)
kernel/rcu/tree.c
603
if (IS_ENABLED(CONFIG_GENERIC_ENTRY) && !(current->flags & PF_VCPU))
kernel/rcu/tree.c
606
if (IS_ENABLED(CONFIG_VIRT_XFER_TO_GUEST_WORK) && (current->flags & PF_VCPU))
kernel/rcu/tree.c
961
if (IS_ENABLED(CONFIG_IRQ_WORK) &&
kernel/rcu/tree_exp.h
256
if (!IS_ENABLED(CONFIG_NO_HZ_FULL) || !rdp->rcu_forced_tick_exp)
kernel/rcu/tree_exp.h
876
(IS_ENABLED(CONFIG_PREEMPT_COUNT) && preempt_bh_enabled)) {
kernel/rcu/tree_nocb.h
1274
if (IS_ENABLED(CONFIG_RCU_NOCB_CPU_DEFAULT_ALL) &&
kernel/rcu/tree_nocb.h
1389
if (IS_ENABLED(CONFIG_RCU_NOCB_CPU_CB_BOOST) && kthread_prio)
kernel/rcu/tree_plugin.h
1069
(IS_ENABLED(CONFIG_PREEMPT_COUNT) &&
kernel/rcu/tree_plugin.h
109
if (IS_ENABLED(CONFIG_RCU_EQS_DEBUG))
kernel/rcu/tree_plugin.h
1273
IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD)))) {
kernel/rcu/tree_plugin.h
29
(IS_ENABLED(CONFIG_HOTPLUG_CPU) && lockdep_is_cpus_held()) ||
kernel/rcu/tree_plugin.h
32
((!(IS_ENABLED(CONFIG_PREEMPT_COUNT) && preemptible()) || softirq_count()) &&
kernel/rcu/tree_plugin.h
415
if (IS_ENABLED(CONFIG_PROVE_LOCKING))
kernel/rcu/tree_plugin.h
417
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) && rcu_state.gp_kthread)
kernel/rcu/tree_plugin.h
440
if (IS_ENABLED(CONFIG_PROVE_LOCKING)) {
kernel/rcu/tree_plugin.h
47
if (IS_ENABLED(CONFIG_RCU_TRACE))
kernel/rcu/tree_plugin.h
49
if ((IS_ENABLED(CONFIG_64BIT) && RCU_FANOUT != 64) ||
kernel/rcu/tree_plugin.h
50
(!IS_ENABLED(CONFIG_64BIT) && RCU_FANOUT != 32))
kernel/rcu/tree_plugin.h
505
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD)) {
kernel/rcu/tree_plugin.h
549
if (IS_ENABLED(CONFIG_RCU_BOOST)) {
kernel/rcu/tree_plugin.h
55
if (IS_ENABLED(CONFIG_PROVE_RCU))
kernel/rcu/tree_plugin.h
57
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD))
kernel/rcu/tree_plugin.h
584
if (IS_ENABLED(CONFIG_RCU_BOOST) && drop_boost_mutex)
kernel/rcu/tree_plugin.h
701
if (IS_ENABLED(CONFIG_RCU_STRICT_GRACE_PERIOD) &&
kernel/rcu/tree_plugin.h
714
if (IS_ENABLED(CONFIG_RCU_BOOST) && irqs_were_disabled && t->rcu_blocked_node)
kernel/rcu/tree_plugin.h
760
if (IS_ENABLED(CONFIG_IRQ_WORK) && irqs_were_disabled &&
kernel/rcu/tree_plugin.h
89
if (IS_ENABLED(CONFIG_DEBUG_OBJECTS_RCU_HEAD))
kernel/rcu/tree_stall.h
1010
if (!IS_ENABLED(CONFIG_PROVE_RCU) || rcu_gp_in_progress() ||
kernel/rcu/tree_stall.h
554
!IS_ENABLED(CONFIG_IRQ_WORK) ? '?' :
kernel/rcu/update.c
155
return !IS_ENABLED(CONFIG_RCU_LAZY) ||
kernel/rcu/update.c
168
if (IS_ENABLED(CONFIG_RCU_LAZY))
kernel/rcu/update.c
181
if (IS_ENABLED(CONFIG_RCU_LAZY))
kernel/rcu/update.c
260
if (!IS_ENABLED(CONFIG_PROVE_RCU))
kernel/rcu/update.c
528
#if IS_ENABLED(CONFIG_RCU_TORTURE_TEST) || IS_MODULE(CONFIG_RCU_TORTURE_TEST) || IS_ENABLED(CONFIG_LOCK_TORTURE_TEST) || IS_MODULE(CONFIG_LOCK_TORTURE_TEST)
kernel/rcu/update.c
557
int rcu_cpu_stall_cputime __read_mostly = IS_ENABLED(CONFIG_RCU_CPU_STALL_CPUTIME);
kernel/rcu/update.c
60
static int rcu_normal_after_boot = IS_ENABLED(CONFIG_PREEMPT_RT);
kernel/resource.c
1919
if (IS_ENABLED(CONFIG_IO_STRICT_DEVMEM)
kernel/rseq.c
144
if (IS_ENABLED(CONFIG_RSEQ_SLICE_EXTENSION)) {
kernel/rseq.c
161
if (IS_ENABLED(CONFIG_RSEQ_SLICE_EXTENSION)) {
kernel/rseq.c
233
if (IS_ENABLED(CONFIG_RSEQ_SLICE_EXTENSION))
kernel/rseq.c
466
if (IS_ENABLED(CONFIG_RSEQ_SLICE_EXTENSION)) {
kernel/scftorture.c
205
(!IS_ENABLED(CONFIG_KASAN) && atomic_read(&n_alloc_errs)))
kernel/scftorture.c
355
WARN_ON_ONCE(!IS_ENABLED(CONFIG_KASAN));
kernel/sched/core.c
1168
return IS_ENABLED(CONFIG_PREEMPT_LAZY);
kernel/sched/core.c
3945
if (IS_ENABLED(CONFIG_DEBUG_PREEMPT)) {
kernel/sched/core.c
5841
if (IS_ENABLED(CONFIG_DEBUG_PREEMPT)) {
kernel/sched/core.c
7718
if (IS_ENABLED(CONFIG_PREEMPT_NONE)) {
kernel/sched/core.c
7720
} else if (IS_ENABLED(CONFIG_PREEMPT_VOLUNTARY)) {
kernel/sched/core.c
7722
} else if (IS_ENABLED(CONFIG_PREEMPT_LAZY)) {
kernel/sched/core.c
7726
WARN_ON_ONCE(!IS_ENABLED(CONFIG_PREEMPT));
kernel/sched/core.c
7760
bool brace = IS_ENABLED(CONFIG_PREEMPT_RT) &&
kernel/sched/core.c
7761
(IS_ENABLED(CONFIG_PREEMPT_DYNAMIC) ||
kernel/sched/core.c
7762
IS_ENABLED(CONFIG_PREEMPT_LAZY));
kernel/sched/core.c
7765
if (IS_ENABLED(CONFIG_PREEMPT_BUILD)) {
kernel/sched/core.c
7771
if (IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/sched/core.c
7776
if (IS_ENABLED(CONFIG_PREEMPT_DYNAMIC)) {
kernel/sched/core.c
7784
if (IS_ENABLED(CONFIG_PREEMPT_LAZY)) {
kernel/sched/core.c
7793
if (IS_ENABLED(CONFIG_PREEMPT_VOLUNTARY_BUILD))
kernel/sched/core.c
8823
if (!IS_ENABLED(CONFIG_DEBUG_PREEMPT))
kernel/sched/core.c
8873
if (IS_ENABLED(CONFIG_PREEMPT_RCU)) {
kernel/sched/core.c
8900
if (!IS_ENABLED(CONFIG_PREEMPT_COUNT))
kernel/sched/core.c
8932
if (!IS_ENABLED(CONFIG_PREEMPT_COUNT))
kernel/sched/cputime.c
440
} else if (!IS_ENABLED(CONFIG_HAVE_VIRT_CPU_ACCOUNTING_IDLE) &&
kernel/sched/debug.c
240
int i = (IS_ENABLED(CONFIG_PREEMPT_RT) || IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY)) * 2;
kernel/sched/debug.c
246
j -= !IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY);
kernel/sched/ext_idle.c
884
if (IS_ENABLED(CONFIG_PREEMPT_RCU))
kernel/sched/isolation.c
212
if (!IS_ENABLED(CONFIG_NO_HZ_FULL)) {
kernel/sched/isolation.c
39
if (IS_ENABLED(CONFIG_LOCKDEP) && type == HK_TYPE_DOMAIN) {
kernel/sched/isolation.c
45
if (IS_ENABLED(CONFIG_HOTPLUG_CPU) && lockdep_is_cpus_write_held())
kernel/sched/isolation.c
49
if (IS_ENABLED(CONFIG_CPUSETS) && lockdep_is_cpuset_held())
kernel/sched/membarrier.c
323
if (!IS_ENABLED(CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE))
kernel/sched/membarrier.c
331
if (!IS_ENABLED(CONFIG_RSEQ))
kernel/sched/membarrier.c
524
if (!IS_ENABLED(CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE))
kernel/sched/membarrier.c
529
if (!IS_ENABLED(CONFIG_RSEQ))
kernel/sched/rt.c
1057
if (IS_ENABLED(CONFIG_RT_GROUP_SCHED) && &rq->rt != rt_rq)
kernel/sched/rt.c
1072
if (IS_ENABLED(CONFIG_RT_GROUP_SCHED) && &rq->rt != rt_rq)
kernel/scs.c
135
if (!IS_ENABLED(CONFIG_DEBUG_STACK_USAGE))
kernel/seccomp.c
1092
if (IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) &&
kernel/seccomp.c
1393
if (IS_ENABLED(CONFIG_CHECKPOINT_RESTORE) &&
kernel/signal.c
2468
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/signal.c
2472
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/signal.c
3472
else if (IS_ENABLED(CONFIG_SPARC) &&
kernel/signal.c
3475
else if (IS_ENABLED(CONFIG_ALPHA) &&
kernel/signal.c
659
if (IS_ENABLED(CONFIG_POSIX_TIMERS) && unlikely(timer_sigq)) {
kernel/softirq.c
168
if (IS_ENABLED(CONFIG_PREEMPT_RT_NEEDS_BH_LOCK))
kernel/softirq.c
184
if (IS_ENABLED(CONFIG_PREEMPT_RT_NEEDS_BH_LOCK)) {
kernel/softirq.c
192
if (IS_ENABLED(CONFIG_TRACE_IRQFLAGS) && newcnt == cnt) {
kernel/softirq.c
207
if (IS_ENABLED(CONFIG_TRACE_IRQFLAGS) && sirq_dis) {
kernel/softirq.c
222
if (IS_ENABLED(CONFIG_PREEMPT_RT_NEEDS_BH_LOCK)) {
kernel/softirq.c
232
if (IS_ENABLED(CONFIG_TRACE_IRQFLAGS) && sirq_en) {
kernel/softirq.c
238
if (IS_ENABLED(CONFIG_PREEMPT_RT_NEEDS_BH_LOCK)) {
kernel/softirq.c
271
if (IS_ENABLED(CONFIG_PREEMPT_RT_NEEDS_BH_LOCK))
kernel/softirq.c
634
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && ksirqd)
kernel/softirq.c
725
if (IS_ENABLED(CONFIG_IRQ_FORCED_THREADING) && force_irqthreads() &&
kernel/softirq.c
994
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/sys.c
1547
IS_ENABLED(CONFIG_POSIX_TIMERS)) {
kernel/task_work.c
67
if (!IS_ENABLED(CONFIG_IRQ_WORK))
kernel/time/hrtimer.c
123
if (!IS_ENABLED(CONFIG_HOTPLUG_CPU))
kernel/time/hrtimer.c
1323
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
kernel/time/hrtimer.c
1509
if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust)
kernel/time/hrtimer.c
1629
if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(mode & HRTIMER_MODE_HARD))
kernel/time/hrtimer.c
1773
if (IS_ENABLED(CONFIG_TIME_LOW_RES))
kernel/time/hrtimer.c
2044
if (IS_ENABLED(CONFIG_PREEMPT_RT) && sl->timer.is_hard)
kernel/time/hrtimer.c
2073
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/time/hrtimer.c
656
return IS_ENABLED(CONFIG_HIGH_RES_TIMERS) ?
kernel/time/namespace.c
244
if (IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS)) {
kernel/time/posix-cpu-timers.c
1236
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
kernel/time/posix-cpu-timers.c
406
if (IS_ENABLED(CONFIG_POSIX_CPU_TIMERS_TASK_WORK))
kernel/time/posix-timers.c
1551
if (IS_ENABLED(CONFIG_BASE_SMALL))
kernel/time/tick-broadcast.c
708
if (!IS_ENABLED(CONFIG_SMP) &&
kernel/time/tick-common.c
120
if (IS_ENABLED(CONFIG_TICK_ONESHOT) && dev->event_handler != tick_handle_periodic)
kernel/time/tick-sched.c
123
if (IS_ENABLED(CONFIG_64BIT)) {
kernel/time/tick-sched.c
1608
if (IS_ENABLED(CONFIG_HIGH_RES_TIMERS) && hrtimer)
kernel/time/tick-sched.c
1623
if (IS_ENABLED(CONFIG_HIGH_RES_TIMERS) && hrtimer)
kernel/time/tick-sched.c
243
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && unlikely(tick_cpu == TICK_DO_TIMER_NONE)) {
kernel/time/tick-sched.c
285
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) &&
kernel/time/tick-sched.c
668
if (IS_ENABLED(CONFIG_PM_SLEEP_SMP) &&
kernel/time/tick-sched.c
669
!IS_ENABLED(CONFIG_PM_SLEEP_SMP_NONZERO_CPU)) {
kernel/time/tick-sched.c
71
if (IS_ENABLED(CONFIG_64BIT)) {
kernel/time/timekeeping.c
1012
if (IS_ENABLED(CONFIG_64BIT))
kernel/time/timekeeping.c
1470
return !IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS) || tk->id == TIMEKEEPER_CORE;
kernel/time/timekeeping.c
1688
if (IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS))
kernel/time/timekeeping.c
909
if (IS_ENABLED(CONFIG_64BIT)) {
kernel/time/timer.c
1617
if (IS_ENABLED(CONFIG_PREEMPT_RT) && !(timer->flags & TIMER_IRQSAFE))
kernel/time/timer.c
2403
if (IS_ENABLED(CONFIG_NO_HZ_COMMON)) {
kernel/time/timer.c
2480
if (IS_ENABLED(CONFIG_POSIX_TIMERS))
kernel/time/timer.c
922
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
kernel/time/timer.c
936
if (IS_ENABLED(CONFIG_NO_HZ_COMMON) && (tflags & TIMER_DEFERRABLE))
kernel/time/timer_migration.c
1160
if (IS_ENABLED(CONFIG_64BIT)) {
kernel/time/timer_migration.c
1219
if (IS_ENABLED(CONFIG_64BIT)) {
kernel/trace/fprobe.c
722
if (IS_ENABLED(CONFIG_MODULES)) {
kernel/trace/ftrace.c
1899
if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_CALL_OPS) &&
kernel/trace/ftrace.c
7565
if (!IS_ENABLED(CONFIG_BUILDTIME_MCOUNT_SORT) || mod) {
kernel/trace/ring_buffer.c
1131
if (IS_ENABLED(CONFIG_MITIGATION_RETPOLINE) && likely(buffer->clock == trace_clock_local))
kernel/trace/ring_buffer.c
4620
if ((!IS_ENABLED(CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG) ||
kernel/trace/ring_buffer.c
4621
IS_ENABLED(CONFIG_GENERIC_ATOMIC64)) &&
kernel/trace/rv/monitors/nrp/nrp.c
32
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/nrp/nrp.c
34
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/rv/monitors/nrp/nrp.c
44
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/nrp/nrp.c
46
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/rv/monitors/opid/opid.c
33
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/opid/opid.c
35
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/rv/monitors/opid/opid.c
45
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/opid/opid.c
47
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/rv/monitors/sts/sts.c
33
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/sts/sts.c
35
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/rv/monitors/sts/sts.c
45
if (IS_ENABLED(CONFIG_IRQ_WORK))
kernel/trace/rv/monitors/sts/sts.c
47
if (IS_ENABLED(CONFIG_SMP)) {
kernel/trace/trace.c
10747
if (IS_ENABLED(CONFIG_TRACER_SNAPSHOT))
kernel/trace/trace.c
2201
if (IS_ENABLED(CONFIG_ARCH_HAS_PREEMPT_LAZY) && tif_test_bit(TIF_NEED_RESCHED_LAZY))
kernel/trace/trace.c
2685
if (WARN_ON_ONCE(IS_ENABLED(CONFIG_GENERIC_ENTRY)))
kernel/trace/trace.c
5187
if (!(IS_ENABLED(CONFIG_DEBUG_INFO_BTF) &&
kernel/trace/trace.c
5188
IS_ENABLED(CONFIG_PAHOLE_HAS_BTF_TAG) &&
kernel/trace/trace.c
9341
if (IS_ENABLED(CONFIG_MODULES)) {
kernel/trace/trace.h
2378
if (IS_ENABLED(CONFIG_FUNCTION_GRAPH_RETADDR) && \
kernel/trace/trace_boot.c
495
if (IS_ENABLED(CONFIG_HIST_TRIGGERS)) {
kernel/trace/trace_fprobe.c
1029
if (!data.tpoint && IS_ENABLED(CONFIG_MODULES)) {
kernel/trace/trace_functions_graph.c
282
if (IS_ENABLED(CONFIG_FUNCTION_GRAPH_RETADDR) &&
kernel/trace/trace_functions_graph.c
893
if (IS_ENABLED(CONFIG_64BIT) && (retval & BIT(31)) &&
kernel/trace/trace_hwlat.c
172
if (!IS_ENABLED(CONFIG_GENERIC_SCHED_CLOCK)) {
kernel/trace/trace_osnoise.c
1761
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && osn_var->softirq.delta_start) {
kernel/trace/trace_osnoise.c
867
if (!IS_ENABLED(CONFIG_GENERIC_SCHED_CLOCK)) {
kernel/trace/trace_output.c
1529
if (!IS_ENABLED(CONFIG_GENERIC_SCHED_CLOCK))
kernel/trace/trace_preemptirq.c
37
if (!IS_ENABLED(CONFIG_TINY_RCU) && \
kernel/trace/trace_probe.c
1439
} else if (IS_ENABLED(CONFIG_PROBE_EVENTS_BTF_ARGS) &&
kernel/trace/trace_probe.c
1513
if (IS_ENABLED(CONFIG_PROBE_EVENTS_BTF_ARGS) &&
kernel/trace/trace_probe.c
1589
if (IS_ENABLED(CONFIG_PROBE_EVENTS_BTF_ARGS)) {
kernel/trace/trace_probe.c
428
if (IS_ENABLED(CONFIG_64BIT))
kernel/trace/trace_probe.c
976
!IS_ENABLED(CONFIG_PROBE_EVENTS_BTF_ARGS)) {
kernel/trace/trace_syscalls.c
107
if (IS_ENABLED(CONFIG_HAVE_SPARSE_SYSCALL_NR))
kernel/trace/trace_syscalls.c
1339
if (!IS_ENABLED(CONFIG_HAVE_SPARSE_SYSCALL_NR)) {
kernel/trace/trace_syscalls.c
1356
if (!IS_ENABLED(CONFIG_HAVE_SPARSE_SYSCALL_NR)) {
kernel/unwind/user.c
126
if (IS_ENABLED(CONFIG_HAVE_UNWIND_USER_FP))
kernel/user.c
24
#if IS_ENABLED(CONFIG_BINFMT_MISC)
kernel/user.c
76
#if IS_ENABLED(CONFIG_BINFMT_MISC)
kernel/user.c
87
#define UIDHASH_BITS (IS_ENABLED(CONFIG_BASE_SMALL) ? 3 : 7)
kernel/user_namespace.c
218
#if IS_ENABLED(CONFIG_BINFMT_MISC)
kernel/watchdog.c
1021
if (!IS_ENABLED(CONFIG_SYSCTL) &&
kernel/watchdog.c
67
IS_ENABLED(CONFIG_BOOTPARAM_HARDLOCKUP_PANIC);
kernel/workqueue.c
431
static bool wq_power_efficient = IS_ENABLED(CONFIG_WQ_POWER_EFFICIENT_DEFAULT);
kernel/workqueue.c
4313
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
lib/buildid.c
393
#if IS_ENABLED(CONFIG_STACKTRACE_BUILD_ID) || IS_ENABLED(CONFIG_VMCORE_INFO)
lib/crc/mips/crc32.h
111
if (IS_ENABLED(CONFIG_64BIT)) {
lib/crc/mips/crc32.h
68
if (IS_ENABLED(CONFIG_64BIT)) {
lib/crc/tests/crc_kunit.c
249
if (!IS_ENABLED(CONFIG_CRC_BENCHMARK))
lib/crc/x86/crc32.h
46
if (IS_ENABLED(CONFIG_X86_64) && len >= CRC32C_PCLMUL_BREAKEVEN &&
lib/crypto/arm/aes.h
28
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
lib/crypto/arm/aes.h
45
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) &&
lib/crypto/arm/chacha.h
100
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) {
lib/crypto/arm/chacha.h
67
if (!IS_ENABLED(CONFIG_KERNEL_MODE_NEON) || !neon_usable()) {
lib/crypto/arm/chacha.h
78
if (!IS_ENABLED(CONFIG_KERNEL_MODE_NEON) || !neon_usable() ||
lib/crypto/arm/poly1305.h
29
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm/sha1.h
22
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm/sha256.h
23
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm/sha512.h
20
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm64/aes.h
133
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm64/aes.h
146
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm64/aes.h
51
if (!IS_ENABLED(CONFIG_KERNEL_MODE_NEON) ||
lib/crypto/arm64/sha256.h
23
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm64/sha256.h
64
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/arm64/sha512.h
21
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
lib/crypto/blake2b.c
144
WARN_ON(IS_ENABLED(DEBUG) && !out);
lib/crypto/blake2b.c
49
WARN_ON(IS_ENABLED(DEBUG) &&
lib/crypto/blake2s.c
138
WARN_ON(IS_ENABLED(DEBUG) && !out);
lib/crypto/blake2s.c
47
WARN_ON(IS_ENABLED(DEBUG) &&
lib/crypto/chacha20poly1305-selftest.c
9027
for (total_len = POLY1305_DIGEST_SIZE; IS_ENABLED(DEBUG_CHACHA20POLY1305_SLOW_CHUNK_TEST)
lib/crypto/chacha20poly1305.c
361
if (IS_ENABLED(CONFIG_CRYPTO_SELFTESTS) &&
lib/crypto/mldsa.c
491
#if IS_ENABLED(CONFIG_CRYPTO_LIB_MLDSA_KUNIT_TEST)
lib/crypto/powerpc/aes.h
111
const bool be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
lib/crypto/tests/curve25519_kunit.c
1330
if (!IS_ENABLED(CONFIG_CRYPTO_LIB_BENCHMARK))
lib/crypto/tests/hash-test-template.h
545
if (!IS_ENABLED(CONFIG_CRYPTO_LIB_BENCHMARK))
lib/crypto/tests/mldsa_kunit.c
389
if (!IS_ENABLED(CONFIG_CRYPTO_LIB_BENCHMARK))
lib/crypto/tests/sha256_kunit.c
168
if (!IS_ENABLED(CONFIG_CRYPTO_LIB_BENCHMARK))
lib/crypto/utils.c
22
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
lib/crypto/utils.c
42
while (IS_ENABLED(CONFIG_64BIT) && len >= 8 && !(relalign & 7)) {
lib/crypto/utils.c
43
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
lib/crypto/utils.c
57
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
lib/crypto/utils.c
71
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
lib/debugobjects.c
734
if (!IS_ENABLED(CONFIG_PREEMPT_RT) || preemptible() || system_state < SYSTEM_SCHEDULING) {
lib/dump_stack.c
40
#if IS_ENABLED(CONFIG_STACKTRACE_BUILD_ID)
lib/dynamic_debug.c
1431
if (IS_ENABLED(CONFIG_DYNAMIC_DEBUG)) {
lib/dynamic_debug.c
953
#if IS_ENABLED(CONFIG_INFINIBAND)
lib/errname.c
208
if (IS_ENABLED(CONFIG_MIPS) && err == EDQUOT) /* 1133 */
lib/kunit/kunit-test.c
115
#if IS_ENABLED(CONFIG_KUNIT_FAULT_TEST)
lib/kunit/kunit-test.c
146
#if IS_ENABLED(CONFIG_KUNIT_FAULT_TEST)
lib/kunit/user_alloc.c
33
if (!IS_ENABLED(CONFIG_MMU))
lib/locking-selftest.c
2945
if (IS_ENABLED(CONFIG_QUEUED_RWLOCKS))
lib/locking-selftest.c
2951
if (IS_ENABLED(CONFIG_PROVE_RAW_LOCK_NESTING))
lib/lwq.c
69
#if IS_ENABLED(CONFIG_LWQ_TEST)
lib/math/prime_numbers.c
60
#if IS_ENABLED(CONFIG_PRIME_NUMBERS_KUNIT_TEST)
lib/math/prime_numbers_private.h
11
#if IS_ENABLED(CONFIG_PRIME_NUMBERS_KUNIT_TEST)
lib/raid6/algos.c
168
if (!IS_ENABLED(CONFIG_RAID6_PQ_BENCHMARK)) {
lib/raid6/algos.c
203
if (!IS_ENABLED(CONFIG_RAID6_PQ_BENCHMARK)) {
lib/scatterlist.c
475
if (IS_ENABLED(CONFIG_ARCH_NO_SG_CHAIN) && sgt_append->prv)
lib/stackdepot.c
46
static bool __stack_depot_early_init_requested __initdata = IS_ENABLED(CONFIG_STACKDEPOT_ALWAYS_INIT);
lib/string.c
146
if (IS_ENABLED(CONFIG_KMSAN))
lib/test_bitmap.c
1310
w = IS_ENABLED(CONFIG_64BIT) ? 0xdeadbeefdeadbeefUL
lib/test_hexdump.c
76
const bool is_be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
lib/test_lockup.c
420
if (!IS_ENABLED(CONFIG_ALTERNATE_USER_ADDRESS_SPACE) &&
lib/test_ubsan.c
11
#config, IS_ENABLED(config) ? "y" : "n"); \
lib/test_xarray.c
1145
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
lib/test_xarray.c
1214
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 10 : 1;
lib/test_xarray.c
1770
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 12 : 1;
lib/test_xarray.c
178
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 8 : 1;
lib/test_xarray.c
2087
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
lib/test_xarray.c
2109
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
lib/test_xarray.c
2144
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
lib/test_xarray.c
329
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 15 : 1;
lib/test_xarray.c
894
unsigned int max_order = IS_ENABLED(CONFIG_XARRAY_MULTI) ? 20 : 1;
lib/tests/checksum_kunit.c
600
if (!IS_ENABLED(CONFIG_NET))
lib/tests/fortify_kunit.c
1074
if (!IS_ENABLED(CONFIG_FORTIFY_SOURCE))
lib/tests/overflow_kunit.c
1218
if (!IS_ENABLED(CONFIG_CC_HAS_COUNTED_BY))
lib/tests/randstruct_kunit.c
170
if (IS_ENABLED(CONFIG_CC_IS_CLANG))
lib/tests/randstruct_kunit.c
310
if (!IS_ENABLED(CONFIG_RANDSTRUCT))
lib/tests/usercopy_kunit.c
226
if (IS_ENABLED(CONFIG_ALTERNATE_USER_ADDRESS_SPACE) ||
lib/tests/usercopy_kunit.c
227
!IS_ENABLED(CONFIG_MMU)) {
lib/tests/usercopy_kunit.c
294
if (!IS_ENABLED(CONFIG_MMU)) {
lib/vdso/datastore.c
49
if (!IS_ENABLED(CONFIG_GENERIC_GETTIMEOFDAY))
lib/vdso/datastore.c
72
if (!IS_ENABLED(CONFIG_TIME_NS) || !timens_page)
lib/vdso/datastore.c
77
if (!IS_ENABLED(CONFIG_VDSO_GETRANDOM))
lib/vdso/datastore.c
82
if (!IS_ENABLED(CONFIG_ARCH_HAS_VDSO_ARCH_DATA))
lib/vdso/getrandom.c
35
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS)) {
lib/vdso/getrandom.c
36
if (IS_ENABLED(CONFIG_64BIT))
lib/vdso/gettimeofday.c
173
if (IS_ENABLED(CONFIG_TIME_NS) &&
lib/vdso/gettimeofday.c
231
if (IS_ENABLED(CONFIG_TIME_NS) &&
lib/vdso/gettimeofday.c
252
if (!IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS))
lib/vdso/gettimeofday.c
264
if (IS_ENABLED(CONFIG_TIME_NS) && vc->clock_mode == VDSO_CLOCKMODE_TIMENS) {
lib/vdso/gettimeofday.c
379
if (IS_ENABLED(CONFIG_TIME_NS) &&
lib/vdso/gettimeofday.c
403
if (IS_ENABLED(CONFIG_TIME_NS) &&
lib/vdso/gettimeofday.c
435
if (IS_ENABLED(CONFIG_TIME_NS) &&
lib/vsprintf.c
2032
if (!IS_ENABLED(CONFIG_HAVE_CLK))
lib/vsprintf.c
2212
if (!IS_ENABLED(CONFIG_OF))
lib/vsprintf.c
2598
if (!IS_ENABLED(CONFIG_RUST)) {
lib/xarray.c
2215
if (!IS_ENABLED(CONFIG_XARRAY_MULTI) || !node)
lib/zlib_inflate/inffast.c
257
if (IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
mm/balloon.c
151
if (IS_ENABLED(CONFIG_BALLOON_MIGRATION))
mm/balloon.c
32
if (IS_ENABLED(CONFIG_BALLOON_MIGRATION)) {
mm/balloon.c
49
if (IS_ENABLED(CONFIG_BALLOON_MIGRATION))
mm/cma.c
359
if (IS_ENABLED(CONFIG_HIGHMEM)) {
mm/cma.c
407
if (!addr && IS_ENABLED(CONFIG_HIGHMEM)) {
mm/cma.c
454
if (!IS_ENABLED(CONFIG_NUMA))
mm/compaction.c
3272
if (!IS_ENABLED(CONFIG_PREEMPT_RT) || !write)
mm/damon/stat.c
27
static bool enabled __read_mostly = IS_ENABLED(
mm/debug_page_alloc.c
8
= IS_ENABLED(CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT);
mm/debug_vm_pgtable.c
1240
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/debug_vm_pgtable.c
1251
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/debug_vm_pgtable.c
664
if (!IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL))
mm/debug_vm_pgtable.c
675
if (!IS_ENABLED(CONFIG_NUMA_BALANCING))
mm/debug_vm_pgtable.c
688
if (!IS_ENABLED(CONFIG_NUMA_BALANCING))
mm/debug_vm_pgtable.c
754
!IS_ENABLED(CONFIG_ARCH_ENABLE_THP_MIGRATION))
mm/debug_vm_pgtable.c
849
if (!IS_ENABLED(CONFIG_MIGRATION))
mm/debug_vm_pgtable.c
990
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/debug_vm_pgtable.c
999
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/execmem.c
520
if (!IS_ENABLED(CONFIG_ARCH_HAS_EXECMEM_ROX)) {
mm/filemap.c
156
if (!IS_ENABLED(CONFIG_DEBUG_VM) && unlikely(folio_mapped(folio))) {
mm/filemap.c
3317
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/gup.c
2756
if (IS_ENABLED(CONFIG_SECRETMEM) && !folio_test_large(folio))
mm/gup.c
3136
if (!IS_ENABLED(CONFIG_HAVE_GUP_FAST) ||
mm/gup.c
34
if (!IS_ENABLED(CONFIG_DEBUG_VM))
mm/highmem.c
539
if (IS_ENABLED(CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY))
mm/highmem.c
585
if (!IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP) && !PageHighMem(page))
mm/highmem.c
605
if (IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP)) {
mm/highmem.c
659
if (IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL) && !(i & 0x01)) {
mm/highmem.c
696
if (IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL) && !(i & 0x01)) {
mm/huge_memory.c
1198
if (!IS_ENABLED(CONFIG_64BIT) || in_compat_syscall())
mm/huge_memory.c
255
if (IS_ENABLED(CONFIG_PERSISTENT_HUGE_ZERO_FOLIO))
mm/huge_memory.c
272
if (IS_ENABLED(CONFIG_PERSISTENT_HUGE_ZERO_FOLIO))
mm/huge_memory.c
3727
if (IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS) &&
mm/huge_memory.c
873
if (IS_ENABLED(CONFIG_PERSISTENT_HUGE_ZERO_FOLIO)) {
mm/huge_memory.c
89
if (!IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS))
mm/hugetlb.c
3837
if (hstate_is_gigantic(h) && !IS_ENABLED(CONFIG_CONTIG_ALLOC)) {
mm/hugetlb_vmemmap.c
125
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && unlikely(!vmemmap_walk->nr_walked)) {
mm/hugetlb_vmemmap.c
447
static bool vmemmap_optimize_enabled = IS_ENABLED(CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON);
mm/internal.h
128
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT))
mm/internal.h
1606
if (IS_ENABLED(CONFIG_HAVE_GUP_FAST))
mm/internal.h
866
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
mm/internal.h
868
if (IS_ENABLED(CONFIG_MM_ID)) {
mm/internal.h
873
if (IS_ENABLED(CONFIG_64BIT) || order > 1) {
mm/kasan/common.c
190
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/common.c
382
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/common.c
433
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/common.c
499
if (!IS_ENABLED(CONFIG_KASAN_GENERIC) &&
mm/kasan/hw_tags.c
126
if (!IS_ENABLED(CONFIG_KASAN_VMALLOC))
mm/kasan/hw_tags.c
425
#if IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/kasan.h
453
#if defined(CONFIG_KASAN_HW_TAGS) && IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/kasan.h
561
#if IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/kasan.h
579
#if IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/kasan.h
87
return IS_ENABLED(CONFIG_KASAN_VMALLOC);
mm/kasan/kasan_test_c.c
123
if (IS_ENABLED(CONFIG_KASAN_HW_TAGS) && \
mm/kasan/kasan_test_c.c
1306
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/kasan_test_c.c
140
if (IS_ENABLED(CONFIG_KASAN_HW_TAGS) && \
mm/kasan/kasan_test_c.c
180
if (!IS_ENABLED(config)) \
mm/kasan/kasan_test_c.c
185
if (IS_ENABLED(config)) \
mm/kasan/kasan_test_c.c
1858
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/kasan_test_c.c
190
if (IS_ENABLED(CONFIG_KASAN_HW_TAGS)) \
mm/kasan/kasan_test_c.c
192
if (IS_ENABLED(CONFIG_CC_HAS_KASAN_MEMINTRINSIC_PREFIX)) \
mm/kasan/kasan_test_c.c
194
if (IS_ENABLED(CONFIG_GENERIC_ENTRY)) \
mm/kasan/kasan_test_c.c
2079
if (IS_ENABLED(CONFIG_KASAN_SW_TAGS) &&
mm/kasan/kasan_test_c.c
211
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/kasan_test_c.c
34
#define OOB_TAG_OFF (IS_ENABLED(CONFIG_KASAN_GENERIC) ? 0 : KASAN_GRANULE_SIZE)
mm/kasan/kasan_test_c.c
404
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/kasan_test_c.c
436
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/kasan_test_c.c
734
if (!IS_ENABLED(CONFIG_KASAN_GENERIC) && ptr1 == ptr2 && counter++ < 16) {
mm/kasan/kasan_test_c.c
904
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/report.c
136
#if IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/report.c
153
#if IS_ENABLED(CONFIG_KASAN_KUNIT_TEST)
mm/kasan/report.c
184
#if IS_ENABLED(CONFIG_KUNIT)
mm/kasan/report.c
322
if (IS_ENABLED(CONFIG_KASAN_GENERIC)) {
mm/kasan/report_generic.c
304
BUILD_BUG_ON(IS_ENABLED(CONFIG_STACK_GROWSUP));
mm/kasan/shadow.c
181
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/kasan/shadow.c
416
if (IS_ENABLED(CONFIG_UML)) {
mm/kasan/shadow.c
595
if (IS_ENABLED(CONFIG_UML)) {
mm/kasan/shadow.c
630
if (IS_ENABLED(CONFIG_KASAN_SW_TAGS) &&
mm/kasan/shadow.c
671
if (IS_ENABLED(CONFIG_UML)) {
mm/kasan/shadow.c
699
if (IS_ENABLED(CONFIG_UML))
mm/kfence/core.c
110
static bool kfence_deferrable __read_mostly = IS_ENABLED(CONFIG_KFENCE_DEFERRABLE);
mm/kfence/core.c
957
if (!IS_ENABLED(CONFIG_KFENCE_STATIC_KEYS))
mm/kfence/kfence_test.c
581
KFENCE_TEST_REQUIRES(test, IS_ENABLED(CONFIG_INIT_ON_FREE_DEFAULT_ON));
mm/khugepaged.c
1862
VM_BUG_ON(!IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS) && !is_shmem);
mm/khugepaged.c
410
if (IS_ENABLED(CONFIG_READ_ONLY_THP_FOR_FS) &&
mm/khugepaged.c
420
if (IS_ENABLED(CONFIG_SHMEM) && shmem_hpage_pmd_enabled())
mm/kmemleak.c
1882
static int first_run = IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN);
mm/kmemleak.c
2335
if (IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN)) {
mm/kmsan/hooks.c
268
if (!IS_ENABLED(CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE) ||
mm/kmsan/init.c
38
(!IS_ENABLED(CONFIG_S390) && !nstart) || !nend);
mm/kmsan/instrumentation.c
24
if (IS_ENABLED(CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE) &&
mm/kmsan/instrumentation.c
279
if (IS_ENABLED(CONFIG_UNWINDER_FRAME_POINTER))
mm/ksm.c
2512
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && pmd_leaf(pmd)) {
mm/maccess.c
33
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
mm/maccess.c
68
if (!IS_ENABLED(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS))
mm/memblock.c
2154
if (!IS_ENABLED(CONFIG_HAVE_ARCH_PFN_VALID) ||
mm/memblock.c
2155
IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP))
mm/memblock.c
2232
if (!IS_ENABLED(CONFIG_HIGHMEM) && end_pfn > max_low_pfn)
mm/memblock.c
970
if (!IS_ENABLED(CONFIG_DEFERRED_STRUCT_PAGE_INIT))
mm/memcontrol-v1.c
1088
if (IS_ENABLED(CONFIG_PREEMPT_RT))
mm/memcontrol-v1.c
1705
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
mm/memcontrol-v1.c
580
if (IS_ENABLED(CONFIG_PREEMPT_RT))
mm/memcontrol.c
2738
if (IS_ENABLED(CONFIG_MEMCG_NMI_UNSAFE) && in_nmi())
mm/memory.c
1840
if (!IS_ENABLED(CONFIG_PT_RECLAIM))
mm/memory.c
2802
if (!IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL) && pfn_valid(pfn)) {
mm/memory.c
4089
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && folio_test_large(folio))
mm/memory.c
700
if (IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL)) {
mm/memory_hotplug.c
1528
if (IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK)) {
mm/memory_hotplug.c
1598
if (IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK))
mm/memory_hotplug.c
2278
if (IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK))
mm/memory_hotplug.c
229
if (IS_ENABLED(CONFIG_MHP_DEFAULT_ONLINE_TYPE_OFFLINE))
mm/memory_hotplug.c
231
else if (IS_ENABLED(CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO))
mm/memory_hotplug.c
233
else if (IS_ENABLED(CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL))
mm/memory_hotplug.c
235
else if (IS_ENABLED(CONFIG_MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE))
mm/memory_hotplug.c
332
if (IS_ENABLED(CONFIG_SPARSEMEM_VMEMMAP))
mm/memory_hotplug.c
363
if (IS_ENABLED(CONFIG_HAVE_ARCH_PFN_VALID) && !pfn_valid(pfn))
mm/mempolicy.c
2456
if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/mempolicy.c
3295
if (IS_ENABLED(CONFIG_NUMA_BALANCING_DEFAULT_ENABLED))
mm/memremap.c
284
if (!IS_ENABLED(CONFIG_DEVICE_PRIVATE)) {
mm/memtest.c
128
if (!IS_ENABLED(CONFIG_PROC_FS))
mm/mincore.c
67
if (!IS_ENABLED(CONFIG_SWAP)) {
mm/mm_init.c
1756
if (IS_ENABLED(CONFIG_HIGHMEM))
mm/mm_init.c
1784
return IS_ENABLED(CONFIG_ARC) && !IS_ENABLED(CONFIG_ARC_HAS_PAE40);
mm/mm_init.c
2485
if (IS_ENABLED(CONFIG_DEFERRED_STRUCT_PAGE_INIT)) {
mm/mm_init.c
2509
= IS_ENABLED(CONFIG_INIT_ON_ALLOC_DEFAULT_ON);
mm/mm_init.c
2518
= IS_ENABLED(CONFIG_INIT_ON_FREE_DEFAULT_ON);
mm/mm_init.c
2552
(!IS_ENABLED(CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC) &&
mm/mm_init.c
2582
if (IS_ENABLED(CONFIG_KMSAN) &&
mm/mm_init.c
2601
if (!IS_ENABLED(CONFIG_DEBUG_VM) && want_check_pages)
mm/mm_init.c
2610
if (IS_ENABLED(CONFIG_INIT_STACK_ALL_PATTERN))
mm/mm_init.c
2612
else if (IS_ENABLED(CONFIG_INIT_STACK_ALL_ZERO))
mm/mmap.c
844
} else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && !file
mm/mremap.c
325
return IS_ENABLED(CONFIG_HAVE_MOVE_PMD) ||
mm/mremap.c
326
IS_ENABLED(CONFIG_HAVE_MOVE_PUD);
mm/mremap.c
614
moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/mremap.c
619
moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/mremap.c
841
} else if (IS_ENABLED(CONFIG_HAVE_MOVE_PUD) && extent == PUD_SIZE) {
mm/mremap.c
859
} else if (IS_ENABLED(CONFIG_HAVE_MOVE_PMD) &&
mm/nommu.c
1185
(!IS_ENABLED(CONFIG_MMAP_ALLOW_UNINITIALIZED) ||
mm/numa_memblks.c
428
if (IS_ENABLED(NODE_NOT_IN_PAGE_FLAGS)) {
mm/oom_kill.c
268
if (!IS_ENABLED(CONFIG_NUMA))
mm/oom_kill.c
464
if (!IS_ENABLED(CONFIG_COMPACTION) && oc->order)
mm/page-writeback.c
1511
if (IS_ENABLED(CONFIG_CGROUP_WRITEBACK) && mdtc) {
mm/page_alloc.c
1151
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT) &&
mm/page_alloc.c
1156
if (IS_ENABLED(CONFIG_MM_ID)) {
mm/page_alloc.c
1166
if (IS_ENABLED(CONFIG_64BIT)) {
mm/page_alloc.c
1183
if (!IS_ENABLED(CONFIG_64BIT)) {
mm/page_alloc.c
1196
if (IS_ENABLED(CONFIG_HUGETLB_PAGE))
mm/page_alloc.c
1252
if (IS_ENABLED(CONFIG_KASAN_GENERIC))
mm/page_alloc.c
1633
if (IS_ENABLED(CONFIG_MEMORY_HOTPLUG) &&
mm/page_alloc.c
1814
if (IS_ENABLED(CONFIG_KASAN_GENERIC) ||
mm/page_alloc.c
1815
IS_ENABLED(CONFIG_KASAN_SW_TAGS))
mm/page_alloc.c
2483
if (IS_ENABLED(CONFIG_CMA)) {
mm/page_alloc.c
2998
if (unlikely((fpi_flags & FPI_TRYLOCK) && IS_ENABLED(CONFIG_PREEMPT_RT)
mm/page_alloc.c
4395
if (IS_ENABLED(CONFIG_MEMORY_HOTREMOVE))
mm/page_alloc.c
4403
if (IS_ENABLED(CONFIG_MEMORY_HOTREMOVE))
mm/page_alloc.c
4556
if (!IS_ENABLED(CONFIG_MMU) && !test_thread_flag(TIF_MEMDIE))
mm/page_alloc.c
7799
if (IS_ENABLED(CONFIG_PREEMPT_RT) && (in_nmi() || in_hardirq()))
mm/page_counter.c
293
#if IS_ENABLED(CONFIG_MEMCG) || IS_ENABLED(CONFIG_CGROUP_DMEM)
mm/page_idle.c
73
} else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
mm/page_isolation.c
50
if (!IS_ENABLED(CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION))
mm/page_table_check.c
22
IS_ENABLED(CONFIG_PAGE_TABLE_CHECK_ENFORCED);
mm/pagewalk.c
934
if (IS_ENABLED(CONFIG_PGTABLE_HAS_HUGE_LEAVES) &&
mm/pagewalk.c
969
if (IS_ENABLED(CONFIG_PGTABLE_HAS_HUGE_LEAVES) &&
mm/percpu-internal.h
92
if (IS_ENABLED(CONFIG_MEM_ALLOC_PROFILING))
mm/rmap.c
1363
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT)) {
mm/rmap.c
1386
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT)) {
mm/rmap.c
1552
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT))
mm/rmap.c
1665
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
mm/rmap.c
1673
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
mm/rmap.c
1680
if (IS_ENABLED(CONFIG_PAGE_MAPCOUNT))
mm/rmap.c
1787
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT)) {
mm/rmap.c
1813
if (IS_ENABLED(CONFIG_NO_PAGE_MAPCOUNT)) {
mm/rmap.c
987
} else if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
mm/shmem.c
126
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
1619
!IS_ENABLED(CONFIG_THP_SWAP))
mm/shmem.c
1948
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
mm/shmem.c
2055
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) {
mm/shmem.c
2795
if (!IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE))
mm/shmem.c
2982
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
371
if (IS_ENABLED(CONFIG_64BIT))
mm/shmem.c
4011
if (IS_ENABLED(CONFIG_UNICODE) && IS_CASEFOLDED(dir))
mm/shmem.c
4555
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
4667
!(IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) &&
mm/shmem.c
4673
if (IS_ENABLED(CONFIG_NUMA)) {
mm/shmem.c
4759
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
4945
if (IS_ENABLED(CONFIG_TMPFS_INODE64) || sbinfo->full_inums)
mm/shmem.c
4984
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
4999
#if IS_ENABLED(CONFIG_UNICODE) && defined(CONFIG_TMPFS)
mm/shmem.c
5033
ctx->full_inums = IS_ENABLED(CONFIG_TMPFS_INODE64);
mm/shmem.c
5041
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
5339
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
5383
#if IS_ENABLED(CONFIG_UNICODE)
mm/shmem.c
5393
#if IS_ENABLED(CONFIG_UNICODE)
mm/show_mem.c
28
if (IS_ENABLED(CONFIG_NUMA))
mm/show_mem.c
336
#if IS_ENABLED(CONFIG_ZSMALLOC)
mm/slab.h
262
return !IS_ENABLED(CONFIG_SLUB_TINY) && s->sheaf_capacity;
mm/slab.h
476
if (IS_ENABLED(CONFIG_SLUB_DEBUG))
mm/slab.h
483
#if IS_ENABLED(CONFIG_SLUB_DEBUG) && IS_ENABLED(CONFIG_KUNIT)
mm/slab_common.c
1020
if (IS_ENABLED(CONFIG_SLAB_BUCKETS))
mm/slab_common.c
1607
if (likely(!IS_ENABLED(CONFIG_NUMA) || slab_nid(slab) == numa_mem_id()))
mm/slab_common.c
185
if (IS_ENABLED(CONFIG_HARDENED_USERCOPY) && args->usersize)
mm/slab_common.c
1957
if (!IS_ENABLED(CONFIG_PREEMPT_RT) && kfree_rcu_sheaf(ptr))
mm/slab_common.c
363
if (!IS_ENABLED(CONFIG_HARDENED_USERCOPY) ||
mm/slab_common.c
441
if (!IS_ENABLED(CONFIG_SLAB_BUCKETS))
mm/slab_common.c
537
if (IS_ENABLED(CONFIG_SLUB_RCU_DEBUG) &&
mm/slab_common.c
60
static bool slab_nomerge = !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT);
mm/slab_common.c
640
char *cp = IS_ENABLED(CONFIG_MMU) ? "" : "/vmalloc";
mm/slab_common.c
937
if (IS_ENABLED(CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC) &&
mm/slab_common.c
954
} else if (IS_ENABLED(CONFIG_MEMCG) && (type == KMALLOC_CGROUP)) {
mm/slab_common.c
960
} else if (IS_ENABLED(CONFIG_ZONE_DMA) && (type == KMALLOC_DMA)) {
mm/slab_common.c
973
if (IS_ENABLED(CONFIG_MEMCG) && (type == KMALLOC_NORMAL))
mm/slub.c
3820
if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
mm/slub.c
4427
if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
mm/slub.c
4700
node_requested = IS_ENABLED(CONFIG_NUMA) && node != NUMA_NO_NODE;
mm/slub.c
5304
if (IS_ENABLED(CONFIG_PREEMPT_RT) && (in_nmi() || in_hardirq()))
mm/slub.c
5481
if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
mm/slub.c
5867
if (WARN_ON_ONCE(IS_ENABLED(CONFIG_PREEMPT_RT)))
mm/slub.c
5991
if (unlikely((IS_ENABLED(CONFIG_NUMA) && slab_nid(slab) != node)
mm/slub.c
6168
if (likely(!IS_ENABLED(CONFIG_NUMA) || slab_nid(slab) == numa_mem_id())
mm/slub.c
6281
if (IS_ENABLED(CONFIG_SLAB_FREELIST_HARDENED) ||
mm/slub.c
6543
if (likely(!IS_ENABLED(CONFIG_NUMA) || slab_nid(slab) == numa_mem_id())) {
mm/slub.c
676
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
mm/slub.c
7201
if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) {
mm/slub.c
7618
if (IS_ENABLED(CONFIG_SLUB_TINY) || s->flags & SLAB_DEBUG_FLAGS)
mm/slub.c
920
#if IS_ENABLED(CONFIG_KUNIT)
mm/swap_state.c
345
if (IS_ENABLED(CONFIG_DEBUG_VM) &&
mm/swapfile.c
1506
if (!IS_ENABLED(CONFIG_THP_SWAP))
mm/swapfile.c
1831
if (!IS_ENABLED(CONFIG_THP_SWAP) || likely(!folio_test_large(folio)))
mm/swapfile.c
855
if (IS_ENABLED(CONFIG_DEBUG_VM)) {
mm/swapfile.c
889
} else if (IS_ENABLED(CONFIG_HIBERNATION)) {
mm/usercopy.c
248
IS_ENABLED(CONFIG_STACK_GROWSUP) ?
mm/usercopy.c
266
IS_ENABLED(CONFIG_HARDENED_USERCOPY_DEFAULT_ON);
mm/usercopy.c
62
if (IS_ENABLED(CONFIG_STACK_GROWSUP)) {
mm/util.c
393
if (!IS_ENABLED(CONFIG_64BIT) || is_compat_task())
mm/util.c
421
!IS_ENABLED(CONFIG_STACK_GROWSUP))
mm/vmalloc.c
2311
if (IS_ENABLED(CONFIG_KASAN_VMALLOC))
mm/vmalloc.c
3705
if (IS_ENABLED(CONFIG_NUMA) && nid == NUMA_NO_NODE)
mm/vmalloc.c
5223
if (IS_ENABLED(CONFIG_NUMA))
mm/vmalloc.c
5278
if (IS_ENABLED(CONFIG_NUMA))
mm/vmalloc.c
5290
if (IS_ENABLED(CONFIG_NUMA))
mm/vmalloc.c
666
if (!IS_ENABLED(CONFIG_HAVE_ARCH_HUGE_VMALLOC) ||
mm/vmscan.c
6262
if (IS_ENABLED(CONFIG_COMPACTION) &&
mm/vmstat.c
1199
#if IS_ENABLED(CONFIG_ZSMALLOC)
mm/vmstat.c
1259
#if IS_ENABLED(CONFIG_SHADOW_CALL_STACK)
mm/vmstat.c
1875
(IS_ENABLED(CONFIG_VM_EVENT_COUNTERS) ? \
mm/zsmalloc.c
943
if (!IS_ENABLED(CONFIG_COMPACTION))
mm/zswap.c
121
static bool zswap_shrinker_enabled = IS_ENABLED(
mm/zswap.c
90
static bool zswap_enabled = IS_ENABLED(CONFIG_ZSWAP_DEFAULT_ON);
net/6lowpan/ndisc.c
14
#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
net/6lowpan/ndisc.c
216
#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN)
net/8021q/vlan.c
331
#if IS_ENABLED(CONFIG_FCOE)
net/8021q/vlan_dev.c
1024
#if IS_ENABLED(CONFIG_FCOE)
net/8021q/vlan_dev.c
1071
#if IS_ENABLED(CONFIG_MACSEC)
net/8021q/vlan_dev.c
392
#if IS_ENABLED(CONFIG_FCOE)
net/8021q/vlan_dev.c
570
#if IS_ENABLED(CONFIG_FCOE)
net/8021q/vlan_dev.c
768
#if IS_ENABLED(CONFIG_MACSEC)
net/atm/ioctl.c
171
if (IS_ENABLED(CONFIG_COMPAT) && compat) {
net/atm/ioctl.c
190
if (IS_ENABLED(CONFIG_COMPAT) && compat) {
net/atm/lec.c
129
#if IS_ENABLED(CONFIG_BRIDGE)
net/atm/lec.c
239
#if IS_ENABLED(CONFIG_BRIDGE)
net/atm/lec.c
35
#if IS_ENABLED(CONFIG_BRIDGE)
net/atm/lec.c
441
#if IS_ENABLED(CONFIG_BRIDGE)
net/atm/resources.c
374
if (IS_ENABLED(CONFIG_COMPAT) && compat) {
net/batman-adv/hard-interface.c
313
#if IS_ENABLED(CONFIG_CFG80211)
net/batman-adv/multicast.c
1111
if (!IS_ENABLED(CONFIG_IPV6))
net/batman-adv/multicast.c
131
#if IS_ENABLED(CONFIG_IPV6_MROUTE)
net/batman-adv/multicast.c
298
if (!IS_ENABLED(CONFIG_BRIDGE_IGMP_SNOOPING))
net/batman-adv/multicast.c
431
#if IS_ENABLED(CONFIG_IPV6)
net/batman-adv/multicast.c
561
#if IS_ENABLED(CONFIG_IPV6)
net/batman-adv/multicast.c
615
#if IS_ENABLED(CONFIG_IPV6)
net/bluetooth/aosp.h
6
#if IS_ENABLED(CONFIG_BT_AOSPEXT)
net/bluetooth/hci_debugfs.h
23
#if IS_ENABLED(CONFIG_BT_DEBUGFS)
net/bluetooth/l2cap_core.c
46
bool enable_ecred = IS_ENABLED(CONFIG_BT_LE_L2CAP_ECRED);
net/bluetooth/leds.h
6
#if IS_ENABLED(CONFIG_BT_LEDS)
net/bluetooth/mgmt.c
4615
if (IS_ENABLED(CONFIG_BT_LE)) {
net/bluetooth/msft.h
13
#if IS_ENABLED(CONFIG_BT_MSFTEXT)
net/bluetooth/selftest.c
33
#if IS_ENABLED(CONFIG_BT_SELFTEST_ECDH)
net/bluetooth/selftest.h
23
#if IS_ENABLED(CONFIG_BT_SELFTEST) && IS_MODULE(CONFIG_BT)
net/bluetooth/smp.c
3472
#if IS_ENABLED(CONFIG_BT_SELFTEST_SMP)
net/bluetooth/smp.h
202
#if IS_ENABLED(CONFIG_BT_SELFTEST_SMP)
net/bpf/test_run.c
1129
#if IS_ENABLED(CONFIG_IPV6)
net/bpf/test_run.c
1562
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br.c
467
#if IS_ENABLED(CONFIG_ATM_LANE)
net/bridge/br.c
509
#if IS_ENABLED(CONFIG_ATM_LANE)
net/bridge/br_arp_nd_proxy.c
21
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_arp_nd_proxy.c
234
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_arp_nd_proxy.c
42
#if IS_ENABLED(CONFIG_INET)
net/bridge/br_device.c
212
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_device.c
507
#if IS_ENABLED(CONFIG_BRIDGE_MRP)
net/bridge/br_device.c
510
#if IS_ENABLED(CONFIG_BRIDGE_CFM)
net/bridge/br_device.c
72
if (IS_ENABLED(CONFIG_INET) &&
net/bridge/br_fdb.c
889
#if IS_ENABLED(CONFIG_ATM_LANE)
net/bridge/br_input.c
169
if (IS_ENABLED(CONFIG_INET) &&
net/bridge/br_mdb.c
12
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
163
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
202
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
258
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
288
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
31
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
480
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
60
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mdb.c
683
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_mrp_switchdev.c
116
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
133
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
156
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
189
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
208
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
222
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
237
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
42
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
58
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_mrp_switchdev.c
78
if (!IS_ENABLED(CONFIG_NET_SWITCHDEV))
net/bridge/br_multicast.c
1070
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1255
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
132
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1349
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1375
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1599
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1640
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1674
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1720
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1753
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1773
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
179
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1868
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1925
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
1959
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2006
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2031
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2100
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2139
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2163
#if IS_ENABLED(CONFIG_BRIDGE_VLAN_FILTERING)
net/bridge/br_multicast.c
2246
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2291
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
27
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
2964
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3124
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3175
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3223
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3290
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3327
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3386
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3439
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3467
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3563
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3780
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3830
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
3927
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4032
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4065
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4108
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4122
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4165
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4196
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4230
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4265
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4275
#if IS_ENABLED(CONFIG_BRIDGE_VLAN_FILTERING)
net/bridge/br_multicast.c
4473
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4503
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4531
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4545
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4560
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4606
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4623
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4628
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4635
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4751
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4784
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
4982
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
5034
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
5102
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast.c
68
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast_eht.c
22
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast_eht.c
387
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast_eht.c
737
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_multicast_eht.c
799
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_netfilter_hooks.c
1056
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/bridge/br_netfilter_hooks.c
48
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/bridge/br_netfilter_hooks.c
541
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/bridge/br_netfilter_hooks.c
862
if (IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) &&
net/bridge/br_netfilter_hooks.c
891
if (IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) &&
net/bridge/br_netlink.c
1506
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_netlink.c
1518
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_netlink.c
1631
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_netlink.c
1723
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_netlink.c
1753
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_private.h
1095
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1107
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1129
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1186
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1201
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1217
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
126
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1306
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
1340
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
149
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
163
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private.h
2016
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_private.h
2065
#if IS_ENABLED(CONFIG_ATM_LANE)
net/bridge/br_private.h
2070
#if IS_ENABLED(CONFIG_BRIDGE_MRP)
net/bridge/br_private.h
2102
#if IS_ENABLED(CONFIG_BRIDGE_CFM)
net/bridge/br_private.h
509
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_private.h
581
#if IS_ENABLED(CONFIG_BRIDGE_MRP)
net/bridge/br_private.h
584
#if IS_ENABLED(CONFIG_BRIDGE_CFM)
net/bridge/br_private.h
775
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/bridge/br_private.h
994
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_private_mcast_eht.h
11
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_switchdev.c
540
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_sysfs_br.c
749
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_sysfs_br.c
774
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_sysfs_br.c
973
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_sysfs_br.c
977
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/bridge/br_vlan_options.c
444
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/br_vlan_options.c
623
#if IS_ENABLED(CONFIG_IPV6)
net/bridge/netfilter/ebt_log.c
113
#if IS_ENABLED(CONFIG_BRIDGE_EBT_IP6)
net/bridge/netfilter/nf_conntrack_bridge.c
177
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
net/can/af_can.c
811
if (IS_ENABLED(CONFIG_PROC_FS)) {
net/can/af_can.c
835
if (IS_ENABLED(CONFIG_PROC_FS)) {
net/can/bcm.c
1510
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/bcm.c
1614
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/bcm.c
1713
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/bcm.c
1813
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/bcm.c
1823
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/bcm.c
189
#if IS_ENABLED(CONFIG_PROC_FS)
net/can/proc.c
210
if (IS_ENABLED(CONFIG_64BIT))
net/core/dev.c
11311
if (IS_ENABLED(CONFIG_PHYLIB) && topo) {
net/core/dev.c
12004
if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
net/core/dev.c
12836
if (IS_ENABLED(CONFIG_XFRM_OFFLOAD))
net/core/dev.c
12862
if (IS_ENABLED(CONFIG_XFRM_OFFLOAD))
net/core/dev.c
13161
#if IS_ENABLED(CONFIG_PAGE_POOL)
net/core/dev.c
234
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
net/core/dev.c
238
if (IS_ENABLED(CONFIG_RPS) || use_backlog_threads())
net/core/dev.c
245
if (IS_ENABLED(CONFIG_RPS) || use_backlog_threads())
net/core/dev.c
254
if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
net/core/dev.c
257
if (IS_ENABLED(CONFIG_RPS) || use_backlog_threads())
net/core/dev.c
265
if (IS_ENABLED(CONFIG_RPS) || use_backlog_threads())
net/core/dev.c
3720
#if IS_ENABLED(CONFIG_NET_MPLS_GSO)
net/core/dev.c
4299
#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
net/core/dev.c
5837
#if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_ATM_LANE)
net/core/dev.c
6508
#if IS_ENABLED(CONFIG_RPS)
net/core/dev.c
6743
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/dev.c
6930
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/dev.c
6978
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/dev.c
6991
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/dev.h
73
#if IS_ENABLED(CONFIG_NET_SHAPER)
net/core/drop_monitor.c
1026
#if IS_ENABLED(CONFIG_NET_DEVLINK)
net/core/dst_cache.c
119
#if IS_ENABLED(CONFIG_IPV6)
net/core/dst_cache.c
12
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10000
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10020
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10216
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10234
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10742
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
10763
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
11077
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
11132
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
11153
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
11837
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
11853
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
12228
#if IS_ENABLED(CONFIG_SYN_COOKIES)
net/core/filter.c
2208
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
2313
#if IS_ENABLED(CONFIG_INET)
net/core/filter.c
5596
else if (IS_ENABLED(CONFIG_INET) && level == SOL_IP)
net/core/filter.c
5598
else if (IS_ENABLED(CONFIG_IPV6) && level == SOL_IPV6)
net/core/filter.c
5600
else if (IS_ENABLED(CONFIG_INET) && level == SOL_TCP)
net/core/filter.c
5631
else if (IS_ENABLED(CONFIG_INET) && level == SOL_TCP)
net/core/filter.c
5633
else if (IS_ENABLED(CONFIG_INET) && level == SOL_IP)
net/core/filter.c
5635
else if (IS_ENABLED(CONFIG_IPV6) && level == SOL_IPV6)
net/core/filter.c
5923
if (IS_ENABLED(CONFIG_INET) && level == SOL_TCP &&
net/core/filter.c
5968
if (!IS_ENABLED(CONFIG_INET) || !sk_fullsock(sk))
net/core/filter.c
6004
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
6033
#if (IS_BUILTIN(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
net/core/filter.c
6034
(IS_MODULE(CONFIG_XFRM_INTERFACE) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES))
net/core/filter.c
6086
#if IS_ENABLED(CONFIG_INET) || IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
6098
#if IS_ENABLED(CONFIG_INET)
net/core/filter.c
6237
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
6393
#if IS_ENABLED(CONFIG_INET)
net/core/filter.c
6398
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
6434
#if IS_ENABLED(CONFIG_INET)
net/core/filter.c
6439
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
6585
#if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
net/core/filter.c
6620
#if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
net/core/filter.c
6632
#if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
net/core/filter.c
6637
#if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
net/core/filter.c
6650
#if IS_ENABLED(CONFIG_LWTUNNEL_BPF)
net/core/filter.c
6679
#if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
net/core/filter.c
6893
#if IS_ENABLED(CONFIG_IPV6)
net/core/filter.c
8538
#if IS_MODULE(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF_MODULES)
net/core/filter.c
8770
#if IS_ENABLED(CONFIG_IPV6_SEG6_BPF)
net/core/flow_dissector.c
1082
#if IS_ENABLED(CONFIG_NET_DSA)
net/core/flow_dissector.c
289
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/core/flow_dissector.c
325
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/core/flow_dissector.c
34
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/core/flow_dissector.c
351
#if IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)
net/core/flow_dissector.c
354
#if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
net/core/gro.c
329
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/core/net-sysfs.c
1214
#if IS_ENABLED(CONFIG_RPS) && IS_ENABLED(CONFIG_SYSCTL)
net/core/net-sysfs.c
1966
return IS_ENABLED(CONFIG_BQL);
net/core/net-sysfs.c
908
#if IS_ENABLED(CONFIG_CFG80211)
net/core/net-sysfs.c
912
#if IS_ENABLED(CONFIG_WIRELESS_EXT)
net/core/net-traces.c
38
#if IS_ENABLED(CONFIG_BRIDGE)
net/core/net-traces.c
47
#if IS_ENABLED(CONFIG_PAGE_POOL)
net/core/netpoll.c
501
if (!IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/netpoll.c
646
if (!IS_ENABLED(CONFIG_IPV6)) {
net/core/page_pool.c
878
if (IS_ENABLED(CONFIG_PREEMPT_RT))
net/core/pktgen.c
1402
if (!IS_ENABLED(CONFIG_XFRM) && n == IPSEC_SHIFT)
net/core/pktgen.c
965
if (!IS_ENABLED(CONFIG_XFRM) && i == IPSEC_SHIFT)
net/core/rtnetlink.c
58
#if IS_ENABLED(CONFIG_IPV6)
net/core/rtnetlink.c
6662
#if IS_ENABLED(CONFIG_IPV6)
net/core/scm.c
418
#if IS_ENABLED(CONFIG_UNIX)
net/core/scm.c
94
#if IS_ENABLED(CONFIG_UNIX)
net/core/secure_seq.c
18
#if IS_ENABLED(CONFIG_IPV6) || IS_ENABLED(CONFIG_INET)
net/core/secure_seq.c
49
#if IS_ENABLED(CONFIG_IPV6)
net/core/skbuff.c
1031
#if IS_ENABLED(CONFIG_PAGE_POOL)
net/core/skbuff.c
1048
if (!IS_ENABLED(CONFIG_PAGE_POOL) || !skb->pp_recycle)
net/core/skbuff.c
5125
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/core/skbuff.c
5131
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/core/skbuff.c
5134
#if IS_ENABLED(CONFIG_MPTCP)
net/core/skbuff.c
5137
#if IS_ENABLED(CONFIG_MCTP_FLOWS)
net/core/skbuff.c
5140
#if IS_ENABLED(CONFIG_INET_PSP)
net/core/skbuff.c
5143
#if IS_ENABLED(CONFIG_CAN)
net/core/skbuff.c
5162
#if !IS_ENABLED(CONFIG_KCOV_INSTRUMENT_ALL)
net/core/skbuff.c
942
#if IS_ENABLED(CONFIG_PAGE_POOL)
net/core/skmsg.c
1108
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
net/core/skmsg.c
573
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
net/core/sock.c
1561
if (IS_ENABLED(CONFIG_SECURITY_NETWORK) && sk_may_scm_recv(sk))
net/core/sock.c
1998
if (!IS_ENABLED(CONFIG_SECURITY_NETWORK) || !sk_may_scm_recv(sk))
net/core/sock.c
2613
#if IS_ENABLED(CONFIG_IPV6)
net/core/sock.c
2754
(IS_ENABLED(CONFIG_INET) && skb->destructor == tcp_wfree));
net/core/sock.c
784
#if IS_ENABLED(CONFIG_IPV6)
net/core/sock_destructor.h
10
(IS_ENABLED(CONFIG_INET) && skb->destructor == tcp_wfree);
net/core/sock_map.c
1490
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
net/core/sysctl_net_core.c
56
#if IS_ENABLED(CONFIG_NET_FLOW_LIMIT) || IS_ENABLED(CONFIG_RPS)
net/core/sysctl_net_core.c
651
#if IS_ENABLED(CONFIG_RPS)
net/core/sysctl_net_core.c
801
#if IS_ENABLED(CONFIG_RPS)
net/core/xdp.c
749
if (!IS_ENABLED(CONFIG_PAGE_POOL))
net/dsa/port.c
1727
#if IS_ENABLED(CONFIG_NET_DSA_XRS700X)
net/dsa/port.c
1733
#if IS_ENABLED(CONFIG_B53)
net/dsa/port.c
1765
#if IS_ENABLED(CONFIG_NET_DSA_BCM_SF2)
net/dsa/port.c
1770
#if IS_ENABLED(CONFIG_NET_DSA_LANTIQ_GSWIP)
net/dsa/port.c
1775
#if IS_ENABLED(CONFIG_NET_DSA_MV88E6060)
net/dsa/port.c
1778
#if IS_ENABLED(CONFIG_NET_DSA_MV88E6XXX)
net/dsa/port.c
1783
#if IS_ENABLED(CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON)
net/dsa/port.c
1796
#if IS_ENABLED(CONFIG_NET_DSA_SMSC_LAN9303_MDIO)
net/dsa/port.c
1799
#if IS_ENABLED(CONFIG_NET_DSA_SMSC_LAN9303_I2C)
net/dsa/tag.h
328
if (IS_ENABLED(CONFIG_HSR) &&
net/dsa/tag_brcm.c
186
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM)
net/dsa/tag_brcm.c
221
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY) || \
net/dsa/tag_brcm.c
222
IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY_FCS)
net/dsa/tag_brcm.c
263
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY)
net/dsa/tag_brcm.c
313
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY_FCS)
net/dsa/tag_brcm.c
373
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
net/dsa/tag_brcm.c
401
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM)
net/dsa/tag_brcm.c
404
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY)
net/dsa/tag_brcm.c
407
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_LEGACY_FCS)
net/dsa/tag_brcm.c
410
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
net/dsa/tag_brcm.c
86
#if IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM) || \
net/dsa/tag_brcm.c
87
IS_ENABLED(CONFIG_NET_DSA_TAG_BRCM_PREPEND)
net/dsa/tag_dsa.c
329
#if IS_ENABLED(CONFIG_NET_DSA_TAG_DSA)
net/dsa/tag_dsa.c
356
#if IS_ENABLED(CONFIG_NET_DSA_TAG_EDSA)
net/dsa/tag_dsa.c
399
#if IS_ENABLED(CONFIG_NET_DSA_TAG_DSA)
net/dsa/tag_dsa.c
402
#if IS_ENABLED(CONFIG_NET_DSA_TAG_EDSA)
net/dsa/user.c
2788
#if IS_ENABLED(CONFIG_DCB)
net/dsa/user.c
2845
if (IS_ENABLED(CONFIG_DCB)) {
net/ethtool/common.h
83
#if IS_ENABLED(CONFIG_ETHTOOL_NETLINK)
net/ethtool/ioctl.c
846
BUILD_BUG_ON(!IS_ENABLED(CONFIG_X86_64) &&
net/handshake/tlshd.c
111
#if IS_ENABLED(CONFIG_KEYS)
net/hsr/hsr_framereg.h
77
#if IS_ENABLED(CONFIG_KUNIT)
net/hsr/hsr_main.h
279
#if IS_ENABLED(CONFIG_DEBUG_FS)
net/ipv4/af_inet.c
1592
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/arp.c
1115
#if IS_ENABLED(CONFIG_FDDI)
net/ipv4/arp.c
1382
#if IS_ENABLED(CONFIG_AX25)
net/ipv4/arp.c
1429
#if IS_ENABLED(CONFIG_AX25)
net/ipv4/arp.c
1442
#if IS_ENABLED(CONFIG_AX25)
net/ipv4/arp.c
599
#if IS_ENABLED(CONFIG_AX25)
net/ipv4/arp.c
605
#if IS_ENABLED(CONFIG_NETROM)
net/ipv4/arp.c
613
#if IS_ENABLED(CONFIG_FDDI)
net/ipv4/arp.c
633
#if IS_ENABLED(CONFIG_FIREWIRE_NET)
net/ipv4/arp.c
778
#if IS_ENABLED(CONFIG_FIREWIRE_NET)
net/ipv4/fib_frontend.c
714
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/fib_semantics.c
1648
#if IS_ENABLED(CONFIG_IP_ROUTE_MULTIPATH) || IS_ENABLED(CONFIG_IPV6)
net/ipv4/fou_core.c
1123
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/fou_core.c
526
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/fou_core.c
717
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/fou_core.c
802
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/gre_offload.c
276
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/icmp.c
1015
#if IS_ENABLED(CONFIG_NF_NAT)
net/ipv4/icmp.c
1344
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
114
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
1221
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
195
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
27
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
430
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
457
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
484
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
895
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
95
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_connection_sock.c
971
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_diag.c
115
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_diag.c
582
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_diag.c
81
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
132
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
190
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
23
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
336
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
49
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
686
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
806
if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
net/ipv4/inet_hashtables.c
870
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
904
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/inet_hashtables.c
920
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_gre.c
190
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_output.c
570
#if IS_ENABLED(CONFIG_IP_VS)
net/ipv4/ip_sockglue.c
1094
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_sockglue.c
1105
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_sockglue.c
252
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_sockglue.c
42
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel.c
49
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel.c
543
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel.c
712
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel.c
825
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel.c
849
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel_core.c
301
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_tunnel_core.c
448
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_vti.c
196
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_vti.c
486
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/ip_vti.c
502
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_vti.c
684
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/ip_vti.c
689
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_vti.c
704
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/ip_vti.c
705
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ip_vti.c
727
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/ip_vti.c
728
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ipip.c
208
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
238
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
271
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
296
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
331
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
619
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
659
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
674
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/ipip.c
690
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/netfilter/ip_tables.c
123
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
net/ipv4/netfilter/ip_tables.c
303
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
net/ipv4/netfilter/ipt_REJECT.c
20
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/ipv4/netfilter/nf_defrag_ipv4.c
19
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_defrag_ipv4.c
45
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_defrag_ipv4.c
72
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_defrag_ipv4.c
73
#if !IS_ENABLED(CONFIG_NF_NAT)
net/ipv4/netfilter/nf_dup_ipv4.c
20
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_dup_ipv4.c
68
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_reject_ipv4.c
312
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/ipv4/netfilter/nf_socket_ipv4.c
125
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_socket_ipv4.c
15
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netfilter/nf_socket_ipv4.c
91
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv4/netlink.c
23
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
172
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
205
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
339
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
402
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
44
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
449
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
460
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
574
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
592
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
620
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
681
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/ping.c
901
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/raw_diag.c
22
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/raw_diag.c
47
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/route.c
928
if (IS_ENABLED(CONFIG_IP_ROUTE_VERBOSE) && log_martians &&
net/ipv4/syncookies.c
279
if (IS_ENABLED(CONFIG_SMC))
net/ipv4/syncookies.c
291
#if IS_ENABLED(CONFIG_MPTCP)
net/ipv4/syncookies.c
300
#if IS_ENABLED(CONFIG_BPF)
net/ipv4/tcp.c
311
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp.c
5180
#if IS_ENABLED(CONFIG_TLS_DEVICE)
net/ipv4/tcp_ao.c
1112
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
1219
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
1451
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
166
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
182
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
394
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
431
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
469
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
483
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
590
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
758
if (IS_ENABLED(CONFIG_IPV6) && family == AF_INET6)
net/ipv4/tcp_ao.c
762
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ao.c
877
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_bpf.c
673
#if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)
net/ipv4/tcp_diag.c
305
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_diag.c
51
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_diag.c
573
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_fastopen.c
222
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_input.c
121
#if IS_ENABLED(CONFIG_TLS_DEVICE)
net/ipv4/tcp_input.c
2829
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_input.c
4299
#if IS_ENABLED(CONFIG_TLS_DEVICE)
net/ipv4/tcp_input.c
4471
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_input.c
4728
if (IS_ENABLED(CONFIG_TCP_AO))
net/ipv4/tcp_input.c
5071
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_input.c
6849
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_input.c
7449
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_input.c
7536
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_input.c
7566
if (IS_ENABLED(CONFIG_IPV6) && sk->sk_family == AF_INET6) {
net/ipv4/tcp_input.c
7692
#if IS_ENABLED(CONFIG_MPTCP)
net/ipv4/tcp_input.c
7705
if (IS_ENABLED(CONFIG_SMC) && want_cookie)
net/ipv4/tcp_input.c
998
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ipv4.c
1288
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ipv4.c
1319
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ipv4.c
138
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_ipv4.c
1410
(IS_ENABLED(CONFIG_IPV6) && family == AF_INET6) ? sizeof(struct in6_addr) :
net/ipv4/tcp_ipv4.c
1760
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_metrics.c
265
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_metrics.c
305
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_minisocks.c
359
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tcp_minisocks.c
532
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_output.c
418
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_output.c
450
#if IS_ENABLED(CONFIG_MPTCP)
net/ipv4/tcp_output.c
835
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_output.c
853
#if IS_ENABLED(CONFIG_SMC)
net/ipv4/tcp_timer.c
583
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
113
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/tunnel4.c
140
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
160
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
191
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
204
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
223
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
231
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
243
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
249
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
252
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
258
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/tunnel4.c
261
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/tunnel4.c
264
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
279
#if IS_ENABLED(CONFIG_INET_XFRM_TUNNEL)
net/ipv4/tunnel4.c
283
#if IS_ENABLED(CONFIG_MPLS)
net/ipv4/tunnel4.c
287
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp.c
120
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp.c
2973
if (IS_ENABLED(CONFIG_IPV6) && family == AF_INET6)
net/ipv4/udp.c
3044
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp.c
337
if (IS_ENABLED(CONFIG_IPV6) && sk->sk_reuseport &&
net/ipv4/udp.c
3946
#if IS_ENABLED(CONFIG_NET_UDP_TUNNEL)
net/ipv4/udp.c
523
#if IS_ENABLED(CONFIG_BASE_SMALL)
net/ipv4/udp.c
775
#if IS_ENABLED(CONFIG_NF_TPROXY_IPV4) || IS_ENABLED(CONFIG_NF_SOCKET_IPV4)
net/ipv4/udp.c
813
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp_bpf.c
17
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp_diag.c
178
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp_diag.c
45
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/udp_offload.c
17
#if IS_ENABLED(CONFIG_NET_UDP_TUNNEL)
net/ipv4/udp_offload.c
40
#define UDP_MAX_TUNNEL_TYPES (IS_ENABLED(CONFIG_GENEVE) + \
net/ipv4/udp_offload.c
41
IS_ENABLED(CONFIG_VXLAN) * 2 + \
net/ipv4/udp_offload.c
42
IS_ENABLED(CONFIG_NET_FOU) * 2 + \
net/ipv4/udp_offload.c
43
IS_ENABLED(CONFIG_XFRM) * 2)
net/ipv4/udp_tunnel_core.c
64
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/xfrm4_tunnel.c
104
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/xfrm4_tunnel.c
71
#if IS_ENABLED(CONFIG_IPV6)
net/ipv4/xfrm4_tunnel.c
91
#if IS_ENABLED(CONFIG_IPV6)
net/ipv6/addrconf.c
2482
#if IS_ENABLED(CONFIG_IPV6_SIT)
net/ipv6/addrconf.c
2979
if (!IS_ENABLED(CONFIG_IPV6_SIT))
net/ipv6/addrconf.c
3211
#if IS_ENABLED(CONFIG_IPV6_SIT) || IS_ENABLED(CONFIG_NET_IPGRE)
net/ipv6/addrconf.c
3496
#if IS_ENABLED(CONFIG_IPV6_SIT)
net/ipv6/addrconf.c
3527
#if IS_ENABLED(CONFIG_NET_IPGRE)
net/ipv6/addrconf.c
3556
#if IS_ENABLED(CONFIG_IPV6_SIT)
net/ipv6/addrconf.c
3561
#if IS_ENABLED(CONFIG_NET_IPGRE)
net/ipv6/addrconf.c
434
#if IS_ENABLED(CONFIG_IPV6_SIT)
net/ipv6/addrconf.c
4536
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/af_inet6.c
1042
#if IS_ENABLED(CONFIG_XFRM)
net/ipv6/ah6.c
168
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/ah6.c
35
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/ah6.c
56
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/ah6.c
70
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/datagram.c
950
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
108
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
200
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
230
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
299
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
321
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
329
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
43
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
699
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
725
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/exthdrs.c
780
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/fou6.c
19
#if IS_ENABLED(CONFIG_IPV6_FOU_TUNNEL)
net/ipv6/icmp.c
334
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/ip6_icmp.c
10
#if IS_ENABLED(CONFIG_IPV6)
net/ipv6/ip6_icmp.c
50
#if IS_ENABLED(CONFIG_NF_NAT)
net/ipv6/ip6_tunnel.c
96
return IS_ENABLED(CONFIG_MPLS);
net/ipv6/ipv6_sockglue.c
347
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/netfilter.c
252
#if IS_ENABLED(CONFIG_SYN_COOKIES)
net/ipv6/netfilter/ip6_tables.c
147
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
net/ipv6/netfilter/ip6_tables.c
326
#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE)
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
19
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
35
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
58
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_dup_ipv6.c
15
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_dup_ipv6.c
57
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_reject_ipv6.c
379
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/ipv6/netfilter/nf_socket_ipv6.c
105
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_socket_ipv6.c
142
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/netfilter/nf_socket_ipv6.c
16
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/ipv6/output_core.c
103
#if IS_ENABLED(CONFIG_IPV6)
net/ipv6/output_core.c
77
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/protocol.c
24
#if IS_ENABLED(CONFIG_IPV6)
net/ipv6/raw.c
113
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/raw.c
176
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/raw.c
49
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/ipv6/route.c
1480
WARN_ON_ONCE(!IS_ENABLED(CONFIG_PREEMPT_RT));
net/ipv6/route.c
740
ret = IS_ENABLED(CONFIG_IPV6_ROUTER_PREF) ?
net/ipv6/sit.c
1073
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
1243
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
1791
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
1887
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
1914
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
1929
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
745
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
772
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/sit.c
797
#if IS_ENABLED(CONFIG_MPLS)
net/ipv6/tcp_ipv6.c
269
if (IS_ENABLED(CONFIG_IP_ROUTE_MULTIPATH) && !fl6->fl6_sport)
net/ipv6/tcpv6_offload.c
20
#if IS_ENABLED(CONFIG_IPV6)
net/ipv6/tunnel6.c
158
#if IS_ENABLED(CONFIG_INET6_XFRM_TUNNEL)
net/ipv6/tunnel6.c
275
#if IS_ENABLED(CONFIG_INET6_XFRM_TUNNEL)
net/ipv6/tunnel6.c
29
return IS_ENABLED(CONFIG_MPLS);
net/ipv6/tunnel6.c
290
#if IS_ENABLED(CONFIG_INET6_XFRM_TUNNEL)
net/ipv6/udp.c
275
#if IS_ENABLED(CONFIG_BASE_SMALL)
net/ipv6/udp.c
438
#if IS_ENABLED(CONFIG_NF_TPROXY_IPV6) || IS_ENABLED(CONFIG_NF_SOCKET_IPV6)
net/iucv/af_iucv.c
2276
if (machine_is_vm() && IS_ENABLED(CONFIG_IUCV)) {
net/key/af_key.c
1348
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
3281
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
381
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
398
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
498
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
618
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
634
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
678
#if IS_ENABLED(CONFIG_IPV6)
net/key/af_key.c
744
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
1126
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
1214
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
1296
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
130
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
1465
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.c
1495
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_core.h
140
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_debugfs.c
143
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_eth.c
269
if (IS_ENABLED(CONFIG_L2TP_DEBUGFS))
net/l2tp/l2tp_netlink.c
168
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_netlink.c
317
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_netlink.c
378
#if IS_ENABLED(CONFIG_IPV6)
net/l2tp/l2tp_ppp.c
518
if (IS_ENABLED(CONFIG_L2TP_DEBUGFS))
net/l2tp/l2tp_ppp.c
923
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/driver-ops.h
1143
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/ieee80211_i.h
2886
#if IS_ENABLED(CONFIG_MAC80211_KUNIT_TEST)
net/mac80211/main.c
1634
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/main.c
1643
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/main.c
1679
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/main.c
637
#if IS_ENABLED(CONFIG_IPV6)
net/mac80211/trace.h
1962
#if IS_ENABLED(CONFIG_IPV6)
net/mctp/af_mctp.c
909
#if IS_ENABLED(CONFIG_MCTP_TEST)
net/mctp/route.c
1792
#if IS_ENABLED(CONFIG_MCTP_TEST)
net/mctp/test/route-test.c
907
#if IS_ENABLED(CONFIG_MCTP_FLOWS)
net/mpls/af_mpls.c
169
#if IS_ENABLED(CONFIG_IPV6)
net/mpls/af_mpls.c
2148
#if IS_ENABLED(CONFIG_INET)
net/mpls/af_mpls.c
24
#if IS_ENABLED(CONFIG_IPV6)
net/mpls/af_mpls.c
44
#if IS_ENABLED(CONFIG_NET_IP_TUNNEL)
net/mpls/af_mpls.c
621
#if IS_ENABLED(CONFIG_INET)
net/mpls/af_mpls.c
650
#if IS_ENABLED(CONFIG_IPV6)
net/mptcp/ctrl.c
580
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
1587
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
1606
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
242
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
253
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
275
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/options.c
640
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm.c
102
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm.c
38
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm.c
62
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm.c
89
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_kernel.c
601
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_kernel.c
876
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_kernel.c
882
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
157
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
24
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
313
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
503
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
552
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
64
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_netlink.c
79
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_userspace.c
456
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/pm_userspace.c
505
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
21
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
3353
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
3457
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
3518
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
3525
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
36
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
4067
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
4621
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.c
68
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/protocol.h
876
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/sockopt.c
1173
#if IS_ENABLED(CONFIG_IPV6)
net/mptcp/subflow.c
1555
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1562
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1593
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1599
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1649
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1666
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1758
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
1768
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
18
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
2168
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
371
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
659
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
698
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/mptcp/subflow.c
743
#if IS_ENABLED(CONFIG_MPTCP_IPV6)
net/ncsi/ncsi-manage.c
1036
nd->state = IS_ENABLED(CONFIG_NCSI_OEM_CMD_GET_MAC)
net/ncsi/ncsi-manage.c
1415
if (IS_ENABLED(CONFIG_NCSI_OEM_CMD_GET_MAC) &&
net/ncsi/ncsi-manage.c
1483
if (IS_ENABLED(CONFIG_NCSI_OEM_CMD_KEEP_PHY) && ndp->channel_probe_id == 0)
net/netfilter/core.c
684
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/ipset/ip_set_getport.c
130
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/ipset/ip_set_hash_netiface.c
140
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/ipset/ip_set_hash_netiface.c
179
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/ipset/ip_set_hash_netiface.c
397
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/ipvs/ip_vs_xmit.c
1532
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/ipvs/ip_vs_xmit.c
1615
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/ipvs/ip_vs_xmit.c
803
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/ipvs/ip_vs_xmit.c
887
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nf_bpf_link.c
32
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) || IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
net/netfilter/nf_bpf_link.c
80
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
net/netfilter/nf_bpf_link.c
89
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
net/netfilter/nf_conntrack_core.c
1945
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
1986
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
2128
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_core.c
2231
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
314
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
370
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
405
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_core.c
459
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_expect.c
385
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_extend.c
34
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_extend.c
51
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
net/netfilter/nf_conntrack_extend.c
54
#if IS_ENABLED(CONFIG_NET_ACT_CT)
net/netfilter/nf_conntrack_extend.c
66
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_extend.c
83
#if IS_ENABLED(CONFIG_NETFILTER_SYNPROXY)
net/netfilter/nf_conntrack_extend.c
86
#if IS_ENABLED(CONFIG_NET_ACT_CT)
net/netfilter/nf_conntrack_h323_main.c
705
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_netlink.c
1849
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
1907
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
2659
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
2969
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
2999
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
3017
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
3477
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
3489
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
3582
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
50
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_netlink.c
726
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_ovs.c
160
#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
net/netfilter/nf_conntrack_ovs.c
94
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_pptp.c
509
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_proto.c
112
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
123
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
net/netfilter/nf_conntrack_proto.c
319
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
461
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
537
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
564
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
649
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
657
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
667
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto.c
678
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_conntrack_proto_gre.c
313
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_icmp.c
250
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_icmp.c
369
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_icmpv6.c
228
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_icmpv6.c
347
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_sctp.c
546
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_sctp.c
708
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_tcp.c
1339
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_tcp.c
1610
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_proto_tcp.c
1622
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_udp.c
277
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_proto_udp.c
286
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_proto_udp.c
308
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_conntrack_sip.c
930
#if IS_ENABLED(CONFIG_NF_NAT)
net/netfilter/nf_conntrack_standalone.c
1033
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_standalone.c
612
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_standalone.c
621
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_standalone.c
789
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_standalone.c
839
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_conntrack_standalone.c
966
#if IS_ENABLED(CONFIG_NF_FLOW_TABLE)
net/netfilter/nf_flow_table_ip.c
349
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_log_syslog.c
124
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nf_nat_core.c
1025
#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
net/netfilter/nf_nat_core.c
593
#if IS_ENABLED(CONFIG_NF_CT_PROTO_GRE)
net/netfilter/nf_nat_core.c
895
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
net/netfilter/nf_nat_core.c
94
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_masquerade.c
222
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_masquerade.c
362
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_ovs.c
36
} else if (IS_ENABLED(CONFIG_IPV6) && proto == htons(ETH_P_IPV6)) {
net/netfilter/nf_nat_proto.c
1092
#if defined(CONFIG_NF_TABLES_INET) && IS_ENABLED(CONFIG_NFT_NAT)
net/netfilter/nf_nat_proto.c
244
#if IS_ENABLED(CONFIG_NF_CT_PROTO_GRE)
net/netfilter/nf_nat_proto.c
344
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_proto.c
426
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_proto.c
476
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_proto.c
506
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_nat_proto.c
830
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_queue.c
107
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nf_queue.c
68
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nf_queue.c
83
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nf_synproxy_core.c
793
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/nf_tables_api.c
1578
#if IS_ENABLED(CONFIG_NF_TABLES_BRIDGE)
net/netfilter/nf_tables_core.c
223
#if IS_ENABLED(CONFIG_NFT_CT)
net/netfilter/nfnetlink_hook.c
85
if (!IS_ENABLED(CONFIG_NETFILTER_BPF_LINK))
net/netfilter/nfnetlink_log.c
42
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_log.c
46
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_log.c
492
#if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_log.c
529
#if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_log.c
719
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_log.c
743
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_queue.c
1022
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_queue.c
1229
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_queue.c
1453
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_queue.c
1634
#if !IS_ENABLED(CONFIG_NETWORK_SECMARK)
net/netfilter/nfnetlink_queue.c
43
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_queue.c
443
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_queue.c
47
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_queue.c
573
#if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
net/netfilter/nfnetlink_queue.c
587
#if IS_ENABLED(CONFIG_NETWORK_SECMARK)
net/netfilter/nfnetlink_queue.c
689
#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_queue.c
697
#if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
net/netfilter/nfnetlink_queue.c
740
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/nfnetlink_queue.c
787
#if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nfnetlink_queue.c
821
#if !IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
net/netfilter/nft_chain_filter.c
229
#if IS_ENABLED(CONFIG_NF_TABLES_BRIDGE)
net/netfilter/nft_ct_fast.c
2
#if IS_ENABLED(CONFIG_NFT_CT)
net/netfilter/nft_meta.c
820
#if IS_ENABLED(CONFIG_NF_TABLES_BRIDGE) && IS_MODULE(CONFIG_NFT_BRIDGE_META)
net/netfilter/nft_socket.c
182
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_socket.c
28
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_socket.c
94
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_synproxy.c
144
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_synproxy.c
182
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_synproxy.c
216
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_synproxy.c
75
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
11
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
172
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
210
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
233
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
246
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
282
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
289
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/nft_tproxy.c
83
#if IS_ENABLED(CONFIG_NF_TABLES_IPV6)
net/netfilter/x_tables.c
2013
if (IS_ENABLED(CONFIG_NETFILTER_XTABLES_LEGACY)) {
net/netfilter/xt_CHECKSUM.c
76
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_CLASSIFY.c
57
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_CONNSECMARK.c
128
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_CT.c
376
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_HMARK.c
148
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_HMARK.c
19
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/xt_HMARK.c
22
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_HMARK.c
345
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_HMARK.c
80
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/netfilter/xt_IDLETIMER.c
489
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_LED.c
193
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_LOG.c
87
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_MASQUERADE.c
125
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/xt_MASQUERADE.c
54
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/xt_MASQUERADE.c
74
#if IS_ENABLED(CONFIG_IPV6)
net/netfilter/xt_NFLOG.c
78
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_RATEEST.c
194
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_SECMARK.c
178
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TCPMSS.c
217
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TCPMSS.c
286
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TCPMSS.c
321
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TCPOPTSTRIP.c
122
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TCPOPTSTRIP.c
94
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TEE.c
158
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TEE.c
47
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TPROXY.c
23
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_TRACE.c
43
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_addrtype.c
142
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_addrtype.c
16
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_addrtype.c
179
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_addrtype.c
218
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_addrtype.c
32
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_cgroup.c
101
if (info->has_classid && !IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)) {
net/netfilter/xt_cgroup.c
35
if (!IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)) {
net/netfilter/xt_cgroup.c
61
if (info->has_classid && !IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)) {
net/netfilter/xt_cluster.c
159
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_connlimit.c
124
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_connmark.c
171
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
1016
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
1110
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
1242
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
1269
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
25
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
613
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
663
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_hashlimit.c
77
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_l2tp.c
186
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_l2tp.c
285
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_l2tp.c
327
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_mark.c
51
#if IS_ENABLED(CONFIG_IP_NF_ARPTABLES) || IS_ENABLED(CONFIG_NFT_COMPAT_ARP)
net/netfilter/xt_mark.c
61
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
108
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
159
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
20
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
223
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
251
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
277
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netfilter/xt_socket.c
303
#if IS_ENABLED(CONFIG_IP6_NF_IPTABLES)
net/netlabel/netlabel_addrlist.c
173
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_addrlist.c
251
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_addrlist.c
330
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_addrlist.c
84
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_addrlist.h
121
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_calipso.h
99
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
230
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
278
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
323
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
410
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
481
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
507
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
527
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
586
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
624
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
634
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
666
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
69
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
690
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
713
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
81
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.c
891
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_domainhash.h
92
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1011
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1054
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1083
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1135
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1166
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1244
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1289
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1314
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1343
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1401
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
143
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1448
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
1479
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
222
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
264
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
410
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
429
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
454
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_kapi.c
69
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
125
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
192
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
258
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
286
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
342
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
698
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_mgmt.c
83
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1164
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1199
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1250
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1275
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1461
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
1483
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
152
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
166
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
257
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
418
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
508
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
580
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
587
#if IS_ENABLED(CONFIG_IPV6)
net/netlabel/netlabel_unlabeled.c
654
#if IS_ENABLED(CONFIG_IPV6)
net/openvswitch/actions.c
1211
#if IS_ENABLED(CONFIG_PSAMPLE)
net/openvswitch/actions.c
28
#if IS_ENABLED(CONFIG_PSAMPLE)
net/openvswitch/conntrack.c
1018
} else if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/openvswitch/conntrack.c
1091
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
1228
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
1308
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
1364
if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
net/openvswitch/conntrack.c
1367
if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
net/openvswitch/conntrack.c
1370
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/openvswitch/conntrack.c
1446
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
1467
if (IS_ENABLED(CONFIG_NF_NAT) &&
net/openvswitch/conntrack.c
1476
} else if (IS_ENABLED(CONFIG_IPV6) &&
net/openvswitch/conntrack.c
1527
if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
net/openvswitch/conntrack.c
1530
if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) && ct_info->mark.mask &&
net/openvswitch/conntrack.c
1534
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/openvswitch/conntrack.c
1552
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
156
#if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
net/openvswitch/conntrack.c
1571
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
1584
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.c
2011
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.c
2022
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.c
25
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
296
if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
net/openvswitch/conntrack.c
300
if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
net/openvswitch/conntrack.c
304
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/openvswitch/conntrack.c
347
#if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
net/openvswitch/conntrack.c
614
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
75
#if IS_ENABLED(CONFIG_NF_NAT)
net/openvswitch/conntrack.c
80
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.c
871
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.c
973
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.h
103
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/conntrack.h
15
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/openvswitch/datapath.c
1750
#if !IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/openvswitch/datapath.c
2628
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/datapath.c
303
if (IS_ENABLED(CONFIG_PREEMPT_RT) && ovs_pcpu->owner != current) {
net/openvswitch/datapath.c
698
if (IS_ENABLED(CONFIG_PREEMPT_RT))
net/openvswitch/datapath.c
701
if (IS_ENABLED(CONFIG_PREEMPT_RT))
net/openvswitch/datapath.h
174
#if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT)
net/openvswitch/flow.c
1000
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/openvswitch/flow.c
1038
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/openvswitch/flow_netlink.c
3123
if (!IS_ENABLED(CONFIG_PSAMPLE))
net/packet/af_packet.c
4719
IS_ENABLED(CONFIG_64BIT) ? -17 : -9, "sk");
net/rds/af_rds.c
159
#if IS_ENABLED(CONFIG_IPV6)
net/rds/af_rds.c
569
#if IS_ENABLED(CONFIG_IPV6)
net/rds/af_rds.c
766
#if IS_ENABLED(CONFIG_IPV6)
net/rds/af_rds.c
839
#if IS_ENABLED(CONFIG_IPV6)
net/rds/af_rds.c
887
#if IS_ENABLED(CONFIG_IPV6)
net/rds/af_rds.c
928
#if IS_ENABLED(CONFIG_IPV6)
net/rds/bind.c
189
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
214
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
557
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
640
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
657
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
67
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
674
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
799
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
840
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
873
#if IS_ENABLED(CONFIG_IPV6)
net/rds/connection.c
897
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
329
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
379
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
409
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
431
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
515
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib.c
589
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib_cm.c
753
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib_cm.c
811
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib_cm.c
982
#if IS_ENABLED(CONFIG_IPV6)
net/rds/ib_rdma.c
183
#if IS_ENABLED(CONFIG_IPV6)
net/rds/rdma_transport.c
189
#if IS_ENABLED(CONFIG_IPV6)
net/rds/rdma_transport.c
250
#if IS_ENABLED(CONFIG_IPV6)
net/rds/rdma_transport.c
264
#if IS_ENABLED(CONFIG_IPV6)
net/rds/rdma_transport.c
287
#if IS_ENABLED(CONFIG_IPV6)
net/rds/rdma_transport.c
42
#if IS_ENABLED(CONFIG_IPV6)
net/rds/recv.c
846
#if IS_ENABLED(CONFIG_IPV6)
net/rds/send.c
1181
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
113
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
204
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
275
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
323
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
346
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
53
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
573
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
581
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
590
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
730
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp.c
762
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp_listen.c
164
#if !IS_ENABLED(CONFIG_IPV6)
net/rds/tcp_listen.c
190
#if IS_ENABLED(CONFIG_IPV6)
net/rds/tcp_listen.c
204
#if IS_ENABLED(CONFIG_IPV6)
net/rxrpc/af_rxrpc.c
817
IS_ENABLED(CONFIG_AF_RXRPC_IPV6) && protocol != PF_INET6)
net/rxrpc/io_thread.c
212
if (IS_ENABLED(CONFIG_AF_RXRPC_INJECT_LOSS)) {
net/rxrpc/local_object.c
179
#if IS_ENABLED(CONFIG_AF_RXRPC_IPV6)
net/rxrpc/local_object.c
35
if (IS_ENABLED(CONFIG_AF_RXRPC_IPV6))
net/rxrpc/output.c
26
if (IS_ENABLED(CONFIG_AF_RXRPC_IPV6)) {
net/rxrpc/output.c
694
if (IS_ENABLED(CONFIG_AF_RXRPC_INJECT_LOSS)) {
net/sched/act_ct.c
1165
if (!IS_ENABLED(CONFIG_NF_NAT)) {
net/sched/act_ct.c
1260
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)) {
net/sched/act_ct.c
1273
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)) {
net/sched/act_ct.c
1292
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)) {
net/sched/act_ct.c
1556
if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
net/sched/act_ct.c
1563
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/sched/act_ct.c
1570
if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
net/sched/act_ct.c
189
#if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
net/sched/act_ct.c
874
#if IS_ENABLED(CONFIG_NF_NAT)
net/sched/act_ct.c
902
#if IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)
net/sched/act_ct.c
921
#if IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)
net/sched/act_ct.c
938
#if IS_ENABLED(CONFIG_NF_NAT)
net/sched/act_mpls.c
255
#if IS_ENABLED(CONFIG_MPLS)
net/sched/act_tunnel_key.c
302
#if IS_ENABLED(CONFIG_INET)
net/sched/act_tunnel_key.c
310
#if IS_ENABLED(CONFIG_INET)
net/sched/act_tunnel_key.c
318
#if IS_ENABLED(CONFIG_INET)
net/sched/cls_api.c
1810
#if !IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/sched/cls_api.c
608
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/sched/cls_api.c
75
#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
net/sched/cls_flow.c
128
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/cls_flow.c
135
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/cls_flow.c
29
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/cls_flower.c
1757
if (!IS_ENABLED(CONFIG_NF_CONNTRACK)) {
net/sched/cls_flower.c
1773
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES)) {
net/sched/cls_flower.c
1782
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_MARK)) {
net/sched/cls_flower.c
1791
if (!IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS)) {
net/sched/cls_flower.c
3309
if (IS_ENABLED(CONFIG_NF_CONNTRACK) &&
net/sched/cls_flower.c
3315
if (IS_ENABLED(CONFIG_NF_CONNTRACK_ZONES) &&
net/sched/cls_flower.c
3321
if (IS_ENABLED(CONFIG_NF_CONNTRACK_MARK) &&
net/sched/cls_flower.c
3327
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
net/sched/sch_api.c
2481
#if IS_ENABLED(CONFIG_MITIGATION_RETPOLINE)
net/sched/sch_cake.c
2649
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/sch_cake.c
590
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/sch_cake.c
75
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
net/sched/sch_generic.c
1553
if (IS_ENABLED(CONFIG_PREEMPT_RT))
net/sctp/diag.c
45
#if IS_ENABLED(CONFIG_IPV6)
net/sctp/input.c
988
#if IS_ENABLED(CONFIG_NET_L3_MASTER_DEV)
net/sctp/protocol.c
1307
!IS_ENABLED(CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE);
net/sctp/protocol.c
614
#if IS_ENABLED(CONFIG_IPV6)
net/sctp/protocol.c
652
#if IS_ENABLED(CONFIG_IPV6)
net/sctp/protocol.c
870
#if IS_ENABLED(CONFIG_IPV6)
net/sctp/socket.c
4873
#if IS_ENABLED(CONFIG_IPV6)
net/sctp/socket.c
9664
#if IS_ENABLED(CONFIG_IPV6)
net/smc/af_smc.c
1149
#if IS_ENABLED(CONFIG_IPV6)
net/smc/af_smc.c
33
#if IS_ENABLED(CONFIG_IPV6)
net/smc/af_smc.c
3608
#if IS_ENABLED(CONFIG_IPV6)
net/smc/af_smc.c
382
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_clc.c
1360
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_clc.c
158
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_clc.c
278
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_clc.c
292
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_clc.c
537
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_clc.c
631
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_core.h
559
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_diag.c
50
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_hs_bpf.h
25
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/smc/smc_inet.c
132
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_inet.c
157
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_inet.c
61
#if IS_ENABLED(CONFIG_IPV6)
net/smc/smc_ism.c
53
#if IS_ENABLED(CONFIG_S390)
net/smc/smc_pnet.h
17
#if IS_ENABLED(CONFIG_HAVE_PNETID)
net/smc/smc_pnet.h
50
#if IS_ENABLED(CONFIG_HAVE_PNETID)
net/smc/smc_sysctl.c
187
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/smc/smc_sysctl.c
206
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/smc/smc_sysctl.c
248
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/smc/smc_sysctl.c
260
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/smc/smc_sysctl.c
37
#if IS_ENABLED(CONFIG_SMC_HS_CTRL_BPF)
net/socket.c
1357
!IS_ENABLED(CONFIG_64BIT));
net/socket.c
3179
if (IS_ENABLED(CONFIG_64BIT))
net/socket.c
3698
#if IS_ENABLED(CONFIG_IPV6)
net/socket.c
3715
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/addr.c
160
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/addr.c
26
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/auth_gss/auth_gss.c
50
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_crypto.c
443
#if IS_ENABLED(CONFIG_KUNIT)
net/sunrpc/auth_gss/gss_krb5_crypto.c
53
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_internal.h
180
#if IS_ENABLED(CONFIG_KUNIT)
net/sunrpc/auth_gss/gss_krb5_keys.c
68
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_mech.c
27
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_seal.c
70
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_unseal.c
66
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_krb5_wrap.c
39
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_mech_switch.c
24
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_gss/gss_rpc_xdr.h
15
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_null.c
14
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/auth_unix.c
20
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/backchannel_rqst.c
16
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/cache.c
1700
if (!IS_ENABLED(CONFIG_PROC_FS))
net/sunrpc/cache.c
706
#if IS_ENABLED(CONFIG_FAIL_SUNRPC)
net/sunrpc/clnt.c
3337
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/clnt.c
3385
#if IS_ENABLED(CONFIG_SUNRPC_SWAP)
net/sunrpc/clnt.c
47
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/debugfs.c
262
#if IS_ENABLED(CONFIG_FAIL_SUNRPC)
net/sunrpc/fail.h
11
#if IS_ENABLED(CONFIG_FAULT_INJECTION)
net/sunrpc/sched.c
285
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) || IS_ENABLED(CONFIG_TRACEPOINTS)
net/sunrpc/sunrpc_syms.c
112
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/sunrpc_syms.c
146
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/svc.c
1067
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svc.c
1135
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svc.c
1293
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/svc.c
1589
#if IS_ENABLED(CONFIG_FAIL_SUNRPC)
net/sunrpc/svc_xprt.c
311
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svc_xprt.c
353
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svc_xprt.c
366
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svcauth_unix.c
220
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/svcsock.c
221
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/sysctl.c
41
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprt.c
65
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprt.c
868
#if IS_ENABLED(CONFIG_FAIL_SUNRPC)
net/sunrpc/xprtrdma/svc_rdma_transport.c
142
#if IS_ENABLED(CONFIG_IPV6)
net/sunrpc/xprtrdma/svc_rdma_transport.c
563
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprtrdma/transport.c
74
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprtrdma/transport.c
765
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprtrdma/transport.c
790
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprtsock.c
199
#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
net/sunrpc/xprtsock.c
2106
#if IS_ENABLED(CONFIG_SUNRPC_SWAP)
net/tipc/udp_media.c
110
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
201
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
325
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
352
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
418
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
442
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
599
#if IS_ENABLED(CONFIG_IPV6)
net/tipc/udp_media.c
746
#if IS_ENABLED(CONFIG_IPV6)
net/tls/tls_strp.c
358
if (IS_ENABLED(CONFIG_TLS_DEVICE) && strp->mixed_decrypted)
net/unix/af_unix.c
2306
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2384
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2486
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2742
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2873
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2916
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
2950
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
3296
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
3363
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
691
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/unix/af_unix.c
701
#if IS_ENABLED(CONFIG_AF_UNIX_OOB)
net/wireless/chan.c
1434
if (!IS_ENABLED(CONFIG_CFG80211_REG_RELAX_NO_IR) ||
net/wireless/core.h
623
#if IS_ENABLED(CONFIG_CFG80211_KUNIT_TEST)
net/wireless/nl80211.c
21905
(IS_ENABLED(CONFIG_CFG80211_REG_RELAX_NO_IR) &&
net/xfrm/espintcp.c
10
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/espintcp.c
44
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_algo.c
17
#if IS_ENABLED(CONFIG_INET_ESP) || IS_ENABLED(CONFIG_INET6_ESP)
net/xfrm/xfrm_inout.h
25
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_input.c
37
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_input.c
413
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_iptfs.c
2399
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_iptfs.c
2462
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_nat_keepalive.c
145
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_nat_keepalive.c
15
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_nat_keepalive.c
276
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_nat_keepalive.c
295
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_nat_keepalive.c
72
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
141
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
145
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/xfrm/xfrm_output.c
165
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
196
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
21
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
318
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
429
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
484
#if IS_ENABLED(CONFIG_NET_PKTGEN)
net/xfrm/xfrm_output.c
81
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/xfrm/xfrm_output.c
882
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_output.c
918
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_policy.c
2615
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_policy.c
3468
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_policy.c
3515
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_policy.c
3562
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_policy.c
39
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/xfrm/xfrm_state.c
2373
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_state.c
2417
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/xfrm/xfrm_state.c
2444
#if IS_ENABLED(CONFIG_IPV6_MIP6)
net/xfrm/xfrm_state.c
2898
#if IS_ENABLED(CONFIG_XFRM_USER_COMPAT)
net/xfrm/xfrm_user.c
1205
return IS_ENABLED(CONFIG_SECURITY) &&
net/xfrm/xfrm_user.c
1988
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
2104
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
265
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
294
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
33
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
3883
#if IS_ENABLED(CONFIG_IPV6)
net/xfrm/xfrm_user.c
390
#if IS_ENABLED(CONFIG_IPV6)
rust/bindings/bindings_helper.h
149
#if IS_ENABLED(CONFIG_ANDROID_BINDER_IPC_RUST)
samples/ftrace/ftrace-ops.c
175
if (!IS_ENABLED(CONFIG_DYNAMIC_FTRACE_WITH_REGS) && save_regs) {
security/apparmor/include/match.h
113
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN)) \
security/apparmor/include/policy_unpack.h
183
#if IS_ENABLED(CONFIG_KUNIT)
security/apparmor/lsm.c
1830
bool aa_g_hash_policy = IS_ENABLED(CONFIG_SECURITY_APPARMOR_HASH_DEFAULT);
security/apparmor/lsm.c
1836
bool aa_g_export_binary = IS_ENABLED(CONFIG_SECURITY_APPARMOR_EXPORT_BINARY);
security/apparmor/lsm.c
1884
bool aa_g_paranoid_load = IS_ENABLED(CONFIG_SECURITY_APPARMOR_PARANOID_LOAD);
security/apparmor/lsm.c
2402
#if IS_ENABLED(CONFIG_IPV6)
security/apparmor/resource.c
201
IS_ENABLED(CONFIG_POSIX_TIMERS))
security/integrity/digsig.c
136
!IS_ENABLED(CONFIG_INTEGRITY_CA_MACHINE_KEYRING))) {
security/integrity/digsig.c
141
if (!IS_ENABLED(CONFIG_INTEGRITY_TRUSTED_KEYRING))
security/integrity/evm/evm_main.c
41
.enabled = IS_ENABLED(CONFIG_SECURITY_SELINUX)
security/integrity/evm/evm_main.c
45
.enabled = IS_ENABLED(CONFIG_SECURITY_SMACK)
security/integrity/evm/evm_main.c
49
.enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
security/integrity/evm/evm_main.c
53
.enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
security/integrity/evm/evm_main.c
57
.enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
security/integrity/evm/evm_main.c
61
.enabled = IS_ENABLED(CONFIG_SECURITY_APPARMOR)
security/integrity/evm/evm_main.c
65
.enabled = IS_ENABLED(CONFIG_IMA_APPRAISE)
security/integrity/evm/evm_secfs.c
199
if (!ab && IS_ENABLED(CONFIG_AUDIT))
security/integrity/iint.c
41
if (!IS_ENABLED(CONFIG_IMA_LOAD_X509))
security/integrity/ima/ima_appraise.c
349
if (IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING) && rc &&
security/integrity/ima/ima_appraise.c
425
if (IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING) && rc &&
security/integrity/ima/ima_efi.c
54
#if !IS_ENABLED(CONFIG_KEXEC_SIG)
security/integrity/ima/ima_efi.c
58
#if !IS_ENABLED(CONFIG_MODULE_SIG)
security/integrity/ima/ima_efi.c
61
#if IS_ENABLED(CONFIG_INTEGRITY_MACHINE_KEYRING) && IS_ENABLED(CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY)
security/integrity/ima/ima_efi.c
70
if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) {
security/integrity/ima/ima_efi.c
71
if (IS_ENABLED(CONFIG_MODULE_SIG))
security/integrity/ima/ima_efi.c
73
if (IS_ENABLED(CONFIG_KEXEC_SIG))
security/integrity/ima/ima_main.c
956
if (IS_ENABLED(CONFIG_KEXEC_SIG)
security/integrity/ima/ima_policy.c
1554
else if (IS_ENABLED(CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS) &&
security/integrity/ima/ima_policy.c
1632
if (!IS_ENABLED(CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS) ||
security/integrity/ima/ima_policy.c
1857
} else if (IS_ENABLED(CONFIG_IMA_APPRAISE_MODSIG) &&
security/integrity/ima/ima_queue.c
190
if (!violation && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE)) {
security/integrity/ima/ima_queue.c
199
!IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE));
security/integrity/platform_certs/keyring_handler.c
64
if (IS_ENABLED(CONFIG_INTEGRITY_MACHINE_KEYRING) &&
security/integrity/platform_certs/machine_keyring.c
38
IS_ENABLED(CONFIG_INTEGRITY_PLATFORM_KEYRING))
security/keys/encrypted-keys/encrypted.c
77
static bool user_decrypted_data = IS_ENABLED(CONFIG_USER_DECRYPTED_DATA);
security/keys/keyctl.c
31
(IS_ENABLED(CONFIG_PERSISTENT_KEYRINGS) ? KEYCTL_CAPS0_PERSISTENT_KEYRINGS : 0) |
security/keys/keyctl.c
32
(IS_ENABLED(CONFIG_KEY_DH_OPERATIONS) ? KEYCTL_CAPS0_DIFFIE_HELLMAN : 0) |
security/keys/keyctl.c
33
(IS_ENABLED(CONFIG_ASYMMETRIC_KEY_TYPE) ? KEYCTL_CAPS0_PUBLIC_KEY : 0) |
security/keys/keyctl.c
34
(IS_ENABLED(CONFIG_BIG_KEYS) ? KEYCTL_CAPS0_BIG_KEY : 0) |
security/keys/keyctl.c
41
(IS_ENABLED(CONFIG_KEY_NOTIFICATIONS) ? KEYCTL_CAPS1_NOTIFICATIONS : 0)
security/landlock/net.c
147
#if IS_ENABLED(CONFIG_IPV6)
security/landlock/net.h
15
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
154
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
390
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
43
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
453
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
490
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
692
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.c
97
#if IS_ENABLED(CONFIG_INET)
security/landlock/ruleset.h
128
#if IS_ENABLED(CONFIG_INET)
security/loadpin/loadpin.c
47
static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE);
security/lsm_audit.c
305
#if IS_ENABLED(CONFIG_IPV6)
security/lsm_audit.c
82
#if IS_ENABLED(CONFIG_IPV6)
security/selinux/hooks.c
2531
if (IS_ENABLED(CONFIG_POSIX_TIMERS))
security/selinux/hooks.c
4564
#if IS_ENABLED(CONFIG_IP_SCTP)
security/selinux/hooks.c
4588
#if IS_ENABLED(CONFIG_IPV6)
security/selinux/hooks.c
4642
#if IS_ENABLED(CONFIG_IP_SCTP)
security/selinux/hooks.c
4680
#if IS_ENABLED(CONFIG_IPV6)
security/selinux/hooks.c
7812
#if IS_ENABLED(CONFIG_IPV6)
security/selinux/netlabel.c
302
} else if (IS_ENABLED(CONFIG_IPV6) && ip_hdr(skb)->version == 6) {
security/smack/smack.h
155
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack.h
16
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack.h
29
#if IS_ENABLED(CONFIG_IPV6) && !defined(CONFIG_SECURITY_SMACK_NETFILTER)
security/smack/smack.h
33
#if IS_ENABLED(CONFIG_IPV6) && defined(CONFIG_SECURITY_SMACK_NETFILTER)
security/smack/smack.h
339
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
2541
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
2714
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
3076
(!IS_ENABLED(CONFIG_IPV6) || sock->sk->sk_family != PF_INET6))
security/smack/smack_lsm.c
3081
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4021
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4043
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4145
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4261
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4301
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4397
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_lsm.c
4463
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smack_netfilter.c
45
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smackfs.c
1308
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smackfs.c
131
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smackfs.c
2929
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smackfs.c
61
#if IS_ENABLED(CONFIG_IPV6)
security/smack/smackfs.c
74
#if IS_ENABLED(CONFIG_IPV6)
security/tomoyo/common.c
946
bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING);
sound/core/compress_offload.c
1029
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/compress_offload.c
1331
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/compress_offload.c
137
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/compress_offload.c
1525
#if !IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/compress_offload.c
455
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/compress_offload.c
58
#if IS_ENABLED(CONFIG_SND_COMPRESS_ACCEL)
sound/core/control.c
1292
if (IS_ENABLED(CONFIG_SND_CTL_INPUT_VALIDATION)) {
sound/core/control.c
161
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
sound/core/info.c
443
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/init.c
528
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
sound/core/init.c
583
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
sound/core/init.c
84
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
sound/core/init.c
921
#if IS_ENABLED(CONFIG_SND_MIXER_OSS)
sound/core/memalloc.c
300
if (IS_ENABLED(CONFIG_ZONE_DMA32) && !(gfp & GFP_DMA32)) {
sound/core/memalloc.c
304
if (IS_ENABLED(CONFIG_ZONE_DMA) && !(gfp & GFP_DMA)) {
sound/core/pcm.c
1124
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
29
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
296
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
395
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
633
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
817
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
831
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm.c
843
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm_native.c
4029
if (pcm_file->no_compat_mmap || !IS_ENABLED(CONFIG_64BIT))
sound/core/pcm_native.c
4037
if (pcm_file->no_compat_mmap || !IS_ENABLED(CONFIG_64BIT))
sound/core/pcm_native.c
748
#if IS_ENABLED(CONFIG_SND_PCM_OSS)
sound/core/pcm_native.c
93
if (IS_ENABLED(CONFIG_PREEMPT_RT) && bh_lock) \
sound/core/pcm_native.c
96
if (IS_ENABLED(CONFIG_PREEMPT_RT) && bh_unlock) \
sound/core/rawmidi.c
1023
#if IS_ENABLED(CONFIG_SND_UMP)
sound/core/rawmidi.c
1053
#if IS_ENABLED(CONFIG_SND_UMP)
sound/core/rawmidi.c
1712
if (IS_ENABLED(CONFIG_SND_UMP))
sound/core/rawmidi.c
190
if (IS_ENABLED(CONFIG_SND_UMP))
sound/core/rawmidi.c
1948
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/rawmidi.c
2029
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/rawmidi.c
77
(IS_ENABLED(CONFIG_SND_UMP) && ((rmidi)->info_flags & SNDRV_RAWMIDI_INFO_UMP))
sound/core/rawmidi_compat.c
114
#if IS_ENABLED(CONFIG_SND_UMP)
sound/core/seq/seq_clientmgr.c
1242
if (!IS_ENABLED(CONFIG_SND_SEQ_UMP) &&
sound/core/seq/seq_clientmgr.c
174
return client_use_ptr(clientid, IS_ENABLED(CONFIG_MODULES));
sound/core/seq/seq_clientmgr.c
2012
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
2220
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
2563
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
2614
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
357
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
421
if (IS_ENABLED(CONFIG_SND_SEQ_UMP) && client->midi_version > 0)
sound/core/seq/seq_clientmgr.c
630
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
732
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
738
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_clientmgr.c
75
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_dummy.c
161
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_dummy.c
177
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_dummy.c
61
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_memory.c
366
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_memory.h
17
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_memory.h
22
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/seq/seq_ports.h
82
#if IS_ENABLED(CONFIG_SND_SEQ_UMP)
sound/core/timer.c
2010
(IS_ENABLED(CONFIG_64BIT) && !compat))
sound/core/timer.c
30
#if IS_ENABLED(CONFIG_SND_HRTIMER)
sound/core/ump.c
1142
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
sound/core/ump.c
125
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
sound/core/ump.c
175
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
sound/core/ump.c
209
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/ump.c
220
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/ump.c
35
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
sound/core/ump.c
350
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/ump.c
701
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/ump.c
799
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/core/ump.c
895
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/drivers/opl3/opl3_lib.c
510
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/drivers/opl3/opl3_seq.c
240
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/drivers/opl3/opl3_seq.c
254
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/drivers/opl3/opl3_synth.c
15
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/drivers/opl3/opl3_voice.h
34
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/drivers/opl4/opl4_lib.c
137
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/drivers/opl4/opl4_lib.c
233
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/drivers/opl4/opl4_local.h
187
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/hda/codecs/hdmi/intelhdmi.c
17
IS_ENABLED(CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM);
sound/hda/codecs/helpers/ideapad_hotkey_led.c
7
#if IS_ENABLED(CONFIG_IDEAPAD_LAPTOP)
sound/hda/codecs/helpers/thinkpad.c
6
#if IS_ENABLED(CONFIG_THINKPAD_ACPI)
sound/hda/codecs/realtek/alc269.c
3084
#if !IS_ENABLED(CONFIG_INPUT_PCSPKR)
sound/hda/codecs/side-codecs/cs35l41_hda_property.c
289
if (IS_ENABLED(CONFIG_SPI) && cfg->cs_gpio_index >= 0) {
sound/hda/codecs/side-codecs/cs35l56_hda.c
808
#if IS_ENABLED(CONFIG_SND_DEBUG)
sound/hda/codecs/side-codecs/cs35l56_hda.c
813
if (IS_ENABLED(CONFIG_SND_HDA_SCODEC_CS35L56_CAL_DEBUGFS))
sound/hda/codecs/side-codecs/cs35l56_hda.c
832
#if IS_ENABLED(CONFIG_SND_DEBUG)
sound/hda/codecs/side-codecs/cs35l56_hda.h
41
#if IS_ENABLED(CONFIG_SND_DEBUG)
sound/hda/common/bind.c
249
#if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
sound/hda/common/bind.c
299
#if IS_ENABLED(CONFIG_SND_HDA_GENERIC)
sound/hda/common/hda_controller.h
160
return !IS_ENABLED(CONFIG_X86) || chip->snoop;
sound/hda/controllers/intel.c
123
static bool ctl_dev_id = IS_ENABLED(CONFIG_SND_HDA_CTL_DEV_ID) ? 1 : 0;
sound/hda/controllers/intel.c
213
#if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
sound/hda/controllers/intel.c
2778
#if !IS_ENABLED(CONFIG_SND_CTXFI)
sound/hda/core/intel-dsp-config.c
127
#if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
sound/hda/core/intel-dsp-config.c
154
#if IS_ENABLED(CONFIG_SND_SOC_SOF_GEMINILAKE)
sound/hda/core/intel-dsp-config.c
187
#if IS_ENABLED(CONFIG_SND_SOC_SOF_CANNONLAKE)
sound/hda/core/intel-dsp-config.c
219
#if IS_ENABLED(CONFIG_SND_SOC_SOF_COFFEELAKE)
sound/hda/core/intel-dsp-config.c
239
#if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE)
sound/hda/core/intel-dsp-config.c
308
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ICELAKE)
sound/hda/core/intel-dsp-config.c
334
#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
sound/hda/core/intel-dsp-config.c
366
#if IS_ENABLED(CONFIG_SND_SOC_SOF_TIGERLAKE)
sound/hda/core/intel-dsp-config.c
402
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ELKHARTLAKE)
sound/hda/core/intel-dsp-config.c
414
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
sound/hda/core/intel-dsp-config.c
52
#if IS_ENABLED(CONFIG_SND_SOC_SOF_MERRIFIELD)
sound/hda/core/intel-dsp-config.c
524
#if IS_ENABLED(CONFIG_SND_SOC_SOF_METEORLAKE)
sound/hda/core/intel-dsp-config.c
556
#if IS_ENABLED(CONFIG_SND_SOC_SOF_LUNARLAKE)
sound/hda/core/intel-dsp-config.c
565
#if IS_ENABLED(CONFIG_SND_SOC_SOF_PANTHERLAKE)
sound/hda/core/intel-dsp-config.c
582
#if IS_ENABLED(CONFIG_SND_SOC_SOF_NOVALAKE)
sound/hda/core/intel-dsp-config.c
63
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_AVS)
sound/hda/core/intel-dsp-config.c
657
#if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
sound/hda/core/intel-dsp-config.c
725
return IS_ENABLED(CONFIG_SND_HDA_INTEL) ?
sound/hda/core/intel-dsp-config.c
760
#if IS_ENABLED(CONFIG_SND_INTEL_BYT_PREFER_SOF) || \
sound/hda/core/intel-dsp-config.c
761
!IS_ENABLED(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI)
sound/hda/core/intel-dsp-config.c
773
#if IS_ENABLED(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI) || \
sound/hda/core/intel-dsp-config.c
774
IS_ENABLED(CONFIG_SND_SOC_SOF_BAYTRAIL)
sound/hda/core/intel-dsp-config.c
791
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_CATPT)
sound/hda/core/intel-dsp-config.c
797
#if IS_ENABLED(CONFIG_SND_SOC_SOF_BROADWELL)
sound/hda/core/intel-dsp-config.c
804
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_CATPT)
sound/isa/cmi8328.c
30
#if IS_ENABLED(CONFIG_GAMEPORT)
sound/isa/sb/emu8000.c
1081
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/isa/sb/emu8000_callback.c
26
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/isa/sb/emu8000_callback.c
467
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/isa/sb/emu8000_callback.c
66
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/isa/sb/sb16.c
37
#if defined(SNDRV_SBAWE) && IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/pci/emu10k1/emu10k1.c
21
#if IS_ENABLED(CONFIG_SND_SEQUENCER)
sound/pci/emu10k1/memory.c
35
#if PAGE_SIZE == EMUPAGESIZE && !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
sound/pci/maestro3.c
2572
if (IS_ENABLED(CONFIG_PM_SLEEP)) {
sound/pci/rme96.c
2387
if (IS_ENABLED(CONFIG_PM_SLEEP)) {
sound/soc/amd/acp/amd-acp70-acpi-match.c
733
#if IS_ENABLED(CONFIG_SND_SOC_ACPI_AMD_SDCA_QUIRKS)
sound/soc/amd/acp/soc-acpi-amd-sdca-quirks.h
12
#if IS_ENABLED(CONFIG_SND_SOC_ACPI_AMD_SDCA_QUIRKS)
sound/soc/amd/ps/pci-ps.c
257
#if IS_ENABLED(CONFIG_SND_SOC_AMD_SOUNDWIRE)
sound/soc/amd/vangogh/pci-acp5x.c
139
(flag != FLAG_AMD_SOF || IS_ENABLED(CONFIG_SND_SOC_SOF_AMD_VANGOGH)))
sound/soc/atmel/atmel-pcm.h
73
#if IS_ENABLED(CONFIG_SND_ATMEL_SOC_PDC)
sound/soc/atmel/atmel-pcm.h
82
#if IS_ENABLED(CONFIG_SND_ATMEL_SOC_DMA)
sound/soc/cirrus/ep93xx-i2s.c
129
if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG) &&
sound/soc/cirrus/ep93xx-i2s.c
143
if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG) &&
sound/soc/cirrus/ep93xx-i2s.c
452
if (IS_ENABLED(CONFIG_SND_EP93XX_SOC_I2S_WATCHDOG)) {
sound/soc/codecs/cs-amp-lib.c
214
if (IS_REACHABLE(CONFIG_FW_CS_DSP) || IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS))
sound/soc/codecs/cs-amp-lib.c
233
if (IS_REACHABLE(CONFIG_FW_CS_DSP) || IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS))
sound/soc/codecs/cs-amp-lib.c
611
if (IS_ENABLED(CONFIG_EFI) || IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS))
sound/soc/codecs/cs-amp-lib.c
647
if (IS_ENABLED(CONFIG_EFI) || IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS)) {
sound/soc/codecs/cs-amp-lib.c
720
!IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS))
sound/soc/codecs/cs-amp-lib.c
743
!IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS))
sound/soc/codecs/cs-amp-lib.c
852
PTR_IF(IS_ENABLED(CONFIG_SND_SOC_CS_AMP_LIB_TEST_HOOKS), &cs_amp_test_hook_ptrs);
sound/soc/codecs/cs35l56-shared.c
1149
if (!IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS_COMMON))
sound/soc/codecs/cs35l56-shared.c
1195
if (!IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS_COMMON))
sound/soc/codecs/cs35l56-shared.c
1226
if (!IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS_COMMON))
sound/soc/codecs/cs35l56-shared.c
1244
if (!IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS_COMMON))
sound/soc/codecs/cs35l56-shared.c
1266
if (!IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS_COMMON))
sound/soc/codecs/cs35l56.c
1287
if (!ret && IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_SET_CTRL)) {
sound/soc/codecs/cs35l56.c
1300
if (IS_ENABLED(CONFIG_SND_SOC_CS35L56_CAL_DEBUGFS))
sound/soc/codecs/cs35l56.c
1985
#if IS_ENABLED(CONFIG_SND_SOC_CS35L56_I2C) || IS_ENABLED(CONFIG_SND_SOC_CS35L56_SPI)
sound/soc/codecs/cs35l56.h
77
#if IS_ENABLED(CONFIG_KUNIT)
sound/soc/codecs/cs42l56.c
87
#if IS_ENABLED(CONFIG_INPUT)
sound/soc/codecs/cs43130.c
2733
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/cs43130.c
2745
#if IS_ENABLED(CONFIG_ACPI)
sound/soc/codecs/cs4341.c
226
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/cs4341.c
326
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/cs4341.c
341
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/cs47l24.c
1225
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/da7210.c
1178
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/da7210.c
1335
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/da7210.c
1353
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/idt821034.c
1152
if (IS_ENABLED(CONFIG_GPIOLIB))
sound/soc/codecs/mt6359-accdet.h
126
#if IS_ENABLED(CONFIG_SND_SOC_MT6359_ACCDET)
sound/soc/codecs/pcm6240.c
2093
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/peb2466.c
2027
if (IS_ENABLED(CONFIG_GPIOLIB)) {
sound/soc/codecs/pm4125.h
223
#if IS_ENABLED(CONFIG_SND_SOC_PM4125_SDW)
sound/soc/codecs/rt5514.c
30
#if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
sound/soc/codecs/rt5514.c
354
#if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
sound/soc/codecs/rt5514.c
373
#if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
sound/soc/codecs/rt5514.c
386
#if IS_ENABLED(CONFIG_SND_SOC_RT5514_SPI)
sound/soc/codecs/rt5575-spi.h
12
#if IS_ENABLED(CONFIG_SND_SOC_RT5575_SPI)
sound/soc/codecs/rt5575.c
314
if (!IS_ENABLED(CONFIG_SND_SOC_RT5575_SPI)) {
sound/soc/codecs/rt5677-spi.h
12
#if IS_ENABLED(CONFIG_SND_SOC_RT5677_SPI)
sound/soc/codecs/rt5677.c
879
if (!IS_ENABLED(CONFIG_SND_SOC_RT5677_SPI))
sound/soc/codecs/tas2552.c
753
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/tas2781-i2c.c
2002
} else if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/tas2783-sdw.c
1116
#if IS_ENABLED(CONFIG_PCI)
sound/soc/codecs/tas2783-sdw.c
30
#if IS_ENABLED(CONFIG_PCI)
sound/soc/codecs/tas2783.h
103
#if IS_ENABLED(CONFIG_SND_SOC_TAS2783_UTIL)
sound/soc/codecs/tas5720.c
804
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/tas5805m.c
588
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/tas6424.c
677
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/tpa6130a2.c
285
#if IS_ENABLED(CONFIG_OF)
sound/soc/codecs/wcd-mbhc-v2.h
270
#if IS_ENABLED(CONFIG_SND_SOC_WCD_MBHC)
sound/soc/codecs/wcd937x.h
528
#if IS_ENABLED(CONFIG_SND_SOC_WCD937X_SDW)
sound/soc/codecs/wcd938x.h
650
#if IS_ENABLED(CONFIG_SND_SOC_WCD938X_SDW)
sound/soc/codecs/wcd939x.c
185
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3130
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3164
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3184
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3214
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3311
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3429
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.c
3471
#if IS_ENABLED(CONFIG_TYPEC)
sound/soc/codecs/wcd939x.h
910
#if IS_ENABLED(CONFIG_SND_SOC_WCD939X_SDW)
sound/soc/codecs/wm5102.c
2049
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/wm5110.c
2406
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/wm8510.c
648
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8510.c
690
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8510.c
710
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8711.c
434
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8711.c
476
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8711.c
496
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8728.c
275
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8728.c
317
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8728.c
337
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8737.c
609
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8737.c
704
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8737.c
727
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8741.c
566
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8741.c
678
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8741.c
700
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8750.c
782
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8750.c
825
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8750.c
845
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8753.c
1554
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8753.c
1602
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8753.c
1622
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8776.c
492
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8776.c
535
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8776.c
555
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8900.c
1266
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8900.c
1311
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8900.c
1331
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8983.c
1037
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8983.c
1081
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8983.c
1101
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8985.c
1169
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8985.c
1217
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8985.c
1237
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8988.c
874
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8988.c
917
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8988.c
937
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8995.c
2233
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8995.c
2281
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8995.c
2302
#if IS_ENABLED(CONFIG_I2C)
sound/soc/codecs/wm8997.c
1122
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/wm8998.c
1349
if (IS_ENABLED(CONFIG_OF)) {
sound/soc/codecs/wm9705.c
324
} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
sound/soc/codecs/wm9705.c
351
if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9705->mfd_pdata) {
sound/soc/codecs/wm9712.c
638
} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
sound/soc/codecs/wm9712.c
671
if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9712->mfd_pdata) {
sound/soc/codecs/wm9713.c
1210
} else if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS)) {
sound/soc/codecs/wm9713.c
1236
if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9713->mfd_pdata) {
sound/soc/dwc/local.h
154
#if IS_ENABLED(CONFIG_SND_DESIGNWARE_PCM)
sound/soc/fsl/fsl-asoc-card.c
13
#if IS_ENABLED(CONFIG_SND_AC97_CODEC)
sound/soc/fsl/fsl-asoc-card.c
581
#if IS_ENABLED(CONFIG_SND_AC97_CODEC)
sound/soc/fsl/fsl_mqs.c
85
if (IS_ENABLED(CONFIG_IMX_SCMI_MISC_DRV) &&
sound/soc/fsl/fsl_mqs.c
96
if (IS_ENABLED(CONFIG_IMX_SCMI_MISC_DRV) &&
sound/soc/fsl/fsl_sai.c
1630
if (!IS_ENABLED(CONFIG_SND_SOC_IMX_PCM_DMA))
sound/soc/fsl/fsl_ssi.h
269
#if IS_ENABLED(CONFIG_DEBUG_FS)
sound/soc/fsl/imx-pcm.h
30
#if IS_ENABLED(CONFIG_SND_SOC_IMX_PCM_DMA)
sound/soc/fsl/imx-pcm.h
39
#if IS_ENABLED(CONFIG_SND_SOC_IMX_PCM_FIQ)
sound/soc/intel/avs/board_selection.c
28
bool obsolete_card_names = IS_ENABLED(CONFIG_SND_SOC_INTEL_AVS_CARDNAME_OBSOLETE);
sound/soc/intel/boards/bytcht_es8316.c
363
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/bytcht_es8316.c
668
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/bytcr_rt5640.c
1628
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/bytcr_rt5640.c
1926
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/bytcr_rt5651.c
1094
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/bytcr_rt5651.c
818
#if !IS_ENABLED(CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES)
sound/soc/intel/boards/hda_dsp_common.c
14
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/intel/boards/hda_dsp_common.h
18
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/intel/common/soc-acpi-intel-byt-match.c
206
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH)
sound/soc/intel/common/soc-acpi-intel-cht-match.c
221
#if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH)
sound/soc/mediatek/mt8186/mt8186-mt6366.c
1337
#if IS_ENABLED(CONFIG_OF)
sound/soc/mediatek/mt8186/mt8186-mt6366.c
1363
#if IS_ENABLED(CONFIG_OF)
sound/soc/mediatek/mt8188/mt8188-afe-pcm.c
3125
#if IS_ENABLED(CONFIG_SND_SOC_MT6359)
sound/soc/qcom/usb_offload_utils.h
10
#if IS_ENABLED(CONFIG_SND_SOC_QCOM_OFFLOAD_UTILS)
sound/soc/rockchip/rockchip_sai.c
1490
if (IS_ENABLED(CONFIG_PM))
sound/soc/samsung/i2s.c
1405
if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
sound/soc/sof/amd/acp-common.c
121
#if IS_ENABLED(CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE)
sound/soc/sof/amd/acp.c
757
#if IS_ENABLED(CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE)
sound/soc/sof/core.c
212
if (!IS_ENABLED(CONFIG_SND_SOC_SOF_FORCE_NOCODEC_MODE)) {
sound/soc/sof/core.c
215
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/core.c
240
if (!IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC)) {
sound/soc/sof/core.c
48
static int sof_core_debug = IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE);
sound/soc/sof/core.c
52
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
sound/soc/sof/core.c
695
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
sound/soc/sof/core.c
714
if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)) {
sound/soc/sof/core.c
739
if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE))
sound/soc/sof/core.c
794
if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE))
sound/soc/sof/debug.c
134
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/debug.c
458
if ((IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT) ||
sound/soc/sof/debug.c
62
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/fw-file-profile.c
230
if (IS_ENABLED(CONFIG_SND_SOC_SOF_ALLOW_FALLBACK_TO_NEWER_IPC_VERSION))
sound/soc/sof/fw-file-profile.c
320
if (IS_ENABLED(CONFIG_SND_SOC_SOF_ALLOW_FALLBACK_TO_NEWER_IPC_VERSION))
sound/soc/sof/intel/hda-bus.c
106
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-bus.c
18
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-bus.c
73
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-bus.c
74
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-codec.c
112
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
126
#if IS_ENABLED(CONFIG_SND_HDA_GENERIC)
sound/soc/sof/intel/hda-codec.c
17
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-codec.c
222
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
259
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
281
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
294
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
308
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
321
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
336
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
362
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
387
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
398
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC) && IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
sound/soc/sof/intel/hda-codec.c
404
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
420
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
440
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-codec.c
84
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda-dai-ops.c
21
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-dai-ops.c
596
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-dai.c
344
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-dai.c
59
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-dai.c
750
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-dai.c
877
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda-dai.c
951
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_LINK)
sound/soc/sof/intel/hda-dsp.c
1236
#if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
sound/soc/sof/intel/hda-dsp.c
39
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
sound/soc/sof/intel/hda-mlink.c
21
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_MLINK)
sound/soc/sof/intel/hda.c
1028
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda.c
1134
#if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
sound/soc/sof/intel/hda.c
1449
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda.c
42
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
sound/soc/sof/intel/hda.c
465
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG)
sound/soc/sof/intel/hda.c
49
#if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
sound/soc/sof/intel/hda.c
635
if (IS_ENABLED(CONFIG_SND_SOC_SOF_NOCODEC_DEBUG_SUPPORT) &&
sound/soc/sof/intel/hda.c
812
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_FORCE_IPC_POSITION)
sound/soc/sof/intel/hda.h
423
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda.h
771
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC)
sound/soc/sof/intel/hda.h
807
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC) && IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
sound/soc/sof/intel/hda.h
832
#if IS_ENABLED(CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE)
sound/soc/sof/intel/hda.h
954
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_PROBES)
sound/soc/sof/ipc3-topology.c
2574
if (IS_ENABLED(CONFIG_SND_SOC_SOF_STRICT_ABI_CHECKS) &&
sound/soc/sof/ipc3.c
20
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_VERBOSE_IPC)
sound/soc/sof/ipc3.c
794
if (IS_ENABLED(CONFIG_SND_SOC_SOF_STRICT_ABI_CHECKS) &&
sound/soc/sof/ipc4-topology.c
1701
#if IS_ENABLED(CONFIG_ACPI) && IS_ENABLED(CONFIG_SND_INTEL_NHLT)
sound/soc/sof/ipc4.c
132
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_VERBOSE_IPC)
sound/soc/sof/pcm.c
849
#if IS_ENABLED(CONFIG_SND_SOC_SOF_COMPRESS)
sound/soc/sof/pm.c
148
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/pm.c
280
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/pm.c
59
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/sof-audio.h
657
#if IS_ENABLED(CONFIG_SND_SOC_SOF_COMPRESS)
sound/soc/sof/sof-client.c
128
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR)
sound/soc/sof/sof-client.c
147
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_KERNEL_INJECTOR)
sound/soc/sof/sof-client.c
331
if (IS_ENABLED(CONFIG_SND_SOC_SOF_IPC3) &&
sound/soc/sof/sof-client.c
89
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST)
sound/soc/sof/sof-priv.h
381
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
sound/soc/sof/sof-priv.h
846
#if IS_ENABLED(CONFIG_SND_SOC_SOF_CLIENT)
sound/soc/sprd/sprd-mcdt.h
51
#if IS_ENABLED(CONFIG_SND_SOC_SPRD_MCDT)
sound/soc/ti/davinci-i2s.c
823
} else if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
sound/soc/ti/davinci-i2s.c
838
} else if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node) {
sound/soc/ti/edma-pcm.h
15
#if IS_ENABLED(CONFIG_SND_SOC_TI_EDMA_PCM)
sound/soc/ti/sdma-pcm.h
10
#if IS_ENABLED(CONFIG_SND_SOC_TI_SDMA_PCM)
sound/soc/ti/udma-pcm.h
9
#if IS_ENABLED(CONFIG_SND_SOC_TI_UDMA_PCM)
sound/sound_core.c
140
static int preclaim_oss = IS_ENABLED(CONFIG_SOUND_OSS_CORE_PRECLAIM);
sound/synth/emux/emux.c
111
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/synth/emux/emux.c
133
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/synth/emux/emux.c
37
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/synth/emux/emux_effect.c
139
#if IS_ENABLED(CONFIG_SND_SEQUENCER_OSS)
sound/usb/midi2.c
913
#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI)
sound/usb/midi2.h
7
#if IS_ENABLED(CONFIG_SND_USB_AUDIO_MIDI_V2)
tools/arch/x86/lib/insn.c
780
insn_init(insn, kaddr, buf_len, IS_ENABLED(CONFIG_X86_64));
tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h
95
#if IS_ENABLED(CONFIG_HYPERV)
tools/testing/cxl/config_check.c
10
BUILD_BUG_ON(!IS_ENABLED(CONFIG_64BIT));
tools/testing/cxl/config_check.c
14
BUILD_BUG_ON(!IS_ENABLED(CONFIG_CXL_REGION_INVALIDATION_TEST));
tools/testing/cxl/config_check.c
15
BUILD_BUG_ON(!IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST));
tools/testing/cxl/config_check.c
16
BUILD_BUG_ON(!IS_ENABLED(CONFIG_DEBUG_FS));
tools/testing/cxl/config_check.c
17
BUILD_BUG_ON(!IS_ENABLED(CONFIG_MEMORY_HOTPLUG));
tools/testing/nvdimm/config_check.c
14
if (IS_ENABLED(CONFIG_ACPI_NFIT))
virt/kvm/async_pf.c
166
if (!IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC))
virt/kvm/async_pf.c
236
if (!IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC) && first)
virt/kvm/async_pf.c
77
if (IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC))
virt/kvm/async_pf.c
91
if (!IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC) && first)
virt/kvm/eventfd.c
152
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
virt/kvm/eventfd.c
350
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
virt/kvm/eventfd.c
489
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
virt/kvm/eventfd.c
665
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
virt/kvm/eventfd.c
672
#if IS_ENABLED(CONFIG_HAVE_KVM_IRQ_BYPASS)
virt/kvm/kvm_main.c
1585
if (IS_ENABLED(CONFIG_KVM_GUEST_MEMFD))
virt/kvm/kvm_main.c
5074
if (!IS_ENABLED(CONFIG_NEED_KVM_DIRTY_RING_WITH_BITMAP) ||
virt/kvm/kvm_main.c
664
.lockless = IS_ENABLED(CONFIG_KVM_MMU_LOCKLESS_AGING),
virt/kvm/kvm_main.c
841
!IS_ENABLED(CONFIG_KVM_ELIDE_TLB_FLUSH_IF_YOUNG));