Home
last modified time | relevance | path

Searched refs:get_dcache_size (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/metag/kernel/
Dcachepart.c24 unsigned int get_dcache_size(void) in get_dcache_size() function
48 return (get_dcache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4; in get_global_dcache_size()
74 cache_size = (cache == DCACHE ? get_dcache_size() : in get_thread_cache_size()
113 cache_type ? get_dcache_size() in check_for_cache_aliasing()
Dsmp.c206 dcsz = get_dcache_size(); in setup_smp_cache()
207 icsz = get_dcache_size(); in setup_smp_cache()
/linux-4.1.27/arch/metag/include/asm/
Dcachepart.h13 unsigned int get_dcache_size(void);