Searched refs:get_cache_size (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | elf.h | 96 get_cache_size(1, CACHE_TYPE_INST)); \ 100 get_cache_size(1, CACHE_TYPE_DATA)); \ 104 get_cache_size(2, CACHE_TYPE_UNIFIED)); \ 108 get_cache_size(3, CACHE_TYPE_UNIFIED)); \
|
| H A D | cacheinfo.h | 17 uintptr_t get_cache_size(u32 level, enum cache_type type);
|
| /linux-6.15/tools/testing/selftests/resctrl/ |
| H A D | fill_buf.c | 138 ret = get_cache_size(cpu_no, cache_type, &cache_total_size); in get_fill_buf_size()
|
| H A D | cmt_test.c | 130 ret = get_cache_size(uparams->cpu, "L3", &cache_total_size); in cmt_run_test()
|
| H A D | resctrl.h | 200 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size);
|
| H A D | cat_test.c | 254 ret = get_cache_size(uparams->cpu, test->resource, &cache_total_size); in cat_run_test()
|
| H A D | resctrlfs.c | 261 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size) in get_cache_size() function
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | cacheinfo.c | 51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() function
|