Home
last modified time | relevance | path

Searched defs:kvm (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/crosvm/kvm/tests/
H A Dkvm_tests.rs58 let kvm = Kvm::new().unwrap(); in create_vm() localVariable
65 let kvm = Kvm::new().unwrap(); in check_extension() localVariable
73 let kvm = Kvm::new().unwrap(); in check_vm_extension() localVariable
84 let kvm = Kvm::new().unwrap(); in get_supported_cpuid() localVariable
93 let kvm = Kvm::new().unwrap(); in get_emulated_cpuid() localVariable
100 let kvm = Kvm::new().unwrap(); in get_msr_index_list() localVariable
107 let kvm = Kvm::new().unwrap(); in add_memory() localVariable
130 let kvm = Kvm::new().unwrap(); in add_memory_ro() localVariable
141 let kvm = Kvm::new().unwrap(); in remove_memory_region() localVariable
157 let kvm = Kvm::new().unwrap(); in remove_invalid_memory() localVariable
[all …]
H A Dreal_run_adder.rs31 let kvm = Kvm::new().expect("new kvm failed"); in test_run() localVariable
H A Ddirty_log.rs34 let kvm = Kvm::new().expect("new kvm failed"); in test_run() localVariable
H A Dread_only_memory.rs36 let kvm = Kvm::new().expect("new kvm failed"); in test_run() localVariable
/aosp_15_r20/external/crosvm/hypervisor/tests/kvm/
H A Dmain.rs58 let kvm = Kvm::new().unwrap(); in check_capability() localVariable
65 let kvm = Kvm::new().unwrap(); in create_vm() localVariable
72 let kvm = Kvm::new().unwrap(); in clone_vm() localVariable
80 let kvm = Kvm::new().unwrap(); in send_vm() localVariable
92 let kvm = Kvm::new().unwrap(); in check_vm_capability() localVariable
102 let kvm = Kvm::new().unwrap(); in create_vcpu() localVariable
110 let kvm = Kvm::new().unwrap(); in get_memory() localVariable
121 let kvm = Kvm::new().unwrap(); in add_memory() localVariable
151 let kvm = Kvm::new().unwrap(); in add_memory_ro() localVariable
168 let kvm = Kvm::new().unwrap(); in remove_memory() localVariable
[all …]
H A Dx86_64.rs45 let kvm = Kvm::new().unwrap(); in get_msr_index_list() localVariable
59 let kvm = Kvm::new().unwrap(); in check_vm_arch_capability() localVariable
241 let kvm = Kvm::new().unwrap(); in clock_handling() localVariable
251 let kvm = Kvm::new().unwrap(); in set_gsi_routing() localVariable
293 let kvm = Kvm::new().unwrap(); in set_identity_map_addr() localVariable
301 let kvm = Kvm::new().unwrap(); in mp_state() localVariable
312 let kvm = Kvm::new().unwrap(); in enable_feature() localVariable
338 let kvm = Kvm::new().unwrap(); in debugregs() localVariable
351 let kvm = Kvm::new().unwrap(); in xcrs() localVariable
367 let kvm = Kvm::new().unwrap(); in get_msr() localVariable
[all …]
H A Daarch64.rs15 let kvm = Kvm::new().unwrap(); in set_gsi_routing() localVariable
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-timesync-kvm.c164 static int kvm_open_vcpu_dir(struct kvm_clock_sync *kvm, int cpu, char *dir_str) in kvm_open_vcpu_dir()
209 static int kvm_open_debug_files(struct kvm_clock_sync *kvm, int pid) in kvm_open_debug_files()
266 struct kvm_clock_sync *kvm) in kvm_clock_sync_init_host()
286 struct kvm_clock_sync *kvm) in kvm_clock_sync_init_guest()
329 struct kvm_clock_sync *kvm; in kvm_clock_sync_init() local
360 struct kvm_clock_sync *kvm = NULL; in kvm_clock_sync_free() local
391 struct kvm_clock_sync *kvm = NULL; in kvm_clock_host() local
450 struct kvm_clock_sync *kvm = (struct kvm_clock_sync *)context; in kvm_marker_find() local
481 struct kvm_clock_sync *kvm = NULL; in kvm_clock_guest() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
H A Dpvm_wipe_mem.c48 int kvm, ret; in get_kvm() local
65 static int create_protected_vm(int kvm) in create_protected_vm()
99 static void teardown(int kvm, int vmfd, int vcpufd, struct kvm_run *run) in teardown()
123 int ret, kvm, vmfd, vcpufd; in main() local
/aosp_15_r20/external/crosvm/hypervisor/tests/
H A Dmmio_and_pio.rs21 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_mmio_and_pio() localVariable
174 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_pio_out() localVariable
310 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_pio_in() localVariable
H A Dread_only_memory.rs23 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_read_only_memory() localVariable
H A Dreal_run_addr.rs19 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_real_run_addr() localVariable
H A Ddirty_log.rs21 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_dirty_log() localVariable
H A Dremove_memory.rs20 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_remove_memory() localVariable
H A Dtsc_offsets.rs35 let kvm = Kvm::new().expect("failed to create kvm"); in test_kvm_tsc_offsets() localVariable
/aosp_15_r20/external/crosvm/devices/tests/irqchip/kvm/
H A Dmod.rs25 let kvm = Kvm::new().expect("failed to instantiate Kvm"); in create_kvm_kernel_irqchip() localVariable
39 let kvm = Kvm::new().expect("failed to instantiate Kvm"); in mp_state() localVariable
H A Dx86_64.rs48 let kvm = Kvm::new().expect("failed to instantiate Kvm"); in get_kernel_chip() localVariable
64 let kvm = Kvm::new().expect("failed to instantiate Kvm"); in get_split_chip() localVariable
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dmod.rs142 kvm: SafeDescriptor, field
157 let kvm = unsafe { SafeDescriptor::from_raw_descriptor(ret) }; in new_with_path() localVariable
225 kvm: Kvm, field
883 kvm: Kvm, field
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Dmain.rs5 mod kvm; module
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dlib.rs11 mod kvm; module
/aosp_15_r20/external/crosvm/kvm/
H A DCargo.toml2 name = "kvm" package
/aosp_15_r20/external/crosvm/crosvm_plugin/
H A DCargo.toml14 kvm = { path = "../kvm" } qkey
/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/
Dhypervisor.rs20 mod kvm; module
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c55 int i, kvm, kvmvm, kvmcpu; in test() local
/aosp_15_r20/external/strace/tests-m32/
H A Dioctl_kvm_run_common.c296 int kvm = open(dev, O_RDWR); in main() local

123