Home
last modified time | relevance | path

Searched refs:monitor_class (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dmc.S6 monitor_class: label
39 chhsi monitor_class,1 /* class from mc_monitor_event? */
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c638 uint8_t monitor_class, uintptr_t ra) in monitor_event() argument
644 env->psa + offsetof(LowCore, mon_class_num), monitor_class); in monitor_event()
650 uint32_t monitor_class) in HELPER()
652 g_assert(monitor_class <= 0xf); in HELPER()
654 if (env->cregs[8] & (0x8000 >> monitor_class)) { in HELPER()
655 monitor_event(env, monitor_code, monitor_class, GETPC()); in HELPER()
H A Dtranslate.c3124 const uint8_t monitor_class = get_field(s, i2); in op_mc() local
3126 if (monitor_class & 0xf0) { in op_mc()
3133 tcg_constant_i32(monitor_class)); in op_mc()