Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dunwind_i.h153 struct unw_script { struct
Dunwind.c116 struct unw_script cache[UNW_CACHE_SIZE];
1213 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match()
1223 static inline struct unw_script *
1226 struct unw_script *script = unw.cache + info->hint; in script_lookup()
1265 static inline struct unw_script *
1268 struct unw_script *script, *prev, *tmp; in script_new()
1332 script_finalize (struct unw_script *script, struct unw_state_record *sr) in script_finalize()
1345 script_emit (struct unw_script *script, struct unw_insn insn) in script_emit()
1356 emit_nat_info (struct unw_state_record *sr, int i, struct unw_script *script) in emit_nat_info()
1401 compile_reg (struct unw_state_record *sr, int i, struct unw_script *script) in compile_reg()
[all …]