Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/include/asm/
Dunwind.h230 #define unw_get_fr(i,n,v) unw_access_fr(i,n,v,0) macro
/Linux-v5.4/arch/ia64/kernel/
Dptrace.c930 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
948 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
1720 if (unw_get_fr(info, i / sizeof(elf_fpreg_t), in do_fpregs_get()
1781 if (unw_get_fr(info, start / sizeof(elf_fpreg_t), in do_fpregs_set()
1791 if (unw_get_fr(info, end / sizeof(elf_fpreg_t), in do_fpregs_set()
Dprocess.c530 unw_get_fr(info, i, dst + i); in do_dump_task_fpu()