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