Home
last modified time | relevance | path

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

/openbmc/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.h225 if (has_vhe() || vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __sysreg32_save_state()
242 if (has_vhe() || vcpu_get_flag(vcpu, DEBUG_DIRTY)) in __sysreg32_restore_state()
/openbmc/linux/arch/arm64/kvm/
H A Ddebug.c123 !vcpu_get_flag(vcpu, DEBUG_DIRTY) || in kvm_arm_setup_mdcr_el2()
241 vcpu_set_flag(vcpu, DEBUG_DIRTY); in kvm_arm_setup_debug()
271 vcpu_set_flag(vcpu, DEBUG_DIRTY); in kvm_arm_setup_debug()
H A Dsys_regs.c490 vcpu_set_flag(vcpu, DEBUG_DIRTY); in trap_debug_regs()
520 vcpu_set_flag(vcpu, DEBUG_DIRTY); in reg_to_dbg()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h716 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4)) macro