Home
last modified time | relevance | path

Searched full:cas (Results 1 – 25 of 96) sorted by relevance

1234

/linux/tools/perf/pmu-events/arch/x86/meteorlake/
H A Duncore-memory.json3 …"BriefDescription": "Counts every CAS read command sent from the Memory Controller 0 to DRAM (sum …
8 …licDescription": "Counts every CAS read command sent from the Memory Controller 0 to DRAM (sum of …
23 …"BriefDescription": "Counts every CAS write command sent from the Memory Controller 0 to DRAM (sum…
28 …icDescription": "Counts every CAS write command sent from the Memory Controller 0 to DRAM (sum of …
33 …"BriefDescription": "Counts every CAS read command sent from the Memory Controller 1 to DRAM (sum …
38 …licDescription": "Counts every CAS read command sent from the Memory Controller 1 to DRAM (sum of …
53 …"BriefDescription": "Counts every CAS write command sent from the Memory Controller 1 to DRAM (sum…
58 …icDescription": "Counts every CAS write command sent from the Memory Controller 1 to DRAM (sum of …
87 "BriefDescription": "Read CAS command sent to DRAM",
95 "BriefDescription": "Write CAS command sent to DRAM",
/linux/tools/perf/pmu-events/arch/x86/sierraforest/
H A Duncore-memory.json3 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
12 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
22 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
32 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 "BriefDescription": "CAS count for SubChannel 0, all CAS operations",
51 "BriefDescription": "CAS count for SubChannel 0, all reads",
60 "BriefDescription": "CAS count for SubChannel 0 regular reads",
69 "BriefDescription": "CAS count for SubChannel 0 underfill reads",
78 "BriefDescription": "CAS count for SubChannel 0, all writes",
87 "BriefDescription": "CAS count for SubChannel 0 regular writes",
[all …]
/linux/tools/perf/pmu-events/arch/x86/graniterapids/
H A Duncore-memory.json3 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
12 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
22 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
32 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 "BriefDescription": "CAS count for SubChannel 0, all CAS operations",
51 "BriefDescription": "CAS count for SubChannel 0, all reads",
60 "BriefDescription": "CAS count for SubChannel 0 regular reads",
69 "BriefDescription": "CAS count for SubChannel 0 underfill reads",
78 "BriefDescription": "CAS count for SubChannel 0, all writes",
87 "BriefDescription": "CAS count for SubChannel 0 regular writes",
[all …]
/linux/tools/perf/pmu-events/arch/x86/grandridge/
H A Duncore-memory.json3 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
12 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
22 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
32 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 "BriefDescription": "CAS count for SubChannel 0, all CAS operations",
51 "BriefDescription": "CAS count for SubChannel 0, all reads",
60 "BriefDescription": "CAS count for SubChannel 0 regular reads",
69 "BriefDescription": "CAS count for SubChannel 0 underfill reads",
78 "BriefDescription": "CAS count for SubChannel 0, all writes",
87 "BriefDescription": "CAS count for SubChannel 0 regular writes",
[all …]
/linux/drivers/net/ethernet/sun/
H A Dcassini.c230 static void cas_set_link_modes(struct cas *cp);
232 static inline void cas_lock_tx(struct cas *cp) in cas_lock_tx()
250 struct cas *xxxcp = (cp); \
255 static inline void cas_unlock_tx(struct cas *cp) in cas_unlock_tx()
265 struct cas *xxxcp = (cp); \
270 static void cas_disable_irq(struct cas *cp, const int ring) in cas_disable_irq()
303 static inline void cas_mask_intr(struct cas *cp) in cas_mask_intr()
311 static void cas_enable_irq(struct cas *cp, const int ring) in cas_enable_irq()
340 static inline void cas_unmask_intr(struct cas *cp) in cas_unmask_intr()
348 static inline void cas_entropy_gather(struct cas *cp) in cas_entropy_gather()
[all …]
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-memory.json8 …"PublicDescription": "Counts the total number of DRAM Read CAS commands, w/ and w/o auto-pre, issu…
19 …"PublicDescription": "Counts the total number of DRAM Write CAS commands issued, w/ and w/o auto-p…
30 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
41 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
46 "BriefDescription": "All DRAM CAS commands issued",
51 "PublicDescription": "Counts the total number of DRAM CAS commands issued on this channel.",
56 "BriefDescription": "All DRAM read CAS commands issued (including underfills)",
61 …"PublicDescription": "Counts the total number of DRAM Read CAS commands, w/ and w/o auto-pre, issu…
72 …s : Counts the total number or DRAM Read CAS commands issued on this channel. This includes both …
88 "BriefDescription": "All DRAM read CAS commands issued (does not include underfills)",
[all …]
/linux/arch/parisc/kernel/
H A Dsyscall.S568 Implementing 32bit CAS as an atomic operation:
577 EAGAIN - CAS is busy, ldcw failed, try again.
581 r28 == 1 - CAS is busy. lock contended.
582 r28 == 2 - CAS is busy. ldcw failed.
583 r28 == 3 - CAS is busy. page fault.
596 * the 64-bit LWS CAS returns ENOSYS.
676 New CAS implementation which uses pointers and variable size
678 while performing CAS. The lock only protects the value at %r26.
688 EAGAIN - CAS is busy, ldcw failed, try again.
692 r28 == 1 - CAS is busy. lock contended.
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dmemory-controller.json57 "PublicDescription": "Number of CAS commands sent.",
64 "PublicDescription": "Number of CAS commands sent for reads.",
72 "PublicDescription": "Number of CAS commands sent for writes.",
H A Drecommended.json344 "BriefDescription": "Memory controller CAS command rate.",
351 "BriefDescription": "Ratio of memory controller CAS commands for reads.",
359 "BriefDescription": "Ratio of memory controller CAS commands for writes.",
391 "BriefDescription": "Ratio of memory controller CAS commands for reads.",
399 "BriefDescription": "Memory controller CAS command rate.",
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-memory.json1844 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1855 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1866 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1877 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1888 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1899 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1910 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1921 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1932 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1943 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
[all …]
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-memory.json1844 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1855 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1866 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1877 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1888 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1899 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1910 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1921 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1932 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
1943 …n up a page on the HBM devices so that it can be read or written to with a CAS. One can calculate…
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json8 …"PublicDescription": "Counts all CAS (Column Access Select) read commands issued to DRAM on a per …
19 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
31 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
52 … up a page on the DRAM devices so that it can be read or written to with a CAS (Column Access Sele…
67 "BriefDescription": "CAS command issued by 2 cycle bypass",
70 "EventName": "UNC_M_BYP_CMDS.CAS",
87 "BriefDescription": "All DRAM CAS Commands issued",
92 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
97 "BriefDescription": "All DRAM Read CAS Commands issued (including underfills)",
[all …]
/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h13 __asm__ __volatile__("cas [%2], %3, %0" in __cmpxchg_u32()
28 " cas [%4], %2, %0\n" in xchg32()
65 * Use 4 byte cas instruction to achieve 2 byte xchg. Main logic
126 * Use 4 byte cas instruction to achieve 1 byte cmpxchg. Main logic
/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-memory.json80 "BriefDescription": "CAS All",
89 "BriefDescription": "CAS Reads",
98 "BriefDescription": "CAS Writes",
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-memory.json8 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
18 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
28 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 "BriefDescription": "CAS command issued by 2 cycle bypass",
45 "EventName": "UNC_M_BYP_CMDS.CAS",
65 …"PublicDescription": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM CAS command…
75 …n": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Read CAS commands issued on …
85 …ds; Counts the total number or DRAM Read CAS commands issued on this channel. This includes both …
90 "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; Read CAS issued in RMM",
109 "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; Read CAS issued in WMM",
[all …]
/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Duncore-memory.json8 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
19 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
24 "BriefDescription": "All DRAM CAS commands issued",
29 "PublicDescription": "Counts the total number of DRAM CAS commands issued on this channel.",
34 "BriefDescription": "All DRAM read CAS commands issued (including underfills)",
39 …"PublicDescription": "Counts the total number of DRAM Read CAS commands, w/ and w/o auto-pre, issu…
50 …s : Counts the total number or DRAM Read CAS commands issued on this channel. This includes both …
66 "BriefDescription": "All DRAM read CAS commands issued (does not include underfills)",
72 …": "Counts the total number of DRAM Read CAS commands issued on this channel. This includes both …
77 "BriefDescription": "DRAM underfill read CAS commands issued",
[all …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json8 …"PublicDescription": "Counts all CAS (Column Access Select) read commands issued to DRAM on a per …
19 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
31 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
42 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
52 … up a page on the DRAM devices so that it can be read or written to with a CAS (Column Access Sele…
67 "BriefDescription": "CAS command issued by 2 cycle bypass",
70 "EventName": "UNC_M_BYP_CMDS.CAS",
87 "BriefDescription": "All DRAM CAS Commands issued",
92 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
97 "BriefDescription": "All DRAM Read CAS Commands issued (including underfills)",
[all …]
/linux/arch/sparc/lib/
H A Datomic_64.S26 cas [%o1], %g1, %g7; \
41 cas [%o1], %g1, %g7; \
56 cas [%o1], %g1, %g7; \
/linux/arch/m68k/ifpsp060/
H A Disp.doc46 cas (w/ a misaligned effective address)
172 Integrating cas/cas2:
174 The instructions "cas2" and "cas" (when used with a misaligned effective
191 If the "core" emulation routines of either "cas" or "cas2" perform some
/linux/drivers/edac/
H A Di5100_edac.c432 unsigned cas, in i5100_handle_ce() argument
440 "bank %u, cas %u, ras %u\n", in i5100_handle_ce()
441 bank, cas, ras); in i5100_handle_ce()
454 unsigned cas, in i5100_handle_ue() argument
462 "bank %u, cas %u, ras %u\n", in i5100_handle_ue()
463 bank, cas, ras); in i5100_handle_ue()
482 unsigned cas; in i5100_read_log() local
502 cas = i5100_recmemb_cas(dw2); in i5100_read_log()
512 i5100_handle_ce(mci, chan, bank, rank, syndrome, cas, ras, msg); in i5100_read_log()
524 cas = i5100_nrecmemb_cas(dw2); in i5100_read_log()
[all …]
H A Di5400_edac.c523 int ras, cas; in i5400_proccess_non_recoverable_info() local
550 cas = nrec_cas(info); in i5400_proccess_non_recoverable_info()
552 …s DIMM= %d Channels= %d,%d (Branch= %d DRAM Bank= %d Buffer ID = %d rdwr= %s ras= %d cas= %d)\n", in i5400_proccess_non_recoverable_info()
554 buf_id, rdwr_str(rdwr), ras, cas); in i5400_proccess_non_recoverable_info()
561 "Bank=%d Buffer ID = %d RAS=%d CAS=%d Err=0x%lx (%s)", in i5400_proccess_non_recoverable_info()
562 bank, buf_id, ras, cas, allErrors, error_name[errnum]); in i5400_proccess_non_recoverable_info()
587 int ras, cas; in i5400_process_nonfatal_error_info() local
620 cas = rec_cas(info); in i5400_process_nonfatal_error_info()
625 edac_dbg(0, "\t\tDIMM= %d Channel= %d (Branch %d DRAM Bank= %d rdwr= %s ras= %d cas= %d)\n", in i5400_process_nonfatal_error_info()
627 rdwr_str(rdwr), ras, cas); in i5400_process_nonfatal_error_info()
[all …]
/linux/arch/sh/include/asm/
H A Dspinlock-cas.h3 * include/asm-sh/spinlock-cas.h
15 __asm__ __volatile__("cas.l %1,%0,@r0" in __sl_cas()
/linux/tools/perf/pmu-events/arch/arm64/thead/yitian710/sys/
H A Dali_drw.json80 "BriefDescription": "A Read or Write CAS command to DRAM.",
94 "BriefDescription": "A Read CAS command to DRAM.",
101 "BriefDescription": "A Write CAS command to DRAM.",
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-memory.json8 …n": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Read CAS commands issued on …
19 …": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Write CAS commands issued on …
30 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
40 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
50 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
64 "BriefDescription": "CAS command issued by 2 cycle bypass",
67 "EventName": "UNC_M_BYP_CMDS.CAS",
87 …"PublicDescription": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM CAS command…
97 …n": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Read CAS commands issued on …
107 …ds; Counts the total number or DRAM Read CAS commands issued on this channel. This includes both …
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-memory.json8 …n": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Read CAS commands issued on …
19 …": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Write CAS commands issued on …
30 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
40 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
50 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
64 "BriefDescription": "CAS command issued by 2 cycle bypass",
67 "EventName": "UNC_M_BYP_CMDS.CAS",
87 …"PublicDescription": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM CAS command…
97 …n": "DRAM RD_CAS and WR_CAS Commands; Counts the total number of DRAM Read CAS commands issued on …
107 …ds; Counts the total number or DRAM Read CAS commands issued on this channel. This includes both …
[all …]

1234