Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3.c187 EVT_SET_RNW(&evt, info->u.f_uut.rnw); in smmuv3_record_event()
208 EVT_SET_RNW(&evt, info->u.f_transl_forbidden.rnw); in smmuv3_record_event()
233 EVT_SET_RNW(&evt, info->u.f_walk_eabt.rnw); in smmuv3_record_event()
H A Dsmmuv3-internal.h512 #define EVT_SET_RNW(x, v) ((x)->word[3] = deposit32((x)->word[3], 3 , 1 , v)) macro