Home
last modified time | relevance | path

Searched refs:dmb (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dlowlevel_init.S59 dmb
72 dmb
84 dmb
/openbmc/u-boot/arch/arm/include/asm/
H A Dbarriers.h48 #define dmb() DMB macro
H A Dio.h112 #define __iormb() dmb()
113 #define __iowmb() dmb()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S45 dmb
57 dmb
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dlowlevel_spl.S64 dmb /* @data memory barrier */
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h240 #define dmb() __asm__ __volatile__ ("" : : : "memory") macro
241 #define __iormb() dmb()
242 #define __iowmb() dmb()
/openbmc/qemu/tests/tcg/arm/system/
H A Dtest-armv6m-undef.S108 dmb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch39 __asm__ __volatile__("dmb ishst" ::: "memory");
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h94 #define dmb() __asm__ __volatile__ ("" : : : "memory") macro
95 #define __iormb() dmb()
96 #define __iowmb() dmb()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S26 dmb @ ensure ordering with previous memory accesses
97 dmb @ ensure ordering with previous memory accesses
H A Dpsci.S192 dmb @ ensure ordering with previous memory accesses
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch49 + # For ARM archs, exclude any sync builtins if dmb or mcr p15, #0, r0, c7, c10, #5
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0005-feat-corstone1000-Add-multicore-support-for-FVP-plat.patch37 + dmb ish
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c382 dmb(); in qcom_smem_alloc_private()
412 dmb(); in qcom_smem_alloc_global()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb60 # dmb operation. So we use system-allocator instead of tcmalloc
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c630 dmb(); in wait_for_mc()
713 dmb(); in mc_init()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h67 #define dmb() mb() macro