OpenCSD - CoreSight Trace Decode Library 1.5.1
|
OpenCSD : Memory accessor cache. More...
Go to the source code of this file.
Classes | |
struct | cache_block |
class | TrcMemAccCache |
Macros | |
#define | MEM_ACC_CACHE_DEFAULT_PAGE_SIZE 2048 |
#define | MEM_ACC_CACHE_DEFAULT_MRU_SIZE 16 |
#define | MEM_ACC_CACHE_PAGE_SIZE_MAX 16384 |
#define | MEM_ACC_CACHE_MRU_SIZE_MAX 256 |
#define | MEM_ACC_CACHE_PAGE_SIZE_MIN 64 |
#define | MEM_ACC_CACHE_MRU_SIZE_MIN 4 |
#define | OCSD_ENV_MEMACC_CACHE_OFF "OPENCSD_MEMACC_CACHE_OFF" |
#define | OCSD_ENV_MEMACC_CACHE_PG_SIZE "OPENCSD_MEMACC_CACHE_PAGE_SIZE" |
#define | OCSD_ENV_MEMACC_CACHE_PG_NUM "OPENCSD_MEMACC_CACHE_PAGE_NUM" |
Typedefs | |
typedef struct cache_block | cache_block_t |
OpenCSD : Memory accessor cache.
Definition in file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_DEFAULT_MRU_SIZE 16 |
Definition at line 42 of file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_DEFAULT_PAGE_SIZE 2048 |
Definition at line 41 of file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_MRU_SIZE_MAX 256 |
Definition at line 44 of file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_MRU_SIZE_MIN 4 |
Definition at line 46 of file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_PAGE_SIZE_MAX 16384 |
Definition at line 43 of file trc_mem_acc_cache.h.
#define MEM_ACC_CACHE_PAGE_SIZE_MIN 64 |
Definition at line 45 of file trc_mem_acc_cache.h.
#define OCSD_ENV_MEMACC_CACHE_OFF "OPENCSD_MEMACC_CACHE_OFF" |
Definition at line 48 of file trc_mem_acc_cache.h.
#define OCSD_ENV_MEMACC_CACHE_PG_NUM "OPENCSD_MEMACC_CACHE_PAGE_NUM" |
Definition at line 50 of file trc_mem_acc_cache.h.
#define OCSD_ENV_MEMACC_CACHE_PG_SIZE "OPENCSD_MEMACC_CACHE_PAGE_SIZE" |
Definition at line 49 of file trc_mem_acc_cache.h.
typedef struct cache_block cache_block_t |