Home
last modified time | relevance | path

Searched refs:__cmpxchg_u8 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/sparc/include/asm/
Dcmpxchg_64.h126 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() function
156 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()
/Linux-v4.19/arch/powerpc/include/asm/
Dcmpxchg.h408 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()