Home
last modified time | relevance | path

Searched full:reads (Results 1 – 25 of 1264) sorted by relevance

12345678910>>...51

/linux/tools/memory-model/Documentation/
H A Dglossary.txt36 to that same variable, (in other words, the acquire load "reads
40 See also "Happens-Before", "Reads-From", "Relaxed", and "Release".
52 See also "From-reads" and "Reads-from".
105 From-Reads (fr): When one CPU's store to a given variable happened
107 load from that same variable, there is said to be a from-reads
110 It is also possible to have a from-reads link within a CPU, which
111 is a "from-reads internal" (fri) link. The term "from-reads
115 See also "Coherence" and "Reads
[all...]
/linux/tools/perf/scripts/perl/
H A Drw-by-pid.pl21 my %reads;
31 $reads{$common_pid}{bytes_read} += $ret;
33 if (!defined ($reads{$common_pid}{bytes_read})) {
34 $reads{$common_pid}{bytes_read} = 0;
36 $reads{$common_pid}{errors}{$ret}++;
46 $reads{$common_pid}{bytes_requested} += $count;
47 $reads{$common_pid}{total_reads}++;
48 $reads{$common_pid}{comm} = $common_comm;
78 "# reads", "bytes_requested", "bytes_read");
82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
H A Drwtop.pl27 my %reads;
44 $reads{$common_pid}{bytes_read} += $ret;
46 if (!defined ($reads{$common_pid}{bytes_read})) {
47 $reads{$common_pid}{bytes_read} = 0;
49 $reads{$common_pid}{errors}{$ret}++;
61 $reads{$common_pid}{bytes_requested} += $count;
62 $reads{$common_pid}{total_reads}++;
63 $reads{$common_pid}{comm} = $common_comm;
132 "# reads", "bytes_req", "bytes_read");
136 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
H A Drw-by-file.pl25 my %reads;
34 $reads{$fd}{bytes_requested} += $count;
35 $reads{$fd}{total_reads}++;
54 printf("%6s %10s %10s\n", "fd", "# reads", "bytes_requested");
57 foreach my $fd (sort {$reads{$b}{bytes_requested} <=>
58 $reads{$a}{bytes_requested}} keys %reads) {
59 my $total_reads = $reads{$fd}{total_reads};
60 my $bytes_requested = $reads{$fd}{bytes_requested};
/linux/tools/perf/pmu-events/arch/x86/broadwell/
H A Dmemory.json215 "BriefDescription": "Counts all demand & prefetch data reads",
225 "BriefDescription": "Counts all demand & prefetch data reads",
235 "BriefDescription": "Counts all demand & prefetch data reads",
245 "BriefDescription": "Counts all demand & prefetch data reads",
255 "BriefDescription": "Counts all demand & prefetch data reads",
265 "BriefDescription": "Counts all demand & prefetch data reads",
275 "BriefDescription": "Counts all demand & prefetch data reads",
285 "BriefDescription": "Counts all demand & prefetch data reads",
295 "BriefDescription": "Counts all demand & prefetch data reads",
305 "BriefDescription": "Counts all demand & prefetch data reads",
[all...]
H A Dcache.json25 "PublicDescription": "This event counts duration of L1D miss outstanding, that is each cycle number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand; from the demand Hit FB, if it is allocated by hardware or software prefetch. Note: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type.",
155 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
555 "BriefDescription": "Demand and prefetch data reads",
559 "PublicDescription": "This event counts the demand and prefetch data reads. All Core Data Reads include cacheable Demands and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type.",
641 "BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore, every cycle",
647 "PublicDescription": "This event counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The Offcore outstanding state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
652 "BriefDescription": "Offcore outstanding code reads transaction
[all...]
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Dmemory.json134 "BriefDescription": "Counts all demand & prefetch code reads that miss the LLC",
144 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data retur…
154 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data forwa…
164 "BriefDescription": "Counts all demand & prefetch data reads that hits the LLC",
174 "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that hit the LLC",
184 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
194 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC the dat…
204 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
214 "BriefDescription": "Counts all demand code reads that miss the LLC",
224 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
[all …]
H A Dcache.json203 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
586 "BriefDescription": "Demand and prefetch data reads",
650 …"BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to unco…
655 …"PublicDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to unc…
670 …"BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue t…
675 …"PublicDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue …
680 …"BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to unco…
717 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoop to one …
727 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoops to sib…
737 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and sibling core snoo…
[all …]
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dcache.json217 …"BriefDescription": "Counts data reads (demand & prefetch) have any transaction responses from the…
223 …"PublicDescription": "Counts data reads (demand & prefetch) have any transaction responses from th…
228 "BriefDescription": "Counts data reads (demand & prefetch) hit the L2 cache.",
234 …"PublicDescription": "Counts data reads (demand & prefetch) hit the L2 cache. Requires MSR_OFFCORE…
239 …"BriefDescription": "Counts data reads (demand & prefetch) miss the L2 cache with a snoop hit in t…
245 …"PublicDescription": "Counts data reads (demand & prefetch) miss the L2 cache with a snoop hit in …
250 …"BriefDescription": "Counts data reads (demand & prefetch) true miss for the L2 cache with a snoop…
256 …"PublicDescription": "Counts data reads (demand & prefetch) true miss for the L2 cache with a snoo…
261 …"BriefDescription": "Counts data reads (demand & prefetch) outstanding, per cycle, from the time o…
267 …"PublicDescription": "Counts data reads (demand & prefetch) outstanding, per cycle, from the time …
[all …]
/linux/tools/perf/pmu-events/arch/x86/goldmont/
H A Dcache.json217 "BriefDescription": "Counts data reads (demand & prefetch) that hit the L2 cache.",
223 …"PublicDescription": "Counts data reads (demand & prefetch) that hit the L2 cache. Requires MSR_OF…
228 "BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache.",
234 …"PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache. Requires MSR_O…
239 …"BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit…
245 …"PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hi…
250 …"BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hit…
256 …"PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache with a snoop hi…
261 …"BriefDescription": "Counts data reads (demand & prefetch) that true miss for the L2 cache with a …
267 …"PublicDescription": "Counts data reads (demand & prefetch) that true miss for the L2 cache with a…
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylake/
H A Dcache.json25Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least …
146 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
150 "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
250 … the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (…
260 …the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (…
482 "BriefDescription": "Demand and prefetch data reads",
486 … prefetch data reads. All Core Data Reads include cacheable 'Demands' and L2 prefetchers (not L3 p…
555 …"BriefDescription": "Cycles with offcore outstanding Code Reads transactions in the SuperQueue (SQ…
560 …"PublicDescription": "Counts the number of offcore outstanding Code Reads transactions in the supe…
575 …"BriefDescription": "Cycles with offcore outstanding demand rfo reads transactions in SuperQueue (…
[all …]
H A Dmemory.json239 "BriefDescription": "Counts all demand code reads",
249 "BriefDescription": "Counts all demand code reads",
259 "BriefDescription": "Counts all demand code reads",
269 "BriefDescription": "Counts all demand code reads",
279 "BriefDescription": "Counts all demand code reads",
289 "BriefDescription": "Counts all demand code reads",
299 "BriefDescription": "Counts all demand code reads",
309 "BriefDescription": "Counts all demand code reads",
319 "BriefDescription": "Counts all demand code reads",
329 "BriefDescription": "Counts all demand code reads",
[all …]
/linux/tools/perf/pmu-events/arch/x86/westmereex/
H A Dmemory.json11 "BriefDescription": "Offcore data reads satisfied by any DRAM",
21 "BriefDescription": "Offcore data reads that missed the LLC",
31 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
41 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
51 "BriefDescription": "Offcore code reads satisfied by any DRAM",
61 "BriefDescription": "Offcore code reads that missed the LLC",
71 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
81 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
271 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the local DRAM.",
281 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the remote DRAM",
[all …]
/linux/tools/perf/pmu-events/arch/x86/nehalemex/
H A Dmemory.json3 "BriefDescription": "Offcore data reads satisfied by any DRAM",
13 "BriefDescription": "Offcore data reads that missed the LLC",
23 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
33 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
43 "BriefDescription": "Offcore code reads satisfied by any DRAM",
53 "BriefDescription": "Offcore code reads that missed the LLC",
63 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
73 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
263 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the local DRAM.",
273 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the remote DRAM",
[all …]
/linux/tools/perf/pmu-events/arch/x86/nehalemep/
H A Dmemory.json3 "BriefDescription": "Offcore data reads satisfied by any DRAM",
13 "BriefDescription": "Offcore data reads that missed the LLC",
23 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
33 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
43 "BriefDescription": "Offcore code reads satisfied by any DRAM",
53 "BriefDescription": "Offcore code reads that missed the LLC",
63 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
73 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
263 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the local DRAM.",
273 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the remote DRAM",
[all …]
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Dmemory.json155 "BriefDescription": "Counts all demand code reads that miss the LLC",
165 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
175 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from re…
185 …"BriefDescription": "Counts all demand code reads that miss the LLC the data is found in M state …
195 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data forwarded from r…
205 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
215 "BriefDescription": "Counts demand data reads that miss in the LLC",
225 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from local …
235 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
245 …"BriefDescription": "Counts demand data reads that miss the LLC the data is found in M state in r…
[all …]
H A Dcache.json226 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
563 "BriefDescription": "Demand and prefetch data reads.",
629 …"BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue t…
663 "BriefDescription": "Counts all demand & prefetch data reads",
673 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoop to one …
683 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoops to sib…
693 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and sibling core snoo…
703 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and sibling core snoo…
713 "BriefDescription": "Counts all prefetch data reads that hit the LLC",
723 …"BriefDescription": "Counts prefetch data reads that hit in the LLC and the snoop to one of the si…
[all …]
/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/
H A Dmemory.json3 "BriefDescription": "Offcore data reads satisfied by any DRAM",
13 "BriefDescription": "Offcore data reads that missed the LLC",
23 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
33 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
43 "BriefDescription": "Offcore code reads satisfied by any DRAM",
53 "BriefDescription": "Offcore code reads that missed the LLC",
63 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
73 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
263 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the local DRAM.",
273 "BriefDescription": "Offcore data reads, RFOs, and prefetches satisfied by the remote DRAM",
[all …]
/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dmemory.json11 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
21 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
31 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
41 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
51 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
61 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for d…
421 …"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for responses …
431 …"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data respo…
441 …"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for data respo…
451 …"BriefDescription": "Counts demand code reads and prefetch code reads that accounts for responses …
[all …]
H A Dcache.json125 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for a…
135 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
145 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
155 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
165 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
175 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
185 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
195 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
205 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
215 …"BriefDescription": "Counts Demand code reads and prefetch code read requests that accounts for r…
[all …]
/linux/tools/perf/pmu-events/arch/x86/sandybridge/
H A Dcache.json226 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
554 "BriefDescription": "Demand and prefetch data reads.",
620 …"BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue t…
654 …"BriefDescription": "Counts demand & prefetch code reads that hit in the LLC and the snoop to one …
664 …"BriefDescription": "Counts demand & prefetch code reads that hit in the LLC and sibling core snoo…
674 …"BriefDescription": "Counts demand & prefetch code reads that hit in the LLC and the snoops sent t…
684 "BriefDescription": "Counts all demand & prefetch data reads.",
694 "BriefDescription": "Counts all demand & prefetch data reads that hit in the LLC.",
704 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoop to one …
714 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and the snoops to sib…
[all …]
/linux/include/dt-bindings/memory/
H A Dtegra186-mc.h117 /* PCIE reads */
119 /* High-definition audio (HDA) reads */
121 /* Host channel data reads */
124 /* SATA reads */
126 /* Reads from Cortex-A9 4 CPU cores via the L2 cache */
143 /* XUSB reads */
147 /* XUSB reads */
155 /* 3D, ltcx reads instance 0 */
181 /* Audio Processing (APE) engine reads */
191 /* ETR reads */
[all …]
/linux/tools/perf/pmu-events/arch/x86/bonnell/
H A Dcache.json3 "BriefDescription": "L1 Data Cacheable reads and writes",
11 "BriefDescription": "L1 Data reads and writes",
27 "BriefDescription": "L1 Cacheable Data Reads",
163 "BriefDescription": "L2 cache reads",
171 "BriefDescription": "L2 cache reads",
179 "BriefDescription": "L2 cache reads",
187 "BriefDescription": "L2 cache reads",
195 "BriefDescription": "L2 cache reads",
203 "BriefDescription": "L2 cache reads",
211 "BriefDescription": "L2 cache reads",
[all …]
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-io.json433 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x16 card plugged in to stack, Or x8 card plugged in to Lane 0/1, Or x4 card is plugged in to slot 0",
445 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 1",
457 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x8 card plugged in to Lane 2/3, Or x4 card is plugged in to slot 1",
469 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 3",
481 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x16 card plugged in to stack, Or x8 card plugged in to Lane 0/1, Or x4 card is plugged in to slot 0",
493 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 1",
505 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x8 card plugged in to Lane 2/3, Or x4 card is plugged in to slot 1",
517 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 3",
542 "PublicDescription": "Data requested by the CPU : Core writing to Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : IOMMU - Type 0",
555 "PublicDescription": "Data requested by the CPU : Core writing to Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads an
[all...]
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-io.json353 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x16 card plugged in to stack, Or x8 card plugged in to Lane 0/1, Or x4 card is plugged in to slot 0",
365 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 1",
377 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x8 card plugged in to Lane 2/3, Or x4 card is plugged in to slot 1",
389 "PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 3",
401 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x16 card plugged in to stack, Or x8 card plugged in to Lane 0/1, Or x4 card is plugged in to slot 0",
413 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 1",
425 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x8 card plugged in to Lane 2/3, Or x4 card is plugged in to slot 1",
437 "PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : x4 card is plugged in to slot 3",
462 "PublicDescription": "Data requested by the CPU : Core writing to Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads and writes. : IOMMU - Type 0",
475 "PublicDescription": "Data requested by the CPU : Core writing to Cards MMIO space : Number of DWs (4 bytes) requested by the main die. Includes all requests initiated by the main die, including reads an
[all...]

12345678910>>...51