Searched refs:stack_put (Results 1 – 6 of 6) sorted by relevance
51 int stack_put(struct stack *, vm_offset_t);
55 if (stack_put(st, frame->pc) == -1) in stack_capture()
47 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
106 if (stack_put(st, pc) == -1) in stack_capture()
87 if (stack_put(st, callpc) == -1) in stack_capture()
71 stack_put(struct stack *st, vm_offset_t pc) in stack_put() function