Home
last modified time | relevance | path

Searched refs:unw (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dunwind.c146 } unw = { variable
147 .tables = &unw.kernel_table,
148 .lock = __SPIN_LOCK_UNLOCKED(unw.lock),
244 return (unsigned long) ((char *) addr - (char *) &unw.r0) < sizeof(unw.r0); in read_only()
255 if (reg < ARRAY_SIZE(unw.pt_regs_offsets)) in pt_regs_off()
256 off = unw.pt_regs_offsets[reg]; in pt_regs_off()
755 for (i = 0; i < (int) ARRAY_SIZE(unw.save_order); ++i) { in finish_prologue()
756 reg = sr->curr.reg + unw.save_order[i]; in finish_prologue()
837 set_reg(sr->curr.reg + unw.save_order[i], UNW_WHERE_GR, in desc_prologue()
1226 struct unw_script *script = unw.cache + info->hint; in script_lookup()
[all …]
/linux-4.4.14/arch/arc/kernel/
Dmodule.c135 void *unw; in module_finalize() local
139 unw = unwind_add_table(mod, (void *)sechdrs[unwsec].sh_addr, in module_finalize()
141 mod->arch.unw_info = unw; in module_finalize()