Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dstack.h49 int stack_put(struct stack *, vm_offset_t);
/freebsd-14.2/sys/arm64/arm64/
H A Dstack_machdep.c52 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-14.2/sys/powerpc/powerpc/
H A Dstack_machdep.c84 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-14.2/sys/riscv/riscv/
H A Dstack_machdep.c58 if (stack_put(st, frame->pc) == -1) in stack_capture()
/freebsd-14.2/sys/arm/arm/
H A Dstack_machdep.c45 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
/freebsd-14.2/sys/x86/x86/
H A Dstack_machdep.c85 if (stack_put(st, callpc) == -1) in stack_capture()
/freebsd-14.2/sys/kern/
H A Dsubr_stack.c69 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function
/freebsd-14.2/share/man/man9/
H A DMakefile2126 stack.9 stack_put.9 \