Home
last modified time | relevance | path

Searched refs:popCache (Results 1 – 5 of 5) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DCpuRegisters.h60 virtual void popCache() = 0;
H A DCpuMemoryAccess.h70 void popCache() OVERRIDE {}; in popCache() function
H A DArmCpuMemoryAccess.h69 void popCache() OVERRIDE;
H A DArmCpuMemoryAccess.cpp70 void ArmCpuMemoryAccess::popCache() in popCache() function in ArmCpuMemoryAccess
H A DArmFlashMemoryAccess.cpp104 cpu->popCache(); in flashExit()