Lines Matching refs:mftc0
285 #define mftc0(rt,sel) \ macro
374 #define read_vpe_c0_vpecontrol() mftc0(1, 1)
376 #define read_vpe_c0_vpeconf0() mftc0(1, 2)
378 #define read_vpe_c0_vpeconf1() mftc0(1, 3)
380 #define read_vpe_c0_count() mftc0(9, 0)
382 #define read_vpe_c0_status() mftc0(12, 0)
384 #define read_vpe_c0_cause() mftc0(13, 0)
386 #define read_vpe_c0_config() mftc0(16, 0)
388 #define read_vpe_c0_config1() mftc0(16, 1)
390 #define read_vpe_c0_config7() mftc0(16, 7)
392 #define read_vpe_c0_ebase() mftc0(15, 1)
395 #define read_vpe_c0_badvaddr() mftc0(8, 0)
396 #define read_vpe_c0_epc() mftc0(14, 0)
401 #define read_tc_c0_tcstatus() mftc0(2, 1)
403 #define read_tc_c0_tcbind() mftc0(2, 2)
405 #define read_tc_c0_tcrestart() mftc0(2, 3)
407 #define read_tc_c0_tchalt() mftc0(2, 4)
409 #define read_tc_c0_tccontext() mftc0(2, 5)