Go to the source code of this file.
◆ L1D_CACHE
◆ L1I_CACHE
◆ L2_CACHE
◆ L3_CACHE
◆ MAX_CACHE
◆ get_cachesize()
| long long get_cachesize |
( |
int |
type | ) |
|
Definition at line 78 of file cache_helper.c.
83 if (result<0)
return result;
static int check_if_cache_info_available(void)
static struct cache_info_t cache_info[MAX_CACHE]
◆ get_entries()
| long long get_entries |
( |
int |
type | ) |
|
Definition at line 94 of file cache_helper.c.
99 if (result<0)
return result;
static int check_if_cache_info_available(void)
static struct cache_info_t cache_info[MAX_CACHE]
◆ get_linesize()
| long long get_linesize |
( |
int |
type | ) |
|
Definition at line 110 of file cache_helper.c.
115 if (result<0)
return result;
static int check_if_cache_info_available(void)
static struct cache_info_t cache_info[MAX_CACHE]