Add the User and PL1 read only and reqd write thread ID registers.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
andrew 2015-01-20 11:11:32 +00:00
parent 5a896dc0ff
commit 1672a09eb0

View File

@ -179,6 +179,13 @@ _WF1(cp15_pminten_set, CP15_PMINTENSET(%0))
_WF1(cp15_pminten_clr, CP15_PMINTENCLR(%0))
#endif
_RF0(cp15_tpidrurw_get, CP15_TPIDRURW(%0))
_WF1(cp15_tpidrurw_set, CP15_TPIDRURW(%0))
_RF0(cp15_tpidruro_get, CP15_TPIDRURO(%0))
_WF1(cp15_tpidruro_set, CP15_TPIDRURO(%0))
_RF0(cp15_tpidrpwr_get, CP15_TPIDRPRW(%0))
_WF1(cp15_tpidrpwr_set, CP15_TPIDRPRW(%0))
#undef _FX
#undef _RF0
#undef _WF0