Searched refs:mftc0 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | mipsmtregs.h | 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) [all …]
|
/linux-5.19.10/arch/mips/kernel/ |
D | cps-vec.S | 426 mftc0 t0, CP0_TCHALT 471 mftc0 t0, CP0_TCSTATUS 481 mftc0 t0, CP0_VPECONF0
|