Home
last modified time | relevance | path

Searched refs:kvm_vcpu_events (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c
H A Dnested_exceptions_test.c
H A Dvmx_exception_with_invalid_guest_state.c
H A Dtriple_fault_event_test.c
H A Dsmm_test.c
H A Dhyperv_evmcs.c
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c192 struct kvm_vcpu_events events; in queue_ss_exception()
220 struct kvm_vcpu_events events; in main()
/linux/tools/arch/arm/include/uapi/asm/
H A Dkvm.h130 struct kvm_vcpu_events { struct
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h335 struct kvm_vcpu_events { struct
432 struct kvm_vcpu_events events;
/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h184 struct kvm_vcpu_events { struct
/linux/arch/arm64/kvm/
H A Darm.c1622 struct kvm_vcpu_events *events) in kvm_arm_vcpu_get_events()
1630 struct kvm_vcpu_events *events) in kvm_arm_vcpu_set_events()
1740 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
1751 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
/linux/tools/include/uapi/linux/
H A Dkvm.h1315 #define KVM_GET_VCPU_EVENTS _IOR(KVMIO, 0x9f, struct kvm_vcpu_events)
1316 #define KVM_SET_VCPU_EVENTS _IOW(KVMIO, 0xa0, struct kvm_vcpu_events)
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h726 struct kvm_vcpu_events *events) in vcpu_events_set()
731 struct kvm_vcpu_events *events) in vcpu_nested_state_get()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1149 struct kvm_vcpu_events *events);
1152 struct kvm_vcpu_events *events);
/linux/arch/x86/kvm/
H A Dx86.c5300 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_get_vcpu_events()
5393 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_set_vcpu_events()
5988 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5993 if (copy_to_user(argp, &events, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
5999 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
6002 if (copy_from_user(&events, argp, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
12219 struct kvm_vcpu_events events = vcpu->run->s.regs.events; in sync_regs()
/linux/Documentation/virt/kvm/
H A Dapi.rst1126 :Parameters: struct kvm_vcpu_events (out)
1137 struct kvm_vcpu_events {
1230 struct kvm_vcpu_events {
1249 :Parameters: struct kvm_vcpu_events (in)
7433 struct kvm_vcpu_events events;
7759 kvm_vcpu_events, which allows userspace to distinguish between pending