TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Cache.h File Reference
#include "temu-c/Support/Objsys.h"
#include "temu-c/Memory/Memory.h"
#include <stdint.h>
Include dependency graph for Cache.h:

Go to the source code of this file.

Data Structures

struct  temu_CacheIface
 
struct  temu_CacheCtrlIface
 

Macros

#define TEMU_CACHE_NONE   0
 
#define TEMU_CACHE_LRU   1
 
#define TEMU_CACHE_LRR   2
 
#define TEMU_CACHE_RND   3
 
#define TEMU_CACHE_IFACE_TYPE   "CacheIface"
 
#define TEMU_CACHE_CTRL_IFACE_TYPE   "CacheCtrlIface"
 

Typedefs

typedef struct temu_CacheIface temu_CacheIface
 
typedef struct temu_CacheCtrlIface temu_CacheCtrlIface
 

Functions

 TEMU_IFACE_REFERENCE_TYPE (temu_Cache)
 
 TEMU_IFACE_REFERENCE_TYPE (temu_CacheCtrl)
 

Macro Definition Documentation

#define TEMU_CACHE_CTRL_IFACE_TYPE   "CacheCtrlIface"

Definition at line 113 of file Cache.h.

#define TEMU_CACHE_IFACE_TYPE   "CacheIface"

Definition at line 97 of file Cache.h.

#define TEMU_CACHE_LRR   2

Definition at line 33 of file Cache.h.

#define TEMU_CACHE_LRU   1

Definition at line 32 of file Cache.h.

#define TEMU_CACHE_NONE   0

Definition at line 31 of file Cache.h.

#define TEMU_CACHE_RND   3

Definition at line 34 of file Cache.h.

Typedef Documentation

Function Documentation

TEMU_IFACE_REFERENCE_TYPE ( temu_Cache  )
TEMU_IFACE_REFERENCE_TYPE ( temu_CacheCtrl  )