Home
last modified time | relevance | path

Searched refs:make_unique (Results 1 – 4 of 4) sorted by relevance

/kernel/dev/pcie/address_provider/
A Ddesignware.cpp52 root_bridge_region_ = ktl::make_unique<MappedEcamRegion>(&ac, root_bridge); in Init()
58 downstream_region_ = ktl::make_unique<MappedEcamRegion>(&ac, downstream_device); in Init()
/kernel/include/ktl/
A Dunique_ptr.h16 unique_ptr<T> make_unique(fbl::AllocChecker* ac, Args&&... args) { in make_unique() function
/kernel/lib/hypervisor/
A Dguest_physical_address_space.cpp34 auto gpas = ktl::make_unique<GuestPhysicalAddressSpace>(&ac); in Create()
/kernel/syscalls/
A Dddk_pci.cpp309 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