Searched refs:mttc0 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | mipsmtregs.h | 342 #define mttc0(rd, sel, v) \ macro 374 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) 376 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) 378 #define write_vpe_c0_vpeconf1(val) mttc0(1, 3, val) 380 #define write_vpe_c0_count(val) mttc0(9, 0, val) 382 #define write_vpe_c0_status(val) mttc0(12, 0, val) 384 #define write_vpe_c0_cause(val) mttc0(13, 0, val) 386 #define write_vpe_c0_config(val) mttc0(16, 0, val) 388 #define write_vpe_c0_config1(val) mttc0(16, 1, val) 390 #define write_vpe_c0_config7(val) mttc0(16, 7, val) [all …]
|
/linux-4.1.27/arch/mips/kernel/ |
D | cps-vec.S | 267 mttc0 t5, CP0_TCBIND 273 mttc0 t0, CP0_VPECONF0 276 mttc0 zero, CP0_TCSTATUS 280 mttc0 t0, CP0_TCHALT 392 mttc0 t1, CP0_TCRESTART 404 mttc0 t0, CP0_CONFIG 407 mttc0 zero, CP0_CAUSE 408 mttc0 zero, CP0_STATUS 415 mttc0 t0, CP0_TCSTATUS 418 mttc0 zero, CP0_TCHALT [all …]
|