#include <cache.h>
Definition at line 28 of file cache.h.
Enumerator |
---|
kNull |
|
kData |
|
kInstruction |
|
kUnified |
|
Definition at line 30 of file cache.h.
void x86_x64::Cache::Initialize |
( |
size_t |
level, |
|
|
Type |
type |
|
) |
| |
|
inline |
u64 x86_x64::Cache::TotalSize |
( |
| ) |
const |
|
inline |
bool x86_x64::Cache::Validate |
( |
| ) |
const |
|
inline |
size_t x86_x64::Cache::associativity |
= fullyAssociative or the actual ways of associativity
Definition at line 67 of file cache.h.
size_t x86_x64::Cache::entrySize |
NB: cache entries are lines, TLB entries are pages.
Definition at line 62 of file cache.h.
const size_t x86_x64::Cache::fullyAssociative = 0xFF |
|
static |
size_t x86_x64::Cache::level |
1..maxLevels
Definition at line 47 of file cache.h.
const size_t x86_x64::Cache::maxLevels = 4 |
|
static |
size_t x86_x64::Cache::numEntries |
if 0, the cache is disabled and all other values are zero
Definition at line 57 of file cache.h.
size_t x86_x64::Cache::sharedBy |
how many logical processors share this cache?
Definition at line 72 of file cache.h.
Type x86_x64::Cache::type |
never kNull
Definition at line 52 of file cache.h.
The documentation for this struct was generated from the following file:
- /home/sathyam/0ad.svn/source/lib/sysdep/arch/x86_x64/cache.h