Home
last modified time | relevance | path

Searched refs:pbm_map_base (Results 1 – 6 of 6) sorted by relevance

/src/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h46 uint32_t pbm_map_base; member
H A Dfreebsd32_ioctl.c99 PTRIN_CP(pbm32, pbm, pbm_map_base); in freebsd32_ioctl_barmmap()
107 PTROUT_CP(pbm, pbm32, pbm_map_base); in freebsd32_ioctl_barmmap()
/src/usr.sbin/pciconf/
H A Dpciconf.c1429 pbm.pbm_reg, pbm.pbm_map_base, pbm.pbm_bar_off, in dump_bar()
1434 db = (uint8_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1445 dh = (uint16_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1456 dd = (uint32_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1467 dx = (uint64_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1481 munmap((void *)pbm.pbm_map_base, pbm.pbm_map_length); in dump_bar()
/src/sys/sys/
H A Dpciio.h145 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */ member
/src/sys/dev/pci/
H A Dpci_user.c1004 addr = (uintptr_t)pbm->pbm_map_base; in pci_bar_mmap()
1015 pbm->pbm_map_base = (void *)addr; in pci_bar_mmap()
/src/usr.sbin/bhyve/
H A Dpci_passthru.c550 pi->pi_msix.mapped_addr = (uint8_t *)(uintptr_t)pbm.pbm_map_base; in init_msix_table()