Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Ddebug-sr.c86 __debug_save_spe(&vcpu->arch.host_debug_state.pmscr_el1); in __debug_save_host_buffers_nvhe()
89 __debug_save_trace(&vcpu->arch.host_debug_state.trfcr_el1); in __debug_save_host_buffers_nvhe()
100 __debug_restore_spe(vcpu->arch.host_debug_state.pmscr_el1); in __debug_restore_host_buffers_nvhe()
102 __debug_restore_trace(vcpu->arch.host_debug_state.trfcr_el1); in __debug_restore_host_buffers_nvhe()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h140 host_dbg = &vcpu->arch.host_debug_state.regs; in __debug_switch_to_guest_common()
159 host_dbg = &vcpu->arch.host_debug_state.regs; in __debug_switch_to_host_common()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h549 } host_debug_state; member