Searched refs:kvm_map (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/
H A DAbstractMemory.py64 kvm_map = Param.Bool(True, "Should KVM map this memory for the guest") variable in class:AbstractMemory
H A Dphysical.hh63 bool conf_table_reported, bool in_addr_map, bool kvm_map)
65 inAddrMap(in_addr_map), kvmMap(kvm_map)
149 * @param kvm_map Should KVM map this memory for the guest
154 bool in_addr_map, bool kvm_map);
62 BackingStoreEntry(AddrRange range, uint8_t* pmem, bool conf_table_reported, bool in_addr_map, bool kvm_map) argument
H A Dphysical.cc188 bool in_addr_map, bool kvm_map)
218 conf_table_reported, in_addr_map, kvm_map);
185 createBackingStore(AddrRange range, const vector<AbstractMemory*>& _memories, bool conf_table_reported, bool in_addr_map, bool kvm_map) argument
H A Dabstract_mem.cc65 kvmMap(p->kvm_map), _system(NULL)
/gem5/configs/ruby/
H A DRuby.py123 mem_ctrl.kvm_map=False

Completed in 9 milliseconds