Home
last modified time | relevance | path

Searched refs:vcpu_events_get (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dtriple_fault_event_test.c96 vcpu_events_get(vcpu, &events); in main()
103 vcpu_events_get(vcpu, &events); in main()
Dnested_exceptions_test.c192 vcpu_events_get(vcpu, &events); in queue_ss_exception()
245 vcpu_events_get(vcpu, &events); in main()
Dvmx_exception_with_invalid_guest_state.c92 vcpu_events_get(vcpu, &events); in sigalrm_handler()
Dsync_regs_test.c269 vcpu_events_get(vcpu, &events); in KVM_ONE_VCPU_TEST()
307 vcpu_events_get(vcpu, &events); in KVM_ONE_VCPU_TEST()
Dsmm_test.c120 vcpu_events_get(vcpu, &events); in inject_smi()
Dhyperv_evmcs.c197 vcpu_events_get(vcpu, &events); in inject_nmi()
/linux-6.12.1/tools/testing/selftests/kvm/include/
Dkvm_util.h719 static inline void vcpu_events_get(struct kvm_vcpu *vcpu, in vcpu_events_get() function
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1069 vcpu_events_get(vcpu, &state->events); in vcpu_save_state()