Searched refs:make_unique (Results 1 – 4 of 4) sorted by relevance
52 root_bridge_region_ = ktl::make_unique<MappedEcamRegion>(&ac, root_bridge); in Init()58 downstream_region_ = ktl::make_unique<MappedEcamRegion>(&ac, downstream_device); in Init()
16 unique_ptr<T> make_unique(fbl::AllocChecker* ac, Args&&... args) { in make_unique() function
34 auto gpas = ktl::make_unique<GuestPhysicalAddressSpace>(&ac); in Create()
309 auto addr_provider = ktl::make_unique<MmioPcieAddressProvider>(&ac); in sys_pci_init()340 auto addr_provider = ktl::make_unique<PioPcieAddressProvider>(&ac); in sys_pci_init()359 auto addr_provider = ktl::make_unique<DesignWarePcieAddressProvider>(&ac); in sys_pci_init()
Completed in 15 milliseconds