Home
last modified time | relevance | path

Searched refs:CVMX_MAX_CORES (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-coremask.h74 #define CVMX_COREMASK_BMPSZ ((int)(CVMX_MAX_CORES / CVMX_COREMASK_HLDRSZ + 1))
260 return (CVMX_COREMASK_MAX >> (CVMX_MAX_CORES - num_cores)); in cvmx_coremask_numcores()
274 return ((CVMX_COREMASK_MAX >> (CVMX_MAX_CORES - 1 - high + low)) << low); in cvmx_coremask_range()
H A Docteon-boot-info.h218 #define OCTEON_EXCEPTION_VECTOR_BLOCK_SIZE (CVMX_MAX_CORES*EXCEPTION_BASE_INCR) /* 32 4k blocks */
222 #define BOOT_VECTOR_SIZE ((CVMX_MAX_CORES*4)*BOOT_VECTOR_NUM_WORDS)
H A Dcvmx-power-throttle.c208 assert(ppid < CVMX_MAX_CORES); in cvmx_power_throttle_csr_addr()
244 for (ppid = 0; ppid < CVMX_MAX_CORES; ppid++) in cvmx_power_throttle()
H A Dcvmx-profiler.h87 char *pcpu_base_addr[CVMX_MAX_CORES];
H A Dcvmx-debug.c125 uint64_t __cvmx_debug_save_regs_area_all[CVMX_MAX_CORES][32];
128 volatile uint64_t __cvmx_debug_mode_exception_ignore_all[CVMX_MAX_CORES];
130 volatile uint64_t __cvmx_debug_mode_exception_occured_all[CVMX_MAX_CORES];
133 static char cvmx_debug_stack_all[CVMX_MAX_CORES][8*1024] __attribute ((aligned (16)));
134 char *__cvmx_debug_stack_top_all[CVMX_MAX_CORES];
323 for (core1 = 0; core1 < CVMX_MAX_CORES; core1++) in cvmx_debug_init()
370 for (i = 0; i < CVMX_MAX_CORES; i++) in cvmx_debug_init()
1584 for (newcore = 0; newcore < CVMX_MAX_CORES; newcore++) in cvmx_debug_finish()
H A Dcvmx-app-hotplug.c730 for (i=0; i<CVMX_MAX_CORES; i++) { in cvmx_app_hotplug_shutdown_request()
761 for (i=0; i<CVMX_MAX_CORES; i++) { in cvmx_app_hotplug_call_add_cores_callback()
810 for (i=0; i<CVMX_MAX_CORES; i++) { in cvmx_app_hotplug_unplug_cores()
H A Dcvmx-debug.h260 volatile cvmx_debug_core_context_t contextes[CVMX_MAX_CORES];
H A Dcvmx-pko.c266 for(core = 0; core < CVMX_MAX_CORES; core++) in cvmx_pko_show_queue_map()
H A Dcvmx-pow.c65 cvmx_pow_tag_load_resp_t sstatus[CVMX_MAX_CORES][8];
H A Dcvmx-asm.h58 #define CVMX_MAX_CORES (32) macro