Home
last modified time | relevance | path

Searched refs:unwind_get_entry_regs (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dunwind.h61 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function
78 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function
/Linux-v4.19/arch/x86/kernel/
Ddumpstack.c175 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
272 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
Dstacktrace.c96 regs = unwind_get_entry_regs(&state, NULL); in __save_stack_trace_reliable()