Searched defs:num_free (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_fifo_out.hh89 int num_free() const { return (*this)->num_free(); } function in class:sc_core::sc_fifo_out
H A Dsc_fifo.hh159 virtual int num_free() const { return _num_free; } function in class:sc_core::sc_fifo
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ports.h236 int num_free() const function in class:sc_core::sc_fifo_out
H A Dsc_fifo.h116 virtual int num_free() const function in class:sc_core::sc_fifo
/gem5/src/cpu/o3/
H A Drename_impl.hh1189 int num_free = freeEntries[tid].robEntries - local
1201 int num_free = freeEntries[tid].iqEntries - local
1213 int num_free = freeEntries[tid].lqEntries - local
1227 int num_free = freeEntries[tid].sqEntries - local
[all...]

Completed in 12 milliseconds