unw_get_ar        498 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_RSC, &dst[45]);
unw_get_ar        506 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_CCV, &dst[49]);
unw_get_ar        507 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_UNAT, &dst[50]);
unw_get_ar        508 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_FPSR, &dst[51]);
unw_get_ar        510 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_LC, &dst[53]);
unw_get_ar        511 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_EC, &dst[54]);
unw_get_ar        512 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_CSD, &dst[55]);
unw_get_ar        513 arch/ia64/kernel/process.c 	unw_get_ar(info, UNW_AR_SSD, &dst[56]);
unw_get_ar        809 arch/ia64/kernel/ptrace.c 		if (unw_get_ar(info, UNW_AR_UNAT, &scratch_unat) < 0) {