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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h60 #define CVMX_DEBUG_GLOBALS_VERSION 3 macro
H A Dcvmx-debug.c258 p->version = CVMX_DEBUG_GLOBALS_VERSION;
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));

Completed in 114 milliseconds