Searched refs:table_off (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 528 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()
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1082 int table_off = fast_off + offsetof(CPUTLBDescFast, table); 1091 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_T3, TCG_AREG0, table_off);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1229 int table_off = fast_off + offsetof(CPUTLBDescFast, table); 1242 tcg_out_ld(s, TCG_TYPE_PTR, TCG_TMP1, TCG_AREG0, table_off);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1865 int table_off = fast_off + offsetof(CPUTLBDescFast, table); 1878 tcg_out_insn(s, RXY, AG, TCG_TMP0, TCG_AREG0, TCG_REG_NONE, table_off);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2472 int table_off = fast_off + offsetof(CPUTLBDescFast, table); 2482 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_TMP2, TCG_AREG0, table_off);
|