Searched refs:__xchg_llsc_asm (Results 1 – 1 of 1) sorted by relevance
26 #define __xchg_llsc_asm(ld, st, m, val) \ macro93 return __xchg_llsc_asm("ll.w", "sc.w", (volatile u32 *)ptr, (u32)x); in __arch_xchg()101 return __xchg_llsc_asm("ll.d", "sc.d", (volatile u64 *)ptr, (u64)x); in __arch_xchg()