Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dsync_regs_test.c77 static void compare_vcpu_events(struct kvm_vcpu_events *left, in compare_vcpu_events()
78 struct kvm_vcpu_events *right) in compare_vcpu_events()
93 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_inj_pen()
116 struct kvm_vcpu_events *events = &run->s.regs.events; in race_events_exc()
253 struct kvm_vcpu_events events; in KVM_ONE_VCPU_TEST()
276 struct kvm_vcpu_events events; in KVM_ONE_VCPU_TEST()
Dnested_exceptions_test.c192 struct kvm_vcpu_events events; in queue_ss_exception()
220 struct kvm_vcpu_events events; in main()
Dvmx_exception_with_invalid_guest_state.c88 struct kvm_vcpu_events events; in sigalrm_handler()
Dtriple_fault_event_test.c63 struct kvm_vcpu_events events; in main()
Dsmm_test.c118 struct kvm_vcpu_events events; in inject_smi()
Dhyperv_evmcs.c195 struct kvm_vcpu_events events; in inject_nmi()
/linux-6.14.4/tools/testing/selftests/kvm/arm64/
Dmmio_abort.c46 struct kvm_vcpu_events events = {}; in vcpu_inject_extabt()
/linux-6.14.4/tools/arch/arm/include/uapi/asm/
Dkvm.h130 struct kvm_vcpu_events { struct
/linux-6.14.4/arch/x86/include/uapi/asm/
Dkvm.h335 struct kvm_vcpu_events { struct
432 struct kvm_vcpu_events events;
/linux-6.14.4/tools/arch/x86/include/uapi/asm/
Dkvm.h335 struct kvm_vcpu_events { struct
432 struct kvm_vcpu_events events;
/linux-6.14.4/tools/arch/arm64/include/uapi/asm/
Dkvm.h184 struct kvm_vcpu_events { struct
/linux-6.14.4/arch/arm64/include/uapi/asm/
Dkvm.h181 struct kvm_vcpu_events { struct
/linux-6.14.4/arch/arm64/kvm/
Darm.c1626 struct kvm_vcpu_events *events) in kvm_arm_vcpu_get_events()
1634 struct kvm_vcpu_events *events) in kvm_arm_vcpu_set_events()
1744 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
1755 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
Dguest.c819 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_get_events()
837 struct kvm_vcpu_events *events) in __kvm_arm_vcpu_set_events()
/linux-6.14.4/tools/include/uapi/linux/
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-6.14.4/include/uapi/linux/
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-6.14.4/tools/testing/selftests/kvm/include/
Dkvm_util.h726 struct kvm_vcpu_events *events) in vcpu_events_get()
731 struct kvm_vcpu_events *events) in vcpu_events_set()
/linux-6.14.4/arch/arm64/include/asm/
Dkvm_host.h1149 struct kvm_vcpu_events *events);
1152 struct kvm_vcpu_events *events);
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dprocessor.h408 struct kvm_vcpu_events events;
/linux-6.14.4/arch/x86/kvm/
Dx86.c5305 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_get_vcpu_events()
5398 struct kvm_vcpu_events *events) in kvm_vcpu_ioctl_x86_set_vcpu_events()
5993 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
5998 if (copy_to_user(argp, &events, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
6004 struct kvm_vcpu_events events; in kvm_arch_vcpu_ioctl()
6007 if (copy_from_user(&events, argp, sizeof(struct kvm_vcpu_events))) in kvm_arch_vcpu_ioctl()
12230 struct kvm_vcpu_events events = vcpu->run->s.regs.events; in sync_regs()
/linux-6.14.4/Documentation/virt/kvm/
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