Home
last modified time | relevance | path

Searched refs:kvm_host_owns_debug_regs (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/arm64/kvm/
H A Ddebug.c209 if (kvm_host_owns_debug_regs(vcpu)) in kvm_debug_set_guest_ownership()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c103 else if (kvm_host_owns_debug_regs(&hyp_vcpu->vcpu)) in flush_debug_state()
113 else if (kvm_host_owns_debug_regs(&hyp_vcpu->vcpu)) in sync_debug_state()
/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h40 if (ctxt_is_guest(ctxt) && kvm_host_owns_debug_regs(vcpu)) in ctxt_mdscr_el1()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h1389 #define kvm_host_owns_debug_regs(vcpu) \ macro