/src/sys/arch/sparc/include/ |
locore.h | 38 void cpu_hatch(void);
|
/src/sys/arch/alpha/alpha/ |
multiproc.s | 46 * make the function call look right, and call cpu_hatch() to finish 81 /* Restore argument and call cpu_hatch() */ 83 CALL(cpu_hatch)
|
cpu.c | 317 * cpu_hatch(), which will print a message indicating that the processor 319 * of cpu_hatch() is a spin-forever loop; we do not yet attempt to schedule 830 cpu_hatch(struct cpu_info *ci) function in typeref:typename:void
|
/src/sys/conf/ |
ssp.mk | 7 # for multi-cpu machines, cpu_hatch() straddles the init of
|
/src/sys/arch/arm/include/arm32/ |
machdep.h | 61 void cpu_hatch(struct cpu_info *, u_int, void (*)(struct cpu_info *));
|
/src/sys/arch/evbmips/ingenic/ |
cpu_startup.S | 86 j _C_LABEL(cpu_hatch) # does everything
|
/src/sys/arch/alpha/include/ |
alpha.h | 158 void cpu_hatch(struct cpu_info *);
|
/src/sys/arch/amd64/amd64/ |
mptramp.S | 101 .global _C_LABEL(cpu_hatch) 261 call _C_LABEL(cpu_hatch)
|
/src/sys/arch/i386/i386/ |
mptramp.S | 240 call _C_LABEL(cpu_hatch)
|
/src/sys/arch/riscv/include/ |
cpu.h | 127 void cpu_hatch(struct cpu_info *, unsigned long);
|
/src/sys/arch/aarch64/include/ |
cpu.h | 227 void cpu_hatch(struct cpu_info *);
|
/src/sys/arch/hppa/dev/ |
cpu.c | 275 * Matches load-acquire in cpu_hatch. 297 cpu_hatch(void) function in typeref:typename:void
|
/src/sys/arch/powerpc/booke/ |
e500_mpsubr.S | 72 * cpu_hatch will return a new SP to use. 309 bl _C_LABEL(cpu_hatch)
|
booke_machdep.c | 473 cpu_hatch(void) function in typeref:typename:register_t
|
/src/sys/arch/arm/arm32/ |
arm32_boot.c | 361 cpu_hatch(struct cpu_info *ci, u_int cpuindex, void (*md_cpu_init)(struct cpu_info *)) function in typeref:typename:void
|
/src/sys/arch/hppa/include/ |
cpu.h | 441 void cpu_hatch(void);
|
/src/sys/arch/riscv/riscv/ |
cpu.c | 279 cpu_hatch(struct cpu_info *ci, unsigned long cpuindex) function in typeref:typename:void
|
/src/sys/arch/sparc64/include/ |
cpu.h | 308 void cpu_hatch(void);
|
/src/sys/arch/powerpc/powerpc/ |
locore_subr.S | 577 bl _C_LABEL(cpu_hatch) 607 bla _C_LABEL(cpu_hatch) 608 mr %r1,%r3 /* move the return from cpu_hatch to the stackpointer*/
|
/src/sys/arch/powerpc/include/ |
cpu.h | 417 cpu_hatch(void);
|
/src/sys/arch/xen/x86/ |
cpu.c | 182 void cpu_hatch(void *); 653 if (CPU_STARTUP(ci, (vaddr_t) cpu_hatch) != 0) { 700 cpu_hatch(void *v) function in typeref:typename:void 857 * We arrange for the stack frame for cpu_hatch() to 953 /* Stack frame setup for cpu_hatch(): 954 * We arrange for the stack frame for cpu_hatch() to 1023 /* Initialise the given vcpu to execute cpu_hatch(ci); */
|
/src/sys/arch/x86/x86/ |
cpu.c | 210 void cpu_hatch(void *); 909 cpu_hatch(void *v) function in typeref:typename:void
|
/src/sys/arch/mips/include/ |
locore.h | 643 void cpu_hatch(struct cpu_info *ci);
|
/src/sys/arch/sparc64/sparc64/ |
cpu.c | 502 * cpu_reset_fpustate() from cpu_hatch() before they 808 cpu_hatch(void) function in typeref:typename:void
|
/src/sys/arch/mips/mips/ |
locore_mips3.S | 854 j _C_LABEL(cpu_hatch) # does everything
|