Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1063 #define xen_pt_msi_check_type(offset, flags, what) \ macro
1173 if (xen_pt_msi_check_type(offset, flags, DATA)) { in xen_pt_msgdata_reg_init()
1192 } else if (xen_pt_msi_check_type(reg->offset, flags, MASK)) { in xen_pt_mask_reg_init()
1211 } else if (xen_pt_msi_check_type(reg->offset, flags, PENDING)) { in xen_pt_pending_reg_init()
1297 if (!xen_pt_msi_check_type(offset, msi->flags, DATA)) { in xen_pt_msgdata_reg_write()