| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | vmx_set_nested_state_test.c | 30 void test_nested_state(struct kvm_vm *vm, struct kvm_nested_state *state) in test_nested_state() 36 struct kvm_nested_state *state, in test_nested_state_expect_errno() 49 struct kvm_nested_state *state) in test_nested_state_expect_einval() 55 struct kvm_nested_state *state) in test_nested_state_expect_efault() 60 void set_revision_id_for_vmcs12(struct kvm_nested_state *state, in set_revision_id_for_vmcs12() 67 void set_default_state(struct kvm_nested_state *state) in set_default_state() 76 void set_default_vmx_state(struct kvm_nested_state *state, int size) in set_default_vmx_state() 92 const int state_sz = sizeof(struct kvm_nested_state) + getpagesize(); in test_vmx_nested_state() 93 struct kvm_nested_state *state = in test_vmx_nested_state() 94 (struct kvm_nested_state *)malloc(state_sz); in test_vmx_nested_state() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 198 struct kvm_nested_state *state); 200 struct kvm_nested_state *state, bool ignore_error);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | nested.c | 1095 struct kvm_nested_state __user *user_kvm_nested_state, in svm_get_nested_state() 1099 struct kvm_nested_state kvm_state = { in svm_get_nested_state() 1152 struct kvm_nested_state __user *user_kvm_nested_state, in svm_set_nested_state() 1153 struct kvm_nested_state *kvm_state) in svm_set_nested_state()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 452 struct kvm_nested_state { struct
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 452 struct kvm_nested_state { struct
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1296 struct kvm_nested_state __user *user_kvm_nested_state, 1299 struct kvm_nested_state __user *user_kvm_nested_state, 1300 struct kvm_nested_state *kvm_state);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1421 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1422 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1421 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1422 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1508 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1509 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1508 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) 1509 #define KVM_SET_NESTED_STATE _IOW(KVMIO, 0xbf, struct kvm_nested_state)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1402 struct kvm_nested_state *state) in vcpu_nested_state_get() 1416 struct kvm_nested_state *state, bool ignore_error) in vcpu_nested_state_set()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | processor.c | 915 struct kvm_nested_state nested;
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | nested.c | 6062 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_get_nested_state() 6067 struct kvm_nested_state kvm_state = { in vmx_get_nested_state() 6189 struct kvm_nested_state __user *user_kvm_nested_state, in vmx_set_nested_state() 6190 struct kvm_nested_state *kvm_state) in vmx_set_nested_state()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 4314 :Parameters: struct kvm_nested_state (in/out) 4326 struct kvm_nested_state { 4388 :Parameters: struct kvm_nested_state (in) 4391 This copies the vcpu's kvm_nested_state struct from userspace to the kernel. 4392 For the definition of struct kvm_nested_state, see KVM_GET_NESTED_STATE.
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 5010 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 5039 struct kvm_nested_state __user *user_kvm_nested_state = argp; in kvm_arch_vcpu_ioctl() 5040 struct kvm_nested_state kvm_state; in kvm_arch_vcpu_ioctl()
|