Searched refs:unwind_get_entry_regs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | unwind.h | 67 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
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | unwind.h | 71 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function 88 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | unwind.h | 68 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | unwind.h | 83 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | dumpstack.c | 198 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl() 299 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
|
H A D | stacktrace.c | 49 regs = unwind_get_entry_regs(&state, NULL); in arch_stack_walk_reliable()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | dumpstack.c | 198 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl() 299 regs = unwind_get_entry_regs(&state, &partial); in show_trace_log_lvl()
|
H A D | stacktrace.c | 43 regs = unwind_get_entry_regs(&state, NULL); in arch_stack_walk_reliable()
|
Completed in 4 milliseconds