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()216 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()233 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()
388 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()419 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in reg_to_dbg()1765 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug32()1797 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_xvr()
193 if (!(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in __debug_switch_to_guest()213 if (!(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in __debug_switch_to_host()224 vcpu->arch.flags &= ~KVM_ARM64_DEBUG_DIRTY; in __debug_switch_to_host()
209 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_save_state()231 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_restore_state()
364 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro