Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dunwind.c147 } unw = { variable
148 .tables = &unw.kernel_table,
149 .lock = __SPIN_LOCK_UNLOCKED(unw.lock),
245 return (unsigned long) ((char *) addr - (char *) &unw.r0) < sizeof(unw.r0); in read_only()
256 if (reg < ARRAY_SIZE(unw.pt_regs_offsets)) in pt_regs_off()
257 off = unw.pt_regs_offsets[reg]; in pt_regs_off()
756 for (i = 0; i < (int) ARRAY_SIZE(unw.save_order); ++i) { in finish_prologue()
757 reg = sr->curr.reg + unw.save_order[i]; in finish_prologue()
838 set_reg(sr->curr.reg + unw.save_order[i], UNW_WHERE_GR, in desc_prologue()
1227 struct unw_script *script = unw.cache + info->hint; in script_lookup()
[all …]
/linux-6.1.9/arch/arc/kernel/
Dmodule.c136 void *unw; in module_finalize() local
140 unw = unwind_add_table(mod, (void *)sechdrs[unwsec].sh_addr, in module_finalize()
142 mod->arch.unw_info = unw; in module_finalize()