Home
last modified time | relevance | path

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

123

/openbmc/linux/include/net/
H A Dtc_wrapper.h52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT) in tc_act()
56 #if IS_BUILTIN(CONFIG_NET_ACT_MIRRED) in tc_act()
60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT) in tc_act()
64 #if IS_BUILTIN(CONFIG_NET_ACT_SKBEDIT) in tc_act()
68 #if IS_BUILTIN(CONFIG_NET_ACT_SKBMOD) in tc_act()
72 #if IS_BUILTIN(CONFIG_NET_ACT_POLICE) in tc_act()
76 #if IS_BUILTIN(CONFIG_NET_ACT_BPF) in tc_act()
80 #if IS_BUILTIN(CONFIG_NET_ACT_CONNMARK) 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()
[all …]
/openbmc/linux/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):
139 if IS_BUILTIN(CONFIG_ARM64):
151 if IS_BUILTIN(CONFIG_KASAN_GENERIC) or IS_BUILTIN(CONFIG_KASAN_SW_TAGS):
154 if IS_BUILTIN(CONFIG_NUMA):
/openbmc/linux/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)
H A Dwatchdog.h124 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
/openbmc/linux/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))
/openbmc/linux/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)) || \
/openbmc/linux/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()
/openbmc/linux/drivers/i2c/
H A Di2c-core-slave.c111 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) { in i2c_detect_slave_mode()
122 } else if (IS_BUILTIN(CONFIG_ACPI) && ACPI_HANDLE(dev)) { in i2c_detect_slave_mode()
/openbmc/linux/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()
/openbmc/linux/include/linux/platform_data/x86/
H A Dp2sb.h15 #if IS_BUILTIN(CONFIG_P2SB)
/openbmc/linux/drivers/tty/serial/
H A Dkgdboc.c47 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
172 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
441 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
/openbmc/linux/tools/include/tools/
H A Dconfig.h32 #define IS_BUILTIN(option) __is_defined(option) macro
/openbmc/linux/drivers/hid/
H A Dhid-steelseries.c37 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
127 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
526 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ in steelseries_probe()
557 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \ in steelseries_remove()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c52 #if IS_BUILTIN(CONFIG_PHYLIB)
280 #if IS_BUILTIN(CONFIG_PHYLIB)
/openbmc/linux/lib/kunit/
H A Dexecutor.c299 #if IS_BUILTIN(CONFIG_KUNIT)
356 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
/openbmc/u-boot/include/linux/
H A Dkconfig.h38 #define IS_BUILTIN(option) config_enabled(option) macro
/openbmc/linux/tools/perf/
H A Dbuiltin-version.c51 if (IS_BUILTIN(__d)) \
/openbmc/linux/arch/m68k/kernel/
H A Dtime.c75 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
/openbmc/linux/net/ipv6/
H A Dip6_icmp.c12 #if !IS_BUILTIN(CONFIG_IPV6)
/openbmc/linux/kernel/
H A Dscftorture.c50 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
341 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) { in scftorture_invoke_one()
597 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) in scf_torture_init()
/openbmc/linux/include/drm/
H A Ddrm_panel.h331 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \

123