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
| 50 | /// prefetch instructions |
| 51 | /// |
| 52 | pub struct LoadQueueCapacity; |
| 53 | impl MispredictedReturnTemplate<usize> for LoadQueueCapacity {} |
| 54 | impl LoadQueueCapacity { |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected