Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h132 struct kvm_guest_debug_arch *host_dbg; in __debug_switch_to_guest_common() local
140 host_dbg = &vcpu->arch.host_debug_state.regs; in __debug_switch_to_guest_common()
143 __debug_save_state(host_dbg, host_ctxt); in __debug_switch_to_guest_common()
151 struct kvm_guest_debug_arch *host_dbg; in __debug_switch_to_host_common() local
159 host_dbg = &vcpu->arch.host_debug_state.regs; in __debug_switch_to_host_common()
163 __debug_restore_state(host_dbg, host_ctxt); in __debug_switch_to_host_common()