HomeSort by: relevance | last modified time | path
    Searched refs:cpu_lwp_bootstrap (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
vm_machdep.c 65 void cpu_lwp_bootstrap(void);
72 * returns to cpu_lwp_bootstrap() which will call child_return() with l2
137 ktf->ktf_lr = (register_t) cpu_lwp_bootstrap;
locore_subr.S 528 .globl _C_LABEL(cpu_lwp_bootstrap)
529 _ENTRY(cpu_lwp_bootstrap)
  /src/sys/arch/vax/vax/
vm_machdep.c 58 * cpu_lwp_bootstrap() and call child_return() with p2 as an
76 void cpu_lwp_bootstrap(void);
121 * called cpu_lwp_bootstrap with a CALLS insn and it can return to
141 pcb2->PC = (uintptr_t)cpu_lwp_bootstrap + 2;
subr.S 399 ENTRY(cpu_lwp_bootstrap, 0) function

Completed in 141 milliseconds