| /arch/arm64/include/asm/ |
| A D | rwonce.h | 34 typeof(&(x)) __x = &(x); \ 36 union { __unqual_scalar_typeof(*__x) __val; char __c[1]; } __u; \ 41 : "Q" (*__x) : "memory"); \ 46 : "Q" (*__x) : "memory"); \ 51 : "Q" (*__x) : "memory"); \ 56 : "Q" (*__x) : "memory"); \ 61 atomic ? (typeof(*__x))__u.__val : (*(volatile typeof(__x))__x);\
|
| A D | memory.h | 338 phys_addr_t __x = (phys_addr_t)(__tag_reset(x)); \ 339 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
|
| /arch/x86/boot/compressed/ |
| A D | misc.h | 68 #define error_putstr(__x) __putstr(__x) argument 69 #define error_puthex(__x) __puthex(__x) argument 70 #define error_putdec(__x) __putdec(__x) argument 74 #define debug_putstr(__x) __putstr(__x) argument 75 #define debug_puthex(__x) __puthex(__x) argument 76 #define debug_putaddr(__x) { \ argument 77 debug_putstr(#__x ": 0x"); \ 78 debug_puthex((unsigned long)(__x)); \
|
| /arch/sh/math-emu/ |
| A 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/s390/include/asm/ |
| A D | uaccess.h | 191 __typeof__(*(ptr)) __x = (x); \ 198 (unsigned char *)&__x, \ 203 (unsigned short *)&__x, \ 208 (unsigned int *)&__x, \ 213 (unsigned long *)&__x, \ 317 unsigned char __x; \ 320 (x) = *(__force __typeof__(*(ptr)) *)&__x; \ 325 unsigned short __x; \ 328 (x) = *(__force __typeof__(*(ptr)) *)&__x; \ 333 unsigned int __x; \ [all …]
|
| A D | rwonce.h | 16 typeof(x) __x; \ 26 __u.__x; \
|
| /arch/alpha/include/asm/ |
| A D | rwonce.h | 25 __unqual_scalar_typeof(x) __x = \ 26 (*(volatile typeof(__x) *)(&(x))); \ 28 (typeof(x))__x; \
|
| /arch/riscv/include/asm/ |
| A D | kvm_nacl.h | 61 #define lelong_to_cpu(__x) le32_to_cpu(__x) argument 62 #define cpu_to_lelong(__x) cpu_to_le32(__x) argument 64 #define lelong_to_cpu(__x) le64_to_cpu(__x) argument 65 #define cpu_to_lelong(__x) cpu_to_le64(__x) argument
|
| A D | uaccess.h | 281 __typeof__(*(ptr)) __x = x; \ 286 : : "rJ" (__x), "m"(*(ptr)) : : label); \ 296 u64 __x = (__typeof__((x)-(x)))(x); \ 304 : : "rJ" (__x), "rJ" (__x >> 32), \
|
| /arch/xtensa/include/asm/ |
| A 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/ |
| A 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/ |
| A 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/ |
| A 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/ |
| A D | gaccess.h | 123 __typeof__(*(gra)) __x = (x); \ 128 kvm_write_guest(__vcpu->kvm, __gpa, &__x, sizeof(__x)); \
|
| /arch/nios2/lib/ |
| A D | memcpy.c | 39 unsigned char __x = ((unsigned char *) src_bp)[0]; \ 42 ((unsigned char *) dst_bp)[0] = __x; \
|
| /arch/parisc/include/asm/ |
| A D | uaccess.h | 132 __typeof__(*(__ptr)) __x = (__typeof__(*(__ptr)))(x); \ 133 __put_user_internal(SR_USER, __x, __ptr); \
|
| /arch/x86/kernel/ |
| A D | sys_ia32.c | 52 #define AA(__x) ((unsigned long)(__x)) argument
|
| /arch/parisc/kernel/ |
| A D | signal.c | 54 #define A(__x) ((unsigned long)(__x)) argument
|
| /arch/arm64/kvm/ |
| A D | emulate-nested.c | 2227 #define for_each_encoding_in(__x, __s, __e) \ argument 2228 for (u32 __x = __s; __x <= __e; __x = encoding_next(__x))
|