Searched refs:resource_allocator (Results 1 – 6 of 6) sorted by relevance
45 class resource_allocator {47 resource_allocator() = default;48 ~resource_allocator() = default;
19 resource_range &resource_allocator::type_to_range(pci_resource_type type, bool prefetchable) { in type_to_range()45 status_t resource_allocator::set_range(const resource_range &range, bool prefetchable) { in set_range()51 status_t resource_allocator::allocate_mmio(bool can_be_64bit, bool prefetchable, uint64_t size, uin… in allocate_mmio()85 status_t resource_allocator::allocate_io(uint32_t size, uint8_t align, uint32_t *out) { in allocate_io()
20 class resource_allocator; variable33 status_t allocate_resources(resource_allocator &allocator);
131 status_t bus::allocate_resources(resource_allocator &allocator) { in allocate_resources()
39 resource_allocator resources;
440 resource_allocator allocator; in assign_child_resources()
Completed in 12 milliseconds