Home
last modified time | relevance | path

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

/qemu/hw/xen/
H A Dxen_pt_msi.c528 uint32_t table_off = 0; in xen_pt_msix_init() local
569 rc = xen_host_pci_get_long(hd, base + PCI_MSIX_TABLE, &table_off); in xen_pt_msix_init()
574 bar_index = msix->bar_index = table_off & PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
575 table_off = table_off & ~PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
586 table_off, total_entries); in xen_pt_msix_init()
587 msix->table_offset_adjust = table_off & 0x0fff; in xen_pt_msix_init()
594 msix->table_base + table_off - msix->table_offset_adjust); in xen_pt_msix_init()
607 memory_region_add_subregion_overlap(&s->bar[bar_index], table_off, in xen_pt_msix_init()
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1082 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
1091 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_T3, TCG_AREG0, table_off);
/qemu/tcg/mips/
H A Dtcg-target.c.inc1229 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
1242 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP1, TCG_AREG0, table_off);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1865 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
1878 tcg_out_insn(s, RXY, AG, TCG_TMP0, TCG_AREG0, TCG_REG_NONE, table_off);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2473 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
2483 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_AREG0, table_off);