Searched refs:OCTEON_NUM_CORES (Results 1 - 2 of 2) sorted by path

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c129 uint64_t __cvmx_debug_save_regs_area_all[OCTEON_NUM_CORES][32];
132 volatile uint64_t __cvmx_debug_mode_exception_ignore_all[OCTEON_NUM_CORES];
134 volatile uint64_t __cvmx_debug_mode_exception_occured_all[OCTEON_NUM_CORES];
137 static char cvmx_debug_stack_all[OCTEON_NUM_CORES][8*1024] __attribute ((aligned (16)));
138 char *__cvmx_debug_stack_top_all[OCTEON_NUM_CORES];
298 for (core1 = 0; core1 < OCTEON_NUM_CORES; core1++)
345 for (i = 0; i < OCTEON_NUM_CORES; i++)
H A Docteon-boot-info.h137 #define OCTEON_NUM_CORES 16 macro
145 #define OCTEON_EXCEPTION_VECTOR_BLOCK_SIZE (OCTEON_NUM_CORES*EXCEPTION_BASE_INCR) /* 16 4k blocks */
149 #define BOOT_VECTOR_SIZE ((OCTEON_NUM_CORES*4)*BOOT_VECTOR_NUM_WORDS)

Completed in 120 milliseconds