Searched refs:kvm_guest_owns_debug_regs (Results 1 – 3 of 3) sorted by relevance
56 if (!kvm_guest_owns_debug_regs(vcpu)) in kvm_arm_setup_mdcr_el2()
101 if (kvm_guest_owns_debug_regs(&hyp_vcpu->vcpu)) in flush_debug_state()111 if (kvm_guest_owns_debug_regs(&hyp_vcpu->vcpu)) in sync_debug_state()
1391 #define kvm_guest_owns_debug_regs(vcpu) \ macro