Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/dev/pci/
Dxhci_pci.c174 uint32_t table_offset; in xhci_pci_attach() local
179 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK; in xhci_pci_attach()
183 sc->sc_ios = table_offset; in xhci_pci_attach()
Dnvme_pci.c200 uint32_t table_offset; in nvme_pci_attach() local
205 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK; in nvme_pci_attach()
208 sc->sc_ios = table_offset; in nvme_pci_attach()
Dif_ena.c350 bus_size_t table_offset; in ena_allocate_pci_resources() local
355 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK; in ena_allocate_pci_resources()
358 adapter->sc_mapsize = table_offset; in ena_allocate_pci_resources()
/netbsd/src/sys/arch/x86/pci/
Dmsipic.c674 uint32_t table_offset; in msipic_construct_msix_pic() local
708 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK; in msipic_construct_msix_pic()
746 roundup(table_size, PAGE_SIZE), table_offset, in msipic_construct_msix_pic()
766 err = _x86_memio_map(pa->pa_memt, memaddr + table_offset, bssize, flags, in msipic_construct_msix_pic()
/netbsd/src/sys/arch/arm/cortex/
Dgic_v2m.c276 uint32_t table_offset, table_size; in gic_v2m_msix_alloc() local
296 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK; in gic_v2m_msix_alloc()
302 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset, in gic_v2m_msix_alloc()
Dgicv3_its.c642 uint32_t table_offset, table_size; in gicv3_its_msix_alloc() local
656 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK; in gicv3_its_msix_alloc()
662 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset, in gicv3_its_msix_alloc()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dxsym.c130 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table() local
132 if (bfd_seek (abfd, table_offset, SEEK_SET) != 0) in bfd_sym_read_name_table()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dxsym.c131 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; in bfd_sym_read_name_table() local
133 if (bfd_seek (abfd, table_offset, SEEK_SET) != 0) in bfd_sym_read_name_table()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c10934 uint64_t table, table_offset = 0; in dump_arm_unwind() local
10947 table_offset = entry_addr.offset; in dump_arm_unwind()
10949 if (table_offset > table_sec->sh_size) in dump_arm_unwind()
10952 table_offset, in dump_arm_unwind()
10962 table_offset = table - table_sec->sh_addr; in dump_arm_unwind()
10973 if (! decode_arm_unwind (filedata, aux, 0, 0, table_offset, table_sec, in dump_arm_unwind()