Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstack.h49 int stack_put(struct stack *, vm_offset_t);
/freebsd/sys/powerpc/powerpc/
H A Dstack_machdep.c83 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd/sys/riscv/riscv/
H A Dstack_machdep.c57 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd/sys/x86/x86/
H A Dstack_machdep.c85 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd/sys/kern/
H A Dsubr_stack.c68 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function