Home
last modified time | relevance | path

Searched refs:dies (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/qemu/hw/core/
H A Dmachine-smp.c47 g_string_append_printf(s, " * dies (%u)", ms->smp.dies); in cpu_hierarchy_to_string()
93 unsigned dies = config->has_dies ? config->dies : 0; in machine_parse_smp_config() local
109 (config->has_dies && config->dies == 0) || in machine_parse_smp_config()
141 config->has_dies && config->dies > 1) { in machine_parse_smp_config()
146 dies = dies > 0 ? dies : 1; in machine_parse_smp_config()
178 (drawers * books * dies * clusters * in machine_parse_smp_config()
183 (drawers * books * sockets * dies * in machine_parse_smp_config()
192 (drawers * books * sockets * dies * in machine_parse_smp_config()
197 (drawers * books * dies * clusters * in machine_parse_smp_config()
205 (drawers * books * sockets * dies * in machine_parse_smp_config()
[all …]
H A Dmachine.c894 .has_dies = true, .dies = ms->smp.dies, in machine_get_smp()
1251 ms->smp.dies = 1; in machine_initfn()
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c59 .has_dies = hc, .dies = c, \
107 .has_dies = true, .dies = e, \
723 config->has_dies ? "true" : "false", config->dies, in smp_config_to_string()
775 topo->sockets, topo->dies, topo->clusters, in cpu_topology_to_string()
818 (ms->smp.dies == expect_topo->dies) && in check_parse()
907 data->expect_prefer_sockets.dies = 1; in unsupported_params_init()
908 data->expect_prefer_cores.dies = 1; in unsupported_params_init()
1111 data.expect_prefer_sockets.dies = 1; in test_with_dies()
1112 data.expect_prefer_cores.dies = 1; in test_with_dies()
1118 data.config.dies = num_dies; in test_with_dies()
[all …]
/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c401 chip->dies = devm_kzalloc(hdev->dev, in hccs_query_all_die_info_on_platform()
404 if (!chip->dies) { in hccs_query_all_die_info_on_platform()
411 die = &chip->dies[j]; in hccs_query_all_die_info_on_platform()
544 die = &chip->dies[j]; in hccs_query_all_port_info_on_platform()
970 die = &chip->dies[i]; in all_linked_on_chip_show()
1001 die = &chip->dies[i]; in linked_full_lane_on_chip_show()
1032 die = &chip->dies[i]; in crc_err_cnt_sum_on_chip_show()
1081 die = &chip->dies[i]; in hccs_remove_chip_dir()
1161 die = &chip->dies[id]; in hccs_create_chip_dir()
H A Dkunpeng_hccs.h43 struct hccs_die_info *dies; member
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/
H A Dfan-watchdog-monitor@.service4 #This can get called every time a process dies, so ensure it's never limited
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-ld6b.dtsi9 * LD6b consists of two silicon dies: D-chip and A-chip.
/openbmc/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld6b.dtsi9 * LD6b consists of two silicon dies: D-chip and A-chip.
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pmu.rst10 The HiSilicon SoC encapsulates multiple CPU and IO dies. Each CPU cluster
93 4. Some HiSilicon SoCs encapsulate multiple CPU and IO dies. Each CPU die
94 contains several Compute Clusters (CCLs). The I/O dies are called Super I/O
/openbmc/qemu/hw/i386/
H A Dx86-common.c279 if (ms->smp.dies > 1) { in x86_cpu_pre_plug()
280 env->nr_dies = ms->smp.dies; in x86_cpu_pre_plug()
293 if (cpu->die_id < 0 && ms->smp.dies == 1) { in x86_cpu_pre_plug()
316 } else if (cpu->die_id > ms->smp.dies - 1) { in x86_cpu_pre_plug()
318 cpu->die_id, ms->smp.dies - 1); in x86_cpu_pre_plug()
H A Dx86.c47 topo_info->dies_per_pkg = ms->smp.dies; in init_topo_info()
134 if (ms->smp.dies > 1) { in x86_possible_cpu_arch_ids()
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h73 unsigned int dies; member
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-SA-2.0-DE47dies praktikabel ist - auf die Mitteilung eines Lizenzgebers oder Urhebers hin aus dem Sammelwerk …
51 …nstand, ohne dass eine vertragliche Verpflichtung hierzu besteht, so wird dies nicht als geschäftl…
53 …-Resource-Identifier (URI), wie sie der Lizenzgeber angegeben hat, sofern dies geschehen ist, es s…
57 5. Gewährleistung. Sofern dies von den Vertragsparteien nicht anderweitig schriftlich vereinbart,, …
H A DCC-BY-SA-3.0-AT69dies praktikabel ist - auf die Mitteilung eines Lizenzgebers hin aus dem Sammelwerk die in Abschni…
87 …n Fall, dass die Bearbeitung einen Bestandteil eines Sammelwerkes bildet; dies bedeutet jedoch nic…
137 …oweit das Recht, das Logo und die Marke "Creative Commons" zu nutzen, als dies notwendig ist, um d…
/openbmc/linux/include/linux/mtd/
H A Donenand.h85 unsigned dies; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/
H A Ddaemontools_0.76.bb4 service if it dies. The companion svc program stops, pauses, or restarts \
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2278 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
2323 mtd->numeraseregions = this->dies << 1; in flexonenand_get_size()
2330 for (; die < this->dies; die++) { in flexonenand_get_size()
2369 for (die = 0, mtd->size = 0; die < this->dies; die++) { in flexonenand_get_size()
2445 if (die >= this->dies) in flexonenand_set_boundary()
2606 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()
2608 mtd->numeraseregions = this->dies << 1; in onenand_probe()
2610 * (this->dies << 1)); in onenand_probe()
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt600x-dieX.dtsi3 * Devices used on both dies on the Apple T6002 "M1 Ultra" and present on
/openbmc/qemu/qapi/
H A Dmachine-common.json41 # @die: die level. The @dies option in SMPConfiguration is used to
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c341 topo_info->dies_per_pkg = ms->smp.dies; in vmsr_init_topo_info()
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt25 The A8K is a hybrid SoC that contains several silicon dies interconnected in
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3404 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
3448 mtd->numeraseregions = this->dies << 1; in flexonenand_get_size()
3454 for (; die < this->dies; die++) { in flexonenand_get_size()
3494 for (die = 0, mtd->size = 0; die < this->dies; die++) { in flexonenand_get_size()
3726 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()
3728 mtd->numeraseregions = this->dies << 1; in onenand_probe()
3730 kcalloc(this->dies << 1, in onenand_probe()
/openbmc/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt181 struct perf_header_string_list dies; /* Variable length */
187 sibling dies : 0-3
188 sibling dies : 4-7
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0007-Deleted-settiong-of-python-to-fix-the-install-confli.patch60 # make sure the script dies immediately when hitting control-C,
/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both

123