Lines Matching refs:ret
127 long ret;
189 ret = -EFAULT;
198 ret = -EFAULT;
208 ret = -EFAULT;
243 ret = -EFAULT;
247 ret = __x64_sys_gettimeofday(regs);
252 ret = __x64_sys_time(regs);
260 ret = __x64_sys_getcpu(regs);
268 if (ret == -EFAULT) {
281 return true; /* Don't emulate the ret. */
284 regs->ax = ret;
287 /* Emulate a ret instruction. */