Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dtriple_fault_event_test.c98 vcpu_events_get(vcpu, &events); in main()
105 vcpu_events_get(vcpu, &events); in main()
Dnested_exceptions_test.c199 vcpu_events_get(vcpu, &events); in queue_ss_exception()
252 vcpu_events_get(vcpu, &events); in main()
Dsync_regs_test.c149 vcpu_events_get(vcpu, &events); in main()
177 vcpu_events_get(vcpu, &events); in main()
Dvmx_exception_with_invalid_guest_state.c94 vcpu_events_get(vcpu, &events); in sigalrm_handler()
Dsmm_test.c121 vcpu_events_get(vcpu, &events); in inject_smi()
Devmcs_test.c164 vcpu_events_get(vcpu, &events); in inject_nmi()
/Linux-v6.1/tools/testing/selftests/kvm/include/
Dkvm_util_base.h490 static inline void vcpu_events_get(struct kvm_vcpu *vcpu, in vcpu_events_get() function
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c983 vcpu_events_get(vcpu, &state->events); in vcpu_save_state()