Searched refs:KVM_ARM64_DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
109 !(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in kvm_arm_setup_mdcr_el2()222 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()239 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()
351 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()384 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()
177 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_save_state()194 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_restore_state()
398 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro