Changeset 51


Ignore:
Timestamp:
Jun 13, 2010, 2:16:32 PM (14 years ago)
Author:
gao
Message:

Activity counter update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper2_v1/caba/source/src/vci_cc_vcache_wrapper2_v1.cpp

    r50 r51  
    16391639        size_t set = r_icache_set;
    16401640        bool clean = false;
    1641 
    1642         m_cost_ins_tlb_sw_frz++;
    16431641
    16441642        // 4K page size TLB flush leads to cleanup req to data cache
     
    40184016    {
    40194017        // TLB flush leads to cleanup corresponding data cache line
    4020         m_cost_data_tlb_sw_frz++;
    4021 
    40224018        paddr_t victim_index = 0;
    40234019        size_t way = 0;
     
    40774073        bool clean = false;
    40784074       
    4079         m_cost_data_cache_flush_frz++;
    4080 
    40814075        // cache flush and send cleanup to external
    40824076        if ( !r_dcache_cleanup_req )
Note: See TracChangeset for help on using the changeset viewer.