summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpufunc.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly specify assembler constrains for synchronization instructions.nwhitehorn2012-04-221-3/+3
* Remove dead code. The routines in atomic.S did not work properly anyway, andnwhitehorn2012-04-221-10/+0
* Add CPU support code for the IBM Cell Broadband Engine.nwhitehorn2010-11-121-0/+11
* MFppc64:nwhitehorn2010-07-131-0/+15
* Improve style(9)raj2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.raj2009-05-141-1/+25
* Fix compilation in the case when kernel doesn't have KDB ebabled.sobomax2008-10-301-0/+7
* In powerpc_get_pcpup(), make the inline assembly statementmarcel2008-09-161-1/+1
* Remove restore_intr(). We have intr_restore()...marcel2008-08-311-7/+0
* Add powerpc_sync() as an inline function.marcel2008-08-301-0/+7
* MFp4: SMP supportmarcel2008-04-271-9/+1
* Remove mfsvr():marcel2008-04-271-10/+0
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-261-0/+11
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.grehan2004-07-121-4/+4
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
* Doh. Forgot to remove _KERNEL version.grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* Add an inline function wrapper for the mfpvf (Move From Processor Versionbenno2003-02-051-0/+10
* Fix clearing of recoverable exception MSR bit when disablinggrehan2002-09-191-1/+1
* Add an inline to call eieio.benno2002-06-291-0/+7
* Add inlines for mtsrin and mfsrin.benno2002-04-161-0/+17
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-6/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-22/+7
* - Make all inlines for manipulating supervisor-level registers accept/returnbenno2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properbenno2002-03-211-20/+6
* - When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, notbenno2002-02-281-5/+12
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-281-1/+1
* Modify the critical section API as follows:jhb2001-12-181-2/+4
* Overhaul the per-CPU support a bit:jhb2001-12-111-3/+3
* Minor style(9)'ingobrien2001-08-161-2/+9
* Fix the atomic_*_32 operations. These were written before I had the abilitybenno2001-06-271-30/+52
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-0/+127
OpenPOWER on IntegriCloud