Searched refs:cmpxchg_emu_u8 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/csky/include/asm/ |
H A D | cmpxchg.h | 66 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne… 99 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne… 133 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne…
|
/linux/lib/ |
H A D | cmpxchg-emu.c | 25 uintptr_t cmpxchg_emu_u8(volatile u8 *p, uintptr_t old, uintptr_t new) in cmpxchg_emu_u8() function 45 EXPORT_SYMBOL_GPL(cmpxchg_emu_u8);
|
/linux/include/linux/ |
H A D | cmpxchg-emu.h | 13 uintptr_t cmpxchg_emu_u8(volatile u8 *p, uintptr_t old, uintptr_t new);
|
/linux/arch/sh/include/asm/ |
H A D | cmpxchg.h | 61 return cmpxchg_emu_u8(ptr, old, new); in __cmpxchg()
|
/linux/arch/arc/include/asm/ |
H A D | cmpxchg.h | 51 …_prev_ = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *__force)_p_, (uintptr_t)_o_, (uintptr_t)…
|
/linux/arch/arm/include/asm/ |
H A D | cmpxchg.h | 168 oldval = cmpxchg_emu_u8((volatile u8 *)ptr, old, new); in __cmpxchg()
|
/linux/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 78 case 1: return cmpxchg_emu_u8(ptr, old, new); in __cmpxchg()
|