Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Dcmpxchg.h15 __typeof__(*(ptr)) _x_ = (x); \
16 (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_, \
47 __typeof__(*(ptr)) _x_ = (x); \
48 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, \
/linux-4.1.27/arch/powerpc/include/asm/
Dcmpxchg.h132 __typeof__(*(ptr)) _x_ = (x); \
133 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
138 __typeof__(*(ptr)) _x_ = (x); \
140 (unsigned long)_x_, sizeof(*(ptr))); \
/linux-4.1.27/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-4.1.27/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