Searched refs:cpu_exit (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/arch/sh/sh/
H A Dlocore_c.c155 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/mips64/mips64/
H A Dvm_machdep.c129 * cpu_exit is called as the last action during exit.
132 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/i386/i386/
H A Dvm_machdep.c107 * cpu_exit is called as the last action during exit.
110 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dvm_machdep.c117 * cpu_exit is called as the last action during exit.
123 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/amd64/amd64/
H A Dvm_machdep.c120 * cpu_exit is called as the last action during exit.
126 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dvm_machdep.c108 * cpu_exit is called as the last action during exit.
114 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/arm/arm/
H A Dvm_machdep.c128 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/arm64/arm64/
H A Dvm_machdep.c114 * cpu_exit is called as the last action during exit.
120 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/alpha/alpha/
H A Dvm_machdep.c49 * cpu_exit is called as the last action during exit.
52 cpu_exit(p) function
/openbsd-current/sys/arch/m88k/m88k/
H A Dvm_machdep.c112 * cpu_exit is called as the last action during exit.
115 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/hppa/hppa/
H A Dvm_machdep.c127 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dvm_machdep.c133 * cpu_exit is called as the last action during exit.
142 cpu_exit(struct proc *p) function
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c273 * cpu_exit is called as the last action during exit.
280 cpu_exit(struct proc *p) function
/openbsd-current/sys/sys/
H A Dproc.h566 void cpu_exit(struct proc *);
/openbsd-current/sys/kern/
H A Dkern_exit.c382 * Note that cpu_exit() will end with a call equivalent to
386 cpu_exit(p);
387 panic("cpu_exit returned");
401 * We are called from cpu_exit() once it is safe to schedule the

Completed in 297 milliseconds