Home
last modified time | relevance | path

Searched refs:get_cache_size (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Delf.h66 get_cache_size(1, CACHE_TYPE_INST)); \
70 get_cache_size(1, CACHE_TYPE_DATA)); \
74 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Delf.h100 get_cache_size(1, CACHE_TYPE_INST)); \
104 get_cache_size(1, CACHE_TYPE_DATA)); \
108 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
112 get_cache_size(3, CACHE_TYPE_UNIFIED)); \
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dcqm_test.c134 ret = get_cache_size(cpu_no, "L3", &cache_size); in cqm_resctrl_val()
H A Dresctrl.h102 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size);
H A Dcat_test.c146 ret = get_cache_size(cpu_no, cache_type, &cache_size); in cat_perf_miss_val()
H A Dresctrlfs.c139 * get_cache_size - Get cache size for a specified CPU
146 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() function
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcacheinfo.c50 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() function
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dresctrl.h104 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size);
H A Dcat_test.c109 ret = get_cache_size(cpu_no, cache_type, &cache_size); in cat_perf_miss_val()
H A Dcmt_test.c89 ret = get_cache_size(cpu_no, "L3", &cache_size); in cmt_resctrl_val()
H A Dresctrlfs.c133 * get_cache_size - Get cache size for a specified CPU
140 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/
H A Dcacheinfo.c51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() function

Completed in 10 milliseconds