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

/freebsd-12-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-12-stable/sys/dev/bhnd/
H A Dbhnd_erom.h154 * the count in @p num_cores.
161 * @param[out] num_cores The number of core records in @p cores.
169 u_int *num_cores)
171 return (BHND_EROM_GET_CORE_TABLE(erom, cores, num_cores));
168 bhnd_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, u_int *num_cores) argument
H A Dbhnd_subr.c639 * @param num_cores The length of @p cores.
646 bhnd_match_core(const struct bhnd_core_info *cores, u_int num_cores, argument
649 for (u_int i = 0; i < num_cores; i++) {
662 * @param num_cores The length of @p cores.
669 bhnd_find_core(const struct bhnd_core_info *cores, u_int num_cores, argument
676 return bhnd_match_core(cores, num_cores, &md);
H A Dbhnd.h483 u_int num_cores,
488 u_int num_cores, bhnd_devclass_t class);
/freebsd-12-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-12-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-12-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c616 u_int *num_cores)
630 *num_cores = sc->io.ncores;
615 siba_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, u_int *num_cores) argument
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c365 u_int *num_cores)
433 *num_cores = count;
364 bcma_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, u_int *num_cores) argument
/freebsd-12-stable/sys/kern/
H A Dkern_sig.c3289 static int num_cores = NUM_CORE_FILES; variable
3297 new_val = num_cores;
3305 num_cores = new_val;
3493 ncores = num_cores;

Completed in 180 milliseconds