Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h504 #define EVT_SET_TYPE(x, v) ((x)->word[0] = deposit32((x)->word[0], 0 , 8 , v)) macro
H A Dsmmuv3.c177 EVT_SET_TYPE(&evt, info->type); in smmuv3_record_event()