Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dcmpxchg.h50 __typeof__(*(ptr)) _x_ = (x); \
52 _x_, sizeof(*(ptr))); \
85 __typeof__(*(ptr)) _x_ = (x); \
87 _x_, sizeof(*(ptr))); \
120 __typeof__(*(ptr)) _x_ = (x); \
122 _x_, sizeof(*(ptr))); \
153 __typeof__(*(ptr)) _x_ = (x); \
154 (__typeof__(*(ptr))) __xchg((ptr), _x_, sizeof(*(ptr))); \
/Linux-v4.19/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-v4.19/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-v4.19/arch/alpha/kernel/
Dsmc37c669.c944 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument
945 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddi.c58 #define XDI_A_NR(_x_) ((byte)(((ISDN_ADAPTER *)(_x_->io))->ANum)) argument
62 #define XDI_A_NR(_x_) ((byte)0) argument