svn commit: r277415 - head/sys/arm/include

Andrew Turner andrew at FreeBSD.org
Tue Jan 20 11:11:33 UTC 2015


Author: andrew
Date: Tue Jan 20 11:11:32 2015
New Revision: 277415
URL: https://svnweb.freebsd.org/changeset/base/277415

Log:
  Add the User and PL1 read only and reqd write thread ID registers.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm/include/cpu-v6.h

Modified: head/sys/arm/include/cpu-v6.h
==============================================================================
--- head/sys/arm/include/cpu-v6.h	Tue Jan 20 11:10:25 2015	(r277414)
+++ head/sys/arm/include/cpu-v6.h	Tue Jan 20 11:11:32 2015	(r277415)
@@ -179,6 +179,13 @@ _WF1(cp15_pminten_set, CP15_PMINTENSET(%
 _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


More information about the svn-src-all mailing list