Searched refs:stack_put (Results 1 – 5 of 5) sorted by relevance
49 int stack_put(struct stack *, vm_offset_t);
83 if (stack_put(st, callpc) == -1) in stack_capture()
57 if (stack_put(st, frame->pc) == -1) in stack_capture()
85 if (stack_put(st, callpc) == -1) in stack_capture()
68 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function