Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h67 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function
84 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dunwind.h68 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack.c199 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
296 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
H A Dstacktrace.c49 regs = unwind_get_entry_regs(&state, NULL); in arch_stack_walk_reliable()