Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dunwind.h13 struct unwind_state { struct
32 void __unwind_start(struct unwind_state *state, struct task_struct *task, argument
/Linux-v4.19/arch/arc/kernel/
Dunwind.c142 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 …]
/Linux-v4.19/tools/testing/selftests/x86/
Dunwind_vdso.c91 struct unwind_state { struct
98 struct unwind_state *state = opaque; in trace_fn() argument