Searched refs:vm (Results 1 - 18 of 18) sorted by relevance

/gem5/src/arch/arm/kvm/
H A Dbase_cpu.cc81 vm.kvmArmPreferredTarget(target_config);
94 if (!vm.hasKernelIRQChip()) {
97 vm.setIRQLine(INTERRUPT_VCPU_FIQ(vcpuID), simFIQ);
101 vm.setIRQLine(INTERRUPT_VCPU_IRQ(vcpuID), simIRQ);
H A Dgic.cc54 vm(_vm),
55 kdev(vm.createDevice(KVM_DEV_TYPE_ARM_VGIC_V2))
59 vm.enableKernelIRQChip();
109 vm.setIRQLine(line, high);
143 auto vcpu = vm.contextIdToVCpuId(ctx);
150 auto vcpu = vm.contextIdToVCpuId(ctx);
157 auto vcpu = vm.contextIdToVCpuId(ctx);
164 auto vcpu = vm.contextIdToVCpuId(ctx);
176 if (auto vm = system.getKvmVM()) {
177 kernelGic = new KvmKernelGicV2(*vm,
[all...]
H A Dgic.hh46 #include "cpu/kvm/vm.hh"
66 * @param vm KVM VM representing this system
71 KvmKernelGicV2(KvmVM &vm, Addr cpu_addr, Addr dist_addr,
162 KvmVM &vm; member in class:KvmKernelGicV2
H A Darm_cpu.cc279 vm.setIRQLine(INTERRUPT_VCPU_FIQ(vcpuID), simFIQ);
284 vm.setIRQLine(INTERRUPT_VCPU_IRQ(vcpuID), simIRQ);
/gem5/src/cpu/kvm/
H A Dvm.hh522 KvmVM(const KvmVM &vm);
524 KvmVM &operator=(const KvmVM &vm);
H A Dbase.hh52 #include "cpu/kvm/vm.hh"
152 KvmVM &vm; member in class:BaseKvmCPU
429 EventQueue *deviceEventQueue() { return vm.eventQueue(); }
H A Dbase.cc67 vm(*params->system->getKvmVM()),
74 vcpuID(vm.allocVCPUID()), vcpuFD(-1), vcpuMMapSize(0),
129 Kvm &kvm(*vm.kvm);
136 vm.cpuStartup();
141 vcpuFD = vm.createVCPU(vcpuID);
H A Dx86_cpu.cc527 Kvm &kvm(*vm.kvm);
563 // should call kvm.vm.setTSSAddress() here in that case. It should
657 const Kvm::MSRIndexVector &supported_msrs(vm.kvm->getSupportedMSRs());
807 if (!rflags_nocc.vm) {
1541 const Kvm::MSRIndexVector &kvm_msrs(vm.kvm->getSupportedMSRs());
/gem5/configs/boot/
H A Discsi-server.rcS26 echo "10" > /proc/sys/vm/dirty_writeback_centisecs
H A Dnfs-client-dbench.rcS31 echo "10" > /proc/sys/vm/dirty_writeback_centisecs
H A Discsi-client.rcS32 echo "1" > /proc/sys/vm/dirty_writeback_centisecs
/gem5/src/arch/x86/
H A Disa.cc58 if (rflags.vm)
/gem5/tests/configs/
H A Dbase_config.py140 system.vm = KvmVM()
/gem5/src/arch/arm/
H A Dtlb.cc1089 // If guest MMU is off or hcr.vm=0 go straight to stage2
1090 if ((isStage2 && !hcr.vm) || (!isStage2 && !sctlr.m)) {
1354 (hcr.vm && !isHyp && !isSecure &&
1357 stage2DescReq = isStage2 || (hcr.vm && !isHyp && !isSecure &&
1405 stage2Req = hcr.vm && !isStage2 && !isHyp && !isSecure &&
1407 stage2DescReq = hcr.vm && !isStage2 && !isHyp && !isSecure;
H A Dmiscregs_types.hh272 Bitfield<0> vm; member in namespace:ArmISA
H A Disa.cc1749 ((tranType & TLB::S1S2NsTran) && hcr.vm) )) {
/gem5/src/arch/x86/regs/
H A Dmisc.hh564 Bitfield<17> vm; // Virtual-8086 Mode member in namespace:X86ISA
/gem5/configs/example/
H A Dapu_se.py434 system.vm = KvmVM()

Completed in 29 milliseconds