/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/glog/ |
H A D | glog_0.7.1.bb | 19 PACKAGECONFIG ?= "shared unwind 64bit-atomics" 21 PACKAGECONFIG:remove:riscv32 = "unwind 64bit-atomics" 22 PACKAGECONFIG:remove:mipsarch = "64bit-atomics" 23 PACKAGECONFIG:remove:armv5 = "64bit-atomics" 24 PACKAGECONFIG:remove:armv6 = "64bit-atomics" 25 PACKAGECONFIG:remove:powerpc = "64bit-atomics" 33 PACKAGECONFIG[64bit-atomics] = ",-DCMAKE_CXX_STANDARD_LIBRARIES='-latomic',,"
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | bpmp-tegra210.c | 32 void __iomem *atomics; member 145 priv->atomics + TRIGGER_OFFSET); in tegra210_bpmp_channel_init() 146 address = readl(priv->atomics + RESULT_OFFSET(index)); in tegra210_bpmp_channel_init() 175 priv->atomics = devm_platform_ioremap_resource(pdev, 0); in tegra210_bpmp_init() 176 if (IS_ERR(priv->atomics)) in tegra210_bpmp_init() 177 return PTR_ERR(priv->atomics); in tegra210_bpmp_init()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch | 4 Subject: [PATCH] nativesdk-glibc: Allow 64 bit atomics for x86 36 -/* Since the Pentium, i386 CPUs have supported 64-bit atomics, but the 39 - atomics on this platform. */
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | Makefile.target | 43 HEX_TESTS += atomics 95 atomics: atomics.c hex_test.h
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0001-meson-Run-atomics-test-on-clang-as-well.patch | 4 Subject: [PATCH] meson: Run atomics test on clang as well 7 …2.62.1/glib/gatomic.c:675:2: error: G_ATOMIC_LOCK_FREE defined, but incapable of lock-free atomics.
|
/openbmc/qemu/docs/devel/ |
H A D | index-internals.rst | 10 atomics
|
/openbmc/linux/scripts/atomic/ |
H A D | gen-atomics.sh | 7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
|
/openbmc/linux/kernel/kcsan/ |
H A D | Makefile | 11 $(call cc-option,-mno-outline-atomics) \
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-meson-misdetects-64bit-atomics-on-mips-clang.patch | 4 Subject: [PATCH] meson misdetects 64bit atomics on mips/clang
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-nmea_gps-Link-with-latomic.patch | 6 clang/x86 ends up with missing symbols for atomics due to atomic<double>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0004-src-Do-not-reset-FINAL_LIBS.patch | 9 e.g. -latomic is needed on clang/x86 to provide for 64bit atomics
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | 0004-src-Do-not-reset-FINAL_LIBS.patch | 9 e.g. -latomic is needed on clang/x86 to provide for 64bit atomics
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | 0001-src-Do-not-reset-FINAL_LIBS.patch | 9 e.g. -latomic is needed on clang/x86 to provide for 64bit atomics
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | refcount-vs-atomic.rst | 37 在没有任何内存顺序保证的情况下(即完全无序),atomics和refcounters只提供原
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
H A D | 0001-cmake-Add-check-for-atomic-support.patch | 89 +# Check if atomics work without libatomic 105 +# Check if 64bit atomics work without libatomic
|
/openbmc/linux/Documentation/bpf/ |
H A D | clang-notes.rst | 35 the atomics features, while keeping a lower ``-mcpu`` version, you can use
|
/openbmc/linux/Documentation/devicetree/bindings/firmware/ |
H A D | nvidia,tegra210-bpmp.txt | 17 1) base address and length to Tegra 'atomics' hardware
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | fix-arm-atomic.patch | 6 Check to link with libatomic to enable C11 atomics support
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
H A D | protobuf-c_1.5.0.bb | 40 # No 64bit atomics
|
/openbmc/linux/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 29 ordering types that are relevant for the atomics and reference 34 atomics & refcounters only provide atomicity and
|
H A D | errseq.rst | 15 are used as a counter. This is done with atomics instead of locking so that
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++_2.0.0.bb | 30 # Link libatomic on architectures without 64bit atomics fixes
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-runtime.inc | 257 SUMMARY:libatomic = "GNU C++11 atomics support library" 262 SUMMARY:libatomic-dev = "GNU C++11 atomics support library - development files" 264 SUMMARY:libatomic-staticdev = "GNU C++11 atomics support library - static development files"
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc_2.40.bb | 30 file://0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch \
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.2.rst | 100 - boost: Fix build on arches with no atomics
|