Home
last modified time | relevance | path

Searched refs:stksize (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/mips/mips/
HDdb_trace.c146 int more, stksize, j; in stacktrace_subr() local
159 stksize = 0; in stacktrace_subr()
242 stksize = 0; in stacktrace_subr()
362 stksize = -((short)i.IType.imm); in stacktrace_subr()
377 (*printfn) (") ra %jx sp %jx sz %d\n", ra, sp, stksize); in stacktrace_subr()
380 if (pc == ra && stksize == 0) in stacktrace_subr()
384 sp += stksize; in stacktrace_subr()
/trueos/sys/cddl/dev/dtrace/mips/
HDdtrace_isa.c306 int more, stksize; in dtrace_next_frame() local
320 stksize = 0; in dtrace_next_frame()
365 stksize = 0; in dtrace_next_frame()
480 stksize = -((short)i.IType.imm); in dtrace_next_frame()
488 *sp += stksize; in dtrace_next_frame()
514 int stksize; in dtrace_next_uframe() local
524 stksize = 0; in dtrace_next_uframe()
611 stksize = -((short)i.IType.imm); in dtrace_next_uframe()
628 *sp += stksize; in dtrace_next_uframe()
/trueos/sys/dev/hwpmc/
HDhwpmc_mips.c480 int more, stksize; in pmc_next_frame() local
484 stksize = 0; in pmc_next_frame()
525 stksize = 0; in pmc_next_frame()
599 stksize = -((short)i.IType.imm); in pmc_next_frame()
607 *sp += stksize; in pmc_next_frame()
621 int stksize; in pmc_next_uframe() local
628 stksize = 0; in pmc_next_uframe()
713 stksize = -((short)i.IType.imm); in pmc_next_uframe()
727 *sp += stksize; in pmc_next_uframe()
/trueos/sys/cddl/compat/opensolaris/sys/
HDproc.h66 thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in thread_create() argument
81 stksize / PAGE_SIZE, "zfskern", "solthread %p", proc); in thread_create()
/trueos/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument