Searched refs:get_cache_size (Results 1 – 7 of 7) sorted by relevance
/linux/arch/riscv/include/asm/ |
A D | elf.h | 69 get_cache_size(1, CACHE_TYPE_INST)); \ 73 get_cache_size(1, CACHE_TYPE_DATA)); \ 77 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
|
A D | cacheinfo.h | 17 uintptr_t get_cache_size(u32 level, enum cache_type type);
|
/linux/tools/testing/selftests/resctrl/ |
A D | resctrl.h | 105 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size);
|
A D | cmt_test.c | 103 ret = get_cache_size(cpu_no, "L3", &cache_size); in cmt_resctrl_val()
|
A D | cat_test.c | 122 ret = get_cache_size(cpu_no, cache_type, &cache_size); in cat_perf_miss_val()
|
A D | resctrlfs.c | 141 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() function
|
/linux/arch/riscv/kernel/ |
A D | cacheinfo.c | 51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() function
|
Completed in 7 milliseconds