Searched defs:page_size (Results 1 - 11 of 11) sorted by relevance

/gem5/src/mem/probes/
H A DMemFootprintProbe.py49 page_size = Param.Unsigned(4096, "Page size for page-level footprint") variable in class:MemFootprintProbe
/gem5/configs/dram/
H A Dsweep.py151 system.mem_ctrls[0].device_rowbuffer_size.value variable
H A Dlow_power_sweep.py151 system.mem_ctrls[0].device_rowbuffer_size.value variable
/gem5/src/dev/arm/
H A DFlashDevice.py58 page_size = Param.MemorySize("2kB", "Size of one disk page") variable in class:FlashDevice
/gem5/src/cpu/testers/traffic_gen/
H A Ddram_gen.cc52 DramGen(SimObject &obj, MasterID master_id, Tick _duration, Addr start_addr, Addr end_addr, Addr _blocksize, Addr cacheline_size, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, unsigned int addr_mapping, unsigned int nbr_of_ranks) argument
H A Ddram_rot_gen.hh90 DramRotGen(SimObject &obj, MasterID master_id, Tick _duration, Addr start_addr, Addr end_addr, Addr _blocksize, Addr cacheline_size, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, unsigned int addr_mapping, unsigned int nbr_of_ranks, unsigned int max_seq_count_per_rank) argument
H A Dtraffic_gen.cc223 unsigned int page_size; local
H A Dbase.cc400 createDram(Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, unsigned int addr_mapping, unsigned int nbr_of_ranks) argument
424 createDramRot(Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, unsigned int addr_mapping, unsigned int nbr_of_ranks, unsigned int max_seq_count_per_rank) argument
/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc156 int page_size = tlb_entry->size(); local
H A Dgpu_tlb.cc193 int page_size = (*entry)->size(); local
864 int page_size = entry->size(); local
1208 int page_size = local_entry->size(); local
1467 int page_size = local_entry->size(); local
/gem5/src/arch/sparc/
H A Dtlb.cc1344 int page_size = (ps == Ps0) ? bits(config, 2,0) : bits(config,10,8); local

Completed in 25 milliseconds