Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c362 uint32_t table_offset; in msix_table_read() local
367 table_offset = pi->pi_msix.table_offset; in msix_table_read()
394 offset -= table_offset; in msix_table_read()
441 table_offset = pi->pi_msix.table_offset; in msix_table_write()
466 offset -= table_offset; in msix_table_write()
530 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()
532 table_size = pi->pi_msix.table_offset - table_offset; in init_msix_table()
541 if (table_offset != 0) in init_msix_table()
1075 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in passthru_msix_addr()
1076 if (table_offset > 0) { in passthru_msix_addr()
[all …]
H A Dpci_emul.h151 uint32_t table_offset; member
H A Dpci_emul.c1188 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()