Searched refs:pure_cam (Results 1 - 20 of 20) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dcacti_interface.cc73 if (g_ip->pure_ram || g_ip->pure_cam || g_ip->fully_assoc) {
102 if (!(g_ip->pure_ram || g_ip->pure_cam || g_ip->fully_assoc))
111 if (g_ip->pure_ram || g_ip->pure_cam || g_ip->fully_assoc) {
123 if (g_ip->pure_ram || g_ip->pure_cam || g_ip->fully_assoc) {
135 if ((g_ip->pure_ram || g_ip->pure_cam || g_ip->fully_assoc)) {
H A DUcache.h78 bool pure_cam,
100 bool pure_cam; member in struct:calc_time_mt_wrapper_struct
H A Dparameter.cc200 is_tag(is_tag_), pure_ram(pure_ram_), pure_cam(pure_cam_), tagbits(0),
213 if (fully_assoc || pure_cam) {
236 if (!(fully_assoc || pure_cam)) {
269 if (pure_cam) {
320 if (fully_assoc || pure_cam) {
363 if (!(fully_assoc || pure_cam)) {
415 if (fully_assoc || pure_cam) {
450 if (!(fully_assoc || pure_cam) && (num_do_b_mat <
458 if (!(fully_assoc || pure_cam)) {
499 if (fully_assoc || pure_cam) {
[all...]
H A Dsubarray.cc48 if (!(is_fa || dp.pure_cam)) {
102 if (!(is_fa || dp.pure_cam))
135 if (!(is_fa || dp.pure_cam)) {
153 if (!dp.pure_cam) {
H A Dio.cc160 pure_cam = true;
162 pure_cam = false;
502 if (fully_assoc || pure_cam) {
515 if (pure_cam) {
962 g_ip->pure_cam = (cache == 2) ? true : false;
1151 if (pure_cam == true && assoc != 0) {
1158 if (assoc == 0 && (pure_cam == false && is_cache == false)) {
1165 if ((fully_assoc == true || pure_cam == true)
1179 if ((fully_assoc == true || pure_cam == true)
1187 if ((fully_assoc == true || pure_cam
[all...]
H A DUcache.cc101 bool pure_cam = calc_obj->pure_cam; local
161 is_valid_partition = calculate_time(is_tag, pure_ram, pure_cam, Nspd, Ndwl,
169 is_valid_partition = calculate_time(is_tag/*false*/, pure_ram, pure_cam, Nspd, Ndwl,
222 bool pure_cam,
234 DynamicParameter dyn_p(is_tag, pure_ram, pure_cam, Nspd, Ndwl, Ndbl, Ndcm, Ndsam_lev_1, Ndsam_lev_2, is_main_mem);
250 bool pure_cam = uca->bank.dp.pure_cam; local
436 if (is_fa || pure_cam) {
694 bool pure_cam local
219 calculate_time( bool is_tag, int pure_ram, bool pure_cam, double Nspd, unsigned int Ndwl, unsigned int Ndbl, unsigned int Ndcm, unsigned int Ndsam_lev_1, unsigned int Ndsam_lev_2, mem_array *ptr_array, int flag_results_populate, results_mem_array *ptr_results, uca_org_t *ptr_fin_res, bool is_main_mem) argument
[all...]
H A Dbank.cc68 if (dp.fully_assoc || dp.pure_cam) {
75 if (!(dp.fully_assoc || dp.pure_cam)) {
144 if (dp.fully_assoc || dp.pure_cam) {
161 if (!(dp.fully_assoc || dp.pure_cam)) {
H A Dmat.h110 bool is_dram, is_fa, pure_cam, camFlag; member in class:Mat
H A Dmat.cc56 pure_cam(dyn_p.pure_cam),
69 camFlag = (is_fa || pure_cam);//although cam_cell.w = cell.w for fa, we still differentiate them.
71 if (is_fa || pure_cam) {
91 if (!is_fa && !pure_cam) {
93 } else if (is_fa && !pure_cam) {
107 if (!is_fa && !pure_cam) {
109 } else if (is_fa && !pure_cam) {
193 if (!is_fa && !pure_cam) {
204 if (is_fa || pure_cam)
[all...]
H A Dparameter.h282 bool pure_cam; member in class:DynamicParameter
H A Duca.cc65 if (!dp.fully_assoc && !dp.pure_cam) {
239 if (dp.fully_assoc || dp.pure_cam)
253 if (dp.fully_assoc || dp.pure_cam) {
377 if (dp.fully_assoc || dp.pure_cam) {
H A Dcacti_interface.h151 bool pure_cam; member in class:InputParameter
H A Drouter.cc144 dyn_p.pure_cam = false;
/gem5/ext/mcpat/
H A Dcacheunit.h146 static bool pure_cam; member in class:CacheUnit
H A Dcacheunit.cc52 bool CacheUnit::pure_cam = false; member in class:CacheUnit
115 interface_ip.pure_cam = pure_cam;
248 interface_ip.pure_cam = pure_cam;
304 interface_ip.pure_cam = pure_cam;
360 interface_ip.pure_cam = pure_cam;
415 interface_ip.pure_cam
[all...]
H A Darray.cc248 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache) {
299 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache)
H A Dcore.cc117 interface_ip.pure_cam = false;
166 interface_ip.pure_cam = false;
299 interface_ip.pure_cam = false;
556 interface_ip.pure_cam = false;
649 interface_ip.pure_cam = false;
701 interface_ip.pure_cam = false;
760 interface_ip.pure_cam = false;
859 interface_ip.pure_cam = false;
893 interface_ip.pure_cam = false;
926 interface_ip.pure_cam
[all...]
H A Dmemoryctrl.cc356 interface_ip.pure_cam = false;
410 interface_ip.pure_cam = false;
451 interface_ip.pure_cam = false;
H A Dsystem.cc328 interface_ip.pure_cam = false;
H A Dcachearray.cc239 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache) {

Completed in 25 milliseconds