Home
last modified time | relevance | path

Searched refs:core_idx (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c58 u_int core_idx, bus_size_t offset);
61 u_int core_idx, int unit,
208 siba_eio_read_4(struct siba_erom_io *io, u_int core_idx, bus_size_t offset) in siba_eio_read_4() argument
211 if (core_idx >= io->ncores) in siba_eio_read_4()
212 panic("core index %u out of range (ncores=%u)", core_idx, in siba_eio_read_4()
219 return (bhnd_erom_io_read(io->eio, SIBA_CORE_OFFSET(core_idx) + offset, in siba_eio_read_4()
238 siba_eio_read_core_id(struct siba_erom_io *io, u_int core_idx, int unit, in siba_eio_read_core_id() argument
253 idhigh = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_IDHIGH)); in siba_eio_read_core_id()
254 idlow = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_IDLOW)); in siba_eio_read_core_id()
255 tpsflag = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_TPSFLAG)); in siba_eio_read_core_id()
[all …]
H A Dsiba_eromvar.h42 int siba_erom_get_core_id(struct siba_erom *sc, u_int core_idx,
H A Dsibavar.h131 (_dinfo->core_id.core_info.core_idx * SIBA_MAX_CFG))
H A Dsiba_subr.c185 "%d\n", dinfo->core_id.core_info.core_idx, error); in siba_register_interrupts()
H A Dsiba.c154 *result = cfg->core_idx; in siba_read_ivar()
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h109 core_idx:1, member
119 u_int core_idx; /**< required core index */ member
128 _BHND_COPY_MATCH_FIELD(_src, core_idx), \
136 #define BHND_MATCH_CORE_IDX(_idx) _BHND_SET_MATCH_FIELD(core_idx, _idx)
279 core_idx:1, member
298 u_int core_idx; /**< required core index */ member
H A Dbhnd.h242 u_int core_idx; /**< bus-assigned core index */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp214 for (uint32_t core_idx = 0; core_idx < num_cores; ++core_idx) { in UpdateThreadList() local
215 if (!core_used_map[core_idx]) { in UpdateThreadList()
217 core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx); in UpdateThreadList()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c101 u_int core_idx, int core_unit,
888 bcma_erom_to_core_info(const struct bcma_erom_core *core, u_int core_idx, in bcma_erom_to_core_info() argument
894 info->core_idx = core_idx; in bcma_erom_to_core_info()
972 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions()
986 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions()
H A Dbcma_subr.c78 .core_idx = core_index, in bcma_alloc_corecfg()
188 dinfo->corecfg->core_info.core_idx, in bcma_dinfo_init_port_resource_info()
H A Dbcmavar.h62 ((_dinfo)->corecfg->core_info.core_idx)
H A Dbcma.c160 *result = ci->core_idx; in bcma_read_ivar()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1245 if (core.core_idx > BHNDB_PCI_SBIM_COREIDX_MAX) { in bhndb_pci_route_interrupts()
1248 "index %u\n", core.core_idx); in bhndb_pci_route_interrupts()
1254 core_bit = (1<<core.core_idx) << BHNDB_PCI_SBIM_SHIFT; in bhndb_pci_route_interrupts()
H A Dbhndb_subr.c820 if (match != NULL && match_core_idx < match->core_idx) in bhndb_find_hostb_core()
824 match_core_idx = match->core_idx; in bhndb_find_hostb_core()