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

  /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/ArmPkg/Library/ArmDmaLib/
ArmDmaLib.c 171 mCpu->FlushDataCache (mCpu, (UINTN)HostAddress, *NumberOfBytes,
236 mCpu->FlushDataCache (mCpu, Map->HostAddress, Map->NumberOfBytes,
  /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);
  /art/libartbase/base/
utils.h 186 inline void FlushDataCache(char* begin, char* end) {
  /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...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VirtualEhciPciIo/
VirtualEhciPciIo.c 417 gCpu->FlushDataCache (gCpu, *DeviceAddress, *NumberOfBytes, EfiCpuFlushTypeWriteBackInvalidate);
462 gCpu->FlushDataCache (gCpu, Map->HostAddress, Map->NumberOfBytes, EfiCpuFlushTypeInvalidate);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c     [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 1042 milliseconds