Searched refs:KVM_GET_DEBUGREGS (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1302 #define KVM_GET_DEBUGREGS _IOR(KVMIO, 0xa1, struct kvm_debugregs) macro
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 828 vcpu_ioctl(vcpu, KVM_GET_DEBUGREGS, debugregs); in vcpu_debugregs_get()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1617 #define KVM_GET_DEBUGREGS _IOR(KVMIO, 0xa1, struct kvm_debugregs) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1624 #define KVM_GET_DEBUGREGS _IOR(KVMIO, 0xa1, struct kvm_debugregs) macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 5163 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_DEBUGREGS, &dbgregs); in kvm_get_debugregs()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 1256 4.33 KVM_GET_DEBUGREGS 1289 See KVM_GET_DEBUGREGS for the data structure. The flags field is unused
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 5837 case KVM_GET_DEBUGREGS: { in kvm_arch_vcpu_ioctl()
|