summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/userret.h
AgeCommit message (Expand)Author
2020-07-06Style and cosmetic changes. No binary changes intended.rin
2015-07-06Don't clear PSL_FP/PSL_VECmatt
2015-07-06Add a check to make sure that if PSL_FP is set, we own the FPU.matt
2014-03-10same typomatt
2014-03-10Typomatt
2014-03-09Make sure to clear PSL_SE before going to usermode on BOOKEmatt
2014-03-09Don't test for PSL_SE in tf_srr1 since will be cleared on the next exception.matt
2012-05-26Add __HAVE_RAS support. Do it in userret.matt
2012-05-17Add an KASSERT to check that PSL_PR is always set.matt
2011-09-27Modify *ASSERTMSG() so they are now used as variadic macros. The main goaljym
2011-06-20Explicitly include <powerpc/psl.h>matt
2011-05-02Move powerpc to use pcu to manage FPU/AltiVec/SPE.matt
2011-02-19Compare ci_veclwp against &lwp0, not NULL.matt
2011-02-17add begging of single step support. Since BookE doesn't support PSL_SE, ifmatt
2011-01-18Add support for BookE Freescale MPC85xx (e500 core) processors.matt
2009-11-21Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.rmind
2007-11-06Fix unused variable warning for the non-FPU/altivec case.simonb
2007-11-05Don't set l_usrpri / spc_curpriority here. mi_userret() does it.ad
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2004-04-16Make it compile when PPC_HAVE_FPU is not defined.hannken
2004-04-15Revamp how user MSR/SRR1 are dealt with.matt
2004-04-06When seeing if the FP or VEC unit has been stolen by another process, checkmatt
2004-04-04When returning back to user mode, if the lwp has lost the FPU, not onlymatt
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-01-18Merge the nathanw_sa branch.thorpej
2002-08-08it's PPC_HAVE_FPU, not PPC_HAS_FPU.chs
2002-08-06actually we shouldn't hold kernel_lock while calling postsig().chs
2002-08-02use a completely separate trap handler for syscall traps.chs