get_cache_geometry
NEW_AUX_ENT(AT_L1I_CACHEGEOMETRY, get_cache_geometry(l1i)); \
NEW_AUX_ENT(AT_L1D_CACHEGEOMETRY, get_cache_geometry(l1d)); \
NEW_AUX_ENT(AT_L2_CACHEGEOMETRY, get_cache_geometry(l2)); \
NEW_AUX_ENT(AT_L3_CACHEGEOMETRY, get_cache_geometry(l3))
uintptr_t get_cache_geometry(u32 level, enum cache_type type);
get_cache_geometry(1, CACHE_TYPE_DATA)); \
get_cache_geometry(2, CACHE_TYPE_UNIFIED)); \
get_cache_geometry(3, CACHE_TYPE_UNIFIED)); \
get_cache_geometry(1, CACHE_TYPE_INST)); \