Searched refs:speculationStatus (Results 1 – 4 of 4) sorted by relevance
213 …us_t FTFx_CACHE_PflashSetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus) in FTFx_CACHE_PflashSetPrefetchSpeculation() argument217 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[all …]
97 …s_t FTFx_CACHE_PflashSetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus);105 …s_t FTFx_CACHE_PflashGetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus);
1835 status_t FLASH_PflashSetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus) in FLASH_PflashSetPrefetchSpeculation() argument1845 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()1847 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()1859 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()1882 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()1890 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()1921 status_t FLASH_PflashGetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus) in FLASH_PflashGetPrefetchSpeculation() argument1923 (void)memset(speculationStatus, 0, sizeof(flash_prefetch_speculation_status_t)); in FLASH_PflashGetPrefetchSpeculation()1926 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()1927 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()[all …]
908 status_t FLASH_PflashSetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus);916 status_t FLASH_PflashGetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus);