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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c102 static cvmx_debug_globals_t *cvmx_debug_globals;
254 cvmx_debug_globals_t *p;
256 p = CASTPTR(cvmx_debug_globals_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, phys));
257 memset (p, 0, sizeof(cvmx_debug_globals_t));
269 ptr = cvmx_bootmem_alloc_named_range_once(sizeof(cvmx_debug_globals_t), 0, /* KSEG0 max, 512MB=*/0/*1024*1024*512*/, 8,
274 cvmx_debug_globals = CASTPTR(cvmx_debug_globals_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, phys));
H A Dcvmx-debug.h261 } cvmx_debug_globals_t; typedef in typeref:struct:cvmx_debug_globals_s

Completed in 169 milliseconds