Searched refs:int_svc_ilen (Results 1 – 5 of 5) sorted by relevance
80 env->psw.addr += env->int_svc_ilen; in cpu_loop()85 env->psw.addr -= env->int_svc_ilen; in cpu_loop()
298 lowcore->svc_ilen = cpu_to_be16(env->int_svc_ilen); in do_svc_interrupt()300 lowcore->svc_old_psw.addr = cpu_to_be64(env->psw.addr + env->int_svc_ilen); in do_svc_interrupt()312 env->int_pgm_ilen = env->int_svc_ilen; in do_svc_interrupt()
2476 env->int_svc_ilen = ilen; in HELPER()
4584 tcg_gen_st_i32(t, tcg_env, offsetof(CPUS390XState, int_svc_ilen)); in op_svc()
96 uint32_t int_svc_ilen; member