Lines Matching refs:speculationStatus
213 …us_t FTFx_CACHE_PflashSetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus) in FTFx_CACHE_PflashSetPrefetchSpeculation() argument
217 if (true == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
219 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
231 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
243 if (false == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
251 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
265 if (true == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
267 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
279 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
294 …us_t FTFx_CACHE_PflashGetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus) in FTFx_CACHE_PflashGetPrefetchSpeculation() argument
296 (void)memset(speculationStatus, 0, sizeof(ftfx_prefetch_speculation_status_t)); in FTFx_CACHE_PflashGetPrefetchSpeculation()
299 speculationStatus->instructionOff = false; in FTFx_CACHE_PflashGetPrefetchSpeculation()
300 speculationStatus->dataOff = false; in FTFx_CACHE_PflashGetPrefetchSpeculation()
308 speculationStatus->instructionOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
309 speculationStatus->dataOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
317 speculationStatus->dataOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
327 speculationStatus->dataOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
332 speculationStatus->instructionOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
341 speculationStatus->instructionOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
342 speculationStatus->dataOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()
350 speculationStatus->dataOff = true; in FTFx_CACHE_PflashGetPrefetchSpeculation()