Lines Matching defs:ret
236 int ret VBOX_ONLY(= 0), interrupt_request;
306 ret = env->exception_index;
315 ret = env->exception_index;
319 if (ret == EXCP_DEBUG)
335 ret = env->exception_index;
450 env->exception_index = ret = EXCP_SINGLE_INSTR;
457 env->exception_index = ret = EXCP_SINGLE_INSTR;
680 ret = env->exception_index;
706 ret = env->exception_index;
875 return ret;
952 int ret;
966 ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
967 if (ret < 0)
969 if (ret == 0)