Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3.c227 EVT_SET_STALL(&evt, info->u.f_walk_eabt.stall); in smmuv3_record_event()
228 EVT_SET_STAG(&evt, info->u.f_walk_eabt.stag); in smmuv3_record_event()
229 EVT_SET_SSID(&evt, info->u.f_walk_eabt.ssid); in smmuv3_record_event()
230 EVT_SET_SSV(&evt, info->u.f_walk_eabt.ssv); in smmuv3_record_event()
231 EVT_SET_S2(&evt, info->u.f_walk_eabt.s2); in smmuv3_record_event()
232 EVT_SET_ADDR(&evt, info->u.f_walk_eabt.addr); in smmuv3_record_event()
233 EVT_SET_RNW(&evt, info->u.f_walk_eabt.rnw); in smmuv3_record_event()
234 EVT_SET_PNU(&evt, info->u.f_walk_eabt.pnu); in smmuv3_record_event()
235 EVT_SET_IND(&evt, info->u.f_walk_eabt.ind); in smmuv3_record_event()
236 EVT_SET_CLASS(&evt, info->u.f_walk_eabt.class); in smmuv3_record_event()
[all …]
H A Dsmmuv3-internal.h483 } f_walk_eabt; member