Searched refs:core_idx (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp215 for (uint32_t core_idx = 0; core_idx < num_cores; ++core_idx) {
216 if (!core_used_map[core_idx]) {
218 core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx);
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c76 siba_parse_core_id(uint32_t idhigh, uint32_t idlow, u_int core_idx, int unit) argument
98 .core_idx = core_idx,
H A Dsibavar.h61 u_int core_idx, int unit);
H A Dsiba.c181 *result = cfg->core_idx;
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c69 .core_idx = core_index,
179 dinfo->corecfg->core_info.core_idx,
H A Dbcma_erom.c563 buffer[i].core_idx = i;
648 corecfg->core_info.core_idx,
662 corecfg->core_info.core_idx,
H A Dbcma.c156 *result = ci->core_idx;
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.h169 u_int core_idx; /**< bus-assigned core index */ member in struct:bhnd_core_info
H A Dbhnd_subr.c286 .core_idx = bhnd_get_core_index(dev),

Completed in 110 milliseconds