Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt.h190 typedef struct XenPTRegGroup { struct
191 QLIST_ENTRY(XenPTRegGroup) entries;
196 } XenPTRegGroup; typedef
242 QLIST_HEAD(, XenPTRegGroup) reg_grps;
259 XenPTRegGroup *xen_pt_find_reg_grp(XenPCIPassthroughState *s, uint32_t address);
260 XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address);
H A Dxen_pt_config_init.c63 XenPTRegGroup *xen_pt_find_reg_grp(XenPCIPassthroughState *s, uint32_t address) in xen_pt_find_reg_grp()
65 XenPTRegGroup *entry = NULL; in xen_pt_find_reg_grp()
81 XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address) in xen_pt_find_reg()
259 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_status_reg_init()
1918 XenPTRegGroup *reg_grp, XenPTRegInfo *reg, in xen_pt_config_reg_init()
2023 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_config_init()
2052 reg_grp_entry = g_new0(XenPTRegGroup, 1); in xen_pt_config_init()
2099 struct XenPTRegGroup *reg_group, *next_grp; in xen_pt_config_delete()
H A Dxen_pt.c146 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_pci_read_config()
251 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_pci_write_config()