Searched defs:create_vcpu (Results 1 – 15 of 15) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/ |
D | pvm_wipe_mem.c | 75 static int create_vcpu(int vmfd, struct kvm_run **run) in create_vcpu() function
|
/external/crosvm/hypervisor/src/kvm/ |
D | riscv64.rs | 93 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>> { in create_vcpu() method
|
D | aarch64.rs | 212 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
|
D | x86_64.rs | 517 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method
|
/external/crosvm/hypervisor/src/haxm/ |
D | vm.rs | 455 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method 529 fn create_vcpu() { in create_vcpu() function
|
/external/crosvm/hypervisor/src/ |
D | riscv64.rs | 25 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuRiscv64>>; in create_vcpu() method
|
D | aarch64.rs | 177 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>>; in create_vcpu() method
|
D | x86_64.rs | 62 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>>; in create_vcpu() method
|
/external/crosvm/hypervisor/src/gunyah/ |
D | aarch64.rs | 67 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method
|
D | mod.rs | 340 fn create_vcpu(&self, id: usize) -> Result<GunyahVcpu> { in create_vcpu() method
|
/external/crosvm/hypervisor/tests/kvm/ |
D | main.rs | 101 fn create_vcpu() { in create_vcpu() function
|
/external/crosvm/hypervisor/src/whpx/ |
D | vm.rs | 768 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuX86_64>> { in create_vcpu() method 839 fn create_vcpu() { in create_vcpu() function
|
/external/crosvm/src/crosvm/plugin/ |
D | process.rs | 234 pub fn create_vcpu(&self, cpu_id: u32) -> Result<PluginVcpu> { in create_vcpu() method
|
/external/crosvm/kvm/tests/ |
D | kvm_tests.rs | 366 fn create_vcpu() { in create_vcpu() function
|
/external/crosvm/hypervisor/src/geniezone/ |
D | mod.rs | 179 fn create_vcpu(&self, id: usize) -> Result<Box<dyn VcpuAArch64>> { in create_vcpu() method 638 fn create_vcpu(&self, id: usize) -> Result<GeniezoneVcpu> { in create_vcpu() method
|