Home
last modified time | relevance | path

Searched refs:int_info2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dtz-mpc.c187 r = s->int_info2; in tz_mpc_reg_read()
373 s->int_info2 = 0; in tz_mpc_handle_block()
374 s->int_info2 = FIELD_DP32(s->int_info2, INT_INFO2, HMASTER, in tz_mpc_handle_block()
376 s->int_info2 = FIELD_DP32(s->int_info2, INT_INFO2, HNONSEC, in tz_mpc_handle_block()
378 s->int_info2 = FIELD_DP32(s->int_info2, INT_INFO2, CFG_NS, in tz_mpc_handle_block()
481 s->int_info2 = 0; in tz_mpc_reset()
583 VMSTATE_UINT32(int_info2, TZMPC),
/openbmc/qemu/include/hw/misc/
H A Dtz-mpc.h57 uint32_t int_info2; member