Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_set_nested_state_test.c29 void test_nested_state(struct kvm_vcpu *vcpu, struct kvm_nested_state *state) in test_nested_state()
35 struct kvm_nested_state *state, in test_nested_state_expect_errno()
48 struct kvm_nested_state *state) in test_nested_state_expect_einval()
54 struct kvm_nested_state *state) in test_nested_state_expect_efault()
59 void set_revision_id_for_vmcs12(struct kvm_nested_state *state, in set_revision_id_for_vmcs12()
66 void set_default_state(struct kvm_nested_state *state) in set_default_state()
75 void set_default_vmx_state(struct kvm_nested_state *state, int size) in set_default_vmx_state()
91 const int state_sz = sizeof(struct kvm_nested_state) + getpagesize(); in test_vmx_nested_state()
92 struct kvm_nested_state *state = in test_vmx_nested_state()
93 (struct kvm_nested_state *)malloc(state_sz); in test_vmx_nested_state()
[all …]
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h732 struct kvm_nested_state *state) in vcpu_nested_state_get()
737 struct kvm_nested_state *state) in __vcpu_nested_state_set()
743 struct kvm_nested_state *state) in vcpu_nested_state_set()
/linux/include/uapi/linux/
H A Dkvm.h1363 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state)
1364 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
/linux/tools/include/uapi/linux/
H A Dkvm.h1363 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state)
1364 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
/linux/arch/x86/include/asm/
H A Dkvm_host.h1845 struct kvm_nested_state __user *user_kvm_nested_state,
1848 struct kvm_nested_state __user *user_kvm_nested_state,
1849 struct kvm_nested_state *kvm_state);
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h499 struct kvm_nested_state { struct
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h499 struct kvm_nested_state { struct
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h415 struct kvm_nested_state nested;
/linux/arch/x86/kvm/vmx/
H A Dnested.c6570 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_get_nested_state()
6575 struct kvm_nested_state kvm_state = { in vmx_get_nested_state()
6702 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_set_nested_state()
6703 struct kvm_nested_state *kvm_state) in vmx_set_nested_state()
/linux/arch/x86/kvm/
H A Dx86.c6184 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl()
6213 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl()
6214 struct kvm_nested_state kvm_state; in kvm_arch_vcpu_ioctl()