Searched refs:MSRIndexVector (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/kvm/
H A Dvm.hh152 typedef std::vector<uint32_t> MSRIndexVector; typedef in class:Kvm
190 const MSRIndexVector &getSupportedMSRs() const;
197 mutable MSRIndexVector supportedMSRCache;
H A Dx86_cpu.hh118 const Kvm::MSRIndexVector &getMsrIntersection() const;
238 mutable Kvm::MSRIndexVector cachedMsrIntersection;
H A Dx86_cpu.cc657 const Kvm::MSRIndexVector &supported_msrs(vm.kvm->getSupportedMSRs());
920 const Kvm::MSRIndexVector &indices(getMsrIntersection());
1103 const Kvm::MSRIndexVector &msrs(getMsrIntersection());
1537 const Kvm::MSRIndexVector &
1541 const Kvm::MSRIndexVector &kvm_msrs(vm.kvm->getSupportedMSRs());
H A Dvm.cc242 const Kvm::MSRIndexVector &

Completed in 12 milliseconds