Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 15 of 15) sorted by relevance

/arch/c6x/include/asm/
Dspecial_insns.h13 ({ unsigned int __x; \
14 asm volatile ("mvc .s2 " #reg ",%0\n" : "=b"(__x)); __x; })
17 do { unsigned int __x = (unsigned int)(v); \
18 asm volatile ("mvc .s2 %0," #reg "\n" : : "b"(__x)); \
22 do { unsigned __x, __n = (unsigned)(n); \
27 : "=&b"(__x) : "b"(__n)); \
31 do { unsigned __x, __n = (unsigned)(n); \
36 : "=&b"(__x) : "b"(__n)); \
55 ({ unsigned int __x; \
57 "=b"(__x) : "n"(s), "n"(e), "b"(x)); \
[all …]
/arch/x86/boot/compressed/
Dmisc.h45 #define error_putstr(__x) __putstr(__x) argument
46 #define error_puthex(__x) __puthex(__x) argument
50 #define debug_putstr(__x) __putstr(__x) argument
51 #define debug_puthex(__x) __puthex(__x) argument
52 #define debug_putaddr(__x) { \ argument
53 debug_putstr(#__x ": 0x"); \
54 debug_puthex((unsigned long)(__x)); \
/arch/s390/include/asm/
Duaccess.h168 __typeof__(*(ptr)) __x = (x); \
176 __pu_err = __put_user_fn(&__x, ptr, \
201 unsigned char __x = 0; \
202 __gu_err = __get_user_fn(&__x, ptr, \
204 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
208 unsigned short __x = 0; \
209 __gu_err = __get_user_fn(&__x, ptr, \
211 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
215 unsigned int __x = 0; \
216 __gu_err = __get_user_fn(&__x, ptr, \
[all …]
/arch/sh/math-emu/
Dsfp-util.h8 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/nds32/include/asm/
Dsfp-machine.h114 UWtype __x; \
115 __x = (al) + (bl); \
116 (sh) = (ah) + (bh) + (__x < (al)); \
117 (sl) = __x; \
122 UWtype __x; \
123 __x = (al) - (bl); \
124 (sh) = (ah) - (bh) - (__x > (al)); \
125 (sl) = __x; \
/arch/riscv/include/asm/
Duaccess.h108 __typeof__(x) __x; \
125 : "+r" (err), "=&r" (__x), "=r" (__tmp) \
128 (x) = __x; \
244 __typeof__(*(ptr)) __x = x; \
261 : "rJ" (__x), "i" (-EFAULT)); \
272 u64 __x = (__typeof__((x)-(x)))(x); \
295 : "rJ" (__x), "rJ" (__x >> 32), "i" (-EFAULT)); \
/arch/parisc/include/asm/
Duaccess.h144 __typeof__(*(ptr)) __x = (__typeof__(*(ptr)))(x); \
147 case 1: __put_user_asm("stb", __x, ptr); break; \
148 case 2: __put_user_asm("sth", __x, ptr); break; \
149 case 4: __put_user_asm("stw", __x, ptr); break; \
150 case 8: STD_USER(__x, ptr); break; \
/arch/xtensa/include/asm/
Duaccess.h202 u64 __x; \
203 if (unlikely(__copy_from_user(&__x, ptr, 8))) { \
207 (x) = *(__force __typeof__((ptr)))&__x; \
222 u32 __x = 0; \
238 :[err] "+r"(err_), [tmp] "=r"(cb), [x] "+r"(__x) \
240 (x_) = (__force __typeof__(*(addr_)))__x; \
/arch/s390/kernel/
Dcompat_linux.h11 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument
12 #define AA(__x) \ argument
13 ((unsigned long)(__x))
/arch/s390/kvm/
Dgaccess.h123 __typeof__(*(gra)) __x = (x); \
128 kvm_write_guest(__vcpu->kvm, __gpa, &__x, sizeof(__x)); \
/arch/arm64/include/asm/
Dmemory.h261 phys_addr_t __x = (phys_addr_t)(__tag_reset(x)); \
262 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
/arch/microblaze/include/asm/
Duaccess.h186 __u64 __x = 0; \
187 __gu_err = raw_copy_from_user(&__x, ptr, 8) ? \
189 (x) = (typeof(x))(typeof((x) - (x)))__x; \
/arch/nios2/lib/
Dmemcpy.c39 unsigned char __x = ((unsigned char *) src_bp)[0]; \
42 ((unsigned char *) dst_bp)[0] = __x; \
/arch/x86/ia32/
Dsys_ia32.c52 #define AA(__x) ((unsigned long)(__x)) argument
/arch/parisc/kernel/
Dsignal.c57 #define A(__x) ((unsigned long)(__x)) argument