Searched refs:KVM_CAP_SYNC_REGS (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/kvm/s390x/
H A Dsync_regs_test.c3 * Test for s390x KVM_CAP_SYNC_REGS
11 * Test expected behavior of the KVM_CAP_SYNC_REGS functionality.
223 TEST_REQUIRE(kvm_has_cap(KVM_CAP_SYNC_REGS));
H A Dcmma_test.c681 TEST_REQUIRE(kvm_has_cap(KVM_CAP_SYNC_REGS));
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c3 * Test for x86 KVM_CAP_SYNC_REGS
7 * Verifies expected behavior of x86 KVM_CAP_SYNC_REGS functionality,
408 cap = kvm_check_cap(KVM_CAP_SYNC_REGS);
/linux-master/include/uapi/linux/
H A Dkvm.h758 #define KVM_CAP_SYNC_REGS 74 macro
/linux-master/tools/include/uapi/linux/
H A Dkvm.h996 #define KVM_CAP_SYNC_REGS 74 macro
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c561 case KVM_CAP_SYNC_REGS:
/linux-master/arch/x86/kvm/
H A Dx86.c4738 case KVM_CAP_SYNC_REGS:

Completed in 503 milliseconds