Searched refs:kvm_nested_state (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 859 struct kvm_nested_state *state) 864 struct kvm_nested_state *state) in kvm_has_device_attr() 870 struct kvm_nested_state *state)
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 1736 struct kvm_nested_state __user *user_kvm_nested_state, in svm_get_nested_state() 1742 struct kvm_nested_state kvm_state = { in svm_get_nested_state() 1803 struct kvm_nested_state __user *user_kvm_nested_state, in svm_set_nested_state() 1804 struct kvm_nested_state *kvm_state) in svm_set_nested_state()
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1438 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1439 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1416 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1417 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 536 struct kvm_nested_state { struct
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 422 struct kvm_nested_state nested;
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 6714 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_get_nested_state() 6719 struct kvm_nested_state kvm_state = { in vmx_get_nested_state() 6846 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_set_nested_state() 6847 struct kvm_nested_state *kvm_state) in vmx_set_nested_state()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 6528 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 6557 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 6558 struct kvm_nested_state kvm_state; in kvm_arch_vcpu_ioctl()
|