Searched defs:s10_lwp_create_entry_point (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1556 s10_lwp_create_entry_point(void *ulwp_structp) function
1570 * s10_lwp_create_entry_point() won't be seen in stack traces.
1572 * NOTE: s10_lwp_create_entry_point() pushes %r12 onto its stack frame
1608 * s10_lwp_create_entry_point() (see its definition above), that invokes the
1610 * in their %r14 registers so that s10_lwp_create_entry_point() can find and
1612 * register; therefore, any functions invoked by s10_lwp_create_entry_point()
1614 * %r14 for s10_lwp_create_entry_point().
1633 * Then make s10_lwp_create_entry_point() the new LWP's entry
1640 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point;
1650 * s10_lwp_create_entry_point()
[all...]

Completed in 48 milliseconds