/linux-6.15/drivers/gpu/drm/i915/soc/ |
D | intel_dram.c | 17 u8 width, ranks; member 22 u8 ranks; member 240 return dimm->ranks * 64 / (dimm->width ?: 1); in intel_dimm_num_devices() 324 dimm->ranks = icl_get_dimm_ranks(val); in skl_dram_get_dimm_info() 328 dimm->ranks = skl_get_dimm_ranks(val); in skl_dram_get_dimm_info() 332 "CH%u DIMM %c size: %u Gb, width: X%u, ranks: %u, 16Gb DIMMs: %s\n", in skl_dram_get_dimm_info() 333 channel, dimm_name, dimm->size, dimm->width, dimm->ranks, in skl_dram_get_dimm_info() 352 if (ch->dimm_l.ranks == 2 || ch->dimm_s.ranks == 2) in skl_dram_get_channel_info() 353 ch->ranks = 2; in skl_dram_get_channel_info() 354 else if (ch->dimm_l.ranks == 1 && ch->dimm_s.ranks == 1) in skl_dram_get_channel_info() [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-memory.json | 166 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 175 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=… 184 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 194 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 204 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 214 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 224 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 234 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 244 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 254 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ddr/ |
D | jedec,lpddr-channel.yaml | 13 amount of individual LPDDR chips and the ranks per chip. 54 Each physical LPDDR chip may have one or more ranks. Ranks are 57 state of the CS pins. Different ranks may have different densities and
|
/linux-6.15/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-memory.json | 238 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 247 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=… 256 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 266 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 276 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 286 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 296 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 306 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 316 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 326 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | uncore-memory.json | 247 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 255 …"PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are … 265 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 276 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 287 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 298 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 309 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 320 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 343 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 354 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
|
/linux-6.15/drivers/edac/ |
D | i3000_edac.c | 333 c0dra[0] = readb(window + I3000_C0DRA + 0); /* ranks 0,1 */ in i3000_probe1() 334 c0dra[1] = readb(window + I3000_C0DRA + 1); /* ranks 2,3 */ in i3000_probe1() 335 c1dra[0] = readb(window + I3000_C1DRA + 0); /* ranks 0,1 */ in i3000_probe1() 336 c1dra[1] = readb(window + I3000_C1DRA + 1); /* ranks 2,3 */ in i3000_probe1() 384 * contained in all ranks. in i3000_probe1() 387 * the ranks of controller 0, so we double all the values we see. in i3000_probe1()
|
D | ie31200_edac.c | 191 u8 ranks; member 396 dd->ranks = field_get(cfg->reg_mad_dimm_rank_mask[dimm], addr_decode) + 1; in populate_dimm_info() 415 edac_dbg(0, "mc: %d, channel: %d, dimm: %d, size: %lld MiB, ranks: %d, DRAM chip type: %d\n", in ie31200_get_dimm_config() 417 dimm_info.ranks, in ie31200_get_dimm_config() 424 nr_pages = nr_pages / dimm_info.ranks; in ie31200_get_dimm_config() 425 for (k = 0; k < dimm_info.ranks; k++) { in ie31200_get_dimm_config() 426 dimm = edac_get_dimm(mci, (j * dimm_info.ranks) + k, i, 0); in ie31200_get_dimm_config()
|
D | i5100_edac.c | 19 * several ranks. However, instead of showing memories as ranks, it outputs 20 * them as DIMM's. An internal table creates the association between ranks 293 /* ranks on each dimm -- 0 maps to not present -- obtained via SPD */ 298 * DIMM slot chip selects. In the case of only 4 ranks per 332 unsigned ranksperchan; /* number of ranks per channel */ 1003 /* figure out how many ranks, from strapped state of 48GB_Mode input */ in i5100_init_one()
|
D | skx_common.c | 422 #define numrank(reg) skx_get_dimm_attr(reg, 12, 13, 0, 0, 2, "ranks") 430 int banks, ranks, rows, cols, npages; in skx_get_dimm_info() local 434 ranks = numrank(mtr); in skx_get_dimm_info() 452 size = ((1ull << (rows + cols + ranks)) * banks) >> (20 - 3); in skx_get_dimm_info() 457 banks, 1 << ranks, rows, cols); in skx_get_dimm_info()
|
D | e752x_edac.c | 197 * i3100 MC has a different mapping: it supports only 4 ranks. 203 * dimm #3 -> rank #2 Ranks 2 and 3 204 * dimm #4 -> rank $1 Ranks 1 and 4 207 * ranks/chanel, but datasheet says that the MC supports only 4 ranks.
|
/linux-6.15/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | uncore-memory.json | 276 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 285 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=… 294 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 304 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 314 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 324 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 334 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 344 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 354 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 364 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-memory.json | 267 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 276 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=… 285 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 295 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 305 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 315 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 325 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 335 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 345 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 355 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-memory.json | 238 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 247 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=… 256 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 266 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 276 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 286 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 296 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 306 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 316 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 326 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/skylakex/ |
D | uncore-memory.json | 307 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 311 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode", 318 …"PublicDescription": "Counts cycles when all the ranks in the channel are in PPD (PreCharge Power … 328 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 339 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 350 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 361 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 372 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 383 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 394 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/Documentation/driver-api/ |
D | edac.rst | 69 This is the name of the DRAM signal used to select the DRAM ranks to be 201 HBM2e (2GB) channel (equivalent to 8 X 2GB ranks). This creates a total 277 │ ├── rank 31 # total 32 ranks/dimms from 4 UMCs
|
/linux-6.15/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | uncore-memory.json | 683 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) … 687 "BriefDescription": "Cycles where DRAM ranks are in power down (CKE) mode+C37", 694 …"PublicDescription": "Counts cycles when all the ranks in the channel are in PPD (PreCharge Power … 704 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 715 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 726 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 737 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 748 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 759 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 770 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… [all …]
|
/linux-6.15/tools/perf/pmu-events/arch/x86/icelakex/ |
D | uncore-memory.json | 526 …"PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are … 536 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 547 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 558 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 569 …ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc… 580 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 591 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 612 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a… 623 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
|
/linux-6.15/lib/ |
D | union_find.c | 31 * the ranks to keep the tree balanced.
|
/linux-6.15/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | uncore-memory.json | 460 …"BriefDescription": "subevent0 - # of cycles all ranks were in SR subevent1 - # of times all ranks… 471 "BriefDescription": "# of cycles all ranks were in SR",
|
/linux-6.15/tools/perf/pmu-events/arch/x86/sierraforest/ |
D | uncore-memory.json | 462 …"BriefDescription": "subevent0 - # of cycles all ranks were in SR subevent1 - # of times all ranks… 473 "BriefDescription": "# of cycles all ranks were in SR",
|
/linux-6.15/Documentation/filesystems/ |
D | directory-locking.rst | 126 ones - in these terms overlayfs ranks lower than its layers, network 127 filesystem ranks lower than whatever it caches on, etc.)
|
/linux-6.15/Documentation/admin-guide/perf/ |
D | alibaba_pmu.rst | 32 selected rank, or four ranks separately in the first 4 counters. The base
|
/linux-6.15/Documentation/edac/ |
D | memory_repair.rst | 56 rank memory-sparing mode, one memory rank serves as a spare for other ranks on
|
/linux-6.15/lib/zstd/compress/ |
D | huf_compress.c | 361 * @pre The sum of the ranks of each symbol == 2^largestBits, 363 * @post The sum of the ranks of each symbol == 2^largestBits, 387 /* Adjust any ranks > targetNbBits to targetNbBits. in HUF_setMaxHeight() 388 * Compute totalCost, which is how far the sum of the ranks is in HUF_setMaxHeight() 389 * we are over 2^largestBits after adjust the offending ranks. in HUF_setMaxHeight() 626 * each rank begins in the output, so for rank R we want to count ranks R+1 and above. in HUF_sort()
|
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 147 int ranks; member
|