Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/s390/
H A Dsync_regs_test.c3 * Test for s390x KVM_CAP_SYNC_REGS
11 * Test expected behavior of the KVM_CAP_SYNC_REGS functionality.
221 TEST_REQUIRE(kvm_has_cap(KVM_CAP_SYNC_REGS)); in main()
H A Dcmma_test.c681 TEST_REQUIRE(kvm_has_cap(KVM_CAP_SYNC_REGS)); in main()
/linux/tools/testing/selftests/kvm/x86/
H A Dsync_regs_test.c3 * Test for x86 KVM_CAP_SYNC_REGS
7 * Verifies expected behavior of x86 KVM_CAP_SYNC_REGS functionality,
406 cap = kvm_check_cap(KVM_CAP_SYNC_REGS); in main()
/linux/include/uapi/linux/
H A Dkvm.h795 #define KVM_CAP_SYNC_REGS 74 macro
/linux/tools/include/uapi/linux/
H A Dkvm.h769 #define KVM_CAP_SYNC_REGS 74 macro
/linux/arch/s390/kvm/
H A Dkvm-s390.c588 case KVM_CAP_SYNC_REGS: in kvm_vm_ioctl_check_extension()
/linux/Documentation/virt/kvm/
H A Dapi.rst7268 If KVM_CAP_SYNC_REGS is defined, these fields allow userspace to access
7488 6.74 KVM_CAP_SYNC_REGS
7499 KVM_CAP_SYNC_REGS "allow[s] userspace to access certain guest registers
/linux/arch/x86/kvm/
H A Dx86.c4741 case KVM_CAP_SYNC_REGS: in kvm_vm_ioctl_check_extension()