Searched refs:kvm_sregs2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 155 struct kvm_sregs2 { struct
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 155 struct kvm_sregs2 { struct
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1391 #define KVM_GET_SREGS2 _IOR(KVMIO, 0xcc, struct kvm_sregs2) 1392 #define KVM_SET_SREGS2 _IOW(KVMIO, 0xcd, struct kvm_sregs2)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1841 #define KVM_GET_SREGS2 _IOR(KVMIO, 0xcc, struct kvm_sregs2) 1842 #define KVM_SET_SREGS2 _IOW(KVMIO, 0xcd, struct kvm_sregs2)
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1848 #define KVM_GET_SREGS2 _IOR(KVMIO, 0xcc, struct kvm_sregs2) 1849 #define KVM_SET_SREGS2 _IOW(KVMIO, 0xcd, struct kvm_sregs2)
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 156 struct kvm_sregs2 { struct
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 132 static int __set_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *sregs2); 133 static void __get_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *sregs2); 5656 struct kvm_sregs2 *sregs2; in kvm_arch_vcpu_ioctl() 6057 u.sregs2 = kzalloc(sizeof(struct kvm_sregs2), GFP_KERNEL); in kvm_arch_vcpu_ioctl() 6063 if (copy_to_user(argp, u.sregs2, sizeof(struct kvm_sregs2))) in kvm_arch_vcpu_ioctl() 6069 u.sregs2 = memdup_user(argp, sizeof(struct kvm_sregs2)); in kvm_arch_vcpu_ioctl() 11365 static void __get_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *sregs2) in __get_sregs2() 11611 static int __set_sregs2(struct kvm_vcpu *vcpu, struct kvm_sregs2 *sregs2) in __set_sregs2()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3535 struct kvm_sregs2 sregs; in kvm_put_sregs2() 4317 struct kvm_sregs2 sregs; in kvm_get_sregs2()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 5673 :Parameters: struct kvm_sregs2 (out) 5681 struct kvm_sregs2 { 5693 flags values for ``kvm_sregs2``: 5706 :Parameters: struct kvm_sregs2 (in)
|