Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27476f3b authored by Paul Burton's avatar Paul Burton
Browse files

MIPS: MT: define write_c0_tchalt macro



Define a macro to write to the current TCs TCHalt register. This will be
used by a subsequent patch.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
parent e2a9e5ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,8 @@


#define read_c0_tcbind()		__read_32bit_c0_register($2, 2)
#define read_c0_tcbind()		__read_32bit_c0_register($2, 2)


#define write_c0_tchalt(val)		__write_32bit_c0_register($2, 4, val)

#define read_c0_tccontext()		__read_32bit_c0_register($2, 5)
#define read_c0_tccontext()		__read_32bit_c0_register($2, 5)
#define write_c0_tccontext(val)		__write_32bit_c0_register($2, 5, val)
#define write_c0_tccontext(val)		__write_32bit_c0_register($2, 5, val)