Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm.h398 struct kvm_nested_state { struct
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dkvm.h398 struct kvm_nested_state { struct
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1119 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/
Dkvm.h1399 #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/
Dkvm.h1399 #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/
Dx86.c754 struct kvm_nested_state nested;
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt3627 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/
Dvmx.c13903 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()
Dx86.c4005 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()