Home
last modified time | relevance | path

Searched refs:KVM_ARM64_DEBUG_DIRTY (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Ddebug.c106 * - The guest is not using debug (KVM_ARM64_DEBUG_DIRTY is clear). in kvm_arm_setup_mdcr_el2()
109 !(vcpu->arch.flags & KVM_ARM64_DEBUG_DIRTY)) in kvm_arm_setup_mdcr_el2()
147 * the guest is not actively using them (see the KVM_ARM64_DEBUG_DIRTY
205 * debug ioctl. The existing KVM_ARM64_DEBUG_DIRTY in kvm_arm_setup_debug()
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()
H A Dsys_regs.c426 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug_regs()
442 * All writes will set the KVM_ARM64_DEBUG_DIRTY flag to ensure the
457 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in reg_to_dbg()
1820 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug32()
1852 vcpu->arch.flags |= KVM_ARM64_DEBUG_DIRTY; in trap_xvr()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h135 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()
H A Dsysreg-sr.h177 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()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_host.h405 #define KVM_ARM64_DEBUG_DIRTY (1 << 0) macro

Completed in 7 milliseconds