Searched refs:kvm_nested_state (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/arch/x86/include/uapi/asm/ |
| D | kvm.h | 398 struct kvm_nested_state { struct
|
| /Linux-v4.19/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 398 struct kvm_nested_state { struct
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | kvm_host.h | 1119 struct kvm_nested_state __user *user_kvm_nested_state, 1122 struct kvm_nested_state __user *user_kvm_nested_state, 1123 struct kvm_nested_state *kvm_state);
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | kvm.h | 1399 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1400 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /Linux-v4.19/include/uapi/linux/ |
| D | kvm.h | 1399 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1400 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /Linux-v4.19/tools/testing/selftests/kvm/lib/ |
| D | x86.c | 754 struct kvm_nested_state nested;
|
| /Linux-v4.19/Documentation/virtual/kvm/ |
| D | api.txt | 3627 Parameters: struct kvm_nested_state (in/out) 3631 kvm_nested_state) exceeds the value of 'size' specified by 3634 struct kvm_nested_state { 3665 kvm_nested_state, can be retrieved by passing KVM_CAP_NESTED_STATE to 3673 Parameters: struct kvm_nested_state (in) 3676 This copies the vcpu's kvm_nested_state struct from userspace to the kernel. For 3677 the definition of struct kvm_nested_state, see KVM_GET_NESTED_STATE.
|
| /Linux-v4.19/arch/x86/kvm/ |
| D | vmx.c | 13903 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_get_nested_state() 13908 struct kvm_nested_state kvm_state = { in vmx_get_nested_state() 13985 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_set_nested_state() 13986 struct kvm_nested_state *kvm_state) in vmx_set_nested_state()
|
| D | x86.c | 4005 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 4034 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 4035 struct kvm_nested_state kvm_state; in kvm_arch_vcpu_ioctl()
|