Searched defs:rv (Results 1 - 25 of 30) sorted by relevance

12

/arch/blackfin/include/uapi/asm/
H A Dswab.h28 __u32 rv; local
29 __asm__("%0 = PACK(%1.L, %1.H);\n\t": "=d"(rv): "d"(xx));
30 return rv;
/arch/um/drivers/
H A Dvde_user.c99 int rv; local
104 rv = vde_recv(vconn, buf, len, 0);
105 if (rv < 0) {
110 else if (rv == 0)
113 return rv;
/arch/ia64/kernel/
H A Dbrl_emu.c61 struct illegal_op_return rv; local
64 rv.fkt = (unsigned long) -1;
71 return rv;
76 if (ia64_psr(regs)->ri != 1) return rv;
79 if ((bundle[0] & 0x1e) != 0x4) return rv;
97 if (btype != 0) return rv;
98 rv.fkt = 0;
106 return rv;
114 rv.fkt = 0;
122 return rv;
[all...]
H A Dtraps.c400 struct illegal_op_return rv; local
408 rv = ia64_emulate_brl(&regs, ec);
409 if (rv.fkt != (unsigned long) -1)
410 return rv;
415 rv.fkt = 0;
417 return rv;
424 return rv;
/arch/mips/netlogic/xlr/
H A Dfmn.c72 int bucket, rv; local
90 rv = nlm_fmn_receive(bucket, &size, &code, &src_stnid,
92 if (rv != 0)
/arch/x86/boot/
H A Dvideo-mode.c149 int rv; local
160 rv = raw_set_mode(mode, &real_mode);
161 if (rv)
162 return rv;
/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c103 unsigned long long rv; local
114 "dsrlv\t%[rv],%[t3],%[shift]\n\t"
116 "or\t%[rv],%[t1],%[rv]\n\t"
117 : [rv] "=&r" (rv), [t1] "=&r" (t1), [t2] "=&r" (t2), [t3] "=&r" (t3)
120 return rv;
/arch/x86/lib/
H A Dmsr-smp.c8 struct msr_info *rv = info; local
12 if (rv->msrs)
13 reg = per_cpu_ptr(rv->msrs, this_cpu);
15 reg = &rv->reg;
17 rdmsr(rv->msr_no, reg->l, reg->h);
22 struct msr_info *rv = info; local
26 if (rv->msrs)
27 reg = per_cpu_ptr(rv->msrs, this_cpu);
29 reg = &rv->reg;
31 wrmsr(rv
37 struct msr_info rv; local
53 struct msr_info rv; local
68 struct msr_info rv; local
84 struct msr_info rv; local
101 struct msr_info rv; local
149 struct msr_info *rv = info; local
156 struct msr_info *rv = info; local
164 struct msr_info rv; local
180 struct msr_info rv; local
196 struct msr_info rv; local
212 struct msr_info rv; local
230 struct msr_regs_info *rv = info; local
237 struct msr_regs_info *rv = info; local
245 struct msr_regs_info rv; local
258 struct msr_regs_info rv; local
[all...]
/arch/ia64/sn/kernel/
H A Dbte.c274 bte_result_t rv; local
348 rv = bte_copy(footBteSource,
351 if (rv != BTE_SUCCESS) {
353 return rv;
366 rv = bte_copy((src + headBcopyLen),
371 if (rv != BTE_SUCCESS) {
373 return rv;
396 rv = bte_copy(headBteSource,
399 if (rv != BTE_SUCCESS) {
401 return rv;
[all...]
H A Dio_acpi_init.c300 find_matching_device(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dtiocx.c255 struct ia64_sal_retval rv; local
256 rv.status = 0;
257 rv.v0 = 0;
259 ia64_sal_oemcall_nolock(&rv, SN_SAL_IOIF_INTERRUPT,
263 return rv.status;
269 struct ia64_sal_retval rv; local
270 rv.status = 0;
271 rv.v0 = 0;
273 ia64_sal_oemcall_nolock(&rv, SN_SAL_IOIF_INTERRUPT,
414 int rv; local
[all...]
/arch/m68k/atari/
H A Dconfig.c863 int rv = 0; local
873 rv = platform_add_devices(atari_ethernat_devices,
888 if (error && !rv)
889 rv = error;
895 return rv;
/arch/mips/mm/
H A Dc-octeon.c325 int rv = raw_notifier_call_chain(&co_cache_error_chain, val, NULL); local
326 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) {
/arch/mips/netlogic/xlp/
H A Dnlm_hal.c452 int i, node, rv; local
456 rv = 0;
482 dram_map[rv] = base;
483 dram_map[rv + 1] = lim;
484 rv += 2;
486 return rv;
/arch/parisc/include/asm/
H A Dpsw.h68 unsigned int rv:2; member in struct:pa_psw
/arch/powerpc/platforms/pseries/
H A Dreconfig.c235 int length, rv = 0; local
250 /* rv = build_prop_list(tmp, bufsize - (tmp - buf), &proplist); */
257 rv = -ENOMEM;
263 rv = -EINVAL;
267 rv = pSeries_reconfig_add_node(path, prop);
270 if (rv)
272 return rv;
278 int rv = -ENODEV; local
281 rv = pSeries_reconfig_remove_node(node);
284 return rv;
399 int rv = 0; local
[all...]
/arch/x86/kernel/
H A Dreboot.c405 int rv; local
419 rv = dmi_check_system(reboot_dmi_table);
421 if (!rv && efi_reboot_required())
/arch/x86/mm/
H A Dpf_in.c138 rv = type; \
149 enum reason_type rv = OTHERS; local
160 return rv;
254 unsigned char *rv = NULL; local
258 rv = (unsigned char *)&regs->ax;
261 rv = (unsigned char *)&regs->bx;
264 rv = (unsigned char *)&regs->cx;
267 rv = (unsigned char *)&regs->dx;
271 rv = (unsigned char *)&regs->r8;
274 rv
350 unsigned long *rv = NULL; local
[all...]
/arch/mips/alchemy/common/
H A Ddbdma.c367 u32 rv; local
374 rv = 0;
377 rv = stp->dev_devwidth;
381 rv = dtp->dev_devwidth;
385 return rv;
718 u32 rv; local
743 rv = dp->dscr_stat;
749 return rv;
828 u32 rv; local
834 rv
[all...]
H A Dclock.c352 int scale, int maxdiv, unsigned long *rv)
369 if (rv)
370 *rv = div2;
351 alchemy_calc_div(unsigned long rate, unsigned long prate, int scale, int maxdiv, unsigned long *rv) argument
/arch/mips/math-emu/
H A Dcp1emu.c1371 } rv; /* resulting value */ local
1433 SPFROMREG(rv.s, MIPSInst_FS(ir));
1442 SPFROMREG(rv.s, MIPSInst_FS(ir));
1451 SPFROMREG(rv.s, MIPSInst_FS(ir));
1464 SPFROMREG(rv.s, MIPSInst_FS(ir));
1472 rv.s = (*handler.b) (fs, ft);
1476 rv.s = (*handler.u) (fs);
1507 rv.d = ieee754dp_fsp(fs);
1513 rv.w = ieee754sp_tint(fs);
1527 rv
[all...]
/arch/x86/platform/efi/
H A Defi.c378 int rv; local
396 rv = efi_runtime_init64();
398 rv = efi_runtime_init32();
400 if (rv)
401 return rv;
/arch/tile/gxio/
H A Dmpipe.c548 int rv; local
556 rv = gxio_mpipe_info_enumerate_aux(context, idx, &name, &mac);
557 if (rv >= 0) {
563 return rv;
573 int rv; local
578 rv = gxio_mpipe_link_open_aux(context, name, flags);
579 if (rv < 0)
580 return rv;
583 link->channel = rv >> 8;
584 link->mac = rv
[all...]
/arch/x86/pci/
H A Dmmconfig-shared.c413 void *context, void **rv)
412 find_mboard_resource(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/arch/arm/mach-msm/
H A Dsmd.c881 uint32_t rv; local
885 rv = readl(smd_info.state + item * 4);
887 if (item == SMSM_STATE_MODEM && (rv & SMSM_RESET))
892 return rv;

Completed in 554 milliseconds

12