Home
last modified time | relevance | path

Searched refs:stack_put (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sys/
HDstack.h39 int stack_put(struct stack *, vm_offset_t);
/freebsd-11-stable/sys/powerpc/powerpc/
HDstack_machdep.c82 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-11-stable/sys/arm64/arm64/
HDstack_machdep.c53 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-11-stable/sys/riscv/riscv/
HDstack_machdep.c58 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-11-stable/sys/sparc64/sparc64/
HDstack_machdep.c64 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-11-stable/sys/mips/mips/
HDstack_machdep.c89 if (stack_put(st, pc) == -1) in stack_capture()
/freebsd-11-stable/sys/x86/x86/
HDstack_machdep.c92 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-11-stable/sys/kern/
HDsubr_stack.c69 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function
/freebsd-11-stable/share/man/man9/
HDMakefile1714 stack.9 stack_put.9 \