Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Ddebug.c56 if (!kvm_guest_owns_debug_regs(vcpu)) in kvm_arm_setup_mdcr_el2()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c101 if (kvm_guest_owns_debug_regs(&hyp_vcpu->vcpu)) in flush_debug_state()
111 if (kvm_guest_owns_debug_regs(&hyp_vcpu->vcpu)) in sync_debug_state()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h1391 #define kvm_guest_owns_debug_regs(vcpu) \ macro