Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h139 struct kvm_guest_debug_arch *guest_dbg; in __debug_switch_to_guest_common() local
147 guest_dbg = __vcpu_debug_regs(vcpu); in __debug_switch_to_guest_common()
150 __debug_restore_state(guest_dbg, guest_ctxt); in __debug_switch_to_guest_common()
158 struct kvm_guest_debug_arch *guest_dbg; in __debug_switch_to_host_common() local
166 guest_dbg = __vcpu_debug_regs(vcpu); in __debug_switch_to_host_common()
168 __debug_save_state(guest_dbg, guest_ctxt); in __debug_switch_to_host_common()