Lines Matching refs:mapped_addr
372 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()
541 if (mprotect((caddr_t)pi->pi_msix.mapped_addr, table_offset, in init_msix_table()
546 pi->pi_msix.mapped_addr + table_offset + table_size, in init_msix_table()