Home
last modified time | relevance | path

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

/qemu/linux-user/s390x/
H A Dcpu_loop.c75 n = env->int_svc_code; in cpu_loop()
/qemu/target/s390x/
H A Dcpu.h95 uint32_t int_svc_code; member
/qemu/target/s390x/tcg/
H A Dexcp_helper.c297 lowcore->svc_code = cpu_to_be16(env->int_svc_code); in do_svc_interrupt()
H A Dmem_helper.c2458 env->int_svc_code = extract64(insn, 48, 8); in HELPER()
H A Dtranslate.c4582 tcg_gen_st_i32(t, tcg_env, offsetof(CPUS390XState, int_svc_code)); in op_svc()