Searched refs:_x_ (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/riscv/include/asm/ |
D | cmpxchg.h | 42 __typeof__(*(ptr)) _x_ = (x); \ 44 _x_, sizeof(*(ptr))); \ 77 __typeof__(*(ptr)) _x_ = (x); \ 79 _x_, sizeof(*(ptr))); \ 112 __typeof__(*(ptr)) _x_ = (x); \ 114 _x_, sizeof(*(ptr))); \ 145 __typeof__(*(ptr)) _x_ = (x); \ 146 (__typeof__(*(ptr))) __xchg((ptr), _x_, sizeof(*(ptr))); \
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | cmpxchg.h | 15 __typeof__(*(ptr)) _x_ = (x); \ 16 (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_, \ 48 __typeof__(*(ptr)) _x_ = (x); \ 51 __xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | cmpxchg.h | 50 __typeof__(*(ptr)) _x_ = (x); \ 52 __xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | cmpxchg.h | 190 __typeof__(*(ptr)) _x_ = (x); \ 192 (unsigned long)_x_, sizeof(*(ptr))); \ 197 __typeof__(*(ptr)) _x_ = (x); \ 199 (unsigned long)_x_, sizeof(*(ptr))); \
|
/linux-6.1.9/arch/alpha/kernel/ |
D | smc37c669.c | 943 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument 944 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument
|