Home
last modified time | relevance | path

Searched refs:mapped_addr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c373 src8 = (uint8_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
377 src16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
381 src32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
385 src64 = (uint64_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
447 dest8 = (uint8_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
451 dest16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
455 dest32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
459 dest64 = (uint64_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
525 if (pi->pi_msix.mapped_addr == MAP_FAILED) { in init_msix_table()
542 if (mprotect((caddr_t)pi->pi_msix.mapped_addr, table_offset, in init_msix_table()
[all …]
H A Dpci_emul.h159 uint8_t *mapped_addr; member