/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 52 register long __res __asm__ ("%d0") = __BN_##name; \ 54 : "=g" (__res) \ 55 : "0" (__res) \ 57 __bsc_return(type,__res); \ 63 register long __res __asm__ ("%d0") = __BN_##name; \ 66 : "=g" (__res) \ 67 : "0" (__res), "d" (__a) \ 69 __bsc_return(type,__res); \ 75 register long __res __asm__ ("%d0") = __BN_##name; \ 79 : "=g" (__res) \ [all …]
|
/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 379 ({ long __res; \ 381 __res = call_o32(__vec, O32_STK); \ 382 __res; \ 386 ({ long __res; \ 389 __res = call_o32(__vec, O32_STK, __a1); \ 390 __res; \ 394 ({ long __res; \ 398 __res = call_o32(__vec, O32_STK, __a1, __a2); \ 399 __res; \ 403 ({ long __res; \ [all …]
|
H A D | cmpxchg.h | 94 __typeof__(*(ptr)) __res; \ 104 __res = (__typeof__(*(ptr))) \ 109 __res; \ 186 __typeof__(*(ptr)) __res; \ 196 __res = arch_cmpxchg_local((ptr), (old), (new)); \ 206 __res; \ 302 __typeof__(*(ptr)) __res; \ 312 __res = __cmpxchg64((ptr), __old, __new); \ 315 __res = __cmpxchg64_unsupported(); \ 318 __res; \
|
H A D | elf.h | 282 int __res = 1; \ 286 __res = 0; \ 288 __res = 0; \ 292 __res = 0; \ 295 __res = 0; \ 298 __res = 0; \ 300 __res = 0; \ 302 __res; \ 310 int __res = 1; \ 314 __res = 0; \ [all …]
|
H A D | mipsmtregs.h | 319 unsigned long __res; \ 328 : "=r" (__res)); \ 330 __res; \ 343 unsigned long __res; \ 352 : "=r" (__res)); \ 354 __res; \ 359 unsigned long __res; \ 363 : "=r" (__res)); \ 365 __res; \
|
H A D | mipsregs.h | 1531 unsigned int __res; \ 1534 : "=r" (__res) \ 1537 __res; \ 1550 unsigned int __res; \ 1553 : "=r" (__res) \ 1556 __res; \ 1573 ({ unsigned int __res; \ 1577 : "=r" (__res)); \ 1584 : "=r" (__res)); \ 1585 __res; \ [all...] |
H A D | cpu-features.h | 126 int __res; \ 133 __res = 1; \ 137 __res = 0; \ 140 __res; \ 369 int __res; \ 383 __res = 0; \ 387 __res = 1; \ 390 __res; \
|
/linux/arch/sh/include/asm/ |
H A D | string_32.h | 32 register int __res; in strcmp() local 48 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 52 return __res; in strcmp() 58 register int __res; in strncmp() local 80 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 84 return __res; in strncmp()
|
/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | loongson_regs.h | 21 u32 __res; in read_cpucfg() local 30 :"=r"(__res) in read_cpucfg() 34 return __res; in read_cpucfg() 144 u32 __res; in csr_readl() local 154 :"=r"(__res) in csr_readl() 158 return __res; in csr_readl() 163 u64 __res; in csr_readq() local 173 :"=r"(__res) in csr_readq() 177 return __res; in csr_readq()
|
/linux/arch/xtensa/include/asm/ |
H A 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/arch/loongarch/include/asm/ |
H A D | elf.h | 211 int __res = 1; \ 215 __res = 0; \ 217 __res = 0; \ 219 __res; \ 227 int __res = 1; \ 231 __res = 0; \ 233 __res = 0; \ 235 __res; \
|
H A D | cmpxchg.h | 87 __typeof__(*(ptr)) __res; \ 89 __res = (__typeof__(*(ptr))) \ 92 __res; \ 194 __typeof__(*(ptr)) __res; \ 196 __res = arch_cmpxchg_local((ptr), (old), (new)); \ 198 __res; \
|
/linux/arch/x86/lib/ |
H A D | strstr_32.c | 8 register char *__res; in strstr() local 28 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr() 31 return __res; in strstr()
|
/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 123 register unsigned long __res asm(__HYPERCALL_RETREG); \ 130 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT 164 (type)__res; \ 175 (type)__res; \ 186 (type)__res; \ 197 (type)__res; \ 208 (type)__res; \ 225 return (long)__res; in xen_single_call()
|
/linux/arch/x86/kernel/ |
H A D | vm86_32.c | 452 __u8 __res; \ 453 if (get_user(__res, base + ptr) < 0) \ 456 __res; \ 461 __u16 __res; \ 462 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 465 if (get_user(val_byte(__res, 1), base + ptr) < 0) \ 468 __res; \ 473 __u32 __res; \ 474 if (get_user(val_byte(__res, 0), base + ptr) < 0) \ 477 if (get_user(val_byte(__res, [all...] |
/linux/arch/m68k/math-emu/ |
H A D | fp_emu.h | 110 register int __res asm ("d0"); \ 113 : "=d" (__res) : "a" (__src) \ 115 __res; \
|
/linux/drivers/mmc/core/ |
H A D | mmc_ops.h | 66 u32 __res = resp[__off] >> __shft; in unstuff_bits() local 69 __res |= resp[__off - 1] << ((32 - __shft) % 32); in unstuff_bits() 71 return __res & __mask; in unstuff_bits()
|
/linux/drivers/parisc/ |
H A D | power.c | 46 register unsigned long __res asm("r28");\ 48 ".word %1" : "=&r" (__res) : "i" (MFCPU_T(dr,28) ) \ 50 __res; \
|
/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 52 register unsigned long __res __asm__("r28"); \ 60 : "=r" (__res) \ 64 __sys_res = (long)__res; \
|
/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 37 bool __res = !(a)[0]; \ 39 __res = (a)[i] == (b); \ 40 if (__res) \ 43 __res; \
|
/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 198 unsigned long __res, __mask; \ 202 : "=r" (__res), "+A" (addr[BIT_WORD(nr)]) \ 205 ((__res & __mask) != 0); \
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | guest_sprintf.c | 36 int __res; \ 38 __res = ((uint64_t) n) % (uint32_t) base; \ 40 __res; \
|
/linux/include/linux/ |
H A D | resource_ext.h | 27 struct resource __res; /* Default storage for res */ member
|
/linux/drivers/iio/temperature/ |
H A D | ltc2983.c | 316 u64 __res = val * resolution; in __convert_to_raw() local 319 do_div(__res, 1000000); in __convert_to_raw() 321 return __res; in __convert_to_raw() 326 s64 __res = -(s32)val; in __convert_to_raw_sign() local 328 __res = __convert_to_raw(__res, resolution); in __convert_to_raw_sign() 330 return (u32)-__res; in __convert_to_raw_sign()
|
/linux/tools/testing/nvdimm/test/ |
H A D | iomap.c | 212 static int match(struct device *dev, void *__res, void *match_data) in match() argument 214 struct resource *res = *((struct resource **) __res); in match()
|