Lines Matching refs:in
7 * Only initialize FPE state once in repeat-FP situations. (6%)
27 overflow the available space in the task structure.
45 passes in a pointer to the FPE's state area. This is defined
49 below its area, which is bad, as the area is in the thread_struct
50 embedded in the process task structure. Thus we were scribbling
51 over one of the most important structures in the entire OS.
54 in the above code were dereferencing problems due to moving the
60 that occurs. It is controlled by init_flag in FPA11. The
61 comment in the code beside init_flag state the kernel guarantees
66 I now initialize the entire FPE state in the thread structure to
68 flush_thread() in arch/arm/process.c. The change to
69 alloc_task_struct() may not be necessary, but I left it in for
74 * README.FPE - fix typo in description of lfm/sfm instructions
90 * fpa11_cpdt.c - fixed bug in storeExtended (typeExtended changed to
91 typeDouble in switch statement)