| /linux/tools/testing/selftests/kvm/ |
| H A D | system_counter_offset_test.c | 103 switch (get_ucall(vcpu, &uc)) { in enter_guest() 112 get_ucall(vcpu, &uc)); in enter_guest()
|
| H A D | guest_print_test.c | 138 switch (get_ucall(vcpu, &uc)) { in run_test() 183 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_ABORT, in test_limits()
|
| H A D | memslot_modification_stress_test.c | 48 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
| H A D | rseq_test.c | 265 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
| H A D | arch_timer.c | 62 switch (get_ucall(vcpu, &uc)) { in test_vcpu_run()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | aperfmperf_test.c | 134 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main() 176 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | userspace_msr_exit_test.c | 389 get_ucall(vcpu, &uc) == UCALL_ABORT) { in check_for_guest_assert() 462 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE, in process_ucall_done() 475 switch (get_ucall(vcpu, &uc)) { in process_ucall() 579 switch (get_ucall(vcpu, &uc)) { in handle_ucall()
|
| H A D | nested_close_kvm_test.c | 96 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | userspace_io_test.c | 70 if (get_ucall(vcpu, &uc)) in main()
|
| H A D | xcr0_cpuid_test.c | 125 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | nested_invalid_cr3_test.c | 101 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | monitor_mwait_test.c | 120 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | vmx_nested_la57_state_test.c | 102 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | nested_tsc_adjust_test.c | 148 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | vmx_dirty_log_test.c | 137 switch (get_ucall(vcpu, &uc)) { in test_vmx_dirty_log()
|
| H A D | nested_tsc_scaling_test.c | 208 switch (get_ucall(vcpu, &uc)) { in main()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | kvm-uuid.c | 50 switch (get_ucall(vcpu, &uc)) { in main()
|
| H A D | host_sve.c | 95 switch (get_ucall(vcpu, &uc)) { in test_run()
|
| H A D | no-vgic-v3.c | 126 switch (get_ucall(vcpu, &uc)) { in test_run_vcpu()
|
| H A D | at.c | 130 switch (get_ucall(vcpu, &uc)) { in run_test()
|
| H A D | aarch32_id_regs.c | 58 switch (get_ucall(vcpu, &uc)) { in test_guest_raz()
|
| H A D | debug-exceptions.c | 451 switch (get_ucall(vcpu, &uc)) { in test_guest_debug_exceptions() 483 cmd = get_ucall(vcpu, &uc); in test_single_step_from_userspace()
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | ebreak_test.c | 78 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 41 uint64_t get_ucall(struct kvm_vcpu *vcpu, struct ucall *uc);
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | ucall_common.c | 143 uint64_t get_ucall(struct kvm_vcpu *vcpu, struct ucall *uc) in get_ucall() function
|