Searched defs:unwind_state (Results 1 – 7 of 7) sorted by relevance
| /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-4.19/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-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-4.19/arch/arc/kernel/ |
| D | unwind.c | 142 struct unwind_state { struct 143 uleb128_t loc, org; 144 const u8 *cieStart, *cieEnd; 145 uleb128_t codeAlign; 146 sleb128_t dataAlign; 147 struct cfa { 149 } cfa; 150 struct unwind_item regs[ARRAY_SIZE(reg_info)]; 151 unsigned stackDepth:8; 152 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-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
|
| /kernel/linux/linux-4.19/tools/testing/selftests/x86/ |
| D | unwind_vdso.c | 91 struct unwind_state { struct 98 struct unwind_state *state = opaque; in trace_fn() argument
|