Home
last modified time | relevance | path

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

/linux-6.15/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()
99 __debug_save_spe(host_data_ptr(host_debug_state.pmscr_el1)); in __debug_save_host_buffers_nvhe()
113 __debug_restore_spe(*host_data_ptr(host_debug_state.pmscr_el1)); in __debug_restore_host_buffers_nvhe()
/linux-6.15/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()
H A Dswitch.h257 *host_data_ptr(host_debug_state.mdcr_el2) = read_sysreg(mdcr_el2); in __activate_traps_common()
283 write_sysreg(*host_data_ptr(host_debug_state.mdcr_el2), mdcr_el2); in __deactivate_traps_common()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h690 } host_debug_state; member