Home
last modified time | relevance | path

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

/linux-6.6.21/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.c194 vcpu_events_get(vcpu, &events); in queue_ss_exception()
247 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.c271 vcpu_events_get(vcpu, &events); in main()
296 vcpu_events_get(vcpu, &events); in main()
Dsmm_test.c121 vcpu_events_get(vcpu, &events); in inject_smi()
Dhyperv_evmcs.c198 vcpu_events_get(vcpu, &events); in inject_nmi()
/linux-6.6.21/tools/testing/selftests/kvm/include/
Dkvm_util_base.h557 static inline void vcpu_events_get(struct kvm_vcpu *vcpu, in vcpu_events_get() function
/linux-6.6.21/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c978 vcpu_events_get(vcpu, &state->events); in vcpu_save_state()