ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
TLBInfo Struct Reference
+ Collaboration diagram for TLBInfo:

Data Fields

unsigned int NumKernelTLBEntries
 
unsigned int NumDefaultTLBEntries
 
unsigned int NumExtendedTLBEntries
 
unsigned int NumWiredEntries
 
const struct TLBEntrykernelTLB
 
const struct TLBEntrydefaultTLB
 
const struct TLBEntryextendedTLB
 

Detailed Description

Definition at line 73 of file tlbfunc.c.

Field Documentation

◆ defaultTLB

const struct TLBEntry* TLBInfo::defaultTLB

Definition at line 79 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ extendedTLB

const struct TLBEntry* TLBInfo::extendedTLB

Definition at line 80 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ kernelTLB

const struct TLBEntry* TLBInfo::kernelTLB

Definition at line 78 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ NumDefaultTLBEntries

unsigned int TLBInfo::NumDefaultTLBEntries

Definition at line 75 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ NumExtendedTLBEntries

unsigned int TLBInfo::NumExtendedTLBEntries

Definition at line 76 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ NumKernelTLBEntries

unsigned int TLBInfo::NumKernelTLBEntries

Definition at line 74 of file tlbfunc.c.

Referenced by InitTLB32MB().

◆ NumWiredEntries

unsigned int TLBInfo::NumWiredEntries

Definition at line 77 of file tlbfunc.c.

Referenced by InitTLB32MB().


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