Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c465 static int cvmx_debug_putpacket_hexint(char *buf, uint64_t value) in cvmx_debug_putpacket_hexint() function
645 cvmx_debug_putpacket_hexint("F", core); in cvmx_debug_process_packet()
657 cvmx_debug_putpacket_hexint("F", state.focus_core); in cvmx_debug_process_packet()
672 cvmx_debug_putpacket_hexint("J", (unsigned)state.step_isr); in cvmx_debug_process_packet()
701 cvmx_debug_putpacket_hexint("I", state.active_cores); in cvmx_debug_process_packet()
716 cvmx_debug_putpacket_hexint("A", state.step_all); in cvmx_debug_process_packet()
729 cvmx_debug_putpacket_hexint("", 0xDEADBEEF); in cvmx_debug_process_packet()
737 cvmx_debug_putpacket_hexint("", 0xDEADBEEF); in cvmx_debug_process_packet()
740 cvmx_debug_putpacket_hexint("", *reg); in cvmx_debug_process_packet()
1116 cvmx_debug_putpacket_hexint("T8:", (int) context->hw_dbp.status); in cvmx_debug_send_stop_reason()