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

/freebsd-10.2-release/sys/mips/mips/
H A Ddb_trace.c196 else if (pcBetween(savectx, cpu_throw))
198 else if (pcBetween(cpu_throw, cpu_switch))
199 subr = (uintptr_t)cpu_throw;
H A Dswtch.S203 NON_LEAF(cpu_throw, CALLFRAME_SIZ, ra)
214 END(cpu_throw)
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dswtch32.S70 * void cpu_throw(struct thread *old, struct thread *new)
72 ENTRY(cpu_throw)
H A Dswtch64.S69 * void cpu_throw(struct thread *old, struct thread *new)
71 ENTRY(cpu_throw)
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dswtch.S45 * void cpu_throw(struct thread *old, struct thread *new)
47 ENTRY(cpu_throw)
52 END(cpu_throw)
/freebsd-10.2-release/sys/arm/arm/
H A Dswtch.S120 * cpu_throw(oldtd, newtd)
127 ENTRY(cpu_throw)
214 END(cpu_throw)
/freebsd-10.2-release/sys/i386/i386/
H A Dswtch.s65 * cpu_throw()
76 ENTRY(cpu_throw)
102 END(cpu_throw)
349 sw0_1: .asciz "cpu_throw: no newthread supplied"
/freebsd-10.2-release/sys/amd64/amd64/
H A Dcpu_switch.S61 * cpu_throw()
71 ENTRY(cpu_throw)
82 END(cpu_throw)
/freebsd-10.2-release/sys/sys/
H A Dproc.h931 void cpu_throw(struct thread *, struct thread *) __dead2;
/freebsd-10.2-release/sys/ia64/ia64/
H A Dmachdep.c493 cpu_throw(struct thread *old __unused, struct thread *new) function
513 panic("cpu_throw: restorectx() returned");
/freebsd-10.2-release/sys/kern/
H A Dsched_4bsd.c1678 cpu_throw(td, choosethread()); /* doesn't return */
H A Dsched_ule.c2701 cpu_throw(td, newtd); /* doesn't return */
/freebsd-10.2-release/share/man/man9/
H A DMakefile976 mi_switch.9 cpu_throw.9

Completed in 102 milliseconds