Searched refs:vcpu_id (Results 1 – 1 of 1) sorted by relevance
80 pub vcpu_id: u32, field155 pub fn new(vcpu_id: u32, parent_vm: Vm) -> Result<Self, SystemError> { in new()156 debug!("Creating processor {}", vcpu_id); in new()158 vcpu_id, in new()462 self.vcpu_id in id()