Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dunwind.h64 unsigned long *cfm_loc; /* cfm save location (or NULL) */ member
179 *valp = *(info)->cfm_loc; in unw_get_cfm()
186 *(info)->cfm_loc = val; in unw_set_cfm()
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c520 if (!info->cfm_loc) in unw_access_ar()
523 *info->cfm_loc = in unw_access_ar()
524 (*info->cfm_loc & ~(0x3fUL << 52)) | ((*val & 0x3f) << 52); in unw_access_ar()
526 *val = (*info->cfm_loc >> 52) & 0x3f; in unw_access_ar()
1868 info->cfm_loc = info->pfs_loc; in unw_unwind()
1876 num_regs = *info->cfm_loc & 0x7f; /* size of frame */ in unw_unwind()
1881 num_regs = (*info->cfm_loc >> 7) & 0x7f; /* size of locals */ in unw_unwind()
2004 info->cfm_loc = &pt->cr_ifs; in unw_init_from_interruption()
2007 sof = *info->cfm_loc & 0x7f; in unw_init_from_interruption()
2025 info->cfm_loc = &sw->ar_pfs; in unw_init_frame_info()
[all …]