HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateInstructionCache (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueCacheMaintenanceLib.h 27 #define InvalidateInstructionCache() GlueInvalidateInstructionCache()
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
CacheMaintenanceLib.h 28 InvalidateInstructionCache (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCacheMaintenanceLib/
EbcCache.c 25 InvalidateInstructionCache (
ArmCache.c 33 InvalidateInstructionCache (
IpfCache.c 28 InvalidateInstructionCache (
X86Cache.c 27 InvalidateInstructionCache (
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Memory.h 70 /// InvalidateInstructionCache - Before the JIT can run a block of code
73 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 141 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16);
185 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DebugSupport.c 22 InvalidateInstructionCache
  /external/swiftshader/third_party/LLVM/lib/Support/
Memory.cpp 37 /// InvalidateInstructionCache - Before the JIT can run a block of code
40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 333 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4);
378 sys::Memory::InvalidateInstructionCache(Addr, 7*4);
405 sys::Memory::InvalidateInstructionCache(Addr, 10*4);
467 sys::Memory::InvalidateInstructionCache(Old, 7*4);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Memory.h 112 /// InvalidateInstructionCache - Before the JIT can run a block of code
115 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmCacheMaintenanceLib/
ArmCacheMaintenanceLib.c 45 InvalidateInstructionCache (
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
ResetSystemLib.c 82 InvalidateInstructionCache();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DebugSupport.h 208 InvalidateInstructionCache (
PlDebugSupport.c 249 InvalidateInstructionCache (
  /external/llvm/include/llvm/Support/
Memory.h 135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Memory.h 135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 188 sys::Memory::InvalidateInstructionCache(Addr, 16);
201 sys::Memory::InvalidateInstructionCache(Addr, 8);
229 sys::Memory::InvalidateInstructionCache(Addr, 16);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.h 221 InvalidateInstructionCache (
PlDebugSupport.c 458 InvalidateInstructionCache (
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
llvm-rtdyld.cpp 121 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size());
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 155 invalidateInstructionCache();
206 void SectionMemoryManager::invalidateInstructionCache() {
208 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 170 invalidateInstructionCache();
221 void SectionMemoryManager::invalidateInstructionCache() {
223 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 591 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache;

Completed in 632 milliseconds

1 2