Searched refs:cpu_throw (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/mips/mips/
H A Ddb_trace.c171 else if (pcBetween(savectx, cpu_throw))
173 else if (pcBetween(cpu_throw, cpu_switch))
174 subr = (uintptr_t)cpu_throw;
H A Dswtch.S202 NON_LEAF(cpu_throw, CALLFRAME_SIZ, ra)
213 END(cpu_throw)
/freebsd-9.3-release/sys/powerpc/booke/
H A Dswtch.S71 * void cpu_throw(struct thread *old, struct thread *new)
73 ENTRY(cpu_throw) function
/freebsd-9.3-release/sys/powerpc/aim/
H A Dswtch32.S69 * void cpu_throw(struct thread *old, struct thread *new)
71 ENTRY(cpu_throw) function
H A Dswtch64.S69 * void cpu_throw(struct thread *old, struct thread *new)
71 ENTRY(cpu_throw) function
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dswtch.S45 * void cpu_throw(struct thread *old, struct thread *new)
47 ENTRY(cpu_throw) function
52 END(cpu_throw)
/freebsd-9.3-release/sys/amd64/amd64/
H A Dcpu_switch.S61 * cpu_throw()
71 ENTRY(cpu_throw) function
83 END(cpu_throw)
/freebsd-9.3-release/sys/i386/i386/
H A Dswtch.s65 * cpu_throw()
76 ENTRY(cpu_throw) function
102 END(cpu_throw)
349 sw0_1: .asciz "cpu_throw: no newthread supplied"
/freebsd-9.3-release/sys/arm/arm/
H A Dswtch.S132 ENTRY(cpu_throw) function
/freebsd-9.3-release/sys/sys/
H A Dproc.h917 void cpu_throw(struct thread *, struct thread *) __dead2;
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmachdep.c489 cpu_throw(struct thread *old __unused, struct thread *new) function
509 panic("cpu_throw: restorectx() returned");
/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c1676 cpu_throw(td, choosethread()); /* doesn't return */
H A Dsched_ule.c2648 cpu_throw(td, newtd); /* doesn't return */
/freebsd-9.3-release/share/man/man9/
H A DMakefile942 mi_switch.9 cpu_throw.9

Completed in 201 milliseconds