List of all members.
Public Member Functions |
void | SetupAt (Bitu _phys_page, PageHandler *_old_pagehandler) |
bool | InvalidateRange (Bitu start, Bitu end) |
void | writeb (PhysPt addr, Bit8u val) |
void | writew (PhysPt addr, Bit16u val) |
void | writed (PhysPt addr, Bit32u val) |
bool | writeb_checked (PhysPt addr, Bit8u val) |
bool | writew_checked (PhysPt addr, Bit16u val) |
bool | writed_checked (PhysPt addr, Bit32u val) |
void | AddCacheBlock (CacheBlockDynRec *block) |
void | AddCrossBlock (CacheBlockDynRec *block) |
void | DelCacheBlock (CacheBlockDynRec *block) |
void | Release (void) |
void | ClearRelease (void) |
CacheBlockDynRec * | FindCacheBlock (Bitu start) |
HostPt | GetHostReadPt (Bitu phys_page) |
HostPt | GetHostWritePt (Bitu phys_page) |
Public Attributes |
Bit8u | write_map [4096] = {} |
Bit8u * | invalidation_map = NULL |
CodePageHandlerDynRec * | next = NULL |
CodePageHandlerDynRec * | prev = NULL |
Detailed Description
Definition at line 85 of file cache.h.
The documentation for this class was generated from the following file: