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

/linux-master/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);
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_64.h131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) function
161 return __cmpxchg_u8(ptr, old, new);
/linux-master/arch/parisc/lib/
H A Dbitops.c83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) function
/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h283 __cmpxchg_u8(volatile unsigned char *p, unsigned long old, unsigned long new) function
289 "1: lbarx %0,0,%2 # __cmpxchg_u8\n"
626 return __cmpxchg_u8(ptr, old, new);

Completed in 121 milliseconds