Searched refs:unw_get_fr (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/ia64/include/asm/ |
D | unwind.h | 230 #define unw_get_fr(i,n,v) unw_access_fr(i,n,v,0) macro
|
/linux-5.19.10/arch/ia64/kernel/ |
D | ptrace.c | 869 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs() 887 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs() 1534 if (unw_get_fr(info, n, ®)) { in do_fpregs_get() 1583 if (unw_get_fr(info, start / sizeof(elf_fpreg_t), in do_fpregs_set() 1593 if (unw_get_fr(info, end / sizeof(elf_fpreg_t), in do_fpregs_set() 1767 if (unw_get_fr(&info, reg, &fpreg)) in access_uarea()
|