Home
last modified time | relevance | path

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

/arch/arm64/kvm/
A Ddebug.c155 vcpu->arch.debug_owner = VCPU_DEBUG_HOST_OWNED; in kvm_vcpu_load_debug()
177 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_vcpu_load_debug()
179 vcpu->arch.debug_owner = VCPU_DEBUG_FREE; in kvm_vcpu_load_debug()
216 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_debug_set_guest_ownership()
/arch/arm64/kvm/hyp/include/hyp/
A Ddebug-sr.h93 switch (vcpu->arch.debug_owner) { in __vcpu_debug_regs()
/arch/arm64/kvm/hyp/nvhe/
A Dhyp-main.c102 hyp_vcpu->vcpu.arch.debug_owner = host_vcpu->arch.debug_owner; in flush_debug_state()
/arch/arm64/include/asm/
A Dkvm_host.h856 } debug_owner; member
1488 ((vcpu)->arch.debug_owner != VCPU_DEBUG_FREE)
1490 ((vcpu)->arch.debug_owner == VCPU_DEBUG_HOST_OWNED)
1492 ((vcpu)->arch.debug_owner == VCPU_DEBUG_GUEST_OWNED)

Completed in 15 milliseconds