Searched refs:mttc0 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | mipsmtregs.h | 343 #define mttc0(rd, sel, v) \ macro 375 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) 377 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) 379 #define write_vpe_c0_vpeconf1(val) mttc0(1, 3, val) 381 #define write_vpe_c0_count(val) mttc0(9, 0, val) 383 #define write_vpe_c0_status(val) mttc0(12, 0, val) 385 #define write_vpe_c0_cause(val) mttc0(13, 0, val) 387 #define write_vpe_c0_config(val) mttc0(16, 0, val) 389 #define write_vpe_c0_config1(val) mttc0(16, 1, val) 391 #define write_vpe_c0_config7(val) mttc0(16, 7, val) [all …]
|
/linux-5.19.10/arch/mips/kernel/ |
D | cps-vec.S | 268 mttc0 ta1, CP0_TCBIND 274 mttc0 t0, CP0_VPECONF0 277 mttc0 zero, CP0_TCSTATUS 281 mttc0 t0, CP0_TCHALT 437 mttc0 t1, CP0_TCRESTART 449 mttc0 t0, CP0_CONFIG 460 mttc0 t0, CP0_SEGCTL0 462 mttc0 t0, CP0_SEGCTL1 464 mttc0 t0, CP0_SEGCTL2 467 mttc0 zero, CP0_CAUSE [all …]
|