rtv                77 arch/arm/probes/kprobes/actions-arm.c 	register unsigned long rtv asm("r0") = regs->uregs[rt];
rtv                85 arch/arm/probes/kprobes/actions-arm.c 		: "=r" (rtv), "=r" (rt2v), "=r" (rnv)
rtv                86 arch/arm/probes/kprobes/actions-arm.c 		: "0" (rtv), "1" (rt2v), "2" (rnv), "r" (rmv),
rtv                91 arch/arm/probes/kprobes/actions-arm.c 	regs->uregs[rt] = rtv;
rtv               106 arch/arm/probes/kprobes/actions-arm.c 	register unsigned long rtv asm("r0");
rtv               113 arch/arm/probes/kprobes/actions-arm.c 		: "=r" (rtv), "=r" (rnv)
rtv               119 arch/arm/probes/kprobes/actions-arm.c 		load_write_pc(rtv, regs);
rtv               121 arch/arm/probes/kprobes/actions-arm.c 		regs->uregs[rt] = rtv;
rtv               137 arch/arm/probes/kprobes/actions-arm.c 	register unsigned long rtv asm("r0") = (rt == 15) ? rtpc
rtv               146 arch/arm/probes/kprobes/actions-arm.c 		: "r" (rtv), "0" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn)
rtv               111 arch/arm/probes/kprobes/actions-thumb.c 	unsigned long rtv;
rtv               121 arch/arm/probes/kprobes/actions-thumb.c 		rtv = *(unsigned long *)addr;
rtv               123 arch/arm/probes/kprobes/actions-thumb.c 			bx_write_pc(rtv, regs);
rtv               129 arch/arm/probes/kprobes/actions-thumb.c 			rtv = *(s16 *)addr;
rtv               131 arch/arm/probes/kprobes/actions-thumb.c 			rtv = *(u16 *)addr;
rtv               135 arch/arm/probes/kprobes/actions-thumb.c 			rtv = *(s8 *)addr;
rtv               137 arch/arm/probes/kprobes/actions-thumb.c 			rtv = *(u8 *)addr;
rtv               140 arch/arm/probes/kprobes/actions-thumb.c 	regs->uregs[rt] = rtv;
rtv               192 arch/arm/probes/kprobes/actions-thumb.c 	register unsigned long rtv asm("r0") = regs->uregs[rt];
rtv               198 arch/arm/probes/kprobes/actions-thumb.c 		: "=r" (rtv), "=r" (rnv)
rtv               199 arch/arm/probes/kprobes/actions-thumb.c 		: "0" (rtv), "1" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn)
rtv               205 arch/arm/probes/kprobes/actions-thumb.c 		bx_write_pc(rtv, regs);
rtv               207 arch/arm/probes/kprobes/actions-thumb.c 		regs->uregs[rt] = rtv;
rtv                61 drivers/gpu/drm/vmwgfx/vmwgfx_so.h 	struct SVGA3dCmdDXDestroyRenderTargetView rtv;
rtv              1338 drivers/scsi/libfc/fc_rport.c 		struct fc_els_rtv_acc *rtv;
rtv              1342 drivers/scsi/libfc/fc_rport.c 		rtv = fc_frame_payload_get(fp, sizeof(*rtv));
rtv              1343 drivers/scsi/libfc/fc_rport.c 		if (rtv) {
rtv              1344 drivers/scsi/libfc/fc_rport.c 			toq = ntohl(rtv->rtv_toq);
rtv              1345 drivers/scsi/libfc/fc_rport.c 			tov = ntohl(rtv->rtv_r_a_tov);
rtv              1350 drivers/scsi/libfc/fc_rport.c 			tov = ntohl(rtv->rtv_e_d_tov);
rtv              1413 drivers/scsi/libfc/fc_rport.c 	struct fc_els_rtv_acc *rtv;
rtv              1421 drivers/scsi/libfc/fc_rport.c 	fp = fc_frame_alloc(lport, sizeof(*rtv));
rtv              1428 drivers/scsi/libfc/fc_rport.c 	rtv = fc_frame_payload_get(fp, sizeof(*rtv));
rtv              1429 drivers/scsi/libfc/fc_rport.c 	rtv->rtv_cmd = ELS_LS_ACC;
rtv              1430 drivers/scsi/libfc/fc_rport.c 	rtv->rtv_r_a_tov = htonl(lport->r_a_tov);
rtv              1431 drivers/scsi/libfc/fc_rport.c 	rtv->rtv_e_d_tov = htonl(lport->e_d_tov);
rtv              1432 drivers/scsi/libfc/fc_rport.c 	rtv->rtv_toq = 0;
rtv               324 fs/select.c    			struct timeval rtv;
rtv               326 fs/select.c    			if (sizeof(rtv) > sizeof(rtv.tv_sec) + sizeof(rtv.tv_usec))
rtv               327 fs/select.c    				memset(&rtv, 0, sizeof(rtv));
rtv               328 fs/select.c    			rtv.tv_sec = rts.tv_sec;
rtv               329 fs/select.c    			rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC;
rtv               330 fs/select.c    			if (!copy_to_user(p, &rtv, sizeof(rtv)))
rtv               336 fs/select.c    			struct old_timeval32 rtv;
rtv               338 fs/select.c    			rtv.tv_sec = rts.tv_sec;
rtv               339 fs/select.c    			rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC;
rtv               340 fs/select.c    			if (!copy_to_user(p, &rtv, sizeof(rtv)))
rtv               618 include/scsi/fc_encode.h 	struct fc_els_rtv *rtv;
rtv               620 include/scsi/fc_encode.h 	rtv = fc_frame_payload_get(fp, sizeof(*rtv));
rtv               621 include/scsi/fc_encode.h 	memset(rtv, 0, sizeof(*rtv));
rtv               622 include/scsi/fc_encode.h 	rtv->rtv_cmd = ELS_RTV;