Home
last modified time | relevance | path

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

12

/linux/drivers/ras/amd/atl/
H A Dmap.c578 u8 dies = 0; in get_num_intlv_dies() local
582 dies = FIELD_GET(DF2_INTLV_NUM_DIES, ctx->map.limit); in get_num_intlv_dies()
585 dies = FIELD_GET(DF3_INTLV_NUM_DIES, ctx->map.base); in get_num_intlv_dies()
588 dies = FIELD_GET(DF3p5_INTLV_NUM_DIES, ctx->map.base); in get_num_intlv_dies()
592 dies = FIELD_GET(DF4_INTLV_NUM_DIES, ctx->map.intlv); in get_num_intlv_dies()
600 return 1 << dies; in get_num_intlv_dies()
/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c505 chip->dies = devm_kzalloc(hdev->dev, in hccs_query_all_die_info_on_platform()
508 if (!chip->dies) { in hccs_query_all_die_info_on_platform()
515 die = &chip->dies[j]; in hccs_query_all_die_info_on_platform()
653 die = &chip->dies[j]; in hccs_query_all_port_info_on_platform()
719 die = &chip->dies[j]; in hccs_calc_used_type_num()
1129 die = &chip->dies[i]; in all_linked_on_chip_show()
1160 die = &chip->dies[i]; in linked_full_lane_on_chip_show()
1191 die = &chip->dies[i]; in crc_err_cnt_sum_on_chip_show()
1287 die = &chip->dies[j]; in hccs_get_all_spec_port_idle_sta()
1326 die = &chip->dies[j]; in hccs_get_all_spec_port_full_lane_sta()
[all …]
H A Dkunpeng_hccs.h56 struct hccs_die_info *dies; member
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst50 --dump-dies Dump DWARF DIE contents
108 DWARF format produced by **--dump-dies**, but with type references
182 (as shown in **--dump-dies** output).
209 (as shown in **--dump-dies** output) and the name of the
234 (as shown in **--dump-dies** output) and the name of the
270 (as shown in **--dump-dies** output).
306 (as shown in **--dump-dies** output) or symbol.
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld6b.dtsi9 * LD6b consists of two silicon dies: D-chip and A-chip.
/linux/Documentation/admin-guide/perf/
H A Dhisi-pmu.rst10 The HiSilicon SoC encapsulates multiple CPU and IO dies. Each CPU cluster
100 4. Some HiSilicon SoCs encapsulate multiple CPU and IO dies. Each CPU die
101 contains several Compute Clusters (CCLs). The I/O dies are called Super I/O
/linux/include/linux/mtd/
H A Donenand.h85 unsigned dies; member
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3405 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
3449 mtd->numeraseregions = this->dies << 1; in flexonenand_get_size()
3455 for (; die < this->dies; die++) { in flexonenand_get_size()
3495 for (die = 0, mtd->size = 0; die < this->dies; die++) { in flexonenand_get_size()
3727 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()
3729 mtd->numeraseregions = this->dies << 1; in onenand_probe()
3732 this->dies << 1); in onenand_probe()
/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
/linux/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
H A Drpc-cache.rst182 If it dies and needs to be restarted, any requests that have not been
/linux/Documentation/trace/
H A 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/Documentation/target/
H A Dtcmu-design.rst90 3) dies
117 the ring to still work if the user process dies and is restarted with
/linux/Documentation/locking/
H A Dww-mutex-design.rst41 and dies. Hence Wait-Die.
54 Wound-Wait transaction is considered preempted when it dies (returning
H A Drobust-futexes.rst113 kernel to clean up if the thread dies after acquiring the lock, but just
/linux/Documentation/devicetree/bindings/mtd/
H A Datmel-nand.txt34 exposes multiple CS lines (multi-dies chips), your reg property will
/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
H A Dt602x-dieX.dtsi3 * Nodes present on both dies of T6022 (M2 Ultra) and present on M2 Pro/Max.
/linux/Documentation/leds/
H A Dledtrig-transient.rst158 long as the app is alive, it can keep the LED illuminated, if it dies
/linux/Documentation/gpu/
H A Dvgaarbiter.rst86 to properly cleanup in all cases when a process dies.
/linux/scripts/
H A DKbuild.include139 # Make dies with SIGPIPE before cleaning the targets.
/linux/Documentation/driver-api/
H A Dedac.rst112 communication lanes. It uses vertically stacked memory chips (DRAM dies)
/linux/Documentation/networking/
H A Deql.rst128 an enslaved device "dies", it is automatically taken out of the queue.
/linux/Documentation/admin-guide/
H A Dbug-hunting.rst75 Sometimes ``klogd`` dies, in which case you can run ``dmesg > file`` to
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst26 connection exists until either the daemon dies, or the filesystem is

12