Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c89 .needs_proxy = 0,
H A Dcvmx-debug-uart.c262 .needs_proxy = 1,
H A Dcvmx-debug.c1473 int needs_proxy; in __cvmx_debug_handler_stage3() local
1493 needs_proxy = cvmx_debug_comms[cvmx_debug_globals->comm_type]->needs_proxy; in __cvmx_debug_handler_stage3()
1505 if (!cvmx_debug_stop_core(state, core, &debug_reg, needs_proxy)) in __cvmx_debug_handler_stage3()
1512 if (needs_proxy) in __cvmx_debug_handler_stage3()
H A Dcvmx-debug.h443 int needs_proxy; member