Changeset 49 for trunk/modules/vci_cc_vcache_wrapper_v1
- Timestamp:
- Jun 13, 2010, 9:28:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper_v1/caba/source/src/vci_cc_vcache_wrapper_v1.cpp
r48 r49 1621 1621 bool clean = false; 1622 1622 1623 m_cost_ins_tlb_flush_frz++;1624 1623 // 4K page size TLB flush leads to cleanup req to data cache 1625 1624 if ( !r_icache_cleanup_req ) // last cleanup finish … … 2998 2997 r_dcache_tlb_ll_dirty_req = true; 2999 2998 r_dcache_fsm = DCACHE_LL_DIRTY_WAIT; 3000 m_c pt_data_tlb_update_dirty_frz++;2999 m_cost_data_tlb_update_dirty_frz++; 3001 3000 } 3002 3001 else … … 3508 3507 case DCACHE_DCACHE_FLUSH: 3509 3508 { 3510 m_cost_data_cache_flush_frz++;3511 3512 3509 // external cache invalidate request 3513 3510 if ( r_tgt_dcache_req )
Note: See TracChangeset
for help on using the changeset viewer.