TianoCore EDK2 master
Loading...
Searching...
No Matches
DISK_CACHE Struct Reference

Data Fields

UINT64 BaseAddress
 
UINT64 LimitAddress
 
UINT8 * CacheBase
 
UINT32 BlockSize
 
BOOLEAN Dirty
 
UINT8 PageAlignment
 
UINTN GroupMask
 
CACHE_TAG CacheTag [FAT_DATACACHE_GROUP_COUNT]
 

Detailed Description

Definition at line 165 of file Fat.h.

Field Documentation

◆ BaseAddress

UINT64 DISK_CACHE::BaseAddress

Definition at line 166 of file Fat.h.

◆ BlockSize

UINT32 DISK_CACHE::BlockSize

Definition at line 169 of file Fat.h.

◆ CacheBase

UINT8* DISK_CACHE::CacheBase

Definition at line 168 of file Fat.h.

◆ CacheTag

CACHE_TAG DISK_CACHE::CacheTag[FAT_DATACACHE_GROUP_COUNT]

Definition at line 173 of file Fat.h.

◆ Dirty

BOOLEAN DISK_CACHE::Dirty

Definition at line 170 of file Fat.h.

◆ GroupMask

UINTN DISK_CACHE::GroupMask

Definition at line 172 of file Fat.h.

◆ LimitAddress

UINT64 DISK_CACHE::LimitAddress

Definition at line 167 of file Fat.h.

◆ PageAlignment

UINT8 DISK_CACHE::PageAlignment

Definition at line 171 of file Fat.h.


The documentation for this struct was generated from the following file: