Home
last modified time | relevance | path

Searched refs:DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h135 if (!vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __debug_switch_to_guest_common()
154 if (!vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __debug_switch_to_host_common()
165 vcpu_clear_flag(vcpu, DEBUG_DIRTY); in __debug_switch_to_host_common()
H A Dsysreg-sr.h285 if (has_vhe() || vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __sysreg32_save_state()
302 if (has_vhe() || vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __sysreg32_restore_state()
/linux/arch/arm64/kvm/
H A Ddebug.c123 !vcpu_get_flag(vcpu, DEBUG_DIRTY) || in kvm_arm_setup_mdcr_el2()
242 vcpu_set_flag(vcpu, DEBUG_DIRTY); in kvm_arm_setup_debug()
272 vcpu_set_flag(vcpu, DEBUG_DIRTY); in kvm_arm_setup_debug()
H A Dsys_regs.c617 vcpu_set_flag(vcpu, DEBUG_DIRTY); in trap_debug_regs()
647 vcpu_set_flag(vcpu, DEBUG_DIRTY); in reg_to_dbg()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h894 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4)) macro