Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs80 pub vcpu_id: u32, field
155 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()