Searched refs:get_cache_geometry (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | elf.h | 136 #define get_cache_geometry(level) \ macro 141 NEW_AUX_ENT(AT_L1I_CACHEGEOMETRY, get_cache_geometry(l1i)); \ 143 NEW_AUX_ENT(AT_L1D_CACHEGEOMETRY, get_cache_geometry(l1d)); \ 145 NEW_AUX_ENT(AT_L2_CACHEGEOMETRY, get_cache_geometry(l2)); \ 147 NEW_AUX_ENT(AT_L3_CACHEGEOMETRY, get_cache_geometry(l3))
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 102 get_cache_geometry(1, CACHE_TYPE_INST)); \ 106 get_cache_geometry(1, CACHE_TYPE_DATA)); \ 110 get_cache_geometry(2, CACHE_TYPE_UNIFIED)); \ 114 get_cache_geometry(3, CACHE_TYPE_UNIFIED)); \
|
H A D | cacheinfo.h | 18 uintptr_t get_cache_geometry(u32 level, enum cache_type type);
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cacheinfo.c | 57 uintptr_t get_cache_geometry(u32 level, enum cache_type type) in get_cache_geometry() function
|