Home
last modified time | relevance | path

Searched defs:Vcpu (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/virt/kvm/
H A Dvcpu.rs4 pub trait Vcpu: Send + Sync { trait
H A Dhost_mem.rs176 pub fn kvm_vcpu_gfn_to_memslot(vcpu: &mut dyn Vcpu, gfn: u64) -> Option<KvmMemorySlot> { in kvm_vcpu_gfn_to_memslot()