Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_passthru.c372 src8 = (uint8_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
376 src16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
380 src32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
384 src64 = (uint64_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
446 dest8 = (uint8_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
450 dest16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
454 dest32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
458 dest64 = (uint64_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
522 pi->pi_msix.mapped_addr = (uint8_t *)mmap(NULL, pi->pi_msix.mapped_size, in init_msix_table()
524 if (pi->pi_msix.mapped_addr == MAP_FAILED) { in init_msix_table()
[all …]
H A Dpci_emul.h159 uint8_t *mapped_addr; member