Searched refs:pbm_map_base (Results 1 – 6 of 6) sorted by relevance
48 uint32_t pbm_map_base; member
115 PTRIN_CP(pbm32, pbm, pbm_map_base); in freebsd32_ioctl_barmmap()123 PTROUT_CP(pbm, pbm32, pbm_map_base); in freebsd32_ioctl_barmmap()
1154 pbm.pbm_reg, pbm.pbm_map_base, pbm.pbm_bar_off, in dump_bar()1159 db = (uint8_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()1170 dh = (uint16_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()1181 dd = (uint32_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()1192 dx = (uint64_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()1206 munmap((void *)pbm.pbm_map_base, pbm.pbm_map_length); in dump_bar()
142 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */ member
902 addr = (uintptr_t)pbm->pbm_map_base; in pci_bar_mmap()913 pbm->pbm_map_base = (void *)addr; in pci_bar_mmap()
455 pi->pi_msix.mapped_addr = (uint8_t *)(uintptr_t)pbm.pbm_map_base; in init_msix_table()