Home
last modified time | relevance | path

Searched hist:"21 fc3164307dc288ff6eb1f028a268f3c76cc6e5" (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/arm/
H A Dvm_machdep.cdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.cdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.cdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
/freebsd/sys/i386/i386/
H A Dvm_machdep.cdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
/freebsd/sys/kern/
H A Dkern_thread.cdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
/freebsd/sys/sys/
H A Dproc.hdiff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.
diff 21fc3164307dc288ff6eb1f028a268f3c76cc6e5 Sat Apr 23 04:32:32 CEST 2005 David Xu <davidxu@FreeBSD.org> Change cpu_set_kse_upcall to more generic style, so we can reuse it
in other codes. Add cpu_set_user_tls, use it to tweak user register
and setup user TLS. I ever wanted to merge it into cpu_set_kse_upcall,
but since cpu_set_kse_upcall is also used by M:N threads which may
not need this feature, so I wrote a separated cpu_set_user_tls.