Searched refs:cores (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-current/sys/modules/bhnd/cores/bhnd_pci/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-current/tools/tools/netrate/tcpp/
H A Dparallelism.csh12 set cores=8
19 foreach core (`jot $cores`)
/freebsd-current/sys/modules/bhnd/cores/bhnd_pci_hostb/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-current/sys/modules/bhnd/cores/bhnd_pcib/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-current/sys/arm64/arm64/
H A Dmp_machdep.c719 /* Introduce rest of cores to the world */
729 u_int *cores = arg; local
733 (*cores)++;
745 u_int cores; local
757 cores = 0;
759 cpu_count_acpi_handler, &cores);
763 return (cores);
770 int cores; local
778 cores = cpu_count_acpi();
779 if (cores >
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dmp_machdep.c447 /* Introduce rest of cores to the world */
465 int cores; local
468 cores = ofw_cpu_early_foreach(cpu_check_mmu, true);
469 if (cores > 0) {
470 cores = MIN(cores, MAXCPU);
472 printf("Found %d CPUs in the device tree\n", cores);
473 mp_ncpus = cores;
474 mp_maxid = cores - 1;
485 if (TUNABLE_INT_FETCH("hw.ncpu", &cores)) {
[all...]
/freebsd-current/sys/modules/bhnd/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc
4 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
5 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pmu
69 cores \
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_erom.h151 * Parse all cores descriptors in @p erom, returning the array in @p cores and
158 * @param[out] cores The table of parsed core descriptors.
159 * @param[out] num_cores The number of core records in @p cores.
166 bhnd_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, argument
169 return (BHND_EROM_GET_CORE_TABLE(erom, cores, num_cores));
176 * @param cores A core table allocated by @p erom.
179 bhnd_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) argument
181 return (BHND_EROM_FREE_CORE_TABLE(erom, cores));
/freebsd-current/sys/amd64/vmm/
H A Dx86.c86 uint16_t cores, maxcpus, sockets, threads; local
141 vm_get_topology(vm, &sockets, &cores, &threads,
153 width = MIN(0xF, log2(threads * cores));
156 logical_cpus = MIN(0xFF, threads * cores - 1);
241 vm_get_topology(vm, &sockets, &cores, &threads,
255 logical_cpus = threads * cores;
282 vm_get_topology(vm, &sockets, &cores, &threads,
382 vm_get_topology(vm, &sockets, &cores, &threads,
384 logical_cpus = threads * cores;
394 vm_get_topology(vm, &sockets, &cores,
[all...]
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c51 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
52 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
H A Dbhnd_sprom_chipc.c49 #include <dev/bhnd/cores/chipc/chipc.h>
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c67 #include <dev/bhnd/cores/pci/bhnd_pcireg.h>
112 struct bhnd_core_info **cores, u_int *ncores);
114 struct bhnd_core_info *cores);
154 * Provides early bus access to the bridged device's cores and core enumeration
169 struct bhnd_core_info *cores; /**< erom-owned core table */ member in struct:bhndb_pci_probe
170 u_int ncores; /**< number of cores */
296 /* Identify the chip and enumerate the bridged cores */
357 struct bhnd_core_info *cores, hostb_core; local
374 cores = NULL;
383 /* Identify the chip and enumerate the bridged cores */
1428 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, struct bhnd_core_info **cores, u_int *ncores) argument
1447 bhndb_pci_probe_free_core_table(struct bhnd_core_info *cores) argument
[all...]
H A Dbhndbvar.h64 struct bhnd_core_info *cores, u_int ncores,
82 struct bhnd_core_info *cores, u_int ncores,
H A Dbhndb_pci_sprom.c34 * Provides support for early PCI bridge cores that vend SPROM CSRs
50 #include <dev/bhnd/cores/pci/bhnd_pci_hostbvar.h>
H A Dbhndb.c58 #include <dev/bhnd/cores/chipc/chipcreg.h>
80 struct bhnd_core_info *cores, u_int ncores,
86 struct bhnd_core_info *cores, u_int ncores,
90 struct bhnd_core_info *cores, u_int ncores,
177 * Return true if @p cores matches the @p hw specification.
180 * @param cores A device table to match against.
181 * @param ncores The number of cores in @p cores.
185 bhndb_hw_matches(struct bhndb_softc *sc, struct bhnd_core_info *cores, argument
196 struct bhnd_core_info *core = &cores[
228 bhndb_init_region_cfg(struct bhndb_softc *sc, bhnd_erom_t *erom, struct bhndb_resources *br, struct bhnd_core_info *cores, u_int ncores, const struct bhndb_hw_priority *table) argument
470 bhndb_find_hwspec(struct bhndb_softc *sc, struct bhnd_core_info *cores, u_int ncores, const struct bhndb_hw **hw) argument
509 bhndb_attach(device_t dev, struct bhnd_chipid *cid, struct bhnd_core_info *cores, u_int ncores, struct bhnd_core_info *bridge_core, bhnd_erom_class_t *erom_class) argument
[all...]
H A Dbhndb_pci_hwdata.c32 * Resource specifications and register maps for Broadcom PCI/PCIe cores
46 #include <dev/bhnd/cores/pci/bhnd_pcireg.h>
47 #include <dev/bhnd/cores/pcie2/bhnd_pcie2_reg.h>
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dandroid.inc15 // Some cores in the Exynos 9810 CPU are ARMv8.2 and others are ARMv8.0;
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c1109 int cores[4] = { 2, 8, 4, 10 }; /* default values */ local
1157 cores[0] = atoi(av[0]);
1158 cores[1] = cores[0] + 1;
1159 cores[2] = cores[1] + 1;
1160 cores[3] = cores[2] + 1;
1162 cores[0] = atoi(av[0]);
1163 cores[
[all...]
/freebsd-current/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c38 #include <dev/bhnd/cores/chipc/chipcreg.h>
39 #include <dev/bhnd/cores/chipc/chipcvar.h>
41 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
42 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
H A Dbhnd_pwrctl_subr.c35 #include <dev/bhnd/cores/chipc/chipc.h>
36 #include <dev/bhnd/cores/chipc/chipcreg.h>
38 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
39 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
/freebsd-current/sys/dev/bhnd/siba/
H A Dsiba.c44 #include <dev/bhnd/cores/chipc/chipc.h>
45 #include <dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.h>
1273 * Scan the core table and add all valid discovered cores to
1285 struct siba_core_id *cores; local
1300 cores = malloc(sizeof(*cores) * cid->ncores, M_BHND, M_WAITOK);
1305 * Add child devices for all discovered cores.
1308 * we map config blocks on unpopulated/disabled cores. To avoid this, we
1309 * defer mapping of the per-core siba(4) config blocks until all cores
1317 if ((error = siba_erom_get_core_id(siba_erom, i, &cores[
[all...]
H A Dsiba_erom.c44 #include <dev/bhnd/cores/chipc/chipcreg.h>
172 printf("%s: failed to map %u cores: %d\n", __FUNCTION__,
360 /* Scan preceding cores to determine the real unit number. */
471 /* Re-scan preceding cores to determine the unit number. */
611 siba_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, argument
625 *cores = out;
628 /* Enumerate all cores. */
651 siba_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) argument
653 free(cores, M_BHND);
665 /* Enumerate all cores
[all...]
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_common.c77 #include <dev/bhnd/cores/chipc/chipc.h>
78 #include <dev/bhnd/cores/pmu/bhnd_pmu.h>
/freebsd-current/usr.sbin/bhyvectl/
H A Dbhyvectl.c489 uint16_t sockets, cores, threads, maxcpus; local
491 vm_get_topology(ctx, &sockets, &cores, &threads, &maxcpus);
492 printf("cpu_topology:\tsockets=%hu, cores=%hu, threads=%hu, "
493 "maxcpus=%hu\n", sockets, cores, threads, maxcpus);
/freebsd-current/sys/arm64/include/
H A Dvmm_dev.h160 uint16_t cores; member in struct:vm_cpu_topology

Completed in 173 milliseconds

123