Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Ddebug.c151 vcpu->arch.debug_owner = VCPU_DEBUG_HOST_OWNED; in kvm_vcpu_load_debug()
173 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_vcpu_load_debug()
175 vcpu->arch.debug_owner = VCPU_DEBUG_FREE; in kvm_vcpu_load_debug()
212 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_debug_set_guest_ownership()
/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h93 switch (vcpu->arch.debug_owner) { in __vcpu_debug_regs()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h796 } debug_owner; member
1388 ((vcpu)->arch.debug_owner != VCPU_DEBUG_FREE)
1390 ((vcpu)->arch.debug_owner == VCPU_DEBUG_HOST_OWNED)
1392 ((vcpu)->arch.debug_owner == VCPU_DEBUG_GUEST_OWNED)
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c99 hyp_vcpu->vcpu.arch.debug_owner = host_vcpu->arch.debug_owner; in flush_debug_state()