Searched refs:cpu_is_r4600_v2_x (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/mm/
H A Dpage.c73 #define cpu_is_r4600_v2_x() ((read_c0_prid() & 0xfffffff0) == 0x00002020) macro
253 if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x()) build_clear_pref()
298 if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x()) build_clear_page()
405 if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x()) build_copy_store_pref()
449 if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x()) build_copy_page()
H A Dc-r4k.c97 #define cpu_is_r4600_v2_x() ((read_c0_prid() & 0xfffffff0) == 0x00002020) macro
101 if (R4600_V2_HIT_CACHEOP_WAR && cpu_is_r4600_v2_x()) \

Completed in 167 milliseconds