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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DiskCache.c 30 @param StartPageNo - First PageNo to be checked in the cache.
31 @param EndPageNo - Last PageNo to be checked in the cache.
46 UINTN PageNo;
61 for (PageNo = StartPageNo; PageNo < EndPageNo; PageNo++) {
62 GroupNo = PageNo & GroupMask;
64 if (CacheTag->RealSize > 0 && CacheTag->PageNo == PageNo) {
73 Buffer + ((PageNo - StartPageNo) << PageAlignment),
    [all...]
Fat.h 153 UINTN PageNo;
    [all...]

Completed in 633 milliseconds