Searched refs:vm_create_with_one_vcpu (Results 1 – 25 of 75) sorted by relevance
123
| /tools/testing/selftests/kvm/x86/ |
| A D | triple_fault_event_test.c | 77 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code_vmx); in main() 83 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code_svm); in main()
|
| A D | exit_on_emulation_failure_test.c | 28 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | xss_msr_test.c | 24 vm = vm_create_with_one_vcpu(&vcpu, NULL); in main()
|
| A D | xapic_state_test.c | 205 vm = vm_create_with_one_vcpu(&vcpu, NULL); in test_x2apic_id() 233 vm = vm_create_with_one_vcpu(&x.vcpu, x2apic_guest_code); in main() 242 vm = vm_create_with_one_vcpu(&x.vcpu, xapic_guest_code); in main()
|
| A D | svm_nested_shutdown_test.c | 50 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| A D | vmx_close_while_nested_test.c | 56 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| A D | svm_vmcall_test.c | 44 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| A D | hwcr_msr_test.c | 39 vm = vm_create_with_one_vcpu(&vcpu, NULL); in main()
|
| A D | platform_info_test.c | 50 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | kvm_pv_test.c | 150 vm = vm_create_with_one_vcpu(&vcpu, guest_main); in test_pv_unhalt() 208 vm = vm_create_with_one_vcpu(&vcpu, guest_main); in main()
|
| A D | cr4_cpuid_sync_test.c | 71 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | userspace_io_test.c | 61 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | vmx_invalid_nested_guest_state.c | 63 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| A D | feature_msrs_test.c | 70 vm = vm_create_with_one_vcpu(&vcpu, NULL); in test_feature_msr()
|
| A D | smaller_maxphyaddr_emulation_test.c | 57 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | svm_int_ctl_test.c | 91 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| A D | hyperv_extended_hypercalls.c | 55 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| A D | xcr0_cpuid_test.c | 114 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | no-vgic-v3.c | 147 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_guest_no_gicv3() 166 vm = vm_create_with_one_vcpu(&vcpu, NULL); in main()
|
| A D | host_sve.c | 86 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_run()
|
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_test_harness.h | 19 (void)vm_create_with_one_vcpu(&self->vcpu, NULL); \
|
| /tools/testing/selftests/kvm/lib/s390/ |
| A D | diag318_test_handler.c | 34 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in diag318_handler()
|
| /tools/testing/selftests/kvm/riscv/ |
| A D | ebreak_test.c | 47 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| /tools/testing/selftests/kvm/ |
| A D | guest_print_test.c | 175 vm = vm_create_with_one_vcpu(&vcpu, guest_code_limits); in test_limits() 195 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| /tools/testing/selftests/kvm/s390/ |
| A D | shared_zeropage_test.c | 82 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
Completed in 28 milliseconds
123