Searched refs:ia64_fpreg (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dptrace.h168 struct ia64_fpreg f6; /* scratch */
169 struct ia64_fpreg f7; /* scratch */
170 struct ia64_fpreg f8; /* scratch */
171 struct ia64_fpreg f9; /* scratch */
172 struct ia64_fpreg f10; /* scratch */
173 struct ia64_fpreg f11; /* scratch */
185 struct ia64_fpreg f2; /* preserved */
186 struct ia64_fpreg f3; /* preserved */
187 struct ia64_fpreg f4; /* preserved */
188 struct ia64_fpreg f
[all...]
H A Dsigcontext.h54 struct ia64_fpreg sc_fr[128]; /* floating-point registers */
H A Dfpu.h57 struct ia64_fpreg { struct
H A Dunwind.h89 struct ia64_fpreg *f2_loc, *f3_loc, *f4_loc, *f5_loc, *fr_loc[16];
193 extern int unw_access_fr (struct unw_frame_info *, int, struct ia64_fpreg *, int);
210 unw_set_fr (struct unw_frame_info *i, int n, struct ia64_fpreg v)
H A Dkvm_host.h556 struct ia64_fpreg f6; /* scratch */
557 struct ia64_fpreg f7; /* scratch */
558 struct ia64_fpreg f8; /* scratch */
559 struct ia64_fpreg f9; /* scratch */
560 struct ia64_fpreg f10; /* scratch */
561 struct ia64_fpreg f11; /* scratch */
H A Dprocessor.h294 struct ia64_fpreg fph[96]; /* saved/loaded on demand */
442 extern void __ia64_save_fpu (struct ia64_fpreg *fph);
443 extern void __ia64_load_fpu (struct ia64_fpreg *fph);
460 ia64_save_fpu (struct ia64_fpreg *fph) {
468 ia64_load_fpu (struct ia64_fpreg *fph) {
H A Dsal.h54 struct ia64_fpreg __ia64_sc_fr[6]; \
67 struct ia64_fpreg __ia64_scn_fr[6]; \
76 struct ia64_fpreg __ia64_scs_fr[6]; \
392 struct ia64_fpreg __attribute__ ((packed)) fr[128];
885 struct ia64_fpreg fp[20];
H A Delf.h186 typedef struct ia64_fpreg elf_fpreg_t;
H A Dpal.h795 extern void ia64_save_scratch_fpregs (struct ia64_fpreg *);
796 extern void ia64_load_scratch_fpregs (struct ia64_fpreg *);
799 struct ia64_fpreg fr[6]; \
806 struct ia64_fpreg fr[6]; \
813 struct ia64_fpreg fr[6]; \
820 struct ia64_fpreg fr[6]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c517 setfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs)
549 *(struct ia64_fpreg *)addr = *fpval;
566 float_spill_f0 (struct ia64_fpreg *final)
572 float_spill_f1 (struct ia64_fpreg *final)
578 getfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs)
618 *fpval = *(struct ia64_fpreg *)addr;
957 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final)
965 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *fina
[all...]
H A Desi.c105 struct ia64_fpreg fr[6];
156 struct ia64_fpreg fr[6];
H A Defi.c58 struct ia64_fpreg fr[6]; \
75 struct ia64_fpreg fr[6]; \
90 struct ia64_fpreg fr[6]; \
105 struct ia64_fpreg fr[6]; \
124 struct ia64_fpreg fr[6]; \
144 struct ia64_fpreg fr[6]; \
161 struct ia64_fpreg fr[6]; \
177 struct ia64_fpreg fr[6]; \
193 struct ia64_fpreg fr[6]; \
H A Dptrace.c844 struct ia64_fpreg fpval;
950 sizeof(struct ia64_fpreg) * 6);
955 sizeof(struct ia64_fpreg) * 4);
989 struct ia64_fpreg fpval;
H A Dunwind.c446 unw_access_fr (struct unw_frame_info *info, int regnum, struct ia64_fpreg *val, int write)
448 struct ia64_fpreg *addr = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dmmio.c243 struct ia64_fpreg v;
255 struct ia64_fpreg v;
273 struct ia64_fpreg v;
297 struct ia64_fpreg v;
H A Dvcpu.h693 struct ia64_fpreg *val);
695 struct ia64_fpreg *val);
H A Dvcpu.c484 void getfpreg(unsigned long regnum, struct ia64_fpreg *fpval,
630 void setfpreg(unsigned long regnum, struct ia64_fpreg *fpval,
775 struct ia64_fpreg *val)
783 struct ia64_fpreg *val)

Completed in 130 milliseconds