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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c102 static cvmx_debug_globals_t *cvmx_debug_globals; variable
207 cvmx_debug_memcpy_align(cvmx_debug_globals->state, &state, sizeof(cvmx_debug_state_t));
213 cvmx_debug_memcpy_align(&state, cvmx_debug_globals->state, sizeof(cvmx_debug_state_t));
267 if (cvmx_debug_globals)
274 cvmx_debug_globals = CASTPTR(cvmx_debug_globals_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, phys));
275 cvmx_debug_printf("Debug named block at %p\n", cvmx_debug_globals);
281 if (cvmx_debug_globals->version != CVMX_DEBUG_GLOBALS_VERSION)
283 cvmx_dprintf("Wrong version on the globals struct spinining; expected %d, got: %d.\n", (int)CVMX_DEBUG_GLOBALS_VERSION, (int)(cvmx_debug_globals->version));
315 comm = cvmx_debug_comms[cvmx_debug_globals->comm_type];
316 lock = &cvmx_debug_globals
[all...]

Completed in 63 milliseconds