Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 25 of 27) 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.h95 __typeof__(*(ptr)) __res; \
105 __res = (__typeof__(*(ptr))) \
110 __res; \
187 __typeof__(*(ptr)) __res; \
197 __res = arch_cmpxchg_local((ptr), (old), (new)); \
207 __res; \
303 __typeof__(*(ptr)) __res; \
313 __res = __cmpxchg64((ptr), __old, __new); \
316 __res = __cmpxchg64_unsupported(); \
319 __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.h288 unsigned long __res; \
298 : "=r" (__res)); \
300 __res; \
305 unsigned long __res; \
315 : "=r" (__res)); \
317 __res; \
322 unsigned long __res; \
326 : "=r" (__res)); \
328 __res; \
A Dmipsregs.h1392 : "=r" (__res) \
1395 __res; \
1414 __res; \
1443 __res; \
1464 __res; \
1540 __res; \
1653 __res; \
2124 __res; \
2138 __res; \
2399 __res; \
[all …]
A Dcpu-features.h352 int __res; \
366 __res = 0; \
370 __res = 1; \
373 __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/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/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/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/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/arch/m68k/math-emu/
A Dfp_emu.h110 register int __res asm ("d0"); \
113 : "=d" (__res) : "a" (__src) \
115 __res; \
/linux/arch/riscv/include/asm/
A Dbitops.h39 unsigned long __res, __mask; \
43 : "=r" (__res), "+A" (addr[BIT_WORD(nr)]) \
46 ((__res & __mask) != 0); \
/linux/drivers/parisc/
A Dpower.c72 register unsigned long __res asm("r28");\
74 ".word %1" : "=&r" (__res) : "i" (MFCPU_T(dr,28) ) \
76 __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/parisc/include/asm/
A Dunistd.h52 register unsigned long __res __asm__("r28"); \
60 : "=r" (__res) \
64 __sys_res = (long)__res; \
/linux/arch/x86/boot/
A Dprintf.c36 int __res; \
37 __res = ((unsigned long) n) % (unsigned) base; \
39 __res; })
/linux/drivers/iio/temperature/
A Dltc2983.c278 u64 __res = val * resolution; in __convert_to_raw() local
281 do_div(__res, 1000000); in __convert_to_raw()
283 return __res; in __convert_to_raw()
288 s64 __res = -(s32)val; in __convert_to_raw_sign() local
290 __res = __convert_to_raw(__res, resolution); in __convert_to_raw_sign()
292 return (u32)-__res; in __convert_to_raw_sign()
/linux/include/linux/
A Dresource_ext.h27 struct resource __res; /* Default storage for res */ member
/linux/tools/testing/nvdimm/test/
A Diomap.c233 static int match(struct device *dev, void *__res, void *match_data) in match() argument
235 struct resource *res = *((struct resource **) __res); in match()
/linux/drivers/mmc/core/
A Dsd.c62 u32 __res; \
64 __res = resp[__off] >> __shft; \
66 __res |= resp[__off-1] << ((32 - __shft) % 32); \
67 __res & __mask; \
A Dmmc.c58 u32 __res; \
60 __res = resp[__off] >> __shft; \
62 __res |= resp[__off-1] << ((32 - __shft) % 32); \
63 __res & __mask; \

Completed in 45 milliseconds

12