Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c616 cvmx_debug_command_t result = COMMAND_NOP; in cvmx_debug_process_packet()
1055 return COMMAND_NOP; in cvmx_debug_process_next_packet()
1191 cvmx_debug_command_t command = COMMAND_NOP; in cvmx_debug_perform_proxy()
1269 if (command != COMMAND_NOP && state.step_all) in cvmx_debug_perform_proxy()
1281 if (command == COMMAND_NOP && cvmx_debug_globals->comm_changed) in cvmx_debug_perform_proxy()
1290 } while (command == COMMAND_NOP); in cvmx_debug_perform_proxy()
1309 state.command = COMMAND_NOP; in cvmx_debug_perform_proxy()
H A Dcvmx-debug.h228COMMAND_NOP = 0, /**< Core doesn't need to do anything. Just stay in exception handler … enumerator