Searched refs:queue_size (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dop_queue.h53 const int queue_size; //internal variable local
63 : queue_size(QUEUE_SIZE)
70 queue = new float[queue_size];
H A Dop_queue.cpp59 tail = (tail + 1) % queue_size;
71 head = (head + 1) % queue_size;
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py123 queue_size = Param.Int(32, "Maximum number of queued prefetches") variable in class:QueuedPrefetcher
H A Dqueued.cc94 : BasePrefetcher(p), queueSize(p->queue_size),
/gem5/configs/common/cores/arm/
H A DHPI.py1386 queue_size=4, variable in class:HPI_DCache

Completed in 24 milliseconds