HomeSort by relevance Sort by last modified time
    Searched refs:FlushDataCache (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/
ArmDmaLib.c 130 gCpu->FlushDataCache (gCpu, *DeviceAddress, *NumberOfBytes, EfiCpuFlushTypeWriteBackInvalidate);
185 gCpu->FlushDataCache (gCpu, Map->HostAddress, Map->NumberOfBytes, EfiCpuFlushTypeInvalidate);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
Cpu.h 308 EFI_CPU_FLUSH_DATA_CACHE FlushDataCache;
331 FlushDataCache - Flushes a range of the processor's data cache. If the processor does
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Cpu.h 274 EFI_CPU_FLUSH_DATA_CACHE FlushDataCache;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
Cpu.h 265 EFI_CPU_FLUSH_DATA_CACHE FlushDataCache;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c 332 Private->Cpu->FlushDataCache (Private->Cpu, Start, Size, EfiCpuFlushTypeWriteBackInvalidate);
798 Private->Cpu->FlushDataCache (Private->Cpu, TestAddress, 1, EfiCpuFlushTypeWriteBackInvalidate);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBbs.c 367 Private->Cpu->FlushDataCache (Private->Cpu, 0xE0000, 0x20000, EfiCpuFlushTypeWriteBackInvalidate);
LegacyBios.c 153 Private->Cpu->FlushDataCache (Private->Cpu, 0xE0000, 0x20000, EfiCpuFlushTypeWriteBackInvalidate);
200 Private->Cpu->FlushDataCache (Private->Cpu, 0xE0000, 0x20000, EfiCpuFlushTypeWriteBackInvalidate);
334 Private->Cpu->FlushDataCache (Private->Cpu, 0xc0000, 0x40000, EfiCpuFlushTypeWriteBackInvalidate);
544 Private->Cpu->FlushDataCache (Private->Cpu, Private->BiosStart, (UINT32) LegacyBiosImageSize, EfiCpuFlushTypeWriteBackInvalidate);
    [all...]
LegacyPci.c 844 Private->Cpu->FlushDataCache (Private->Cpu, 0xE0000, 0x20000, EfiCpuFlushTypeWriteBackInvalidate);
    [all...]
  /art/runtime/
utils.h 289 inline void FlushDataCache(char* begin, char* end) {
  /art/runtime/jit/
jit_code_cache.cc 651 FlushDataCache(reinterpret_cast<char*>(roots_data),
    [all...]

Completed in 122 milliseconds