Home
last modified time | relevance | path

Searched refs:unw_get_fr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
Dunwind.h229 #define unw_get_fr(i,n,v) unw_access_fr(i,n,v,0) macro
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c924 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
942 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
1713 if (unw_get_fr(info, i / sizeof(elf_fpreg_t), in do_fpregs_get()
1774 if (unw_get_fr(info, start / sizeof(elf_fpreg_t), in do_fpregs_set()
1784 if (unw_get_fr(info, end / sizeof(elf_fpreg_t), in do_fpregs_set()
Dprocess.c529 unw_get_fr(info, i, dst + i); in do_dump_task_fpu()