Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c205 static inline void cvmx_debug_update_state(cvmx_debug_state_t state) 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()
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()
1168 cvmx_debug_state_t state) in cvmx_debug_delay_isr_core()
1190 cvmx_debug_state_t state = cvmx_debug_get_state(); in cvmx_debug_perform_proxy()
1462 cvmx_debug_state_t state; in __cvmx_debug_handler_stage3()
1497 cvmx_debug_state_t state; in __cvmx_debug_handler_stage3()
[all …]
H A Dcvmx-debug.h246 }__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);
H A Dcvmx-debug-remote.c61 …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()