Changeset 51 for trunk/modules/vci_cc_vcache_wrapper2_v1
- Timestamp:
- Jun 13, 2010, 2:16:32 PM (14 years ago)
- 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 1639 1639 size_t set = r_icache_set; 1640 1640 bool clean = false; 1641 1642 m_cost_ins_tlb_sw_frz++;1643 1641 1644 1642 // 4K page size TLB flush leads to cleanup req to data cache … … 4018 4016 { 4019 4017 // TLB flush leads to cleanup corresponding data cache line 4020 m_cost_data_tlb_sw_frz++;4021 4022 4018 paddr_t victim_index = 0; 4023 4019 size_t way = 0; … … 4077 4073 bool clean = false; 4078 4074 4079 m_cost_data_cache_flush_frz++;4080 4081 4075 // cache flush and send cleanup to external 4082 4076 if ( !r_dcache_cleanup_req )
Note: See TracChangeset
for help on using the changeset viewer.