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

/gem5/src/mem/
H A DAbstractMemory.py58 in_addr_map = Param.Bool(True, "Memory part of the global address map") 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)
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.cc64 confTableReported(p->conf_table_reported), inAddrMap(p->in_addr_map),
/gem5/configs/ruby/
H A DRuby.py227 in_addr_map=False)

Completed in 9 milliseconds