Searched refs:midr_match (Results 1 – 3 of 3) sorted by relevance
14 if (midr_match(NEOVERSE_N1_MIDR) != 0) in neoverse_n1_context_save()22 if (midr_match(NEOVERSE_N1_MIDR) != 0) in neoverse_n1_context_restore()
14 if (midr_match(CORTEX_A75_MIDR) != 0) in cortex_a75_context_save()22 if (midr_match(CORTEX_A75_MIDR) != 0) in cortex_a75_context_restore()
137 static inline int midr_match(unsigned int cpu_midr) in midr_match() function