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

/gem5/src/cpu/kvm/
H A Dvm.hh97 /** Support for BaseKvmCPU::setCPUID2 and getSupportedCPUID(). */
161 bool getSupportedCPUID(struct kvm_cpuid2 &cpuid) const;
173 const CPUIDVector &getSupportedCPUID() const;
H A Dvm.cc199 Kvm::getSupportedCPUID(struct kvm_cpuid2 &cpuid) const function in class:Kvm
211 Kvm::getSupportedCPUID() const function in class:Kvm
222 } while (!getSupportedCPUID(*cpuid));

Completed in 6 milliseconds