Home
last modified time | relevance | path

Searched refs:cpu_hatch (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/sys/arch/amd64/amd64/
Dmptramp.S101 .global _C_LABEL(cpu_hatch)
261 call _C_LABEL(cpu_hatch)
/netbsd/src/sys/arch/sparc/include/
Dlocore.h38 void cpu_hatch(void);
/netbsd/src/sys/arch/alpha/alpha/
Dmultiproc.s83 CALL(cpu_hatch)
Dcpu.c830 cpu_hatch(struct cpu_info *ci) in cpu_hatch() function
/netbsd/src/sys/arch/arm/include/arm32/
Dmachdep.h61 void cpu_hatch(struct cpu_info *, u_int, void (*)(struct cpu_info *));
/netbsd/src/sys/arch/alpha/include/
Dalpha.h158 void cpu_hatch(struct cpu_info *);
/netbsd/src/sys/arch/i386/i386/
Dmptramp.S240 call _C_LABEL(cpu_hatch)
/netbsd/src/sys/arch/aarch64/include/
Dcpu.h227 void cpu_hatch(struct cpu_info *);
/netbsd/src/sys/arch/powerpc/powerpc/
Dlocore_subr.S577 bl _C_LABEL(cpu_hatch)
607 bla _C_LABEL(cpu_hatch)
/netbsd/src/sys/arch/xen/x86/
Dcpu.c182 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/
Dcpu.h308 void cpu_hatch(void);
/netbsd/src/sys/arch/arm/arm32/
Darm32_boot.c361 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/
Dcpu.h441 void cpu_hatch(void);
/netbsd/src/sys/arch/powerpc/booke/
De500_mpsubr.S309 bl _C_LABEL(cpu_hatch)
Dbooke_machdep.c473 cpu_hatch(void) in cpu_hatch() function
/netbsd/src/sys/arch/powerpc/include/
Dcpu.h416 cpu_hatch(void);
/netbsd/src/sys/arch/x86/x86/
Dcpu.c210 void cpu_hatch(void *);
909 cpu_hatch(void *v) in cpu_hatch() function
/netbsd/src/sys/arch/sparc64/sparc64/
Dcpu.c808 cpu_hatch(void) in cpu_hatch() function
/netbsd/src/sys/arch/mips/mips/
Dlocore_mips3.S854 j _C_LABEL(cpu_hatch) # does everything
Dcpu_subr.c880 cpu_hatch(struct cpu_info *ci) in cpu_hatch() function
/netbsd/src/sys/arch/mips/include/
Dlocore.h643 void cpu_hatch(struct cpu_info *ci);
/netbsd/src/sys/arch/arm/arm/
Darmv6_start.S957 bl _C_LABEL(cpu_hatch)
/netbsd/src/sys/arch/hppa/hppa/
Dlocore.S542 b cpu_hatch
/netbsd/src/sys/arch/powerpc/oea/
Dcpu_subr.c1509 cpu_hatch(void) in cpu_hatch() function
/netbsd/src/sys/arch/sparc/sparc/
Dcpu.c683 pc = (void *)cpu_hatch; in cpu_spinup()

12