Date: Tue, 20 Jan 2015 11:11:33 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277415 - head/sys/arm/include Message-ID: <201501201111.t0KBBXU6048027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501201111.t0KBBXU6048027>