/linux-4.4.14/arch/arm/include/asm/ |
D | div64.h | 35 register unsigned long long __res asm("r2"); \ 42 : "=r" (__rem), "=r" (__res) \ 45 n = __res; \ 93 unsigned long long __res, __x, __t, __m, __n = n; \ 104 __res = (__m & 0xffffffff) * (__x & 0xffffffff); \ 105 __res >>= 32; \ 106 __res += (__m & 0xffffffff) * (__x >> 32); \ 107 __t = __res; \ 108 __res += (__x & 0xffffffff) * (__m >> 32); \ 109 __t = (__res < __t) ? (1ULL << 32) : 0; \ [all …]
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bootstd.h | 51 register long __res __asm__ ("%d0") = __BN_##name; \ 53 : "=g" (__res) \ 54 : "0" (__res) \ 56 __bsc_return(type,__res); \ 62 register long __res __asm__ ("%d0") = __BN_##name; \ 65 : "=g" (__res) \ 66 : "0" (__res), "d" (__a) \ 68 __bsc_return(type,__res); \ 74 register long __res __asm__ ("%d0") = __BN_##name; \ 78 : "=g" (__res) \ [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | mutex-llsc.h | 24 int __done, __res; in __mutex_fastpath_lock() local 31 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_lock() 35 if (unlikely(!__done || __res != 0)) in __mutex_fastpath_lock() 42 int __done, __res; in __mutex_fastpath_lock_retval() local 49 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_lock_retval() 53 if (unlikely(!__done || __res != 0)) in __mutex_fastpath_lock_retval() 54 __res = -1; in __mutex_fastpath_lock_retval() 56 return __res; in __mutex_fastpath_lock_retval() 62 int __done, __res; in __mutex_fastpath_unlock() local 69 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_unlock() [all …]
|
D | string_32.h | 59 register int __res; in strcmp() local 75 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 79 return __res; in strcmp() 85 register int __res; in strncmp() local 107 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 111 return __res; in strncmp()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | sgiarcs.h | 376 ({ long __res; \ 383 : "=r" (__res), "=r" (__vec) \ 386 (unsigned long) __res; \ 390 ({ long __res; \ 398 : "=r" (__res), "=r" (__vec) \ 401 (unsigned long) __res; \ 405 ({ long __res; \ 414 : "=r" (__res), "=r" (__vec) \ 417 __res; \ 421 ({ long __res; \ [all …]
|
D | string.h | 75 int __res; in strcmp() local 94 : "=r" (__cs), "=r" (__ct), "=r" (__res) in strcmp() 97 return __res; in strcmp() 106 int __res; in strncmp() local 127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) in strncmp() 130 return __res; in strncmp()
|
D | elf.h | 227 int __res = 1; \ 231 __res = 0; \ 233 __res = 0; \ 235 __res = 0; \ 238 __res = 0; \ 240 __res = 0; \ 242 __res; \ 258 int __res = 1; \ 262 __res = 0; \ 264 __res = 0; \ [all …]
|
D | mipsmtregs.h | 286 unsigned long __res; \ 296 : "=r" (__res)); \ 298 __res; \ 303 unsigned long __res; \ 313 : "=r" (__res)); \ 315 __res; \ 320 unsigned long __res; \ 324 : "=r" (__res)); \ 326 __res; \
|
D | mipsregs.h | 899 unsigned int __res; \ 902 : "=r" (__res) \ 905 __res; \ 918 unsigned int __res; \ 921 : "=r" (__res) \ 924 __res; \ 941 ({ unsigned int __res; \ 945 : "=r" (__res)); \ 951 : "=r" (__res)); \ 952 __res; \ [all …]
|
D | cmpxchg.h | 203 __typeof__(*(ptr)) __res = 0; \ 209 __res = __cmpxchg_asm("ll", "sc", __ptr, __old, __new); \ 213 __res = __cmpxchg_asm("lld", "scd", __ptr, \ 224 __res; \
|
D | cpu-features.h | 257 int __res; \ 271 __res = 0; \ 275 __res = 1; \ 278 __res; \
|
/linux-4.4.14/arch/mips/include/asm/netlogic/ |
D | mips-extns.h | 232 ({ uint32_t __res; \ 238 : "=r" (__res)); \ 244 : "=r" (__res)); \ 245 __res; \ 249 ({ unsigned long long __res; \ 251 __res = __read_64bit_c2_split(source, sel); \ 257 : "=r" (__res)); \ 263 : "=r" (__res)); \ 264 __res; \
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | string.h | 65 register int __res; in strcmp() local 78 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strcmp() 81 return __res; in strcmp() 87 register int __res; in strncmp() local 103 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strncmp() 106 return __res; in strncmp()
|
/linux-4.4.14/arch/mips/kernel/ |
D | binfmt_elfo32.c | 47 int __res = 1; \ 51 __res = 0; \ 53 __res = 0; \ 55 __res = 0; \ 58 __res = 0; \ 60 __res = 0; \ 62 __res; \
|
D | binfmt_elfn32.c | 35 int __res = 1; \ 39 __res = 0; \ 41 __res = 0; \ 44 __res = 0; \ 46 __res; \
|
/linux-4.4.14/arch/x86/lib/ |
D | strstr_32.c | 6 register char *__res; in strstr() local 26 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr() 29 return __res; in strstr()
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_emu.h | 110 register int __res asm ("d0"); \ 113 : "=d" (__res) : "a" (__src) \ 115 __res; \
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | hypercall.h | 108 register unsigned long __res asm(__HYPERCALL_RETREG); \ 115 #define __HYPERCALL_0PARAM "=r" (__res) 149 (type)__res; \ 160 (type)__res; \ 171 (type)__res; \ 182 (type)__res; \ 193 (type)__res; \ 204 (type)__res; \ 221 return (long)__res; in privcmd_call()
|
/linux-4.4.14/arch/x86/kernel/ |
D | vm86_32.c | 483 __u8 __res; \ 484 if (get_user(__res, base + ptr) < 0) \ 487 __res; \ 492 __u16 __res; \ 493 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 496 if (get_user(val_byte(__res, 1), base + ptr) < 0) \ 499 __res; \ 504 __u32 __res; \ 505 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 508 if (get_user(val_byte(__res, 1), base + ptr) < 0) \ [all …]
|
/linux-4.4.14/drivers/parisc/ |
D | power.c | 71 register unsigned long __res asm("r28");\ 73 ".word %1" : "=&r" (__res) : "i" (MFCPU_T(dr,28) ) \ 75 __res; \
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | unistd.h | 47 register unsigned long __res __asm__("r28"); \ 55 : "=r" (__res) \ 59 __sys_res = (long)__res; \
|
/linux-4.4.14/arch/x86/boot/ |
D | printf.c | 38 int __res; \ 39 __res = ((unsigned long) n) % (unsigned) base; \ 41 __res; })
|
/linux-4.4.14/include/linux/ |
D | resource_ext.h | 35 struct resource __res; /* Default storage for res */ member
|
/linux-4.4.14/drivers/mmc/core/ |
D | sd.c | 62 u32 __res; \ 64 __res = resp[__off] >> __shft; \ 66 __res |= resp[__off-1] << ((32 - __shft) % 32); \ 67 __res & __mask; \
|
D | mmc.c | 54 u32 __res; \ 56 __res = resp[__off] >> __shft; \ 58 __res |= resp[__off-1] << ((32 - __shft) % 32); \ 59 __res & __mask; \
|
/linux-4.4.14/kernel/locking/ |
D | qspinlock_paravirt.h | 37 struct mcs_spinlock __res[3]; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 302 int __res; \ 304 __res = sanity_check_nolock(ext); \ 306 __res; \
|
/linux-4.4.14/kernel/ |
D | resource.c | 1521 entry->res = res ? res : &entry->__res; in resource_list_create_entry()
|