Searched refs:bar_type (Results 1 – 2 of 2) sorted by relevance
| /devicemodel/include/ |
| A D | pci_core.h | 261 int bar_type; member 268 uint64_t end, int idx, int bar_type, struct pci_vdev *vdev);
|
| /devicemodel/hw/pci/ |
| A D | core.c | 132 uint64_t end, int idx, int bar_type, struct pci_vdev *vdev) in reserve_io_rgn() argument 141 reserved_bar_regions[i].bar_type = bar_type; in reserve_io_rgn() 180 adjust_bar_region(uint64_t *base, uint64_t size, int bar_type) in adjust_bar_region() argument 186 reserved_bar_regions[i].bar_type != bar_type) in adjust_bar_region() 573 uint64_t *addr, int bar_type) in pci_emul_alloc_resource() argument 591 adjust_bar_region(&base, size, bar_type); in pci_emul_alloc_resource() 1586 reserved_bar_regions[i].bar_type == PCIBAR_MEM32){ in init_pci() 1596 reserved_bar_regions[i].bar_type == PCIBAR_IO) { in init_pci()
|
Completed in 8 milliseconds