Searched refs:xthal_is_cacheable (Results 1 – 2 of 2) sorted by relevance
1229 extern int xthal_is_cacheable(unsigned int memoryType);1442 #define xthal_is_cached(memoryType) (xthal_is_cacheable((memoryType)))
1371 int xthal_is_cacheable(unsigned int mt) in xthal_is_cacheable() function