Searched refs:read_hits (Results 1 - 8 of 8) sorted by relevance

/gem5/src/arch/mips/
H A Dtlb.hh70 mutable Stats::Scalar read_hits; member in class:MipsISA::TLB
H A Dtlb.cc232 read_hits
233 .name(name() + ".read_hits")
279 hits = read_hits + write_hits;
/gem5/src/arch/riscv/
H A Dtlb.hh69 mutable Stats::Scalar read_hits; member in class:RiscvISA::TLB
H A Dtlb.cc234 read_hits
235 .name(name() + ".read_hits")
281 hits = read_hits + write_hits;
/gem5/src/arch/alpha/
H A Dtlb.hh60 mutable Stats::Scalar read_hits; member in class:AlphaISA::TLB
H A Dtlb.cc96 read_hits
97 .name(name() + ".read_hits")
156 data_hits = read_hits + write_hits;
579 read_hits++;
/gem5/src/arch/power/
H A Dtlb.hh119 mutable Stats::Scalar read_hits; member in class:PowerISA::TLB
H A Dtlb.cc229 read_hits
230 .name(name() + ".read_hits")
276 hits = read_hits + write_hits;

Completed in 13 milliseconds