fsave              13 arch/m68k/fpsp040/fpsp.h |	These equates are used to access the exception frame, the fsave
fsave              19 arch/m68k/fpsp040/fpsp.h |		fsave	-(a7)
fsave              28 arch/m68k/fpsp040/fpsp.h |		|	FPU fsave area		|
fsave              45 arch/m68k/fpsp040/fpsp.h |	offsets refer to the Local Variable area and the fsave area.
fsave              46 arch/m68k/fpsp040/fpsp.h |	The fsave frame is also accessible from the top via A7.
fsave              62 arch/m68k/fpsp040/fpsp.h |	Sometimes the exception handler will transform the fsave area
fsave              66 arch/m68k/fpsp040/fpsp.h |	a second fsave frame can be pushed onto the stack and the
fsave             122 arch/m68k/fpsp040/fpsp.h |	fsave offsets and bit definitions
fsave             124 arch/m68k/fpsp040/fpsp.h |	Offsets are defined from the end of an fsave because the last 10
fsave             322 arch/m68k/fpsp040/fpsp.h |	fsave sizes and formats
fsave             440 arch/x86/include/asm/fpu/internal.h 	asm volatile("fnsave %[fp]; fwait" : [fp] "=m" (fpu->state.fsave));
fsave             453 arch/x86/include/asm/fpu/internal.h 			copy_kernel_to_fregs(&fpstate->fsave);
fsave             269 arch/x86/include/asm/fpu/types.h 	struct fregs_state		fsave;
fsave             163 arch/x86/kernel/fpu/core.c 		fpstate_init_fstate(&state->fsave);
fsave             306 arch/x86/kernel/fpu/core.c 		copy_kernel_to_fregs(&init_fpstate.fsave);
fsave             399 arch/x86/kernel/fpu/core.c 			cwd = (unsigned short)fpu->state.fsave.cwd;
fsave             400 arch/x86/kernel/fpu/core.c 			swd = (unsigned short)fpu->state.fsave.swd;
fsave             309 arch/x86/kernel/fpu/regset.c 					   &fpu->state.fsave, 0,
fsave             340 arch/x86/kernel/fpu/regset.c 					  &fpu->state.fsave, 0,
fsave             398 arch/x86/kernel/fpu/signal.c 		ret = __copy_from_user(&fpu->state.fsave, buf_fx, state_size);
fsave             403 arch/x86/kernel/fpu/signal.c 		ret = copy_kernel_to_fregs_err(&fpu->state.fsave);
fsave             149 arch/x86/math-emu/fpu_proto.h extern void fsave(fpu_addr_modes addr_modes, u_char __user *data_address);
fsave             283 arch/x86/math-emu/load_store.c 		fsave(addr_modes, (u_char __user *) data_address);