Searched refs:Dirty (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | DiskCache.c | 71 if (CacheTag->Dirty) { in FatFlushDataCacheRange() 156 CacheTag->Dirty = FALSE; in FatExchangeCachePage() 197 if (CacheTag->RealSize > 0 && CacheTag->Dirty) { in FatGetCachePage() 256 CacheTag->Dirty = TRUE; in FatAccessUnalignedCachePage() 257 DiskCache->Dirty = TRUE; in FatAccessUnalignedCachePage() 412 if (DiskCache->Dirty) { in FatVolumeFlushCache() 419 if (CacheTag->RealSize > 0 && CacheTag->Dirty) { in FatVolumeFlushCache() 430 DiskCache->Dirty = FALSE; in FatVolumeFlushCache()
|
D | Flush.c | 244 if (OFile->Dirty) { in FatOFileFlush() 272 OFile->Dirty = FALSE; in FatOFileFlush()
|
D | Fat.h | 155 BOOLEAN Dirty; member 162 BOOLEAN Dirty; member 270 BOOLEAN Dirty; member
|
D | FileSpace.c | 411 OFile->Dirty = TRUE; in FatShrinkEof() 530 OFile->Dirty = TRUE; in FatGrowEof()
|
D | ReadWrite.c | 507 OFile->Dirty = TRUE; in FatAccessOFile()
|
D | Info.c | 467 OFile->Dirty = TRUE; in FatSetFileInfo()
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/Ia32/ |
D | VirtualMemory.h | 55 …UINT32 Dirty:1; // 0 = Not written to (cleared by software), 1 = Written to (set… member 75 UINT32 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/ |
D | VirtualMemory.h | 87 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 109 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 133 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
D | Capsule.h | 81 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 105 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/ |
D | VirtualMemory.h | 84 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 107 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/ |
D | VirtualMemory.h | 80 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 102 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/ |
D | S3Resume.c | 114 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member 138 UINT64 Dirty:1; // 0 = Not Dirty, 1 = written by processor on access to page member
|