Go to the documentation of this file. 1 #ifndef _ASM_IA64_UNWIND_H
2 #define _ASM_IA64_UNWIND_H
44 #define UNW_FLAG_INTERRUPT_FRAME (1UL << 0)
108 const void *table_start,
const void *table_end);
138 #define unw_is_intr_frame(info) (((info)->flags & UNW_FLAG_INTERRUPT_FRAME) != 0)
171 *valp = *(
info)->cfm_loc;
178 *(
info)->cfm_loc = val;
227 #define unw_get_gr(i,n,v,nat) unw_access_gr(i,n,v,nat,0)
228 #define unw_get_br(i,n,v) unw_access_br(i,n,v,0)
229 #define unw_get_fr(i,n,v) unw_access_fr(i,n,v,0)
230 #define unw_get_ar(i,n,v) unw_access_ar(i,n,v,0)
231 #define unw_get_pr(i,v) unw_access_pr(i,v,0)