Searched refs:get_cache_size (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | elf.h | 66 get_cache_size(1, CACHE_TYPE_INST)); \ 70 get_cache_size(1, CACHE_TYPE_DATA)); \ 74 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
|
D | cacheinfo.h | 17 uintptr_t get_cache_size(u32 level, enum cache_type type);
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | resctrl.h | 101 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size);
|
D | cqm_test.c | 134 ret = get_cache_size(cpu_no, "L3", &cache_size); in cqm_resctrl_val()
|
D | cat_test.c | 146 ret = get_cache_size(cpu_no, cache_type, &cache_size); in cat_perf_miss_val()
|
D | resctrlfs.c | 146 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() function
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
D | cacheinfo.c | 51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() function
|