Home
last modified time | relevance | path

Searched defs:DeviceTree (Results 1 – 3 of 3) sorted by relevance

/cloud-hypervisor/vmm/src/
H A Ddevice_tree.rs56 pub struct DeviceTree(HashMap<String, DeviceNode>); struct
58 impl DeviceTree { impl
H A Dvm.rs2499 pub fn device_tree(&self) -> Arc<Mutex<DeviceTree>> { in device_tree()
H A Ddevice_manager.rs4749 pub fn device_tree(&self) -> Arc<Mutex<DeviceTree>> { in device_tree()