MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stack_capture_intr

Function stack_capture_intr

freebsd/x86/x86/stack_machdep.c:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95#ifdef SMP
96void
97stack_capture_intr(void)
98{
99 struct thread *td;
100
101 td = curthread;
102 stack_capture(td, stack_intr_stack, TF_FP(td->td_intr_frame));
103 atomic_store_rel_ptr((void *)&stack_intr_td, (uintptr_t)td);
104}
105#endif
106
107int

Callers 1

ipi_bitmap_handlerFunction · 0.85

Calls 1

stack_captureFunction · 0.70

Tested by

no test coverage detected