Searched refs:unw_script (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/arch/ia64/kernel/ | 
| D | unwind.c | 117 	struct unw_script cache[UNW_CACHE_SIZE];1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr)  in cache_match()
 1224 static inline struct unw_script *
 1227 	struct unw_script *script = unw.cache + info->hint;  in script_lookup()
 1266 static inline struct unw_script *
 1269 	struct unw_script *script, *prev, *tmp;  in script_new()
 1333 script_finalize (struct unw_script *script, struct unw_state_record *sr)  in script_finalize()
 1346 script_emit (struct unw_script *script, struct unw_insn insn)  in script_emit()
 1357 emit_nat_info (struct unw_state_record *sr, int i, struct unw_script *script)  in emit_nat_info()
 1402 compile_reg (struct unw_state_record *sr, int i, struct unw_script *script)  in compile_reg()
 [all …]
 
 | 
| D | unwind_i.h | 154 struct unw_script {  struct
 |