Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h137 struct kvm_cpu_context *guest_ctxt; in __debug_switch_to_guest_common()
145 guest_ctxt = &vcpu->arch.ctxt; in __debug_switch_to_guest_common()
150 __debug_restore_state(guest_dbg, guest_ctxt); in __debug_switch_to_host_common() local
156 struct kvm_cpu_context *guest_ctxt; in __debug_switch_to_host_common()
164 guest_ctxt = &vcpu->arch.ctxt; in __debug_switch_to_host_common()
168 __debug_save_state(guest_dbg, guest_ctxt);
131 struct kvm_cpu_context *guest_ctxt; __debug_switch_to_guest_common() local