Searched refs:KVM_ARM64_DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
110 !(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in kvm_arm_setup_mdcr_el2()217 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()234 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in kvm_arm_setup_debug()
347 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()380 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()
411 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro
Completed in 12 milliseconds