Home
last modified time | relevance | path

Searched defs:unwind_state (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
A Dunwind.h14 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
/linux/arch/s390/include/asm/
A Dunwind.h32 struct unwind_state { struct
43 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
/linux/arch/arc/kernel/
A Dunwind.c139 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;
148 unsigned stackDepth:8;
149 unsigned version:8;
150 const u8 *label;
[all …]
/linux/tools/testing/selftests/x86/
A Dunwind_vdso.c63 struct unwind_state { struct
70 struct unwind_state *state = opaque; in trace_fn() argument

Completed in 10 milliseconds