Searched refs:kvm_vcpu_needs_debug_regs (Results 1 – 3 of 3) sorted by relevance
174 if (kvm_vcpu_needs_debug_regs(vcpu)) { in kvm_arm_setup_debug()283 if (kvm_vcpu_needs_debug_regs(vcpu)) { in kvm_arm_clear_debug()
545 if (!kvm_vcpu_needs_debug_regs(vcpu)) in flush_debug_state()566 if (!kvm_vcpu_needs_debug_regs(vcpu)) in sync_debug_state()
1080 #define kvm_vcpu_needs_debug_regs(vcpu) \ macro