Lines Matching refs:speculationStatus

1835 status_t FLASH_PflashSetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus)  in FLASH_PflashSetPrefetchSpeculation()  argument
1845 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() argument
1923 (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()
1940 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
1941 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
1949 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
1969 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
1974 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()