Searched refs:Kvm (Results 1 - 6 of 6) sorted by relevance
/gem5/src/cpu/kvm/ |
H A D | vm.cc | 54 #include "debug/Kvm.hh" 64 Kvm *Kvm::instance = NULL; 66 Kvm::Kvm() function in class:Kvm 82 Kvm::~Kvm() 87 Kvm * 88 Kvm::create() 91 instance = new Kvm(); [all...] |
H A D | vm.hh | 70 * The main Kvm object is used to provide functionality that is not 74 class Kvm class 79 virtual ~Kvm(); 81 Kvm *create(); 155 * Get the CPUID features supported by the hardware and Kvm. 164 * Get the CPUID features supported by the hardware and Kvm. 176 * Get the MSRs supported by the hardware and Kvm. 183 * Get the MSRs supported by the hardware and Kvm. 240 Kvm(); 243 Kvm(cons [all...] |
H A D | x86_cpu.hh | 90 * API. Only available if Kvm::capExtendedCPUID() is true. 95 void setCPUID(const Kvm::CPUIDVector &cpuid); 118 const Kvm::MSRIndexVector &getMsrIntersection() const; 238 mutable Kvm::MSRIndexVector cachedMsrIntersection; 241 /** Kvm::capDebugRegs() available? */ 243 /** Kvm::capXSave() available? */ 250 /** Kvm::capXCRs() available? */
|
H A D | base.cc | 55 #include "debug/Kvm.hh" 129 Kvm &kvm(*vm.kvm); 433 DPRINTF(Kvm, "drainResume\n"); 472 DPRINTF(Kvm, "switchOut\n"); 486 DPRINTF(Kvm, "takeOverFrom\n"); 517 DPRINTF(Kvm, "wakeup()\n"); 535 DPRINTF(Kvm, "ActivateContext %d\n", thread_num); 553 DPRINTF(Kvm, "SuspendContext %d\n", thread_num); 1020 DPRINTF(Kvm, "handleKvmExitHalt\n"); 1289 DPRINTF(Kvm, "Attachin [all...] |
H A D | x86_cpu.cc | 45 #include "debug/Kvm.hh" 527 Kvm &kvm(*vm.kvm); 657 const Kvm::MSRIndexVector &supported_msrs(vm.kvm->getSupportedMSRs()); 920 const Kvm::MSRIndexVector &indices(getMsrIntersection()); 1103 const Kvm::MSRIndexVector &msrs(getMsrIntersection()); 1424 Kvm::CPUIDVector m5_supported; 1466 X86KvmCPU::setCPUID(const Kvm::CPUIDVector &cpuid) 1537 const Kvm::MSRIndexVector & 1541 const Kvm::MSRIndexVector &kvm_msrs(vm.kvm->getSupportedMSRs()); 1543 DPRINTF(Kvm, "kv [all...] |
/gem5/src/arch/arm/kvm/ |
H A D | arm_cpu.cc | 50 #include "debug/Kvm.hh" 323 DPRINTF(Kvm, "KVM Hypercall: 0x%x/0x%x\n", func, subfunc); 627 DPRINTF(Kvm, "Skipping invariant register: 0x%x\n", *it);
|
Completed in 17 milliseconds