Home
last modified time | relevance | path

Searched refs:kvm_nested_state (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_set_state_test.c28 void test_nested_state(struct kvm_vcpu *vcpu, struct kvm_nested_state *state) in test_nested_state()
34 struct kvm_nested_state *state, in test_nested_state_expect_errno()
47 struct kvm_nested_state *state) in test_nested_state_expect_einval()
53 struct kvm_nested_state *state) in test_nested_state_expect_efault()
58 void set_revision_id_for_vmcs12(struct kvm_nested_state *state, in set_revision_id_for_vmcs12()
65 void set_default_state(struct kvm_nested_state *state) in set_default_state()
74 void set_default_vmx_state(struct kvm_nested_state *state, int size) in set_default_vmx_state()
90 const int state_sz = sizeof(struct kvm_nested_state) + getpagesize(); in test_vmx_nested_state()
91 struct kvm_nested_state *state = in test_vmx_nested_state()
92 (struct kvm_nested_state *)malloc(state_sz); in test_vmx_nested_state()
[all …]
H A Devmcs_smm_controls_test.c132 struct kvm_nested_state state; in main()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h859 struct kvm_nested_state *state) in vcpu_nested_state_get()
864 struct kvm_nested_state *state) in __vcpu_nested_state_set()
870 struct kvm_nested_state *state) in vcpu_nested_state_set()
/linux/tools/include/uapi/linux/
H A Dkvm.h1444 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state)
1445 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h538 struct kvm_nested_state { struct
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h442 struct kvm_nested_state nested; in rdtsc()