Home
last modified time | relevance | path

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

/openbmc/linux/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);
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl.h102 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size);
H A Dcmt_test.c89 ret = get_cache_size(cpu_no, "L3", &cache_size); in cmt_resctrl_val()
H A Dcat_test.c109 ret = get_cache_size(cpu_no, cache_type, &cache_size); in cat_perf_miss_val()
H A Dresctrlfs.c140 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() function
/openbmc/linux/arch/riscv/kernel/
H A Dcacheinfo.c51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size()
50 uintptr_t get_cache_size(u32 level, enum cache_type type) get_cache_size() function