| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | user_operexec.c | 27 vm = vm_create_with_one_vcpu(&vcpu, guest_code_instr0); in test_user_instr0() 50 vm = vm_create_with_one_vcpu(&vcpu, guest_code_user_operexec); in test_user_operexec() 65 vm = vm_create_with_one_vcpu(&vcpu, guest_code_instr0); in test_user_operexec() 84 vm = vm_create_with_one_vcpu(&vcpu, guest_code_user_operexec); in test_user_operexec_combined() 98 vm = vm_create_with_one_vcpu(&vcpu, guest_code_user_operexec); in test_user_operexec_combined()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H 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()
|
| H A D | nested_close_kvm_test.c | 77 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| H A D | userspace_io_test.c | 61 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | vmx_exception_with_invalid_guest_state.c | 115 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | xcr0_cpuid_test.c | 114 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | nested_invalid_cr3_test.c | 86 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| H A D | monitor_mwait_test.c | 83 vm = vm_create_with_one_vcpu(&vcpu, guest_monitor_wait); in main()
|
| H A D | vmx_nested_la57_state_test.c | 87 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | hyperv_cpuid.c | 144 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | nested_tsc_adjust_test.c | 134 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
| H A D | vmx_dirty_log_test.c | 95 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in test_vmx_dirty_log()
|
| H A D | aperfmperf_test.c | 132 vm = vm_create_with_one_vcpu(&vcpu, guest_no_aperfmperf); in main()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | irqfd_test.c | 103 vm1 = vm_create_with_one_vcpu(&unused, NULL); in main() 104 vm2 = vm_create_with_one_vcpu(&unused, NULL); in main()
|
| H 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()
|
| H A D | system_counter_offset_test.c | 122 vm = vm_create_with_one_vcpu(&vcpu, guest_main); in main()
|
| H A D | rseq_test.c | 244 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | no-vgic-v3.c | 147 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_guest_no_gicv3() 168 vm = vm_create_with_one_vcpu(&vcpu, NULL); in main()
|
| H A D | kvm-uuid.c | 45 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | host_sve.c | 86 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_run()
|
| H A D | debug-exceptions.c | 430 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_guest_debug_exceptions() 476 vm = vm_create_with_one_vcpu(&vcpu, guest_code_ss); in test_single_step_from_userspace() 585 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|
| H A D | aarch32_id_regs.c | 158 vm = vm_create_with_one_vcpu(&vcpu, guest_main); in main()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_test_harness.h | 19 (void)vm_create_with_one_vcpu(&self->vcpu, NULL); \
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 561 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_vm_basic_test() 579 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_vm_events_test() 605 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_vm_events_snapshot_test() 621 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in test_vm_events_overflow()
|
| H A D | ebreak_test.c | 47 vm = vm_create_with_one_vcpu(&vcpu, guest_code); in main()
|