Searched defs:unwind_state (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | unwind.h | 17 struct unwind_state { struct 34 void unwind_start(struct unwind_state *state, struct task_struct *task, argument
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | unwind.h | 13 struct unwind_state { struct 14 struct stack_info stack_info; 38 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | unwind.h | 14 struct unwind_state { struct 15 struct stack_info stack_info; 16 unsigned long stack_mask; 17 struct task_struct *task; 18 int graph_idx; 42 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | unwind.h | 21 struct unwind_state { struct 30 bool default_next_frame(struct unwind_state *state); argument
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | unwind.h | 34 struct unwind_state { struct 47 static inline unsigned long unwind_recover_ret_addr(struct unwind_state *state, in unwind_recover_ret_addr() argument
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | unwind.h | 32 struct unwind_state { struct 43 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/stacktrace/ |
| D | common.h | 36 struct unwind_state { struct 37 unsigned long fp; 38 unsigned long pc; 40 struct llist_node *kr_cur; 42 struct task_struct *task; 44 struct stack_info stack; 45 struct stack_info *stacks; 69 static inline void unwind_init_common(struct unwind_state *state, in unwind_init_common() argument
|
| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| D | unwind.c | 139 struct unwind_state { struct 140 uleb128_t loc, org; 141 const u8 *cieStart, *cieEnd; 142 uleb128_t codeAlign; 143 sleb128_t dataAlign; 144 struct cfa { 146 } cfa; 147 struct unwind_item regs[ARRAY_SIZE(reg_info)]; 148 unsigned stackDepth:8; 149 unsigned version:8; [all …]
|
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| D | unwind.c | 139 struct unwind_state { struct 140 uleb128_t loc, org; 141 const u8 *cieStart, *cieEnd; 142 uleb128_t codeAlign; 143 sleb128_t dataAlign; 144 struct cfa { 146 } cfa; 147 struct unwind_item regs[ARRAY_SIZE(reg_info)]; 148 unsigned stackDepth:8; 149 unsigned version:8; [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| D | unwind_vdso.c | 63 struct unwind_state { struct 70 struct unwind_state *state = opaque; in trace_fn() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| D | unwind_vdso.c | 63 struct unwind_state { struct 70 struct unwind_state *state = opaque; in trace_fn() argument
|