/openbmc/linux/arch/m68k/include/asm/ |
D | setup.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/ |
H A D | 0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch | 19 +#if defined(__linux__) && !defined(__GLIBC__) 29 #if (defined(_AIX43) || defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R) 31 …defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)… 32 …defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) … 40 …defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)… 41 …defined(__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__) 72 …defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)… [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
D | vermagic.h |
|
/openbmc/linux/arch/mips/include/asm/ |
D | vermagic.h |
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_secure_boot.h | 11 #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 D | global_data.h | 15 #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 D | config.h | 25 #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 D | 0001-Enable-system-malloc-on-all-linux.patch | 25 …defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined… 26 …defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined…
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_matrix.h | 11 #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 D | hardware.h | 10 #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/ |
D | 57xx_iscsi_hsi.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/ |
H A D | 0004-abseil-ppc-fixes.patch | 33 -#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 D | serial_sh.h | 15 #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/ |
D | rtl871x_debug.h |
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
H A D | abseil-ppc-fixes.patch | 32 -#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 D | mxc_gpio.c | 41 #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 D | riscv_ucontext.patch | 11 …f !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) &… 12 …defined(__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 D | speed.c | 88 #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/ |
D | cpu-feature-overrides.h |
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __spin_loop_pause.hpp | 25 #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 D | 0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch | 18 #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 D | cpu_init.c | 16 #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 D | usb.c | 9 #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 D | 0006-Define-correct-gregs-for-RISCV32.patch | 22 #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 D | 0006-Define-correct-gregs-for-RISCV32.patch | 22 #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__))
|