Searched refs:unw_get_ar (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | process.c | 478 unw_get_ar(info, UNW_AR_RSC, &dst[45]); in do_copy_task_regs() 486 unw_get_ar(info, UNW_AR_CCV, &dst[49]); in do_copy_task_regs() 487 unw_get_ar(info, UNW_AR_UNAT, &dst[50]); in do_copy_task_regs() 488 unw_get_ar(info, UNW_AR_FPSR, &dst[51]); in do_copy_task_regs() 490 unw_get_ar(info, UNW_AR_LC, &dst[53]); in do_copy_task_regs() 491 unw_get_ar(info, UNW_AR_EC, &dst[54]); in do_copy_task_regs() 492 unw_get_ar(info, UNW_AR_CSD, &dst[55]); in do_copy_task_regs() 493 unw_get_ar(info, UNW_AR_SSD, &dst[56]); in do_copy_task_regs()
|
A D | ptrace.c | 748 if (unw_get_ar(info, UNW_AR_UNAT, &scratch_unat) < 0) { in access_nat_bits()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | unwind.h | 231 #define unw_get_ar(i,n,v) unw_access_ar(i,n,v,0) macro
|
Completed in 10 milliseconds