Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvm.rs446 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
511 fn create_vcpu() { in create_vcpu() function
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A 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
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
H A Dpvm_wipe_mem.c75 static int create_vcpu(int vmfd, struct kvm_run **run) in create_vcpu() function
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Driscv64.rs93 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>> { in create_vcpu() method
H A Daarch64.rs211 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
H A Dx86_64.rs455 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Driscv64.rs25 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>>; in create_vcpu() method
H A Daarch64.rs175 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu() method
H A Dx86_64.rs61 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>>; in create_vcpu() method
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs65 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
H A Dmod.rs261 fn create_vcpu(&self, id: usize) -> Result<GunyahVcpu> { in create_vcpu() method
/aosp_15_r20/external/crosvm/hypervisor/tests/kvm/
H A Dmain.rs101 fn create_vcpu() { in create_vcpu() function
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs177 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
634 fn create_vcpu(&self, id: usize) -> Result<GeniezoneVcpu> { in create_vcpu() method
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dprocess.rs229 pub fn create_vcpu(&self, cpu_id: u32) -> Result<PluginVcpu> { in create_vcpu() method
/aosp_15_r20/external/crosvm/kvm/tests/
H A Dkvm_tests.rs366 fn create_vcpu() { in create_vcpu() function