Searched defs:fph (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/include/asm/
H A Dprocessor.h295 struct ia64_fpreg fph[96]; /* saved/loaded on demand */ member in struct:thread_struct
308 .fph = {{{{0}}}, } \
398 * Return TRUE if task T owns the fph partition of the CPU we're running on.
409 * Mark task T as owning the fph partition of the CPU we're running on.
418 /* Mark the fph partition of task T as being invalid on all CPUs. */
422 extern void __ia64_save_fpu (struct ia64_fpreg *fph);
423 extern void __ia64_load_fpu (struct ia64_fpreg *fph);
430 /* load fp 0.0 into fph */
440 ia64_save_fpu (struct ia64_fpreg *fph) { argument
442 __ia64_save_fpu(fph);
448 ia64_load_fpu(struct ia64_fpreg *fph) argument
[all...]

Completed in 448 milliseconds