Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_passthru.c310 pi->pi_msix.table_offset = in cfginitmsi()
361 uint32_t table_offset; in msix_table_read() local
366 table_offset = pi->pi_msix.table_offset; in msix_table_read()
368 if (offset < table_offset || in msix_table_read()
369 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_read()
393 offset -= table_offset; in msix_table_read()
435 uint32_t table_offset, vector_control; in msix_table_write() local
440 table_offset = pi->pi_msix.table_offset; in msix_table_write()
442 if (offset < table_offset || in msix_table_write()
443 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_write()
[all …]
H A Dpci_emul.h151 uint32_t table_offset; member
H A Dpci_emul.c1223 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_str_offsets.c244 Dwarf_Unsigned table_offset = 0; in dwarf_next_str_offsets_table() local
256 &table_offset,error); in dwarf_next_str_offsets_table()
261 if (table_offset > sot->so_next_table_offset) { in dwarf_next_str_offsets_table()
263 (table_offset - sot->so_next_table_offset); in dwarf_next_str_offsets_table()
268 if (table_offset > sot->so_next_table_offset) { in dwarf_next_str_offsets_table()
270 (table_offset - sot->so_next_table_offset); in dwarf_next_str_offsets_table()
272 table_start_ptr = sot->so_section_start_ptr + table_offset; in dwarf_next_str_offsets_table()
376 sot->so_table_start_offset = table_offset; in dwarf_next_str_offsets_table()