Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Ddebug-sr.c80 __trace_do_switch(host_data_ptr(host_debug_state.trfcr_el1), in __trace_switch_to_guest()
92 *host_data_ptr(host_debug_state.trfcr_el1)); in __trace_switch_to_host()
125 __debug_save_spe(host_data_ptr(host_debug_state.pmscr_el1)); in __debug_save_host_buffers_nvhe()
129 __debug_save_brbe(host_data_ptr(host_debug_state.brbcr_el1)); in __debug_save_host_buffers_nvhe()
143 __debug_restore_spe(*host_data_ptr(host_debug_state.pmscr_el1)); in __debug_restore_host_buffers_nvhe()
145 __debug_restore_brbe(*host_data_ptr(host_debug_state.brbcr_el1)); in __debug_restore_host_buffers_nvhe()
H A Dswitch.c54 *host_data_ptr(host_debug_state.mdcr_el2) = read_sysreg(mdcr_el2); in __activate_traps()
100 write_sysreg(*host_data_ptr(host_debug_state.mdcr_el2), mdcr_el2); in __deactivate_traps()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h146 host_dbg = host_data_ptr(host_debug_state.regs); in __debug_switch_to_guest_common()
165 host_dbg = host_data_ptr(host_debug_state.regs); in __debug_switch_to_host_common()
/linux/arch/arm64/kvm/
H A Ddebug.c157 *host_data_ptr(host_debug_state.mdcr_el2) = read_sysreg(mdcr_el2); in kvm_vcpu_load_debug()
206 write_sysreg(*host_data_ptr(host_debug_state.mdcr_el2), mdcr_el2); in kvm_vcpu_put_debug()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h752 } host_debug_state; member