Home
last modified time | relevance | path

Searched refs:IS_BUILTIN (Results 1 – 25 of 86) sorted by relevance

1234

/linux-6.15/include/net/
H A Dtc_wrapper.h52 #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 Dconstants.py.in38 * 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 Dnetfilter_ipv6.h89 #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 Dkconfig.h50 #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 Dpim.h73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2); in ipmr_pimsm_enabled()
H A Dindirect_call_wrapper.h56 #if IS_BUILTIN(CONFIG_IPV6)
/linux-6.15/tools/include/linux/
H A Dkconfig.h44 #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 Dnf_conntrack_bpf.h13 #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 Di2c-core-slave.c111 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 Ddriver_gpio.c76 #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 Dmach-imx6q.c26 if (IS_BUILTIN(CONFIG_PHYLIB)) { in ksz9021rn_phy_fixup()
73 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx6q_enet_phy_init()
H A Dmach-imx7d.c32 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx7d_enet_phy_init()
/linux-6.15/include/linux/platform_data/x86/
H A Dp2sb.h15 #if IS_BUILTIN(CONFIG_P2SB)
/linux-6.15/tools/include/tools/
H A Dconfig.h32 #define IS_BUILTIN(option) __is_defined(option) macro
/linux-6.15/drivers/tty/serial/
H A Dkgdboc.c47 #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 Dmpc85xx_mds.c52 #if IS_BUILTIN(CONFIG_PHYLIB)
280 #if IS_BUILTIN(CONFIG_PHYLIB)
/linux-6.15/drivers/hid/
H A Dhid-steelseries.c39 #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 Dslub_kunit.c171 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 Dbuiltin.h14 .is_builtin = IS_BUILTIN(macro_) }
/linux-6.15/arch/m68k/kernel/
H A Dtime.c75 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
/linux-6.15/net/ipv6/
H A Dip6_icmp.c12 #if !IS_BUILTIN(CONFIG_IPV6)
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_buf.c174 #if IS_BUILTIN(CONFIG_DRM_XE_KUNIT_TEST)
/linux-6.15/lib/kunit/
H A Dexecutor.c343 #if IS_BUILTIN(CONFIG_KUNIT)
423 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
/linux-6.15/include/drm/
H A Ddrm_panel.h330 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
/linux-6.15/kernel/
H A Dscftorture.c51 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()

1234