Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h263 #define MB_VENDOR_STRING(_mb) \ argument
264 (((unsigned char *) ((_mb)->strings)) + (_mb)->vendor_idx)
266 #define MB_PART_STRING(_mb) \ argument
267 (((unsigned char *) ((_mb)->strings)) + (_mb)->part_number_idx)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcmpxchg.h88 __XCHG_GEN(_mb)
104 #define arch_xchg(...) __xchg_wrapper( _mb, __VA_ARGS__)
146 __CMPXCHG_DBL(_mb)
175 __CMPXCHG_GEN(_mb)
192 #define arch_cmpxchg(...) __cmpxchg_wrapper( _mb, __VA_ARGS__)
H A Datomic_ll_sc.h348 __CMPXCHG_DBL(_mb, dmb ish, l, "memory")
H A Datomic_lse.h415 __CMPXCHG_DBL(_mb, al, "memory")