Searched defs:AssignedDeviceNode (Results 1 – 1 of 1) sorted by relevance
1229 struct AssignedDeviceNode { struct1230 path: CString,1231 reg: Vec<u8>,1232 interrupts: Vec<u8>,1233 iommus: Vec<u32>, // pvIOMMU id and vSID1236 impl AssignedDeviceNode { implementation