Searched refs:__cmpxchg_u8 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/parisc/include/asm/ |
D | cmpxchg.h | 63 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/ |
D | cmpxchg_64.h | 131 __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/ |
D | bitops.c | 83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() function
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | cmpxchg.h | 397 return __cmpxchg_u8(ptr, old, new); in __cmpxchg()
|