Searched refs:debug_owner (Results 1 – 4 of 4) sorted by relevance
173 vcpu->arch.debug_owner = VCPU_DEBUG_HOST_OWNED; in kvm_vcpu_load_debug()195 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_vcpu_load_debug()197 vcpu->arch.debug_owner = VCPU_DEBUG_FREE; in kvm_vcpu_load_debug()237 vcpu->arch.debug_owner = VCPU_DEBUG_GUEST_OWNED; in kvm_debug_set_guest_ownership()
93 switch (vcpu->arch.debug_owner) { in __vcpu_debug_regs()
865 } debug_owner; member1391 ((vcpu)->arch.debug_owner != VCPU_DEBUG_FREE)1393 ((vcpu)->arch.debug_owner == VCPU_DEBUG_HOST_OWNED)1395 ((vcpu)->arch.debug_owner == VCPU_DEBUG_GUEST_OWNED)
102 hyp_vcpu->vcpu.arch.debug_owner = host_vcpu->arch.debug_owner; in flush_debug_state()