Searched refs:DEBUG_DIRTY (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/ |
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()
|
D | sysreg-sr.h | 285 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-6.12.1/arch/arm64/kvm/ |
D | debug.c | 123 !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()
|
D | sys_regs.c | 617 vcpu_set_flag(vcpu, DEBUG_DIRTY); in trap_debug_regs() 647 vcpu_set_flag(vcpu, DEBUG_DIRTY); in reg_to_dbg()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | kvm_host.h | 901 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4)) macro
|