Home
last modified time | relevance | path

Searched refs:_mb (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h262 #define MB_VENDOR_STRING(_mb) \ argument
263 (((unsigned char *) ((_mb)->strings)) + (_mb)->vendor_idx)
265 #define MB_PART_STRING(_mb) \ argument
266 (((unsigned char *) ((_mb)->strings)) + (_mb)->part_number_idx)
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h87 __XCHG_GEN(_mb)
103 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)
142 __CMPXCHG128(_mb)
171 __CMPXCHG_GEN(_mb)
188 #define arch_cmpxchg(...) __cmpxchg_wrapper( _mb, __VA_ARGS__)
H A Datomic_lse.h311 __CMPXCHG128(_mb, al, "memory")
H A Datomic_ll_sc.h333 __CMPXCHG128(_mb, dmb ish, l, "memory")