Searched refs:getSupportedMSRs (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/kvm/
H A Dvm.hh180 bool getSupportedMSRs(struct kvm_msr_list &msrs) const;
190 const MSRIndexVector &getSupportedMSRs() const;
H A Dvm.cc231 Kvm::getSupportedMSRs(struct kvm_msr_list &msrs) const function in class:Kvm
243 Kvm::getSupportedMSRs() const function in class:Kvm
254 } while (!getSupportedMSRs(*msrs));
H A Dx86_cpu.cc657 const Kvm::MSRIndexVector &supported_msrs(vm.kvm->getSupportedMSRs());
1541 const Kvm::MSRIndexVector &kvm_msrs(vm.kvm->getSupportedMSRs());

Completed in 12 milliseconds