Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/asm/
Dunwind.h64 unsigned long *cfm_loc; /* cfm save location (or NULL) */ member
171 *valp = *(info)->cfm_loc; in unw_get_cfm()
178 *(info)->cfm_loc = val; in unw_set_cfm()
/linux-4.1.27/arch/ia64/kernel/
Dunwind.c537 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()