Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c147 } unw = { variable
1293 unw.cache[unw.lru_tail].lru_chain = head; in script_new()
1299 tmp = unw.cache + unw.hash[index]; in script_new()
1320 unw.hash[index] = script - unw.cache; in script_new()
2168 tmp = unw.cache + unw.hash[index]; in unw_remove_unwind_table()
2256 unw.sw_off[unw.preg_index[UNW_REG_RP]] = SW(B0); in unw_init()
2258 unw.sw_off[unw.preg_index[UNW_REG_PR]] = SW(PR); in unw_init()
2262 unw.sw_off[unw.preg_index[i]] = off; in unw_init()
2264 unw.sw_off[unw.preg_index[i]] = off; in unw_init()
2266 unw.sw_off[unw.preg_index[i]] = off; in unw_init()
[all …]
/openbmc/linux/arch/arc/kernel/
H A 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()