| /netbsd/src/sys/arch/amd64/amd64/ |
| D | mptramp.S | 101 .global _C_LABEL(cpu_hatch) 261 call _C_LABEL(cpu_hatch)
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | locore.h | 38 void cpu_hatch(void);
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | multiproc.s | 83 CALL(cpu_hatch)
|
| D | cpu.c | 830 cpu_hatch(struct cpu_info *ci) in cpu_hatch() function
|
| /netbsd/src/sys/arch/arm/include/arm32/ |
| D | machdep.h | 61 void cpu_hatch(struct cpu_info *, u_int, void (*)(struct cpu_info *));
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | alpha.h | 158 void cpu_hatch(struct cpu_info *);
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | mptramp.S | 240 call _C_LABEL(cpu_hatch)
|
| /netbsd/src/sys/arch/aarch64/include/ |
| D | cpu.h | 227 void cpu_hatch(struct cpu_info *);
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | locore_subr.S | 577 bl _C_LABEL(cpu_hatch) 607 bla _C_LABEL(cpu_hatch)
|
| /netbsd/src/sys/arch/xen/x86/ |
| D | cpu.c | 182 void cpu_hatch(void *); 653 if (CPU_STARTUP(ci, (vaddr_t) cpu_hatch) != 0) { in cpu_start_secondary() 700 cpu_hatch(void *v) in cpu_hatch() function
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | cpu.h | 308 void cpu_hatch(void);
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | arm32_boot.c | 361 cpu_hatch(struct cpu_info *ci, u_int cpuindex, void (*md_cpu_init)(struct cpu_info *)) in cpu_hatch() function
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | cpu.h | 441 void cpu_hatch(void);
|
| /netbsd/src/sys/arch/powerpc/booke/ |
| D | e500_mpsubr.S | 309 bl _C_LABEL(cpu_hatch)
|
| D | booke_machdep.c | 473 cpu_hatch(void) in cpu_hatch() function
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | cpu.h | 416 cpu_hatch(void);
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | cpu.c | 210 void cpu_hatch(void *); 909 cpu_hatch(void *v) in cpu_hatch() function
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | cpu.c | 808 cpu_hatch(void) in cpu_hatch() function
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | locore_mips3.S | 854 j _C_LABEL(cpu_hatch) # does everything
|
| D | cpu_subr.c | 880 cpu_hatch(struct cpu_info *ci) in cpu_hatch() function
|
| /netbsd/src/sys/arch/mips/include/ |
| D | locore.h | 643 void cpu_hatch(struct cpu_info *ci);
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | armv6_start.S | 957 bl _C_LABEL(cpu_hatch)
|
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | locore.S | 542 b cpu_hatch
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | cpu_subr.c | 1509 cpu_hatch(void) in cpu_hatch() function
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | cpu.c | 683 pc = (void *)cpu_hatch; in cpu_spinup()
|