Home
last modified time | relevance | path

Searched refs:kvm_debugregs (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dkvm.h734 #define KVM_GET_DEBUGREGS _IOR(KVMIO, 0xa1, struct kvm_debugregs)
735 #define KVM_SET_DEBUGREGS _IOW(KVMIO, 0xa2, struct kvm_debugregs)
/linux-2.6.39/arch/x86/include/asm/
Dkvm.h296 struct kvm_debugregs { struct
/linux-2.6.39/arch/x86/kvm/
Dx86.c2693 struct kvm_debugregs *dbgregs) in kvm_vcpu_ioctl_x86_get_debugregs()
2703 struct kvm_debugregs *dbgregs) in kvm_vcpu_ioctl_x86_set_debugregs()
2971 struct kvm_debugregs dbgregs; in kvm_arch_vcpu_ioctl()
2977 sizeof(struct kvm_debugregs))) in kvm_arch_vcpu_ioctl()
2983 struct kvm_debugregs dbgregs; in kvm_arch_vcpu_ioctl()
2987 sizeof(struct kvm_debugregs))) in kvm_arch_vcpu_ioctl()
/linux-2.6.39/Documentation/kvm/
Dapi.txt727 Parameters: struct kvm_debugregs (out)
732 struct kvm_debugregs {
745 Parameters: struct kvm_debugregs (in)