Searched refs:CacheFrag (Results 1 – 1 of 1) sorted by relevance
131 static void registerStructInfo(CacheFragInfo *CacheFrag) { in registerStructInfo() argument132 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in registerStructInfo()133 StructInfo *Struct = &CacheFrag->Structs[i]; in registerStructInfo()147 static void unregisterStructInfo(CacheFragInfo *CacheFrag) { in unregisterStructInfo() argument150 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in unregisterStructInfo()151 StructInfo *Struct = &CacheFrag->Structs[i]; in unregisterStructInfo()175 CacheFragInfo *CacheFrag = (CacheFragInfo *)Ptr; in processCacheFragCompilationUnitInit() local177 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitInit()178 registerStructInfo(CacheFrag); in processCacheFragCompilationUnitInit()182 CacheFragInfo *CacheFrag = (CacheFragInfo *)Ptr; in processCacheFragCompilationUnitExit() local[all …]