Changeset 49


Ignore:
Timestamp:
Jun 13, 2010, 9:28:16 AM (14 years ago)
Author:
gao
Message:

Activity counter update

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  
    16211621        bool clean = false;
    16221622
    1623         m_cost_ins_tlb_flush_frz++;
    16241623        // 4K page size TLB flush leads to cleanup req to data cache
    16251624        if ( !r_icache_cleanup_req )    // last cleanup finish
     
    29982997                    r_dcache_tlb_ll_dirty_req = true;
    29992998                    r_dcache_fsm = DCACHE_LL_DIRTY_WAIT;
    3000                     m_cpt_data_tlb_update_dirty_frz++;
     2999                    m_cost_data_tlb_update_dirty_frz++;
    30013000                }
    30023001                else
     
    35083507    case DCACHE_DCACHE_FLUSH:
    35093508    {
    3510         m_cost_data_cache_flush_frz++;
    3511 
    35123509        // external cache invalidate request
    35133510        if ( r_tgt_dcache_req )   
Note: See TracChangeset for help on using the changeset viewer.