Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/include/asm/
Dunwind.h65 unsigned long *cfm_loc; /* cfm save location (or NULL) */ member
172 *valp = *(info)->cfm_loc; in unw_get_cfm()
179 *(info)->cfm_loc = val; in unw_set_cfm()
/linux-6.1.9/arch/ia64/kernel/
Dunwind.c538 if (!info->cfm_loc) in unw_access_ar()
541 *info->cfm_loc = in unw_access_ar()
542 (*info->cfm_loc & ~(0x3fUL << 52)) | ((*val & 0x3f) << 52); in unw_access_ar()
544 *val = (*info->cfm_loc >> 52) & 0x3f; in unw_access_ar()
1919 info->cfm_loc = info->pfs_loc; in unw_unwind()
1927 num_regs = *info->cfm_loc & 0x7f; /* size of frame */ in unw_unwind()
1932 num_regs = (*info->cfm_loc >> 7) & 0x7f; /* size of locals */ in unw_unwind()
2057 info->cfm_loc = &sw->ar_pfs; in unw_init_frame_info()
2058 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()