Searched refs:cvmx_debug_state_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c61 static void cvmx_debug_remote_mem_wait_for_resume(volatile cvmx_debug_core_context_t *context, cvmx_debug_state_t state)
H A Dcvmx-debug.h246 }__attribute__ ((aligned(sizeof(uint64_t)))) cvmx_debug_state_t; typedef in typeref:struct:__anon11125
248 typedef int cvmx_debug_state_t_should_fit_inside_a_cache_block[sizeof(cvmx_debug_state_t)+sizeof(cvmx_spinlock_t)+4*sizeof(uint64_t) > 128 ? -1 : 1];
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);
H A Dcvmx-debug.c205 static inline void cvmx_debug_update_state(cvmx_debug_state_t state)
207 cvmx_debug_memcpy_align(cvmx_debug_globals->state, &state, sizeof(cvmx_debug_state_t));
210 static inline cvmx_debug_state_t cvmx_debug_get_state(void)
212 cvmx_debug_state_t state;
213 cvmx_debug_memcpy_align(&state, cvmx_debug_globals->state, sizeof(cvmx_debug_state_t));
230 static inline int __cvmx_debug_in_focus(cvmx_debug_state_t state, unsigned core)
297 cvmx_debug_state_t state;
474 static int cvmx_debug_active_core(cvmx_debug_state_t state, unsigned core)
617 cvmx_debug_state_t state = cvmx_debug_get_state();
1065 static int cvmx_debug_stop_core(cvmx_debug_state_t stat
[all...]

Completed in 113 milliseconds