Searched refs:DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | debug-sr.h | 135 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 D | sysreg-sr.h | 225 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 D | debug.c | 123 !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 D | sys_regs.c | 490 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 D | kvm_host.h | 716 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4)) macro
|