/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vm.rs | 446 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 D | vm.rs | 759 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 D | pvm_wipe_mem.c | 75 static int create_vcpu(int vmfd, struct kvm_run **run) in create_vcpu() function
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | riscv64.rs | 93 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>> { in create_vcpu() method
|
H A D | aarch64.rs | 211 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
|
H A D | x86_64.rs | 455 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
|
/aosp_15_r20/external/crosvm/hypervisor/src/ |
H A D | riscv64.rs | 25 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>>; in create_vcpu() method
|
H A D | aarch64.rs | 175 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu() method
|
H A D | x86_64.rs | 61 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 D | aarch64.rs | 65 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
|
H A D | mod.rs | 261 fn create_vcpu(&self, id: usize) -> Result<GunyahVcpu> { in create_vcpu() method
|
/aosp_15_r20/external/crosvm/hypervisor/tests/kvm/ |
H A D | main.rs | 101 fn create_vcpu() { in create_vcpu() function
|
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/ |
H A D | mod.rs | 177 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 D | process.rs | 229 pub fn create_vcpu(&self, cpu_id: u32) -> Result<PluginVcpu> { in create_vcpu() method
|
/aosp_15_r20/external/crosvm/kvm/tests/ |
H A D | kvm_tests.rs | 366 fn create_vcpu() { in create_vcpu() function
|