Searched refs:mttc0 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | mipsmtregs.h | 389 _ASM_MACRO_2R_1S(mttc0, rt, rs, sel, \ 396 #define mttc0(rs, sel, v) \ macro 427 #define write_vpe_c0_vpecontrol(val) mttc0($1, 1, val) 429 #define write_vpe_c0_vpeconf0(val) mttc0($1, 2, val) 431 #define write_vpe_c0_vpeconf1(val) mttc0($1, 3, val) 433 #define write_vpe_c0_count(val) mttc0($9, 0, val) 435 #define write_vpe_c0_status(val) mttc0($12, 0, val) 437 #define write_vpe_c0_cause(val) mttc0($13, 0, val) 439 #define write_vpe_c0_config(val) mttc0($16, 0, val) 441 #define write_vpe_c0_config1(val) mttc0($16, 1, val) [all …]
|
/linux/arch/mips/kernel/ |
H A D | cps-vec.S | 234 mttc0 ta1, CP0_TCBIND 240 mttc0 t0, CP0_VPECONF0 243 mttc0 zero, CP0_TCSTATUS 247 mttc0 t0, CP0_TCHALT 403 mttc0 t1, CP0_TCRESTART 415 mttc0 t0, CP0_CONFIG 426 mttc0 t0, CP0_SEGCTL0 428 mttc0 t0, CP0_SEGCTL1 430 mttc0 t0, CP0_SEGCTL2 433 mttc0 zero, CP0_CAUSE [all …]
|