Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c76 static void compare_vcpu_events(struct kvm_vcpu_events *left, in compare_vcpu_events()
77 struct kvm_vcpu_events *right) in compare_vcpu_events()
92 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_inj_pen()
115 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_exc()
218 struct kvm_vcpu_events events; in main()
Dnested_exceptions_test.c192 struct kvm_vcpu_events events; in queue_ss_exception()
220 struct kvm_vcpu_events events; in main()
Dtriple_fault_event_test.c63 struct kvm_vcpu_events events; in main()
Dvmx_exception_with_invalid_guest_state.c88 struct kvm_vcpu_events events; in sigalrm_handler()
Dsmm_test.c119 struct kvm_vcpu_events events; in inject_smi()
Dhyperv_evmcs.c196 struct kvm_vcpu_events events; in inject_nmi()
/Linux-v6.6/arch/x86/include/uapi/asm/
Dkvm.h334 struct kvm_vcpu_events { struct
431 struct kvm_vcpu_events events;
/Linux-v6.6/tools/arch/x86/include/uapi/asm/
Dkvm.h334 struct kvm_vcpu_events { struct
431 struct kvm_vcpu_events events;
/Linux-v6.6/tools/arch/arm/include/uapi/asm/
Dkvm.h130 struct kvm_vcpu_events { struct
/Linux-v6.6/arch/arm64/include/uapi/asm/
Dkvm.h181 struct kvm_vcpu_events { struct
/Linux-v6.6/tools/arch/arm64/include/uapi/asm/
Dkvm.h181 struct kvm_vcpu_events { struct
/Linux-v6.6/arch/arm64/kvm/
Darm.c1381 struct kvm_vcpu_events *events) in kvm_arm_vcpu_get_events()
1389 struct kvm_vcpu_events *events) in kvm_arm_vcpu_set_events()
1499 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
1510 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
Dguest.c815 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_get_events()
833 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_set_events()
/Linux-v6.6/arch/arm64/include/asm/
Dkvm_host.h919 struct kvm_vcpu_events *events);
922 struct kvm_vcpu_events *events);
/Linux-v6.6/tools/testing/selftests/kvm/include/
Dkvm_util_base.h558 struct kvm_vcpu_events *events) in vcpu_events_get()
563 struct kvm_vcpu_events *events) in vcpu_events_set()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1614 #define KVM_GET_VCPU_EVENTS _IOR(KVMIO, 0x9f, struct kvm_vcpu_events)
1615 #define KVM_SET_VCPU_EVENTS _IOW(KVMIO, 0xa0, struct kvm_vcpu_events)
/Linux-v6.6/include/uapi/linux/
Dkvm.h1621 #define KVM_GET_VCPU_EVENTS _IOR(KVMIO, 0x9f, struct kvm_vcpu_events)
1622 #define KVM_SET_VCPU_EVENTS _IOW(KVMIO, 0xa0, struct kvm_vcpu_events)
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h379 struct kvm_vcpu_events events;
/Linux-v6.6/arch/x86/kvm/
Dx86.c5143 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_get_vcpu_events()
5236 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_set_vcpu_events()
5809 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5814 if (copy_to_user(argp, &events, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
5820 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5823 if (copy_from_user(&events, argp, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
11822 struct kvm_vcpu_events events = vcpu->run->s.regs.events; in sync_regs()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst1084 struct kvm_vcpu_events {
1177 struct kvm_vcpu_events {
7004 struct kvm_vcpu_events events;
7327 kvm_vcpu_events, which allows userspace to distinguish between pending