Searched refs:hitCountLow (Results 1 – 5 of 5) sorted by relevance
176 void L1C_Cache_Hit_Count_Get(uint32_t *hitCountLow, uint32_t *hitCountHigh);
503 …((void (*)(uint32_t * hitCountLow, uint32_t * hitCountHigh)) ROM_APITABLE[ROM_API_INDEX_L1C_Cache_…
268 void ATTR_TCM_SECTION L1C_Cache_Hit_Count_Get(uint32_t *hitCountLow, uint32_t *hitCountHigh) in L1C_Cache_Hit_Count_Get() argument270 *hitCountLow = BL_RD_REG(L1C_BASE, L1C_HIT_CNT_LSB); in L1C_Cache_Hit_Count_Get()
801 __ALWAYS_INLINE ATTR_TCM_SECTION void L1C_Cache_Hit_Count_Get(uint32_t *hitCountLow, uint32_t *hitC… in L1C_Cache_Hit_Count_Get() argument803 RomDriver_L1C_Cache_Hit_Count_Get(hitCountLow, hitCountHigh); in L1C_Cache_Hit_Count_Get()
641 …((void (*)(uint32_t * hitCountLow, uint32_t * hitCountHigh)) ROM_APITABLE[ROM_API_INDEX_SFlash_Cac…
Completed in 23 milliseconds