Home
last modified time | relevance | path

Searched refs:KVM_X86_REG_MSR (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dmsrs_test.c302 vcpu_set_reg(vcpu, KVM_X86_REG_MSR(msr), reset_val); in host_test_msr()
313 val = vcpu_get_reg(vcpu, KVM_X86_REG_MSR(msr)); in host_test_msr()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h440 #define KVM_X86_REG_MSR(index) \ macro