Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/soc/hisilicon/
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()
Dkunpeng_hccs.h43 struct hccs_die_info *dies; member
/Linux-v6.6/arch/arm/boot/dts/socionext/
Duniphier-ld6b.dtsi9 * LD6b consists of two silicon dies: D-chip and A-chip.
/Linux-v6.6/Documentation/admin-guide/perf/
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
/Linux-v6.6/include/linux/mtd/
Donenand.h85 unsigned dies; member
/Linux-v6.6/arch/arm64/boot/dts/apple/
Dt600x-dieX.dtsi3 * Devices used on both dies on the Apple T6002 "M1 Ultra" and present on
/Linux-v6.6/Documentation/filesystems/nfs/
Drpc-server-gss.rst86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
Drpc-cache.rst182 If it dies and needs to be restarted, any requests that have not been
/Linux-v6.6/tools/perf/Documentation/
Dperf.data-file-format.txt181 struct perf_header_string_list dies; /* Variable length */
187 sibling dies : 0-3
188 sibling dies : 4-7
Dperf-stat.txt306 is a useful mode to detect imbalance between dies. To enable this mode,
/Linux-v6.6/drivers/mtd/nand/onenand/
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()
/Linux-v6.6/Documentation/trace/
Dhisi-ptt.rst38 SoC encapsulates multiple CPU dies (SCCL, Super CPU Cluster) and
39 IO dies (SICL, Super I/O Cluster), where there's one PCIe Root
/Linux-v6.6/Documentation/arch/x86/
Dtopology.rst56 The number of dies in a package. This information is retrieved via CPUID.
/Linux-v6.6/Documentation/locking/
Dww-mutex-design.rst41 and dies. Hence Wait-Die.
54 Wound-Wait transaction is considered preempted when it dies (returning
Drobust-futexes.rst113 kernel to clean up if the thread dies after acquiring the lock, but just
/Linux-v6.6/Documentation/target/
Dtcmu-design.rst90 3) dies
117 the ring to still work if the user process dies and is restarted with
/Linux-v6.6/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt34 exposes multiple CS lines (multi-dies chips), your reg property will
/Linux-v6.6/Documentation/leds/
Dledtrig-transient.rst158 long as the app is alive, it can keep the LED illuminated, if it dies
/Linux-v6.6/Documentation/gpu/
Dvgaarbiter.rst86 to properly cleanup in all cases when a process dies.
/Linux-v6.6/scripts/
DKbuild.include146 # Make dies with SIGPIPE before cleaning the targets.
/Linux-v6.6/Documentation/driver-api/
Dedac.rst112 communication lanes. It uses vertically stacked memory chips (DRAM dies)
/Linux-v6.6/Documentation/networking/
Deql.rst128 an enslaved device "dies", it is automatically taken out of the queue.
/Linux-v6.6/Documentation/filesystems/
Dfuse.rst26 connection exists until either the daemon dies, or the filesystem is
/Linux-v6.6/Documentation/admin-guide/
Dbug-hunting.rst75 Sometimes ``klogd`` dies, in which case you can run ``dmesg > file`` to
/Linux-v6.6/Documentation/scheduler/
Dsched-deadline.rst872 printf("deadline thread dies [%ld]\n", gettid());
889 printf("main dies [%ld]\n", gettid());

12