Searched refs:cvmx_debug_state_t (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-debug.c | 205 static inline void cvmx_debug_update_state(cvmx_debug_state_t state) in cvmx_debug_update_state() 207 cvmx_debug_memcpy_align(cvmx_debug_globals->state, &state, sizeof(cvmx_debug_state_t)); in cvmx_debug_update_state() 210 static inline cvmx_debug_state_t cvmx_debug_get_state(void) in cvmx_debug_get_state() 212 cvmx_debug_state_t state; in cvmx_debug_get_state() 213 cvmx_debug_memcpy_align(&state, cvmx_debug_globals->state, sizeof(cvmx_debug_state_t)); in cvmx_debug_get_state() 230 static inline int __cvmx_debug_in_focus(cvmx_debug_state_t state, unsigned core) in __cvmx_debug_in_focus() 297 cvmx_debug_state_t state; in cvmx_debug_init() 474 static int cvmx_debug_active_core(cvmx_debug_state_t state, unsigned core) in cvmx_debug_active_core() 617 cvmx_debug_state_t state = cvmx_debug_get_state(); in cvmx_debug_process_packet() 1065 static int cvmx_debug_stop_core(cvmx_debug_state_t state, unsigned core, cvmx_debug_register_t *deb… in cvmx_debug_stop_core() [all …]
|
| HD | cvmx-debug.h | 246 }__attribute__ ((aligned(sizeof(uint64_t)))) cvmx_debug_state_t; typedef 248 typedef int cvmx_debug_state_t_should_fit_inside_a_cache_block[sizeof(cvmx_debug_state_t)+sizeof(cv… 257 uint32_t state[sizeof(cvmx_debug_state_t)/sizeof(uint32_t)]; 446 void (*wait_for_resume)(volatile cvmx_debug_core_context_t *, cvmx_debug_state_t);
|
| HD | cvmx-debug-remote.c | 61 …g_remote_mem_wait_for_resume(volatile cvmx_debug_core_context_t *context, cvmx_debug_state_t state) in cvmx_debug_remote_mem_wait_for_resume()
|