Searched refs:mftc0 (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | mipsmtregs.h | 310 _ASM_MACRO_2R_1S(mftc0, rs, rt, sel, \ 317 #define mftc0(rt, sel) \ macro 426 #define read_vpe_c0_vpecontrol() mftc0($1, 1) 428 #define read_vpe_c0_vpeconf0() mftc0($1, 2) 430 #define read_vpe_c0_vpeconf1() mftc0($1, 3) 432 #define read_vpe_c0_count() mftc0($9, 0) 434 #define read_vpe_c0_status() mftc0($12, 0) 436 #define read_vpe_c0_cause() mftc0($13, 0) 438 #define read_vpe_c0_config() mftc0($16, 0) 440 #define read_vpe_c0_config1() mftc0($16, 1) [all …]
|