/openbmc/linux/include/net/ |
H A D | tc_wrapper.h | 52 #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 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): 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 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)
|
H A D | watchdog.h | 124 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
|
/openbmc/linux/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))
|
/openbmc/linux/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)) || \
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-slave.c | 111 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 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()
|
/openbmc/linux/include/linux/platform_data/x86/ |
H A D | p2sb.h | 15 #if IS_BUILTIN(CONFIG_P2SB)
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdboc.c | 47 #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 D | config.h | 32 #define IS_BUILTIN(option) __is_defined(option) macro
|
/openbmc/linux/drivers/hid/ |
H A D | hid-steelseries.c | 37 #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 D | mpc85xx_mds.c | 52 #if IS_BUILTIN(CONFIG_PHYLIB) 280 #if IS_BUILTIN(CONFIG_PHYLIB)
|
/openbmc/linux/lib/kunit/ |
H A D | executor.c | 299 #if IS_BUILTIN(CONFIG_KUNIT) 356 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
|
/openbmc/u-boot/include/linux/ |
H A D | kconfig.h | 38 #define IS_BUILTIN(option) config_enabled(option) macro
|
/openbmc/linux/tools/perf/ |
H A D | builtin-version.c | 51 if (IS_BUILTIN(__d)) \
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | time.c | 75 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_icmp.c | 12 #if !IS_BUILTIN(CONFIG_IPV6)
|
/openbmc/linux/kernel/ |
H A D | scftorture.c | 50 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 D | drm_panel.h | 331 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
|