Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dstack.h41 int stack_put(struct stack *, vm_offset_t);
/freebsd-12.1/sys/powerpc/powerpc/
H A Dstack_machdep.c84 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-12.1/sys/riscv/riscv/
H A Dstack_machdep.c58 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-12.1/sys/arm64/arm64/
H A Dstack_machdep.c53 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dstack_machdep.c66 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-12.1/sys/mips/mips/
H A Dstack_machdep.c91 if (stack_put(st, pc) == -1) in stack_capture()
/freebsd-12.1/sys/x86/x86/
H A Dstack_machdep.c92 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-12.1/sys/kern/
H A Dsubr_stack.c71 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function
/freebsd-12.1/share/man/man9/
H A DMakefile1956 stack.9 stack_put.9 \