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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Docteon-model.c156 int num_cores; local
167 num_cores = cvmx_pop(cvmx_read_csr(CVMX_CIU_FUSE));
207 switch (num_cores)
237 if (num_cores >= 16)
282 if ((num_cores == 4) && fus3.cn58xx.crip_1024k && !strncmp(suffix, "CP", 2))
348 if (num_cores == 6) /* Other core counts match generic */
361 if (num_cores == 6) /* Other core counts match generic */
H A Dcvmx-coremask.h251 * Compute coremask for num_cores cores starting with core 0.
253 * @param num_cores number of cores
255 * @return coremask for num_cores cores
258 static inline unsigned int cvmx_coremask_numcores(unsigned int num_cores) argument
260 return (CVMX_COREMASK_MAX >> (CVMX_MAX_CORES - num_cores));
H A Dcvmx-pow.c138 int num_cores; local
150 num_cores = cvmx_octeon_num_cores();
153 for (core=0; core<num_cores; core++)
218 int num_cores; local
230 num_cores = cvmx_octeon_num_cores();
233 for (core=0; core<num_cores; core++)
402 int num_cores; local
414 num_cores = cvmx_octeon_num_cores();
424 for (core=0; core<num_cores; core++)
573 int num_cores; local
[all...]
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h99 u_int *num_cores);
H A Dbcma_erom.c496 * in @p cores and the count in @p num_cores. The current EROM read position
500 * `free(*cores, M_BHND)`. @p cores and @p num_cores are not changed
505 * @param[out] num_cores the number of core records in @p cores.
510 u_int *num_cores)
577 *num_cores = count;
508 bcma_erom_get_core_info(struct bcma_erom *erom, struct bhnd_core_info **cores, u_int *num_cores) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp184 const uint32_t num_cores = core_thread_list.GetSize(false); local
189 std::vector<bool> core_used_map(num_cores, false);
215 for (uint32_t core_idx = 0; core_idx < num_cores; ++core_idx) {
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c214 static int mlx5_is_sandy_bridge(int *num_cores) argument
226 *num_cores = 0;
233 ++*num_cores;
335 int num_cores; local
337 if (!mlx5_is_sandy_bridge(&num_cores))
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c406 * @param num_cores The length of @p cores.
413 bhnd_match_core(const struct bhnd_core_info *cores, u_int num_cores, argument
416 for (u_int i = 0; i < num_cores; i++) {
429 * @param num_cores The length of @p cores.
436 bhnd_find_core(const struct bhnd_core_info *cores, u_int num_cores, argument
443 return bhnd_match_core(cores, num_cores, &md);
H A Dbhnd.h266 u_int num_cores,
271 u_int num_cores, bhnd_devclass_t class);
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c3285 static int num_cores = 5; variable
3293 new_val = num_cores;
3301 num_cores = new_val;
3356 * To do this we iterate over 0..num_cores to find a
3375 for (i = 0; i < num_cores; i++) {

Completed in 99 milliseconds