Lines Matching refs:CacheFrag
131 static void registerStructInfo(CacheFragInfo *CacheFrag) { in registerStructInfo() argument
132 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() argument
150 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() local
177 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitInit()
178 registerStructInfo(CacheFrag); in processCacheFragCompilationUnitInit()
182 CacheFragInfo *CacheFrag = (CacheFragInfo *)Ptr; in processCacheFragCompilationUnitExit() local
184 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitExit()
185 unregisterStructInfo(CacheFrag); in processCacheFragCompilationUnitExit()