Searched refs:mttc0 (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/mips/include/asm/ |
D | mipsmtregs.h | 318 #define mttc0(rd, sel, v) \ macro 350 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) 352 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) 354 #define write_vpe_c0_count(val) mttc0(9, 0, val) 356 #define write_vpe_c0_status(val) mttc0(12, 0, val) 358 #define write_vpe_c0_cause(val) mttc0(13, 0, val) 360 #define write_vpe_c0_config(val) mttc0(16, 0, val) 362 #define write_vpe_c0_config1(val) mttc0(16, 1, val) 364 #define write_vpe_c0_config7(val) mttc0(16, 7, val) 366 #define write_vpe_c0_ebase(val) mttc0(15, 1, val) [all …]
|