Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Ddebug.c174 if (kvm_vcpu_needs_debug_regs(vcpu)) { in kvm_arm_setup_debug()
283 if (kvm_vcpu_needs_debug_regs(vcpu)) { in kvm_arm_clear_debug()
/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c545 if (!kvm_vcpu_needs_debug_regs(vcpu)) in flush_debug_state()
566 if (!kvm_vcpu_needs_debug_regs(vcpu)) in sync_debug_state()
/arch/arm64/include/asm/
Dkvm_host.h1080 #define kvm_vcpu_needs_debug_regs(vcpu) \ macro