Searched refs:cpu_is_r4600_v2_x (Results 1 – 2 of 2) sorted by relevance
71 #define cpu_is_r4600_v2_x() ((read_c0_prid() & 0xfffffff0) == 0x00002020) macro262 cpu_is_r4600_v2_x()) in build_clear_pref()307 if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) && cpu_is_r4600_v2_x()) in build_clear_page()416 cpu_is_r4600_v2_x()) in build_copy_store_pref()460 if (IS_ENABLED(CONFIG_WAR_R4600_V2_HIT_CACHEOP) && cpu_is_r4600_v2_x()) in build_copy_page()
129 #define cpu_is_r4600_v2_x() ((read_c0_prid() & 0xfffffff0) == 0x00002020) macro134 cpu_is_r4600_v2_x()) \
Completed in 8 milliseconds