Searched refs:read_cpuid_cachetype (Results 1 – 6 of 6) sorted by relevance
89 return (read_cpuid_cachetype() >> CTR_CWG_SHIFT) & CTR_CWG_MASK; in cache_type_cwg()121 u32 ctr = read_cpuid_cachetype(); in read_cpuid_effective_cachetype()
247 static inline u32 __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function
185 static inline unsigned int __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function202 static inline unsigned int __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function
84 ctr_raw = read_cpuid_cachetype() & mask; in has_mismatched_cache_type()97 if ((read_cpuid_cachetype() & mask) != in cpu_enable_trap_ctr_access()192 bool has_dic = read_cpuid_cachetype() & BIT(CTR_DIC_SHIFT); in has_neoverse_n1_erratum_1542419()
1411 if (!(read_cpuid_cachetype() & BIT(CTR_IDC_SHIFT))) in cpu_emulate_effective_ctr()1423 ctr = read_cpuid_cachetype(); in has_cache_dic()
303 aliasing_icache = read_cpuid_cachetype() & (1 << 11); in cpu_has_aliasing_icache()318 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init()