Searched refs:regions (Results 1 – 2 of 2) sorted by relevance
270 struct pci_bar regions[6]; in hurd_fill_regions() local271 char *buf = (char *) ®ions; in hurd_fill_regions()272 mach_msg_type_number_t size = sizeof(regions); in hurd_fill_regions()278 if ((char *) ®ions != buf) in hurd_fill_regions()281 if (size > sizeof(regions)) in hurd_fill_regions()287 memcpy(®ions, buf, size); in hurd_fill_regions()293 if (regions[i].size == 0) in hurd_fill_regions()296 d->base_addr[i] = regions[i].base_addr; in hurd_fill_regions()297 d->base_addr[i] |= regions[i].is_IO; in hurd_fill_regions()298 d->base_addr[i] |= regions[i].is_64 << 2; in hurd_fill_regions()[all …]
265 * Cleaned messy code for dumping of I/O, memory, and ROM regions.266 This helped fixing a bug, which caused some 64-bit regions to be425 * Enhanced allocation regions are now decoded on Linux.1411 even if the regions are known to be disabled. It is the client's1416 mapping the regions and doing I/O on them.