Searched defs:AssignedDeviceNode (Results 1 – 1 of 1) sorted by relevance
1181 struct AssignedDeviceNode { struct1182 path: CString,1183 reg: Vec<u8>,1184 interrupts: Vec<u8>,1185 iommus: Vec<u32>, // pvIOMMU id and vSID1188 impl AssignedDeviceNode { impl