Home
last modified time | relevance | path

Searched refs:__DCACHE_PRESENT (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Dcore_cache.h33 #define __DCACHE_PRESENT 1U macro
42 #ifndef __DCACHE_PRESENT
43 #define __DCACHE_PRESENT 0U macro
120 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
158 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
196 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
231 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
266 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
303 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
330 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
[all …]
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcachel1_armv7.h143 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
183 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
221 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
256 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
291 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
330 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
360 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
390 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache_by_Addr()
A Dcsi_core_cmsis.h128 #define __DCACHE_PRESENT 1U /* Data Cache present */ macro
139 #define __DCACHE_PRESENT 1U /* Data Cache present */ macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcachel1_armv7.h143 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
183 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
221 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
256 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
291 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
330 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
360 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
390 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache_by_Addr()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcachel1_armv7.h143 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
183 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
221 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
256 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
291 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
330 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
360 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
390 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache_by_Addr()
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_rv32.h81 #ifndef __DCACHE_PRESENT
82 #define __DCACHE_PRESENT 1U macro
812 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
834 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
855 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
872 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
889 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
907 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
934 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
961 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_rv32_old.h81 #ifndef __DCACHE_PRESENT
82 #define __DCACHE_PRESENT 1U macro
876 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
894 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
912 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
929 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
946 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
964 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1009 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1054 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_802.h90 #ifndef __DCACHE_PRESENT
91 #define __DCACHE_PRESENT 1U macro
1061 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1075 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1089 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1102 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1115 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1129 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1174 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1219 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_805.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1073 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1087 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1101 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1114 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1127 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1141 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1186 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1231 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_803.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1077 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1091 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1105 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1118 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1131 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1145 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1190 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1235 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_804.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1077 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1091 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1105 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1118 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1131 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1146 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1191 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1236 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_ck807.h78 #ifndef __DCACHE_PRESENT
79 #define __DCACHE_PRESENT 1U macro
A Dcore_810.h78 #ifndef __DCACHE_PRESENT
79 #define __DCACHE_PRESENT 1U macro
A Dcore_ck810.h78 #ifndef __DCACHE_PRESENT
79 #define __DCACHE_PRESENT 1U macro
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_rv32.h81 #ifndef __DCACHE_PRESENT
82 #define __DCACHE_PRESENT 1U macro
851 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
873 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
894 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
911 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
928 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
946 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
973 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1000 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_rv32_old.h81 #ifndef __DCACHE_PRESENT
82 #define __DCACHE_PRESENT 1U macro
876 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
894 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
912 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
929 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
946 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
964 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1009 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1054 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_802.h90 #ifndef __DCACHE_PRESENT
91 #define __DCACHE_PRESENT 1U macro
1075 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1089 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1103 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1116 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1129 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1143 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1188 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1233 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_803.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1094 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1108 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1122 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1135 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1148 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1162 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1207 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1252 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_804.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1097 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1111 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1125 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1138 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1151 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1166 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1211 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1256 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_805.h89 #ifndef __DCACHE_PRESENT
90 #define __DCACHE_PRESENT 1U macro
1090 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
1104 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
1118 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
1131 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
1144 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
1158 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
1203 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
1248 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
A Dcore_ck807.h78 #ifndef __DCACHE_PRESENT
79 #define __DCACHE_PRESENT 1U macro
A Dcore_810.h78 #ifndef __DCACHE_PRESENT
79 #define __DCACHE_PRESENT 1U macro
/AliOS-Things-master/hardware/board/c906/csi_core/include/
A Dcore_rv64.h81 #ifndef __DCACHE_PRESENT
82 #define __DCACHE_PRESENT 1U macro
754 #if (__DCACHE_PRESENT == 1U) in csi_dcache_enable()
776 #if (__DCACHE_PRESENT == 1U) in csi_dcache_disable()
796 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid()
813 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean()
830 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid()
898 #if (__DCACHE_PRESENT == 1U) in csi_dcache_invalid_range()
926 #if (__DCACHE_PRESENT == 1) in csi_dcache_clean_range()
954 #if (__DCACHE_PRESENT == 1U) in csi_dcache_clean_invalid_range()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcore_cm7.h202 #ifndef __DCACHE_PRESENT
203 #define __DCACHE_PRESENT 0U macro
2293 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
2333 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
2371 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
2406 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
2441 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
2480 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
2510 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
2540 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache_by_Addr()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcore_cm7.h202 #ifndef __DCACHE_PRESENT
203 #define __DCACHE_PRESENT 0U macro
2293 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_EnableDCache()
2333 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_DisableDCache()
2371 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache()
2406 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache()
2441 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache()
2480 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_InvalidateDCache_by_Addr()
2510 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanDCache_by_Addr()
2540 #if defined (__DCACHE_PRESENT) && (__DCACHE_PRESENT == 1U) in SCB_CleanInvalidateDCache_by_Addr()

Completed in 97 milliseconds

12