Searched refs:read_cpuid_cachetype (Results 1 – 7 of 7) sorted by relevance
74 return SYS_FIELD_GET(CTR_EL0, CWG, read_cpuid_cachetype()); in cache_type_cwg()125 u32 ctr = read_cpuid_cachetype(); in read_cpuid_effective_cachetype()
323 static inline u32 __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function
36 u32 ctr = read_cpuid_cachetype(); in cache_line_size_cp15()93 ctr = read_cpuid_cachetype(); in detect_cache_level()
297 aliasing_icache = read_cpuid_cachetype() & (1 << 11); in cpu_has_aliasing_icache()312 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init()
189 static inline unsigned int __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function206 static inline unsigned int __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function
138 ctr_raw = read_cpuid_cachetype() & mask; in has_mismatched_cache_type()151 if ((read_cpuid_cachetype() & mask) != in cpu_enable_trap_ctr_access()243 bool has_dic = read_cpuid_cachetype() & BIT(CTR_EL0_DIC_SHIFT); in has_neoverse_n1_erratum_1542419()
1752 if (!(read_cpuid_cachetype() & BIT(CTR_EL0_IDC_SHIFT))) in cpu_emulate_effective_ctr()1764 ctr = read_cpuid_cachetype(); in has_cache_dic()
Completed in 20 milliseconds