Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt.h329 int xen_pt_msi_update(XenPCIPassthroughState *d);
H A Dxen_pt_config_init.c1137 if (xen_pt_msi_update(s)) { in xen_pt_msgctrl_reg_write()
1244 xen_pt_msi_update(s); in xen_pt_msgaddr32_reg_write()
1279 xen_pt_msi_update(s); in xen_pt_msgaddr64_reg_write()
1319 xen_pt_msi_update(s); in xen_pt_msgdata_reg_write()
H A Dxen_pt_msi.c277 int xen_pt_msi_update(XenPCIPassthroughState *s) in xen_pt_msi_update() function