Lines Matching refs:mttc0
344 #define mttc0(rd, sel, v) \
351 " # mttc0 %0," #rd ", " #sel " \n" \
376 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val)
378 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val)
380 #define write_vpe_c0_vpeconf1(val) mttc0(1, 3, val)
382 #define write_vpe_c0_count(val) mttc0(9, 0, val)
384 #define write_vpe_c0_status(val) mttc0(12, 0, val)
386 #define write_vpe_c0_cause(val) mttc0(13, 0, val)
388 #define write_vpe_c0_config(val) mttc0(16, 0, val)
390 #define write_vpe_c0_config1(val) mttc0(16, 1, val)
392 #define write_vpe_c0_config7(val) mttc0(16, 7, val)
394 #define write_vpe_c0_ebase(val) mttc0(15, 1, val)
395 #define write_vpe_c0_compare(val) mttc0(11, 0, val)
398 #define write_vpe_c0_epc(val) mttc0(14, 0, val)
403 #define write_tc_c0_tcstatus(val) mttc0(2, 1, val)
405 #define write_tc_c0_tcbind(val) mttc0(2, 2, val)
407 #define write_tc_c0_tcrestart(val) mttc0(2, 3, val)
409 #define write_tc_c0_tchalt(val) mttc0(2, 4, val)
411 #define write_tc_c0_tccontext(val) mttc0(2, 5, val)