Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_ioctl.h53 uint32_t pbm_map_base; member
Dfreebsd32_ioctl.c131 PTRIN_CP(pbm32, pbm, pbm_map_base); in freebsd32_ioctl_barmmap()
139 PTROUT_CP(pbm, pbm32, pbm_map_base); in freebsd32_ioctl_barmmap()
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c1136 pbm.pbm_reg, pbm.pbm_map_base, pbm.pbm_bar_off, in dump_bar()
1141 db = (uint8_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1152 dh = (uint16_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1163 dd = (uint32_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1174 dx = (uint64_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base + in dump_bar()
1188 munmap((void *)pbm.pbm_map_base, pbm.pbm_map_length); in dump_bar()
/freebsd-12-stable/sys/sys/
Dpciio.h142 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */ member
/freebsd-12-stable/sys/dev/pci/
Dpci_user.c906 addr = (uintptr_t)pbm->pbm_map_base; in pci_bar_mmap()
917 pbm->pbm_map_base = (void *)addr; in pci_bar_mmap()