Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcmpxchg.h63 extern u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new_);
75 case 1: return __cmpxchg_u8((u8 *)ptr, old & 0xff, new_ & 0xff); in __cmpxchg()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcmpxchg_64.h131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() function
161 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dbitops.c83 u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h397 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()