| /linux-6.15/include/net/ |
| H A D | tc_wrapper.h | 52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT) in tc_act() 60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT) in tc_act() 76 #if IS_BUILTIN(CONFIG_NET_ACT_BPF) in tc_act() 84 #if IS_BUILTIN(CONFIG_NET_ACT_CSUM) in tc_act() 88 #if IS_BUILTIN(CONFIG_NET_ACT_CT) in tc_act() 96 #if IS_BUILTIN(CONFIG_NET_ACT_GATE) in tc_act() 104 #if IS_BUILTIN(CONFIG_NET_ACT_NAT) in tc_act() 116 #if IS_BUILTIN(CONFIG_NET_ACT_IFE) in tc_act() 159 #if IS_BUILTIN(CONFIG_NET_CLS_BPF) in tc_classify() 163 #if IS_BUILTIN(CONFIG_NET_CLS_U32) in tc_classify() [all …]
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | constants.py.in | 38 * Therefore - IS_BUILTIN() is more appropriate 40 #define LX_CONFIG(x) LX_##x = IS_BUILTIN(x) 50 if IS_BUILTIN(CONFIG_COMMON_CLK): 69 if IS_BUILTIN(CONFIG_MODULES): 104 if IS_BUILTIN(CONFIG_PAGE_OWNER): 137 LX_CONFIG_KVM = IS_BUILTIN(CONFIG_KVM_COMMON) 143 if IS_BUILTIN(CONFIG_ARM64): 155 if IS_BUILTIN(CONFIG_KASAN_GENERIC) or IS_BUILTIN(CONFIG_KASAN_SW_TAGS): 158 if IS_BUILTIN(CONFIG_NUMA):
|
| /linux-6.15/include/linux/ |
| H A D | netfilter_ipv6.h | 89 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_chk_addr() 110 #if IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route() 139 #elif IS_BUILTIN(CONFIG_IPV6) in nf_br_ip6_fragment() 157 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route_me_harder() 174 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_cookie_init_sequence() 190 #elif IS_BUILTIN(CONFIG_IPV6) in nf_cookie_v6_check()
|
| H A D | kconfig.h | 50 #define IS_BUILTIN(option) __is_defined(option) macro 65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ 73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
|
| H A D | pim.h | 73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2); in ipmr_pimsm_enabled()
|
| H A D | indirect_call_wrapper.h | 56 #if IS_BUILTIN(CONFIG_IPV6)
|
| /linux-6.15/tools/include/linux/ |
| H A D | kconfig.h | 44 #define IS_BUILTIN(option) __is_defined(option) macro 58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ 65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_conntrack_bpf.h | 13 #if (IS_BUILTIN(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \ 32 #if (IS_BUILTIN(CONFIG_NF_NAT) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
|
| /linux-6.15/drivers/i2c/ |
| H A D | i2c-core-slave.c | 111 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) { in i2c_detect_slave_mode() 119 } else if (IS_BUILTIN(CONFIG_ACPI) && ACPI_HANDLE(dev)) { in i2c_detect_slave_mode()
|
| /linux-6.15/drivers/bcma/ |
| H A D | driver_gpio.c | 76 #if IS_BUILTIN(CONFIG_BCM47XX) || IS_BUILTIN(CONFIG_ARCH_BCM_5301X) 212 if (IS_BUILTIN(CONFIG_BCM47XX) || in bcma_gpio_init()
|
| /linux-6.15/arch/arm/mach-imx/ |
| H A D | mach-imx6q.c | 26 if (IS_BUILTIN(CONFIG_PHYLIB)) { in ksz9021rn_phy_fixup() 73 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx6q_enet_phy_init()
|
| H A D | mach-imx7d.c | 32 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx7d_enet_phy_init()
|
| /linux-6.15/include/linux/platform_data/x86/ |
| H A D | p2sb.h | 15 #if IS_BUILTIN(CONFIG_P2SB)
|
| /linux-6.15/tools/include/tools/ |
| H A D | config.h | 32 #define IS_BUILTIN(option) __is_defined(option) macro
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | kgdboc.c | 47 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) 172 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) 433 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
|
| /linux-6.15/arch/powerpc/platforms/85xx/ |
| H A D | mpc85xx_mds.c | 52 #if IS_BUILTIN(CONFIG_PHYLIB) 280 #if IS_BUILTIN(CONFIG_PHYLIB)
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-steelseries.c | 39 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ 129 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ 578 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ in steelseries_probe() 617 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ in steelseries_remove()
|
| /linux-6.15/lib/tests/ |
| H A D | slub_kunit.c | 171 if (IS_BUILTIN(CONFIG_SLUB_KUNIT_TEST)) in test_kfree_rcu() 209 if (IS_BUILTIN(CONFIG_SLUB_KUNIT_TEST)) in test_kfree_rcu_wq_destroy()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin.h | 14 .is_builtin = IS_BUILTIN(macro_) }
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | time.c | 75 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_icmp.c | 12 #if !IS_BUILTIN(CONFIG_IPV6)
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_buf.c | 174 #if IS_BUILTIN(CONFIG_DRM_XE_KUNIT_TEST)
|
| /linux-6.15/lib/kunit/ |
| H A D | executor.c | 343 #if IS_BUILTIN(CONFIG_KUNIT) 423 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
|
| /linux-6.15/include/drm/ |
| H A D | drm_panel.h | 330 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
|
| /linux-6.15/kernel/ |
| H A D | scftorture.c | 51 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0, 371 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) { in scftorture_invoke_one() 632 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) in scf_torture_init()
|