Home
last modified time | relevance | path

Searched full:ranks (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/gpu/drm/i915/soc/
H A Dintel_dram.c17 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/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-memory.json166 …"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=…
184ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
194ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
204ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
214ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
224ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
234ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
244ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
254ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-channel.yaml13 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/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-memory.json238 …"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=…
256ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
266ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
276ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
286ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
296ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
306ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
316ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
326ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-memory.json247 "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 …
265ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
276ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
287ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
298ranks 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/drivers/edac/
H A Di3000_edac.c333 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()
H A Di5100_edac.c19 * 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()
H A Dskx_common.c347 #define numrank(reg) skx_get_dimm_attr(reg, 12, 13, 0, 0, 2, "ranks")
355 int banks, ranks, rows, cols, npages; in skx_get_dimm_info() local
359 ranks = numrank(mtr); in skx_get_dimm_info()
377 size = ((1ull << (rows + cols + ranks)) * banks) >> (20 - 3); in skx_get_dimm_info()
382 banks, 1 << ranks, rows, cols); in skx_get_dimm_info()
H A De752x_edac.c197 * 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.
H A Dsb_edac.c338 u32 ranks; member
701 int ranks = (1 << RANK_CNT_BITS(mtr)); in numrank() local
707 if (ranks > max) { in numrank()
708 edac_dbg(0, "Invalid number of ranks: %d (max = %i) raw value = %x (%04x)\n", in numrank()
709 ranks, max, (unsigned int)RANK_CNT_BITS(mtr), mtr); in numrank()
713 return ranks; in numrank()
1595 unsigned int i, j, banks, ranks, rows, cols, npages; in __populate_dimms() local
1649 ranks = numrank(pvt->info.type, mtr); in __populate_dimms()
1655 ((u64) cols * ranks * banks * 8); in __populate_dimms()
1661 size = ((u64)rows * cols * banks * ranks) >> (20 - 3); in __populate_dimms()
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-memory.json275 …"PublicDescription": "Number of cycles when all the ranks in the channel are in CKE Slow (DLLOFF) …
284 …"PublicDescription": "Number of cycles when all the ranks in the channel are in PPD mode. If IBT=…
293ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
303ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
313ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
323ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
333ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
343ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
353ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
363ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-memory.json238 …"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=…
256ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
266ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
276ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
286ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
296ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
306ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
316ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
326ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-memory.json267 …"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=…
285ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
295ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
305ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
315ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
325ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
335ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
345ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
355ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json307 …"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 …
328ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
339ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
350ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
361ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
372ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
383ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
394ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/Documentation/driver-api/
H A Dedac.rst69 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/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json683 …"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 …
704ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
715ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
726ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
737ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
748ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
759ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
770ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
[all …]
/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Duncore-memory.json526 …"PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are …
536ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
547ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
558ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
569ranks 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/lib/
H A Dunion_find.c31 * the ranks to keep the tree balanced.
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst126 ones - in these terms overlayfs ranks lower than its layers, network
127 filesystem ranks lower than whatever it caches on, etc.)
/linux/Documentation/admin-guide/perf/
H A Dalibaba_pmu.rst32 selected rank, or four ranks separately in the first 4 counters. The base
/linux/lib/zstd/compress/
H A Dhuf_compress.c292 * @pre The sum of the ranks of each symbol == 2^largestBits,
294 * @post The sum of the ranks of each symbol == 2^largestBits,
316 /* Adjust any ranks > maxNbBits to maxNbBits. in HUF_setMaxHeight()
317 * Compute totalCost, which is how far the sum of the ranks is in HUF_setMaxHeight()
318 * we are over 2^largestBits after adjust the offending ranks. in HUF_setMaxHeight()
555 * each rank begins in the output, so for rank R we want to count ranks R+1 and above. in HUF_sort()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h147 int ranks; member
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-memory.json2951 …"PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are …
2961ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2972ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2983ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2994ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
3005 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
3016 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-memory.json2951 …"PublicDescription": "Channel PPD Cycles : Number of cycles when all the ranks in the channel are …
2961ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2972ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2983ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
2994ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather than doing acc…
3005 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
3016 … distinguish between the two. This can be filtered by rank. If multiple ranks are selected and a…
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst134 certain time interval to create new generations, and it ranks the

12