/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
|
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/dev/ |
cpu.c | 275 * Matches load-acquire in cpu_hatch. 297 cpu_hatch(void) function in typeref:typename:void
|
cpu.c | 275 * Matches load-acquire in cpu_hatch. 297 cpu_hatch(void) function in typeref:typename:void
|
/src/sys/arch/riscv/riscv/ |
cpu.c | 279 cpu_hatch(struct cpu_info *ci, unsigned long cpuindex) function in typeref:typename:void
|
cpu.c | 279 cpu_hatch(struct cpu_info *ci, unsigned long cpuindex) function in typeref:typename:void
|
/src/sys/arch/aarch64/aarch64/ |
cpu.c | 767 cpu_hatch(struct cpu_info *ci) function in typeref:typename:void
|
cpu.c | 767 cpu_hatch(struct cpu_info *ci) function in typeref:typename:void
|
/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
|
cpu.c | 502 * cpu_reset_fpustate() from cpu_hatch() before they 808 cpu_hatch(void) function in typeref:typename: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); */
|
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/powerpc/booke/ |
booke_machdep.c | 473 cpu_hatch(void) function in typeref:typename:register_t
|
booke_machdep.c | 473 cpu_hatch(void) function in typeref:typename:register_t
|
/src/sys/arch/alpha/alpha/ |
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
|
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/arch/powerpc/oea/ |
cpu_subr.c | 1509 cpu_hatch(void) function in typeref:typename:register_t
|
cpu_subr.c | 1509 cpu_hatch(void) function in typeref:typename:register_t
|
/src/sys/arch/x86/x86/ |
cpu.c | 210 void cpu_hatch(void *); 909 cpu_hatch(void *v) function in typeref:typename:void
|
cpu.c | 210 void cpu_hatch(void *); 909 cpu_hatch(void *v) function in typeref:typename:void
|
/src/sys/arch/mips/mips/ |
cpu_subr.c | 881 cpu_hatch(struct cpu_info *ci) function in typeref:typename:void
|
cpu_subr.c | 881 cpu_hatch(struct cpu_info *ci) function in typeref:typename:void
|