Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dstack.h51 int stack_put(struct stack *, vm_offset_t);
/freebsd-13.1/sys/powerpc/powerpc/
H A Dstack_machdep.c86 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-13.1/sys/arm64/arm64/
H A Dstack_machdep.c54 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-13.1/sys/riscv/riscv/
H A Dstack_machdep.c60 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-13.1/sys/arm/arm/
H A Dstack_machdep.c47 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
/freebsd-13.1/sys/mips/mips/
H A Dstack_machdep.c106 if (stack_put(st, pc) == -1) in stack_capture()
/freebsd-13.1/sys/x86/x86/
H A Dstack_machdep.c87 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-13.1/sys/kern/
H A Dsubr_stack.c71 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function
/freebsd-13.1/share/man/man9/
H A DMakefile2076 stack.9 stack_put.9 \