Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/include/asm/
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()
/linux-6.1.9/arch/sparc/include/asm/
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()
/linux-6.1.9/arch/parisc/lib/
Dbitops.c83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() function
/linux-6.1.9/arch/powerpc/include/asm/
Dcmpxchg.h397 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()