Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstack.h51 int stack_put(struct stack *, vm_offset_t);
/f-stack/freebsd/arm64/arm64/
H A Dstack_machdep.c55 if (stack_put(st, frame->pc) == -1) in stack_capture()
/f-stack/freebsd/arm/arm/
H A Dstack_machdep.c47 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c106 if (stack_put(st, pc) == -1) in stack_capture()
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c87 if (stack_put(st, callpc) == -1) in stack_capture()
/f-stack/freebsd/kern/
H A Dsubr_stack.c71 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function