Home
last modified time | relevance | path

Searched refs:CPUID_EXT_MMFR3 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/include/asm/
Dsmp_plat.h31 return ((read_cpuid_ext(CPUID_EXT_MMFR3) >> 12) & 0xf) < 2; in tlb_ops_need_broadcast()
42 return ((read_cpuid_ext(CPUID_EXT_MMFR3) >> 12) & 0xf) < 1; in cache_ops_need_broadcast()
Dcputype.h20 #define CPUID_EXT_MMFR3 "c1, 7" macro