Searched refs:KVM_ARM64_DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
111 !(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) || in kvm_arm_setup_mdcr_el2()219 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()249 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()
390 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()423 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in reg_to_dbg()
135 if (!(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in __debug_switch_to_guest_common()154 if (!(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in __debug_switch_to_host_common()165 vcpu->arch.flags &= ~KVM_ARM64_DEBUG_DIRTY; in __debug_switch_to_host_common()
198 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_save_state()215 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_restore_state()
427 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro