Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dcmpxchg.h42 __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-v5.4/arch/alpha/include/asm/
Dcmpxchg.h15 __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-v5.4/arch/powerpc/include/asm/
Dcmpxchg.h197 __typeof__(*(ptr)) _x_ = (x); \
199 (unsigned long)_x_, sizeof(*(ptr))); \
204 __typeof__(*(ptr)) _x_ = (x); \
206 (unsigned long)_x_, sizeof(*(ptr))); \
/Linux-v5.4/arch/alpha/kernel/
Dsmc37c669.c943 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument
944 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument