Searched refs:ia64_fpreg (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/ia64/include/asm/ |
D | ptrace.h | 168 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 f5; /* preserved */ [all …]
|
D | kvm_host.h | 556 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 */
|
D | unwind.h | 89 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) in unw_set_fr()
|
D | processor.h | 294 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) { in ia64_save_fpu() 468 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 | sal.h | 54 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];
|
D | fpu.h | 57 struct ia64_fpreg { struct
|
D | pal.h | 795 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]; \
|
D | elf.h | 186 typedef struct ia64_fpreg elf_fpreg_t;
|
/linux-2.6.39/arch/ia64/kernel/ |
D | unaligned.c | 517 setfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in setfpreg() 549 *(struct ia64_fpreg *)addr = *fpval; in setfpreg() 566 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() 572 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() 578 getfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in getfpreg() 618 *fpval = *(struct ia64_fpreg *)addr; in getfpreg() 957 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() 965 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() 973 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() 981 mem2float_double (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_double() [all …]
|
D | esi.c | 105 struct ia64_fpreg fr[6]; in ia64_esi_call() 156 struct ia64_fpreg fr[6]; in ia64_esi_call_phys()
|
D | efi.c | 59 struct ia64_fpreg fr[6]; \ 76 struct ia64_fpreg fr[6]; \ 91 struct ia64_fpreg fr[6]; \ 106 struct ia64_fpreg fr[6]; \ 125 struct ia64_fpreg fr[6]; \ 145 struct ia64_fpreg fr[6]; \ 162 struct ia64_fpreg fr[6]; \ 178 struct ia64_fpreg fr[6]; \ 194 struct ia64_fpreg fr[6]; \
|
D | ptrace.c | 854 struct ia64_fpreg fpval; in ptrace_getregs() 960 sizeof(struct ia64_fpreg) * 6); in ptrace_getregs() 965 sizeof(struct ia64_fpreg) * 4); in ptrace_getregs() 999 struct ia64_fpreg fpval; in ptrace_setregs()
|
D | unwind.c | 446 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()
|
/linux-2.6.39/arch/ia64/kvm/ |
D | mmio.c | 243 struct ia64_fpreg v; in emulate_io_inst() 256 struct ia64_fpreg v; in emulate_io_inst() 275 struct ia64_fpreg v; in emulate_io_inst() 299 struct ia64_fpreg v; in emulate_io_inst()
|
D | vcpu.h | 693 struct ia64_fpreg *val); 695 struct ia64_fpreg *val);
|
D | vcpu.c | 484 void getfpreg(unsigned long regnum, struct ia64_fpreg *fpval, in getfpreg() 630 void setfpreg(unsigned long regnum, struct ia64_fpreg *fpval, in setfpreg() 775 struct ia64_fpreg *val) in vcpu_get_fpreg() 783 struct ia64_fpreg *val) in vcpu_set_fpreg()
|