Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c75 static void compare_vcpu_events(struct kvm_vcpu_events *left, in compare_vcpu_events()
76 struct kvm_vcpu_events *right) in compare_vcpu_events()
90 struct kvm_vcpu_events events; in main()
Dnested_exceptions_test.c197 struct kvm_vcpu_events events; in queue_ss_exception()
225 struct kvm_vcpu_events events; in main()
Dvmx_exception_with_invalid_guest_state.c90 struct kvm_vcpu_events events; in sigalrm_handler()
Dtriple_fault_event_test.c63 struct kvm_vcpu_events events; in main()
Dsmm_test.c119 struct kvm_vcpu_events events; in inject_smi()
Devmcs_test.c162 struct kvm_vcpu_events events; in inject_nmi()
/Linux-v6.1/arch/x86/include/uapi/asm/
Dkvm.h336 struct kvm_vcpu_events { struct
433 struct kvm_vcpu_events events;
/Linux-v6.1/tools/arch/x86/include/uapi/asm/
Dkvm.h336 struct kvm_vcpu_events { struct
433 struct kvm_vcpu_events events;
/Linux-v6.1/tools/arch/arm/include/uapi/asm/
Dkvm.h130 struct kvm_vcpu_events { struct
/Linux-v6.1/arch/arm64/include/uapi/asm/
Dkvm.h179 struct kvm_vcpu_events { struct
/Linux-v6.1/tools/arch/arm64/include/uapi/asm/
Dkvm.h179 struct kvm_vcpu_events { struct
/Linux-v6.1/arch/arm64/kvm/
Darm.c1253 struct kvm_vcpu_events *events) in kvm_arm_vcpu_get_events()
1261 struct kvm_vcpu_events *events) in kvm_arm_vcpu_set_events()
1371 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
1382 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
Dguest.c804 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_get_events()
822 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_set_events()
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_host.h723 struct kvm_vcpu_events *events);
726 struct kvm_vcpu_events *events);
/Linux-v6.1/tools/testing/selftests/kvm/include/
Dkvm_util_base.h491 struct kvm_vcpu_events *events) in vcpu_events_get()
496 struct kvm_vcpu_events *events) in vcpu_events_set()
/Linux-v6.1/tools/include/uapi/linux/
Dkvm.h1601 #define KVM_GET_VCPU_EVENTS _IOR(KVMIO, 0x9f, struct kvm_vcpu_events)
1602 #define KVM_SET_VCPU_EVENTS _IOW(KVMIO, 0xa0, struct kvm_vcpu_events)
/Linux-v6.1/include/uapi/linux/
Dkvm.h1601 #define KVM_GET_VCPU_EVENTS _IOR(KVMIO, 0x9f, struct kvm_vcpu_events)
1602 #define KVM_SET_VCPU_EVENTS _IOW(KVMIO, 0xa0, struct kvm_vcpu_events)
/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h218 struct kvm_vcpu_events events;
/Linux-v6.1/arch/x86/kvm/
Dx86.c5036 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_get_vcpu_events()
5132 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_set_vcpu_events()
5685 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5690 if (copy_to_user(argp, &events, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
5696 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5699 if (copy_from_user(&events, argp, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
/Linux-v6.1/Documentation/virt/kvm/
Dapi.rst1107 struct kvm_vcpu_events {
1200 struct kvm_vcpu_events {
6820 struct kvm_vcpu_events events;
7143 kvm_vcpu_events, which allows userspace to distinguish between pending