Searched refs:ia64_fpreg (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/ |
D | ptrace.h | 158 struct ia64_fpreg f6; /* scratch */ 159 struct ia64_fpreg f7; /* scratch */ 160 struct ia64_fpreg f8; /* scratch */ 161 struct ia64_fpreg f9; /* scratch */ 162 struct ia64_fpreg f10; /* scratch */ 163 struct ia64_fpreg f11; /* scratch */ 175 struct ia64_fpreg f2; /* preserved */ 176 struct ia64_fpreg f3; /* preserved */ 177 struct ia64_fpreg f4; /* preserved */ 178 struct ia64_fpreg f5; /* preserved */ [all …]
|
D | unwind.h | 89 struct ia64_fpreg *f2_loc, *f3_loc, *f4_loc, *f5_loc, *fr_loc[16]; 201 extern int unw_access_fr (struct unw_frame_info *, int, struct ia64_fpreg *, int); 218 unw_set_fr (struct unw_frame_info *i, int n, struct ia64_fpreg v) in unw_set_fr()
|
D | processor.h | 294 struct ia64_fpreg fph[96]; /* saved/loaded on demand */ 456 extern void __ia64_save_fpu (struct ia64_fpreg *fph); 457 extern void __ia64_load_fpu (struct ia64_fpreg *fph); 479 ia64_save_fpu (struct ia64_fpreg *fph) { in ia64_save_fpu() 487 ia64_load_fpu (struct ia64_fpreg *fph) { in ia64_load_fpu()
|
D | sigcontext.h | 54 struct ia64_fpreg sc_fr[128]; /* floating-point registers */
|
D | elf.h | 72 typedef struct ia64_fpreg elf_fpreg_t;
|
D | sal.h | 53 struct ia64_fpreg __ia64_sc_fr[6]; \ 63 struct ia64_fpreg __ia64_scn_fr[6]; \ 72 struct ia64_fpreg __ia64_scs_fr[6]; \ 360 struct ia64_fpreg fr[128];
|
D | fpu.h | 57 struct ia64_fpreg { struct
|
D | pal.h | 769 extern void ia64_save_scratch_fpregs(struct ia64_fpreg *); 770 extern void ia64_load_scratch_fpregs(struct ia64_fpreg *); 773 struct ia64_fpreg fr[6]; \ 780 struct ia64_fpreg fr[6]; \ 787 struct ia64_fpreg fr[6]; \ 794 struct ia64_fpreg fr[6]; \ 801 struct ia64_fpreg fr[6]; \
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unaligned.c | 513 setfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in setfpreg() 545 *(struct ia64_fpreg *)addr = *fpval; in setfpreg() 562 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() 568 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() 574 getfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in getfpreg() 614 *fpval = *(struct ia64_fpreg *)addr; in getfpreg() 962 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() 969 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() 976 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() 983 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() [all …]
|
D | efi.c | 61 struct ia64_fpreg fr[6]; \ 75 struct ia64_fpreg fr[6]; \ 88 struct ia64_fpreg fr[6]; \ 102 struct ia64_fpreg fr[6]; \ 117 struct ia64_fpreg fr[6]; \ 132 struct ia64_fpreg fr[6]; \ 147 struct ia64_fpreg fr[6]; \ 162 struct ia64_fpreg fr[6]; \ 177 struct ia64_fpreg fr[6]; \
|
D | ptrace.c | 683 struct ia64_fpreg fpval; in access_fr() 1087 retval |= __copy_to_user(&ppr->fr[6], &pt->f6, sizeof(struct ia64_fpreg) * 6); in ptrace_getregs() 1091 retval |= __copy_to_user(&ppr->fr[12], &sw->f12, sizeof(struct ia64_fpreg) * 4); in ptrace_getregs()
|
D | unwind.c | 432 unw_access_fr (struct unw_frame_info *info, int regnum, struct ia64_fpreg *val, int write) in unw_access_fr() 434 struct ia64_fpreg *addr = 0; in unw_access_fr()
|