Home
last modified time | relevance | path

Searched refs:int_svc_ilen (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/s390x/
H A Dcpu_loop.c80 env->psw.addr += env->int_svc_ilen; in cpu_loop()
85 env->psw.addr -= env->int_svc_ilen; in cpu_loop()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c298 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()
H A Dmem_helper.c2476 env->int_svc_ilen = ilen; in HELPER()
H A Dtranslate.c4584 tcg_gen_st_i32(t, tcg_env, offsetof(CPUS390XState, int_svc_ilen)); in op_svc()
/openbmc/qemu/target/s390x/
H A Dcpu.h96 uint32_t int_svc_ilen; member