Searched refs:_x_ (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A 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))); \
|
/openbmc/linux/arch/alpha/include/asm/ |
H A 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))); \
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cmpxchg.h | 50 __typeof__(*(ptr)) _x_ = (x); \ 52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A 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))); \
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 150 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); }) argument 152 #define SMC_LEON_SWAP32(_x_) \ argument 153 ({ dword _x = (_x_); \
|
/openbmc/linux/arch/alpha/kernel/ |
H A 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
|