Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Ddebug.c119 * - The guest is not using debug (DEBUG_DIRTY clear). in kvm_arm_setup_mdcr_el2()
123 !vcpu_get_flag(vcpu, DEBUG_DIRTY) || in kvm_arm_setup_mdcr_el2()
162 * the guest is not actively using them (see the DEBUG_DIRTY
231 * debug ioctl. The existing DEBUG_DIRTY mechanism ensures in kvm_arm_setup_debug()
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.c484 vcpu_set_flag(vcpu, DEBUG_DIRTY); in trap_debug_regs()
497 * All writes will set the DEBUG_DIRTY flag to ensure the hyp code
514 vcpu_set_flag(vcpu, DEBUG_DIRTY); in reg_to_dbg()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_host.h716 #define DEBUG_DIRTY __vcpu_single_flag(iflags, BIT(4)) macro

Completed in 8 milliseconds