Searched refs:stack_capture (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | stack_machdep.c | 43 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() function 72 stack_capture(td, st, &frame); in stack_save_td() 84 stack_capture(curthread, st, &frame); in stack_save()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | stack_machdep.c | 54 stack_capture(struct stack *st, vm_offset_t frame) in stack_capture() function 102 stack_capture(st, frame); in stack_save_td() 112 stack_capture(st, frame); in stack_save()
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | stack_machdep.c | 72 stack_capture(struct thread *td, struct stack *st, register_t fp) in stack_capture() function 100 stack_capture(td, stack_intr_stack, TF_FP(td->td_intr_frame)); in stack_capture_intr() 128 stack_capture(td, st, PCB_FP(td->td_pcb)); in stack_save_td() 173 stack_capture(curthread, st, fp); in stack_save()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | stack_machdep.c | 48 stack_capture(struct thread *td, struct stack *st, struct unwind_state *frame) in stack_capture() function 79 stack_capture(td, st, &frame); in stack_save_td() 95 stack_capture(curthread, st, &frame); in stack_save()
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | stack_machdep.c | 40 stack_capture(struct stack *st, struct unwind_state *state) in stack_capture() function 64 stack_capture(st, &state); in stack_save() 84 stack_capture(st, &state); in stack_save_td()
|
| /freebsd-14.2/sys/dev/xen/debug/ |
| H A D | debug.c | 67 stack_capture(struct stack *st, register_t rbp);
|