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

/linux-master/arch/riscv/include/asm/
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
H A Delf.h96 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)); \
/linux-master/arch/riscv/kernel/
H A Dcacheinfo.c50 uintptr_t get_cache_size(u32 level, enum cache_type type) function
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h165 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size);
H A Dcmt_test.c115 ret = get_cache_size(uparams->cpu, "L3", &cache_total_size);
H A Dcat_test.c256 ret = get_cache_size(uparams->cpu, test->resource, &cache_total_size);
H A Dresctrlfs.c160 * get_cache_size - Get cache size for a specified CPU
167 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size) function

Completed in 128 milliseconds