Searched refs:cachedMsrIntersection (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/kvm/
H A Dx86_cpu.hh238 mutable Kvm::MSRIndexVector cachedMsrIntersection; member in class:X86KvmCPU
H A Dx86_cpu.cc1540 if (cachedMsrIntersection.empty()) {
1546 cachedMsrIntersection.push_back(*it);
1555 return cachedMsrIntersection;

Completed in 9 milliseconds