Searched refs:KVM_ARM64_DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
103 bool trap_debug = !(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY); in kvm_arm_setup_debug()176 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()198 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()
420 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()451 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in reg_to_dbg()1810 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug32()1842 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_xvr()
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()
172 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_save_state()189 if (has_vhe() || vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY) in __sysreg32_restore_state()
404 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro