/arch/arm64/include/asm/ |
D | rwonce.h | 38 typeof(&(x)) __x = &(x); \ 40 union { __unqual_scalar_typeof(*__x) __val; char __c[1]; } __u; \ 45 : "Q" (*__x) : "memory"); \ 50 : "Q" (*__x) : "memory"); \ 55 : "Q" (*__x) : "memory"); \ 60 : "Q" (*__x) : "memory"); \ 65 atomic ? (typeof(*__x))__u.__val : (*(volatile typeof(__x))__x);\
|
D | memory.h | 306 phys_addr_t __x = (phys_addr_t)(__tag_reset(x)); \ 307 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
|
/arch/s390/include/asm/ |
D | uaccess.h | 199 __typeof__(*(ptr)) __x = (x); \ 208 __pu_err = __put_user_fn(&__x, ptr, sizeof(*(ptr))); \ 230 unsigned char __x; \ 232 __gu_err = __get_user_fn(&__x, ptr, sizeof(*(ptr))); \ 233 (x) = *(__force __typeof__(*(ptr)) *)&__x; \ 237 unsigned short __x; \ 239 __gu_err = __get_user_fn(&__x, ptr, sizeof(*(ptr))); \ 240 (x) = *(__force __typeof__(*(ptr)) *)&__x; \ 244 unsigned int __x; \ 246 __gu_err = __get_user_fn(&__x, ptr, sizeof(*(ptr))); \ [all …]
|
D | rwonce.h | 16 typeof(x) __x; \ 26 __u.__x; \
|
/arch/x86/boot/compressed/ |
D | misc.h | 67 #define error_putstr(__x) __putstr(__x) argument 68 #define error_puthex(__x) __puthex(__x) argument 72 #define debug_putstr(__x) __putstr(__x) argument 73 #define debug_puthex(__x) __puthex(__x) argument 74 #define debug_putaddr(__x) { \ argument 75 debug_putstr(#__x ": 0x"); \ 76 debug_puthex((unsigned long)(__x)); \
|
/arch/sh/math-emu/ |
D | sfp-util.h | 8 UWtype __x; \ 9 __x = (al) + (bl); \ 10 (sh) = (ah) + (bh) + (__x < (al)); \ 11 (sl) = __x; \ 16 UWtype __x; \ 17 __x = (al) - (bl); \ 18 (sh) = (ah) - (bh) - (__x > (al)); \ 19 (sl) = __x; \
|
/arch/alpha/include/asm/ |
D | rwonce.h | 25 __unqual_scalar_typeof(x) __x = \ 26 (*(volatile typeof(__x) *)(&(x))); \ 28 (typeof(x))__x; \
|
/arch/riscv/include/asm/ |
D | uaccess.h | 55 __typeof__(x) __x; \ 61 : "+r" (err), "=&r" (__x) \ 63 (x) = __x; \ 173 __typeof__(*(ptr)) __x = x; \ 180 : "rJ" (__x)); \ 190 u64 __x = (__typeof__((x)-(x)))(x); \ 202 : "rJ" (__x), "rJ" (__x >> 32)); \
|
/arch/xtensa/include/asm/ |
D | uaccess.h | 178 u64 __x; \ 179 if (unlikely(__copy_from_user(&__x, ptr, 8))) { \ 183 (x) = *(__force __typeof__(*(ptr)) *)&__x; \ 200 u32 __x = 0; \ 216 :[err] "+r"(err_), [tmp] "=r"(cb), [x] "+r"(__x) \ 218 (x_) = (__force __typeof__(*(addr_)))__x; \
|
/arch/s390/kernel/ |
D | compat_linux.h | 14 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument 15 #define AA(__x) ((unsigned long)(__x)) argument
|
/arch/x86/include/asm/ |
D | uaccess.h | 175 __typeof__(*(ptr)) __x = (x); /* eval x once */ \ 179 __val_pu = __x; \ 187 instrument_put_user(__x, __ptr, sizeof(*(ptr))); \ 234 __typeof__(*(ptr)) __x = (x); /* eval x once */ \ 239 __put_user_goto(__x, __ptr, "b", "iq", label); \ 242 __put_user_goto(__x, __ptr, "w", "ir", label); \ 245 __put_user_goto(__x, __ptr, "l", "ir", label); \ 248 __put_user_goto_u64(__x, __ptr, label); \ 253 instrument_put_user(__x, __ptr, size); \
|
/arch/microblaze/include/asm/ |
D | uaccess.h | 115 __u64 __x = 0; \ 116 __gu_err = raw_copy_from_user(&__x, ptr, 8) ? \ 118 (x) = (typeof(x))(typeof((x) - (x)))__x; \
|
/arch/s390/kvm/ |
D | gaccess.h | 123 __typeof__(*(gra)) __x = (x); \ 128 kvm_write_guest(__vcpu->kvm, __gpa, &__x, sizeof(__x)); \
|
/arch/parisc/include/asm/ |
D | uaccess.h | 117 __typeof__(*(__ptr)) __x = (__typeof__(*(__ptr)))(x); \ 118 __put_user_internal(SR_USER, __x, __ptr); \
|
/arch/nios2/lib/ |
D | memcpy.c | 39 unsigned char __x = ((unsigned char *) src_bp)[0]; \ 42 ((unsigned char *) dst_bp)[0] = __x; \
|
/arch/x86/kernel/ |
D | sys_ia32.c | 52 #define AA(__x) ((unsigned long)(__x)) argument
|
/arch/parisc/kernel/ |
D | signal.c | 54 #define A(__x) ((unsigned long)(__x)) argument
|