Searched refs:__xchg_asm (Results 1 – 1 of 1) sorted by relevance
44 #define __xchg_asm(ld, st, m, val) \ macro89 return __xchg_asm("ll", "sc", (volatile u32 *)ptr, x); in __xchg()95 return __xchg_asm("lld", "scd", (volatile u64 *)ptr, x); in __xchg()