Home
last modified time | relevance | path

Searched refs:kvm_debug_regs_in_use (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h141 if (!kvm_debug_regs_in_use(vcpu)) in __debug_switch_to_guest_common()
160 if (!kvm_debug_regs_in_use(vcpu)) in __debug_switch_to_host_common()
H A Dsysreg-sr.h356 if (has_vhe() || kvm_debug_regs_in_use(vcpu)) in __sysreg32_save_state()
373 if (has_vhe() || kvm_debug_regs_in_use(vcpu)) in __sysreg32_restore_state()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1456 #define kvm_debug_regs_in_use(vcpu) \ macro