Searched refs:read_cpuid_cachetype (Results 1 – 6 of 6) sorted by relevance
63 return (read_cpuid_cachetype() >> CTR_EL0_CWG_SHIFT) & CTR_EL0_CWG_MASK; in cache_type_cwg()95 u32 ctr = read_cpuid_cachetype(); in read_cpuid_effective_cachetype()
259 static inline u32 __attribute_const__ read_cpuid_cachetype(void) in read_cpuid_cachetype() function
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
84 ctr_raw = read_cpuid_cachetype() & mask; in has_mismatched_cache_type()97 if ((read_cpuid_cachetype() & mask) != in cpu_enable_trap_ctr_access()206 bool has_dic = read_cpuid_cachetype() & BIT(CTR_EL0_DIC_SHIFT); in has_neoverse_n1_erratum_1542419()
1543 if (!(read_cpuid_cachetype() & BIT(CTR_EL0_IDC_SHIFT))) in cpu_emulate_effective_ctr()1555 ctr = read_cpuid_cachetype(); in has_cache_dic()
304 aliasing_icache = read_cpuid_cachetype() & (1 << 11); in cpu_has_aliasing_icache()319 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init()