Searched refs:table_offset (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | xhci_pci.c | 174 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()
|
| D | nvme_pci.c | 200 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()
|
| D | if_ena.c | 350 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/ |
| D | msipic.c | 674 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/ |
| D | gic_v2m.c | 276 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()
|
| D | gicv3_its.c | 642 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/ |
| D | xsym.c | 130 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/ |
| D | xsym.c | 131 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/ |
| D | readelf.c | 10934 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()
|