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

123

/freebsd-13-stable/sys/modules/bhnd/cores/bhnd_pci/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
4 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-13-stable/tools/tools/netrate/tcpp/
H A Dparallelism.csh13 set cores=8
20 foreach core (`jot $cores`)
/freebsd-13-stable/sys/modules/bhnd/cores/bhnd_pci_hostb/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
4 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-13-stable/sys/modules/bhnd/cores/bhnd_pcib/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
4 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.h39 extern uint16_t cores, sockets, threads;
H A Dsmbiostbl.c220 uint8_t cores; /* cores per socket */ member in struct:smbios_table_type4
221 uint8_t ecores; /* enabled cores */
409 0, /* cores per socket (0=unknown) */
410 0, /* enabled cores per socket (0=unknown) */
663 /* Revise cores and threads after update to smbios 3.0 */
664 if (cores > 254)
665 type4->cores = 0;
667 type4->cores = cores;
[all...]
/freebsd-13-stable/sys/amd64/vmm/
H A Dx86.c99 uint16_t cores, maxcpus, sockets, threads; local
154 vm_get_topology(vm, &sockets, &cores, &threads,
166 width = MIN(0xF, log2(threads * cores));
169 logical_cpus = MIN(0xFF, threads * cores - 1);
254 vm_get_topology(vm, &sockets, &cores, &threads,
268 logical_cpus = threads * cores;
295 vm_get_topology(vm, &sockets, &cores, &threads,
395 vm_get_topology(vm, &sockets, &cores, &threads,
397 logical_cpus = threads * cores;
407 vm_get_topology(vm, &sockets, &cores,
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c691 /* Introduce rest of cores to the world */
702 u_int *cores = arg; local
707 (*cores)++;
719 u_int cores; local
731 cores = 0;
733 cpu_count_acpi_handler, &cores);
737 return (cores);
744 int cores; local
752 cores = cpu_count_acpi();
753 if (cores >
[all...]
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_erom.h152 * Parse all cores descriptors in @p erom, returning the array in @p cores and
159 * @param[out] cores The table of parsed core descriptors.
160 * @param[out] num_cores The number of core records in @p cores.
167 bhnd_erom_get_core_table(bhnd_erom_t *erom, struct bhnd_core_info **cores, argument
170 return (BHND_EROM_GET_CORE_TABLE(erom, cores, num_cores));
177 * @param cores A core table allocated by @p erom.
180 bhnd_erom_free_core_table(bhnd_erom_t *erom, struct bhnd_core_info *cores) argument
182 return (BHND_EROM_FREE_CORE_TABLE(erom, cores));
/freebsd-13-stable/sys/modules/bhnd/
H A DMakefile4 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc
5 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/chipc/pwrctl
6 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pmu
70 cores \
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c53 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
54 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
H A Dbhnd_sprom_chipc.c51 #include <dev/bhnd/cores/chipc/chipc.h>
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c515 /* Introduce rest of cores to the world */
536 int cores; local
538 cores = ofw_cpu_early_foreach(cpu_check_mmu, true);
539 if (cores > 0) {
540 cores = MIN(cores, MAXCPU);
542 printf("Found %d CPUs in the device tree\n", cores);
543 mp_ncpus = cores;
544 mp_maxid = cores - 1;
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c69 #include <dev/bhnd/cores/pci/bhnd_pcireg.h>
114 struct bhnd_core_info **cores, u_int *ncores);
116 struct bhnd_core_info *cores);
156 * Provides early bus access to the bridged device's cores and core enumeration
171 struct bhnd_core_info *cores; /**< erom-owned core table */ member in struct:bhndb_pci_probe
172 u_int ncores; /**< number of cores */
298 /* Identify the chip and enumerate the bridged cores */
359 struct bhnd_core_info *cores, hostb_core; local
376 cores = NULL;
385 /* Identify the chip and enumerate the bridged cores */
1430 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, struct bhnd_core_info **cores, u_int *ncores) argument
1449 bhndb_pci_probe_free_core_table(struct bhnd_core_info *cores) argument
[all...]
H A Dbhndbvar.h65 struct bhnd_core_info *cores, u_int ncores,
83 struct bhnd_core_info *cores, u_int ncores,
H A Dbhndb_pci_sprom.c36 * Provides support for early PCI bridge cores that vend SPROM CSRs
52 #include <dev/bhnd/cores/pci/bhnd_pci_hostbvar.h>
H A Dbhndb.c59 #include <dev/bhnd/cores/chipc/chipcreg.h>
81 struct bhnd_core_info *cores, u_int ncores,
87 struct bhnd_core_info *cores, u_int ncores,
91 struct bhnd_core_info *cores, u_int ncores,
192 * Return true if @p cores matches the @p hw specification.
195 * @param cores A device table to match against.
196 * @param ncores The number of cores in @p cores.
200 bhndb_hw_matches(struct bhndb_softc *sc, struct bhnd_core_info *cores, argument
211 struct bhnd_core_info *core = &cores[
243 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
485 bhndb_find_hwspec(struct bhndb_softc *sc, struct bhnd_core_info *cores, u_int ncores, const struct bhndb_hw **hw) argument
524 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...]
/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_pmu.c33 #include <dev/bhnd/cores/chipc/chipcreg.h>
35 #include <dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h>
37 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
38 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
H A Dbcm_machdep.h45 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
H A Duart_cpu_chipc.c42 #include <dev/bhnd/cores/chipc/chipcreg.h>
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1111 int cores[4] = { 2, 8, 4, 10 }; /* default values */ local
1159 cores[0] = atoi(av[0]);
1160 cores[1] = cores[0] + 1;
1161 cores[2] = cores[1] + 1;
1162 cores[3] = cores[2] + 1;
1164 cores[0] = atoi(av[0]);
1165 cores[
[all...]
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c41 #include <dev/bhnd/cores/chipc/chipcreg.h>
42 #include <dev/bhnd/cores/chipc/chipcvar.h>
44 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
45 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
H A Dbhnd_pwrctl_subr.c38 #include <dev/bhnd/cores/chipc/chipc.h>
39 #include <dev/bhnd/cores/chipc/chipcreg.h>
41 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
42 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba.c47 #include <dev/bhnd/cores/chipc/chipc.h>
48 #include <dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.h>
1279 * Scan the core table and add all valid discovered cores to
1291 struct siba_core_id *cores; local
1306 cores = malloc(sizeof(*cores) * cid->ncores, M_BHND, M_WAITOK);
1311 * Add child devices for all discovered cores.
1314 * we map config blocks on unpopulated/disabled cores. To avoid this, we
1315 * defer mapping of the per-core siba(4) config blocks until all cores
1323 if ((error = siba_erom_get_core_id(siba_erom, i, &cores[
[all...]
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_common.c79 #include <dev/bhnd/cores/chipc/chipc.h>
80 #include <dev/bhnd/cores/pmu/bhnd_pmu.h>

Completed in 325 milliseconds

123