Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dunwind_i.h154 struct unw_script { struct
155 unsigned long ip; /* ip this script is for */
156 unsigned long pr_mask; /* mask of predicates script depends on */
157 unsigned long pr_val; /* predicate values this script is for */
158 rwlock_t lock;
159 unsigned int flags; /* see UNW_FLAG_* in unwind.h */
160 unsigned short lru_chain; /* used for least-recently-used chain */
161 unsigned short coll_chain; /* used for hash collisions */
162 unsigned short hint; /* hint for next script to try (or -1) */
163 unsigned short count; /* number of instructions in script */
[all …]