Home
last modified time | relevance | path

Searched full:defined (Results 1 – 25 of 5045) sorted by relevance

12345678910>>...202

/openbmc/linux/arch/m68k/include/asm/
Dsetup.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/
H A D0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch19 +#if defined(__linux__) && !defined(__GLIBC__)
29 #if (defined(_AIX43) || defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R)
31defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)…
32defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) …
40defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)…
41defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) …
49 -# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPE…
50 +# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_…
60 +#if defined(__linux__) && !defined(__GLIBC__)
72defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)…
[all …]
/openbmc/linux/arch/x86/include/asm/
Dvermagic.h
/openbmc/linux/arch/mips/include/asm/
Dvermagic.h
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_secure_boot.h11 #if defined(CONFIG_FSL_CORENET)
13 #elif defined(CONFIG_TARGET_BSC9132QDS)
15 #elif defined(CONFIG_TARGET_C29XPCIE)
22 #if defined(CONFIG_TARGET_B4860QDS) || \
23 defined(CONFIG_TARGET_B4420QDS) || \
24 defined(CONFIG_TARGET_T4160QDS) || \
25 defined(CONFIG_TARGET_T4240QDS) || \
26 defined(CONFIG_TARGET_T2080QDS) || \
27 defined(CONFIG_TARGET_T2080RDB) || \
28 defined(CONFIG_TARGET_T1040QDS) || \
[all …]
H A Dglobal_data.h15 #if defined(CONFIG_FSL_ESDHC)
17 #if defined(CONFIG_FSL_ESDHC_ADAPTER_IDENT)
21 #if defined(CONFIG_MPC8xx)
24 #if defined(CONFIG_CPM2)
32 #if defined(CONFIG_MPC83xx)
38 # if defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \
39 defined(CONFIG_MPC834x) || defined(CONFIG_MPC837x)
43 # elif defined(CONFIG_MPC8309)
46 # if defined(CONFIG_MPC834x)
49 # if defined(CONFIG_MPC8315)
[all …]
H A Dconfig.h25 #if defined(CONFIG_E500) || \
26 defined(CONFIG_MPC86xx) || \
27 defined(CONFIG_E300)
35 #if !defined(CONFIG_FSL_DMA) && defined(CONFIG_DDR_ECC)
36 #if (defined(CONFIG_MPC83xx) && defined(CONFIG_DDR_ECC_INIT_VIA_DMA)) || \
37 ((defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)) && \
38 !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER))
47 #if (defined(CONFIG_E500) && defined(CONFIG_MP))
54 #if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) || \
55 defined(CONFIG_MPC83xx)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/
H A D0001-Enable-system-malloc-on-all-linux.patch25defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined
26defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_matrix.h11 #if defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20)
13 #elif defined(CONFIG_AT91SAM9261)
15 #elif defined(CONFIG_AT91SAM9263)
17 #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
26 #if defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20)
29 #elif defined(CONFIG_AT91SAM9261)
32 #elif defined(CONFIG_AT91SAM9263)
35 #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
49 #if defined(CONFIG_AT91SAM9261)
65 #if defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
[all …]
H A Dhardware.h10 #if defined(CONFIG_AT91RM9200)
12 #elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20) || \
13 defined(CONFIG_AT91SAM9XE)
15 #elif defined(CONFIG_AT91SAM9261) || defined(CONFIG_AT91SAM9G10)
17 #elif defined(CONFIG_AT91SAM9263)
19 #elif defined(CONFIG_AT91SAM9RL)
21 #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
23 #elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5)
25 #elif defined(CONFIG_SAMA5D2)
27 #elif defined(CONFIG_SAMA5D3)
[all …]
/openbmc/linux/drivers/scsi/bnx2i/
D57xx_iscsi_hsi.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0004-abseil-ppc-fixes.patch33 -#if defined(__powerpc__) || defined(__ppc__)
34 +#if (defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)
37 #elif defined(__FreeBSD__)
42 -#elif defined(__powerpc__) || defined(__ppc__)
43 +#elif (defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)
54 #if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) || \
55 - defined(__powerpc__) || defined(__ppc__) || defined(_M_IX86) || \
56 + ((defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)) || \
57 + defined(_M_IX86) || \
58 (defined(_M_X64) && !defined(_M_ARM64EC))
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h15 #if defined(CONFIG_H83007) || defined(CONFIG_H83068)
18 #if defined(CONFIG_H8S2678)
22 #if defined(CONFIG_CPU_SH7706) || \
23 defined(CONFIG_CPU_SH7707) || \
24 defined(CONFIG_CPU_SH7708) || \
25 defined(CONFIG_CPU_SH7709)
29 #elif defined(CONFIG_CPU_SH7705)
42 #elif defined(CONFIG_CPU_SH7720) || \
43 defined(CONFIG_CPU_SH7721) || \
44 defined(CONFIG_ARCH_SH7367) || \
[all …]
/openbmc/linux/drivers/staging/rtl8712/
Drtl871x_debug.h
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch32 -#if defined(__powerpc__) || defined(__ppc__)
33 +#if (defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)
36 #elif defined(__FreeBSD__)
41 -#elif defined(__powerpc__) || defined(__ppc__)
42 +#elif (defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)
53 #if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) || \
54 - defined(__powerpc__) || defined(__ppc__) || defined(_M_IX86) || \
55 + ((defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)) || \
56 + defined(_M_IX86) || \
57 (defined(_M_X64) && !defined(_M_ARM64EC))
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dmxc_gpio.c41 #if defined(CONFIG_MX25) || defined(CONFIG_MX27) || defined(CONFIG_MX51) || \
42 defined(CONFIG_MX53) || defined(CONFIG_MX6) || \
43 defined(CONFIG_MX7) || defined(CONFIG_IMX8M) || \
44 defined(CONFIG_ARCH_IMX8)
47 #if defined(CONFIG_MX27) || defined(CONFIG_MX53) || defined(CONFIG_MX6) || \
48 defined(CONFIG_MX7) || defined(CONFIG_IMX8M) || \
49 defined(CONFIG_ARCH_IMX8)
51 #if !(defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL) || defined(CONFIG_IMX8M))
55 #if defined(CONFIG_MX53) || defined(CONFIG_MX6) || defined(CONFIG_MX7) || \
56 defined(CONFIG_ARCH_IMX8)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/
H A Driscv_ucontext.patch11 …f !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) &…
12defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) && !
15 #if defined(__powerpc__) && !defined(__powerpc64__)
23 #if defined(SIGSEGV_STACK_X86) || defined(SIGSEGV_STACK_IA64)
24 # if defined(SIGSEGV_STACK_IA64)
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c88 #if defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \ in get_clocks()
89 defined(CONFIG_MPC834x) || defined(CONFIG_MPC837x) in get_clocks()
93 #elif defined(CONFIG_MPC8309) in get_clocks()
101 #if !defined(CONFIG_MPC832x) in get_clocks()
104 #if defined(CONFIG_MPC8315) in get_clocks()
107 #if defined(CONFIG_FSL_ESDHC) in get_clocks()
110 #if !defined(CONFIG_MPC8309) in get_clocks()
116 #if defined(CONFIG_MPC8360) in get_clocks()
119 #if defined(CONFIG_QE) in get_clocks()
125 #if defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \ in get_clocks()
[all …]
/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/
Dcpu-feature-overrides.h
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__spin_loop_pause.hpp25 #if defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || \
26 defined(_M_IX86)
42 #elif defined(__arm__) || defined(__aarch64__) || defined(_M_ARM64)
48 #if (defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6Z__) || \ in __spin_loop_pause()
49 defined(__ARM_ARCH_6ZK__) || defined(__ARM_ARCH_6T2__) || \ in __spin_loop_pause()
50 defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || \ in __spin_loop_pause()
51 defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) || \ in __spin_loop_pause()
52 defined(__ARM_ARCH_7S__) || defined(__ARM_ARCH_8A__) || \ in __spin_loop_pause()
53 defined(__aarch64__)) in __spin_loop_pause()
55 #elif defined(_M_ARM64) in __spin_loop_pause()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch18 #elif defined(__x86__) || defined(__x86_64__) || \
19 defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
20 - defined(__i386__) || defined(__aarch64__) || \
21 + defined(__i386__) || defined(__aarch64__) || defined(__powerpc64__) || \
22 defined(__PPC__) || defined(__LITTLE_ENDIAN__) || \
23 defined(__s390__) || defined (__s390x__) || \
24 defined(__riscv)
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c16 #if defined(CONFIG_CMD_NET)
38 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f()
39 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
46 #if (defined(CONFIG_SYS_CS1_BASE) && defined(CONFIG_SYS_CS1_MASK) \ in cpu_init_f()
47 && defined(CONFIG_SYS_CS1_CTRL)) in cpu_init_f()
54 #if (defined(CONFIG_SYS_CS2_BASE) && defined(CONFIG_SYS_CS2_MASK) \ in cpu_init_f()
55 && defined(CONFIG_SYS_CS2_CTRL)) in cpu_init_f()
61 #if (defined(CONFIG_SYS_CS3_BASE) && defined(CONFIG_SYS_CS3_MASK) \ in cpu_init_f()
62 && defined(CONFIG_SYS_CS3_CTRL)) in cpu_init_f()
68 #if (defined(CONFIG_SYS_CS4_BASE) && defined(CONFIG_SYS_CS4_MASK) \ in cpu_init_f()
[all …]
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dusb.c9 #if defined(CONFIG_USB_OHCI_NEW) && defined(CONFIG_SYS_USB_OHCI_CPU_INIT)
10 # if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_CPU_PXA27X)
18 #if defined(CONFIG_CPU_MONAHANS) in usb_cpu_init()
23 #if defined(CONFIG_CPU_PXA27X) in usb_cpu_init()
28 #if defined(CONFIG_CPU_MONAHANS) in usb_cpu_init()
41 #if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X) in usb_cpu_init()
44 #if defined(CONFIG_CPU_PXA27X) in usb_cpu_init()
61 #if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X) in usb_cpu_stop()
64 #if defined(CONFIG_CPU_PXA27X) in usb_cpu_stop()
69 #if defined(CONFIG_CPU_MONAHANS) in usb_cpu_stop()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0006-Define-correct-gregs-for-RISCV32.patch22 #elif defined(__linux__)
24 - #if defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
25 + #if defined(__riscv) && __riscv_xlen == 32
27 + #elif defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
29 #elif defined(__X86_64__) || defined(__x86_64__)
34 #elif defined(__linux__)
36 + #if defined(__riscv) && __riscv_xlen == 32
56 - #if defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
57 + #elif defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/
H A D0006-Define-correct-gregs-for-RISCV32.patch22 #elif defined(__linux__)
24 - #if defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
25 + #if defined(__riscv) && __riscv_xlen == 32
27 + #elif defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
29 #elif defined(__X86_64__) || defined(__x86_64__)
34 #elif defined(__linux__)
36 + #if defined(__riscv) && __riscv_xlen == 32
56 - #if defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))
57 + #elif defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && defined(__ILP32__))

12345678910>>...202