Searched refs:cfm_loc (Results 1 – 2 of 2) sorted by relevance
64 unsigned long *cfm_loc; /* cfm save location (or NULL) */ member171 *valp = *(info)->cfm_loc; in unw_get_cfm()178 *(info)->cfm_loc = val; in unw_set_cfm()
537 if (!info->cfm_loc) in unw_access_ar()540 *info->cfm_loc = in unw_access_ar()541 (*info->cfm_loc & ~(0x3fUL << 52)) | ((*val & 0x3f) << 52); in unw_access_ar()543 *val = (*info->cfm_loc >> 52) & 0x3f; in unw_access_ar()1918 info->cfm_loc = info->pfs_loc; in unw_unwind()1926 num_regs = *info->cfm_loc & 0x7f; /* size of frame */ in unw_unwind()1931 num_regs = (*info->cfm_loc >> 7) & 0x7f; /* size of locals */ in unw_unwind()2056 info->cfm_loc = &sw->ar_pfs; in unw_init_frame_info()2057 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()