Home
last modified time | relevance | path

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

/src/sys/arm64/arm64/
H A Dstack_machdep.c51 if (stack_put(st, frame->pc) == -1) in stack_capture()
/src/sys/sys/
H A Dstack.h49 int stack_put(struct stack *, vm_offset_t);
/src/sys/powerpc/powerpc/
H A Dstack_machdep.c83 if (stack_put(st, callpc) == -1) in stack_capture()
/src/sys/riscv/riscv/
H A Dstack_machdep.c57 if (stack_put(st, frame->pc) == -1) in stack_capture()
/src/sys/arm/arm/
H A Dstack_machdep.c44 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
/src/sys/x86/x86/
H A Dstack_machdep.c85 if (stack_put(st, callpc) == -1) in stack_capture()
/src/sys/kern/
H A Dsubr_stack.c68 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function
/src/share/man/man9/
H A DMakefile2175 stack.9 stack_put.9 \