Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h93 switch (vcpu->arch.debug_owner) { in __vcpu_debug_regs()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h928 } debug_owner; member
1457 ((vcpu)->arch.debug_owner != VCPU_DEBUG_FREE)
1459 ((vcpu)->arch.debug_owner == VCPU_DEBUG_HOST_OWNED)
1461 ((vcpu)->arch.debug_owner == VCPU_DEBUG_GUEST_OWNED)
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c104 hyp_vcpu->vcpu.arch.debug_owner = host_vcpu->arch.debug_owner; in flush_debug_state()