Searched refs:_x_ (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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))) __arch_xchg((ptr), _x_, sizeof(*(ptr))); \
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | cmpxchg.h | 15 __typeof__(*(ptr)) _x_ = (x); \ 16 (__typeof__(*(ptr))) __arch_xchg_local((ptr), (unsigned long)_x_,\ 48 __typeof__(*(ptr)) _x_ = (x); \ 51 __arch_xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | cmpxchg.h | 50 __typeof__(*(ptr)) _x_ = (x); \ 52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | cmpxchg.h | 256 __typeof__(*(ptr)) _x_ = (x); \ 258 (unsigned long)_x_, sizeof(*(ptr))); \ 263 __typeof__(*(ptr)) _x_ = (x); \ 265 (unsigned long)_x_, sizeof(*(ptr))); \
|
/Linux-v6.6/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
|