Home
last modified time | relevance | path

Searched refs:can_be_64bit (Results 1 – 3 of 3) sorted by relevance

/dev/bus/pci/bus_mgr/
A Dresource.cpp51 status_t resource_allocator::allocate_mmio(bool can_be_64bit, bool prefetchable, uint64_t size, uin… in allocate_mmio() argument
55 if (can_be_64bit) { in allocate_mmio()
64 range.base, range.size, size, align, prefetchable, can_be_64bit); in allocate_mmio()
75 if (can_be_64bit) { in allocate_mmio()
76 can_be_64bit = false; in allocate_mmio()
A Dresource.h52 …status_t allocate_mmio(bool can_be_64bit, bool prefetchable, uint64_t size, uint8_t align, uint64_…
A Dbus.cpp237 const bool can_be_64bit = (type == PCI_RESOURCE_MMIO64_RANGE); in allocate_resources() local
243 auto err = allocator.allocate_mmio(can_be_64bit, prefetchable, r->size, r->align, &addr); in allocate_resources()

Completed in 6 milliseconds