MCPcopy Create free account
hub / github.com/eigenform/perfect / LoadQueueCapacity

Class LoadQueueCapacity

perfect-zen2/src/bin/ldq.rs:52–52  ·  view source on GitHub ↗

Create load queue pressure. Context ======= In the Zen microarchitecture, a load queue (LDQ) keeps track of pending loads. The capacity of the load queue reflects the maximum number of in-flight loads. The Family 17h SOG mentions that the load queue capacity is 44 entries. The Family 19h SOG omits the load queue capacity, but mentions that "the load-store unit can process up to 72 out-of-order

Source from the content-addressed store, hash-verified

50/// prefetch instructions
51///
52pub struct LoadQueueCapacity;
53impl MispredictedReturnTemplate<usize> for LoadQueueCapacity {}
54impl LoadQueueCapacity {
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected