Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h133 struct kvm_guest_debug_arch *guest_dbg; in __debug_switch_to_guest_common() local
141 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_guest_common()
144 __debug_restore_state(guest_dbg, guest_ctxt); in __debug_switch_to_guest_common()
152 struct kvm_guest_debug_arch *guest_dbg; in __debug_switch_to_host_common() local
160 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_host_common()
162 __debug_save_state(guest_dbg, guest_ctxt); in __debug_switch_to_host_common()