Home
last modified time | relevance | path

Searched defs:create_vcpu (Results 1 – 15 of 15) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
Dpvm_wipe_mem.c75 static int create_vcpu(int vmfd, struct kvm_run **run) in create_vcpu() function
/external/crosvm/hypervisor/src/kvm/
Driscv64.rs92 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>> { in create_vcpu() method
Daarch64.rs217 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
Dx86_64.rs546 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
/external/crosvm/hypervisor/src/haxm/
Dvm.rs439 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
504 fn create_vcpu() { in create_vcpu() function
/external/crosvm/hypervisor/src/
Driscv64.rs25 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>>; in create_vcpu() method
Daarch64.rs77 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu() method
Dx86_64.rs64 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>>; in create_vcpu() method
/external/crosvm/hypervisor/tests/kvm/
Dmain.rs101 fn create_vcpu() { in create_vcpu() function
/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs64 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
Dmod.rs261 fn create_vcpu(&self, id: usize) -> Result<GunyahVcpu> { in create_vcpu() method
/external/crosvm/hypervisor/src/whpx/
Dvm.rs759 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
821 fn create_vcpu() { in create_vcpu() function
/external/crosvm/src/crosvm/plugin/
Dprocess.rs229 pub fn create_vcpu(&self, cpu_id: u32) -> Result<PluginVcpu> { in create_vcpu() method
/external/crosvm/kvm/tests/
Dkvm_tests.rs366 fn create_vcpu() { in create_vcpu() function
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs186 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
665 fn create_vcpu(&self, id: usize) -> Result<GeniezoneVcpu> { in create_vcpu() method