Searched refs:_x_ (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/alpha/include/asm/ |
D | cmpxchg.h | 230 __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/ |
D | cmpxchg.h | 50 __typeof__(*(ptr)) _x_ = (x); \ 52 __arch_xchg((unsigned long)_x_, (ptr), sizeof(*(ptr))); \
|
/linux-6.12.1/arch/powerpc/include/asm/ |
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))); \
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.h | 22 #define TO_S15D16(_x_)((_x_) << 7) argument
|
D | dpu_hw_util.c | 561 #define TO_S15D16(_x_)((_x_) << 7) argument
|
/linux-6.12.1/arch/alpha/kernel/ |
D | smc37c669.c | 945 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument 946 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument
|