Home
last modified time | relevance | path

Searched refs:ia64_fpreg (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace.h144 struct ia64_fpreg f6; /* scratch */
145 struct ia64_fpreg f7; /* scratch */
146 struct ia64_fpreg f8; /* scratch */
147 struct ia64_fpreg f9; /* scratch */
148 struct ia64_fpreg f10; /* scratch */
149 struct ia64_fpreg f11; /* scratch */
161 struct ia64_fpreg f2; /* preserved */
162 struct ia64_fpreg f3; /* preserved */
163 struct ia64_fpreg f4; /* preserved */
164 struct ia64_fpreg f5; /* preserved */
[all …]
H A Dsigcontext.h55 struct ia64_fpreg sc_fr[128]; /* floating-point registers */
H A Dfpu.h58 struct ia64_fpreg { struct
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dunaligned.c520 setfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in setfpreg()
552 *(struct ia64_fpreg *)addr = *fpval; in setfpreg()
569 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0()
575 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1()
581 getfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in getfpreg()
621 *fpval = *(struct ia64_fpreg *)addr; in getfpreg()
960 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended()
968 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()
984 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double()
[all …]
H A Defi.c78 struct ia64_fpreg fr[6]; \
95 struct ia64_fpreg fr[6]; \
110 struct ia64_fpreg fr[6]; \
125 struct ia64_fpreg fr[6]; \
144 struct ia64_fpreg fr[6]; \
164 struct ia64_fpreg fr[6]; \
181 struct ia64_fpreg fr[6]; \
197 struct ia64_fpreg fr[6]; \
213 struct ia64_fpreg fr[6]; \
H A Desi.c93 struct ia64_fpreg fr[6]; in ia64_esi_call()
144 struct ia64_fpreg fr[6]; in ia64_esi_call_phys()
H A Dptrace.c828 struct ia64_fpreg fpval; in ptrace_getregs()
934 sizeof(struct ia64_fpreg) * 6); in ptrace_getregs()
939 sizeof(struct ia64_fpreg) * 4); in ptrace_getregs()
973 struct ia64_fpreg fpval; in ptrace_setregs()
H A Dunwind.c446 unw_access_fr (struct unw_frame_info *info, int regnum, struct ia64_fpreg *val, int write) in unw_access_fr()
448 struct ia64_fpreg *addr = NULL; in unw_access_fr()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dunwind.h90 struct ia64_fpreg *f2_loc, *f3_loc, *f4_loc, *f5_loc, *fr_loc[16];
194 extern int unw_access_fr (struct unw_frame_info *, int, struct ia64_fpreg *, int);
211 unw_set_fr (struct unw_frame_info *i, int n, struct ia64_fpreg v) in unw_set_fr()
H A Dprocessor.h285 struct ia64_fpreg fph[96]; /* saved/loaded on demand */
411 extern void __ia64_save_fpu (struct ia64_fpreg *fph);
412 extern void __ia64_load_fpu (struct ia64_fpreg *fph);
429 ia64_save_fpu (struct ia64_fpreg *fph) { in ia64_save_fpu()
437 ia64_load_fpu (struct ia64_fpreg *fph) { in ia64_load_fpu()
H A Dsal.h55 struct ia64_fpreg __ia64_sc_fr[6]; \
68 struct ia64_fpreg __ia64_scn_fr[6]; \
77 struct ia64_fpreg __ia64_scs_fr[6]; \
393 struct ia64_fpreg __attribute__ ((packed)) fr[128];
886 struct ia64_fpreg fp[20];
H A Dpal.h796 extern void ia64_save_scratch_fpregs (struct ia64_fpreg *);
797 extern void ia64_load_scratch_fpregs (struct ia64_fpreg *);
800 struct ia64_fpreg fr[6]; \
807 struct ia64_fpreg fr[6]; \
814 struct ia64_fpreg fr[6]; \
821 struct ia64_fpreg fr[6]; \
H A Delf.h185 typedef struct ia64_fpreg elf_fpreg_t;