Home
last modified time | relevance | path

Searched refs:mttc0 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/include/asm/
H A Dmipsmtregs.h389 _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 …]