Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 25 of 31) sorted by relevance

12

/linux/arch/m68k/include/asm/
A Dbootstd.h54 : "=g" (__res) \
55 : "0" (__res) \
57 __bsc_return(type,__res); \
66 : "=g" (__res) \
69 __bsc_return(type,__res); \
79 : "=g" (__res) \
82 __bsc_return(type,__res); \
93 : "=g" (__res) \
97 __bsc_return(type,__res); \
113 __bsc_return(type,__res); \
[all …]
/linux/arch/mips/include/asm/
A Dsgiarcs.h382 __res; \
390 __res; \
399 __res; \
409 __res; \
420 __res; \
432 __res; \
445 __res; \
454 __res; \
464 __res; \
475 __res; \
[all …]
A Dcmpxchg.h94 __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; \
A Delf.h282 int __res = 1; \
286 __res = 0; \
288 __res = 0; \
292 __res = 0; \
295 __res = 0; \
298 __res = 0; \
300 __res = 0; \
302 __res; \
314 __res = 0; \
316 __res = 0; \
[all …]
A Dmipsmtregs.h319 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; \
A Dmipsregs.h1534 : "=r" (__res) \
1537 __res; \
1556 __res; \
1585 __res; \
1606 __res; \
1682 __res; \
1795 __res; \
2272 __res; \
2285 __res; \
2544 __res; \
[all …]
A Dcpu-features.h126 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/
A Dstring_32.h32 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/
A Dloongson_regs.h21 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/
A Dstring.h65 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/
A Delf.h211 int __res = 1; \
215 __res = 0; \
217 __res = 0; \
219 __res; \
227 int __res = 1; \
231 __res = 0; \
233 __res = 0; \
235 __res; \
A Dcmpxchg.h87 __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/
A Dstrstr_32.c8 register char *__res; in strstr() local
28 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr()
31 return __res; in strstr()
/linux/arch/arm/include/asm/
A Ddiv64.h28 register unsigned long long __res asm("r2"); in __div64_32()
34 : "+r" (__n), "=r" (__res) in __div64_32()
38 *n = __res; in __div64_32()
/linux/arch/x86/include/asm/xen/
A Dhypercall.h112 register unsigned long __res asm(__HYPERCALL_RETREG); \
119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
153 (type)__res; \
164 (type)__res; \
175 (type)__res; \
186 (type)__res; \
197 (type)__res; \
217 return (long)__res; in xen_single_call()
/linux/arch/m68k/math-emu/
A Dfp_emu.h110 register int __res asm ("d0"); \
113 : "=d" (__res) : "a" (__src) \
115 __res; \
/linux/arch/x86/kernel/
A Dvm86_32.c453 __u8 __res; \
454 if (get_user(__res, base + ptr) < 0) \
457 __res; \
462 __u16 __res; \
463 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
466 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
469 __res; \
474 __u32 __res; \
475 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
478 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
[all …]
/linux/drivers/mmc/core/
A Dmmc_ops.h65 u32 __res = resp[__off] >> __shft; in unstuff_bits() local
68 __res |= resp[__off - 1] << ((32 - __shft) % 32); in unstuff_bits()
70 return __res & __mask; in unstuff_bits()
/linux/drivers/parisc/
A Dpower.c46 register unsigned long __res asm("r28");\
48 ".word %1" : "=&r" (__res) : "i" (MFCPU_T(dr,28) ) \
50 __res; \
/linux/arch/parisc/include/asm/
A Dunistd.h52 register unsigned long __res __asm__("r28"); \
60 : "=r" (__res) \
64 __sys_res = (long)__res; \
/linux/samples/bpf/
A Dxdp_sample.bpf.c37 bool __res = !(a)[0]; \
39 __res = (a)[i] == (b); \
40 if (__res) \
43 __res; \
/linux/arch/riscv/include/asm/
A Dbitops.h198 unsigned long __res, __mask; \
202 : "=r" (__res), "+A" (addr[BIT_WORD(nr)]) \
205 ((__res & __mask) != 0); \
/linux/arch/x86/boot/
A Dprintf.c36 int __res; \
37 __res = ((unsigned long) n) % (unsigned) base; \
39 __res; })
/linux/tools/testing/selftests/kvm/lib/
A Dguest_sprintf.c36 int __res; \
38 __res = ((uint64_t) n) % (uint32_t) base; \
40 __res; \
/linux/include/linux/
A Dresource_ext.h27 struct resource __res; /* Default storage for res */ member

Completed in 70 milliseconds

12