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

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1950 s10_lwp_create_entry_point(void *ulwp_structp) function
1964 * s10_lwp_create_entry_point() won't be seen in stack traces.
1966 * NOTE: s10_lwp_create_entry_point() pushes %r12 onto its stack frame
2002 * s10_lwp_create_entry_point() (see its definition above), that invokes the
2004 * in their %r14 registers so that s10_lwp_create_entry_point() can find and
2006 * register; therefore, any functions invoked by s10_lwp_create_entry_point()
2008 * %r14 for s10_lwp_create_entry_point().
2027 * Then make s10_lwp_create_entry_point() the new LWP's entry
2034 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point;
2044 * s10_lwp_create_entry_point()
[all...]

Completed in 21 milliseconds