| /freebsd-14-stable/sys/dev/bhnd/siba/ |
| HD | siba_erom.c | 59 u_int core_idx, bus_size_t offset); 62 u_int core_idx, int unit, 209 siba_eio_read_4(struct siba_erom_io *io, u_int core_idx, bus_size_t offset) in siba_eio_read_4() argument 212 if (core_idx >= io->ncores) in siba_eio_read_4() 213 panic("core index %u out of range (ncores=%u)", core_idx, in siba_eio_read_4() 220 return (bhnd_erom_io_read(io->eio, SIBA_CORE_OFFSET(core_idx) + offset, in siba_eio_read_4() 239 siba_eio_read_core_id(struct siba_erom_io *io, u_int core_idx, int unit, in siba_eio_read_core_id() argument 254 idhigh = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_IDHIGH)); in siba_eio_read_core_id() 255 idlow = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_IDLOW)); in siba_eio_read_core_id() 256 tpsflag = siba_eio_read_4(io, core_idx, SB0_REG_ABS(SIBA_CFG0_TPSFLAG)); in siba_eio_read_core_id() [all …]
|
| HD | siba_eromvar.h | 42 int siba_erom_get_core_id(struct siba_erom *sc, u_int core_idx,
|
| HD | sibavar.h | 131 (_dinfo->core_id.core_info.core_idx * SIBA_MAX_CFG))
|
| HD | siba_subr.c | 186 "%d\n", dinfo->core_id.core_info.core_idx, error); in siba_register_interrupts()
|
| HD | siba.c | 156 *result = cfg->core_idx; in siba_read_ivar()
|
| /freebsd-14-stable/sys/dev/bhnd/ |
| HD | bhnd_match.h | 109 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
|
| HD | bhnd_subr.c | 373 .core_idx = bhnd_get_core_index(dev), in bhnd_get_core_info() 691 BHND_MATCH_CORE_IDX(core->core_idx), in bhnd_core_get_match_desc() 742 if (desc->m.match.core_idx && desc->core_idx != core->core_idx) in bhnd_core_matches()
|
| HD | bhnd.h | 242 u_int core_idx; /**< bus-assigned core index */ member
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| HD | OperatingSystemPython.cpp | 214 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-14-stable/sys/dev/bhnd/bcma/ |
| HD | bcma_erom.c | 102 u_int core_idx, int core_unit, 889 bcma_erom_to_core_info(const struct bcma_erom_core *core, u_int core_idx, in bcma_erom_to_core_info() argument 895 info->core_idx = core_idx; in bcma_erom_to_core_info() 973 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions() 987 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions()
|
| HD | bcma_subr.c | 79 .core_idx = core_index, in bcma_alloc_corecfg() 189 dinfo->corecfg->core_info.core_idx, in bcma_dinfo_init_port_resource_info()
|
| HD | bcmavar.h | 62 ((_dinfo)->corecfg->core_info.core_idx)
|
| HD | bcma.c | 162 *result = ci->core_idx; in bcma_read_ivar()
|
| /freebsd-14-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb_pci.c | 1246 if (core.core_idx > BHNDB_PCI_SBIM_COREIDX_MAX) { in bhndb_pci_route_interrupts() 1249 "index %u\n", core.core_idx); in bhndb_pci_route_interrupts() 1255 core_bit = (1<<core.core_idx) << BHNDB_PCI_SBIM_SHIFT; in bhndb_pci_route_interrupts()
|
| HD | bhndb_subr.c | 821 if (match != NULL && match_core_idx < match->core_idx) in bhndb_find_hostb_core() 825 match_core_idx = match->core_idx; in bhndb_find_hostb_core()
|