Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/include/asm/
Dcmpxchg.h230 __typeof__(*(ptr)) _x_ = (x); \
231 (__typeof__(*(ptr))) ____xchg((ptr), (unsigned long)_x_, \
257 __typeof__(*(ptr)) _x_ = (x); \
260 ____xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
/linux-6.12.1/arch/parisc/include/asm/
Dcmpxchg.h50 __typeof__(*(ptr)) _x_ = (x); \
52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
/linux-6.12.1/arch/powerpc/include/asm/
Dcmpxchg.h256 __typeof__(*(ptr)) _x_ = (x); \
258 (unsigned long)_x_, sizeof(*(ptr))); \
263 __typeof__(*(ptr)) _x_ = (x); \
265 (unsigned long)_x_, sizeof(*(ptr))); \
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h22 #define TO_S15D16(_x_)((_x_) << 7) argument
Ddpu_hw_util.c561 #define TO_S15D16(_x_)((_x_) << 7) argument
/linux-6.12.1/arch/alpha/kernel/
Dsmc37c669.c945 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument
946 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument