Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt.c146 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_pci_read_config() local
157 reg_grp_entry = xen_pt_find_reg_grp(s, addr); in xen_pt_pci_read_config()
158 if (reg_grp_entry) { in xen_pt_pci_read_config()
160 if (reg_grp_entry->reg_grp->grp_type == XEN_PT_GRP_TYPE_HARDWIRED) { in xen_pt_pci_read_config()
176 if (reg_grp_entry == NULL) { in xen_pt_pci_read_config()
187 reg_entry = xen_pt_find_reg(reg_grp_entry, find_addr); in xen_pt_pci_read_config()
190 uint32_t real_offset = reg_grp_entry->base_offset + reg->offset; in xen_pt_pci_read_config()
251 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_pci_write_config() local
283 reg_grp_entry = xen_pt_find_reg_grp(s, addr); in xen_pt_pci_write_config()
284 if (reg_grp_entry) { in xen_pt_pci_write_config()
[all …]
H A Dxen_pt_config_init.c259 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_status_reg_init() local
264 reg_grp_entry = xen_pt_find_reg_grp(s, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init()
265 if (reg_grp_entry) { in xen_pt_status_reg_init()
267 reg_entry = xen_pt_find_reg(reg_grp_entry, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init()
2023 XenPTRegGroup *reg_grp_entry = NULL; in xen_pt_config_init() local
2052 reg_grp_entry = g_new0(XenPTRegGroup, 1); in xen_pt_config_init()
2053 QLIST_INIT(&reg_grp_entry->reg_tbl_list); in xen_pt_config_init()
2054 QLIST_INSERT_HEAD(&s->reg_grps, reg_grp_entry, entries); in xen_pt_config_init()
2056 reg_grp_entry->base_offset = reg_grp_offset; in xen_pt_config_init()
2057 reg_grp_entry->reg_grp = xen_pt_emu_reg_grps + i; in xen_pt_config_init()
[all …]