Home
last modified time | relevance | path

Searched defs:vcpu (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/virt/kvm/
H A Dvm.rs23 pub vcpu: Vec<Arc<Mutex<VmxVcpu>>>, field
34 let vcpu = Vec::new(); in new() localVariable
H A Dvcpu_dev.rs165 let vcpu = vm(0).unwrap().vcpu[0].clone(); in ioctl() localVariable
186 let vcpu = vm(0).unwrap().vcpu[0].clone(); in ioctl() localVariable
H A Dmod.rs12 pub mod vcpu; module
H A Dvm_dev.rs217 let vcpu = KVMArch::kvm_arch_vcpu_create(id).unwrap(); in kvm_vm_ioctl_create_vcpu() localVariable
/DragonOS/kernel/src/arch/x86_64/kvm/
H A Dmod.rs60 let vcpu = VmxVcpu::new(id, vm(0).unwrap()).unwrap(); in kvm_arch_vcpu_create() localVariable
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmod.rs5 pub mod vcpu; module
H A Dvmexit.rs241 let vcpu = kvm.vcpu[0].clone(); in vmexit_handler() localVariable