Home
last modified time | relevance | path

Searched full:cache (Results 1 – 25 of 27) sorted by relevance

12

/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml31 cache: 'pip'
32 cache-dependency-path: Testing/requirements.txt
39 - name: Cache packs
40 uses: actions/cache@v4
45 path: /home/runner/.cache/arm/packs
50 cache: "-cmsis_dsp_vcpkg"
55 - name: Cache boost
56 id: cache-boost
57 uses: actions/cache@v4
65 if: steps.cache-boost.outputs.cache-hit != 'true'
Druntest.yaml29 cache: 'pip'
30 cache-dependency-path: Testing/requirements.txt
37 - name: Cache packs
38 uses: actions/cache@v4
43 path: /home/runner/.cache/arm/packs
48 cache: "-cmsis_dsp_vcpkg"
/cmsis-dsp-latest/Testing/FrameworkSource/
DIORunner.cpp107 So to ensure the conditions are always the same, the instruction cache in IORunner()
123 We always call the empty function once to ensure it is in the cache in IORunner()
136 should not be in the cache. in IORunner()
139 the code not in cache. in IORunner()
141 While for the code itself we have the value for the code in cache. in IORunner()
270 // Run the test once to force the code to be in cache. in run()
282 /* If cache analysis mode, we don't force the code to be in cache. */ in run()
/cmsis-dsp-latest/Testing/cmsis_build/configs/
DARMCA7neon_config.txt19 … # (bool , run-time ) default = '0' : Set whether L1 I-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether L1 D-cache has stateful imple…
21 … # (bool , run-time ) default = '0' : Set whether L2 cache has stateful imple…
DARMCA5neon_config.txt19 … # (bool , run-time ) default = '0' : Set whether D-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether I-cache has stateful imple…
DARMCA9neon_config.txt19 … # (bool , run-time ) default = '0' : Set whether D-cache has stateful imple…
20 … # (bool , run-time ) default = '0' : Set whether I-cache has stateful imple…
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/
Dsystem_ARMCA5.c63 // Invalidate instruction cache and flush branch target cache in SystemInit()
68 // Invalidate data cache in SystemInit()
Dmmu_ARMCA5.c80 // L1 Cache info and restrictions about architecture of the caches (CCSIR register):
87 …ng a region as shareable forces the processor to not cache that region regardless of the inner cac…
Dstartup_ARMCA5.c89 "BIC R0, R0, #(0x1 << 12) \n" // Clear I bit 12 to disable I Cache in Reset_Handler()
90 "BIC R0, R0, #(0x1 << 2) \n" // Clear C bit 2 to disable D Cache in Reset_Handler()
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/
Dsystem_ARMCA7.c63 // Invalidate instruction cache and flush branch target cache in SystemInit()
68 // Invalidate data cache in SystemInit()
Dmmu_ARMCA7.c80 // L1 Cache info and restrictions about architecture of the caches (CCSIR register):
87 …ng a region as shareable forces the processor to not cache that region regardless of the inner cac…
Dstartup_ARMCA7.c89 "BIC R0, R0, #(0x1 << 12) \n" // Clear I bit 12 to disable I Cache in Reset_Handler()
90 "BIC R0, R0, #(0x1 << 2) \n" // Clear C bit 2 to disable D Cache in Reset_Handler()
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/
Dsystem_ARMCA9.c63 // Invalidate instruction cache and flush branch target cache in SystemInit()
68 // Invalidate data cache in SystemInit()
Dmmu_ARMCA9.c80 // L1 Cache info and restrictions about architecture of the caches (CCSIR register):
87 …ng a region as shareable forces the processor to not cache that region regardless of the inner cac…
Dstartup_ARMCA9.c89 "BIC R0, R0, #(0x1 << 12) \n" // Clear I bit 12 to disable I Cache in Reset_Handler()
90 "BIC R0, R0, #(0x1 << 2) \n" // Clear C bit 2 to disable D Cache in Reset_Handler()
/cmsis-dsp-latest/Testing/
DsummaryBench.py119 …er.add_argument('-f', nargs='?',type = str, default="Output.pickle", help="Test description cache")
/cmsis-dsp-latest/Examples/cmsis_build/RTE/Device/SSE-310-MPS3/
Dsystem_SSE310MPS3.c83 /* Enable Loop and branch info cache */ in SystemInit()
/cmsis-dsp-latest/Examples/cmsis_build/RTE/Device/SSE-300-MPS3/
Dsystem_SSE300MPS3.c81 /* Enable Loop and branch info cache */ in SystemInit()
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/SSE-300-MPS3/
Dsystem_SSE300MPS3.c81 /* Enable Loop and branch info cache */ in SystemInit()
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/SSE-310-MPS3/
Dsystem_SSE310MPS3.c83 /* Enable Loop and branch info cache */ in SystemInit()
/cmsis-dsp-latest/dsppp/RTE/Device/SSE-300-MPS3/
Dsystem_SSE300MPS3.c85 /* Enable Loop and branch info cache */ in SystemInit()
Dsystem_SSE300MPS3.c.base@1.1.185 /* Enable Loop and branch info cache */
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCM55/
Dsystem_ARMCM55.c97 /* Enable Loop and branch info cache */ in SystemInit()
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in465 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
466 # cache is used to resolve symbols given their name and scope. Since this can be
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
469 # doxygen will become slower. If the cache is too large, memory is wasted. The
470 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
471 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
472 # symbols. At the end of a run doxygen will report the cache usage and suggest
473 # the optimal cache size from a speed point of view.
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_add_f32.c157 So no blocking is used for taking into account cache effects.

12