thread_fp_state   530 arch/powerpc/include/asm/kvm_host.h 	struct thread_fp_state fp;
thread_fp_state   658 arch/powerpc/include/asm/kvm_host.h 	struct thread_fp_state fp_tm;
thread_fp_state   168 arch/powerpc/include/asm/processor.h 	struct thread_fp_state	fp_state;
thread_fp_state   169 arch/powerpc/include/asm/processor.h 	struct thread_fp_state	*fp_save_area;
thread_fp_state   223 arch/powerpc/include/asm/processor.h 	struct thread_fp_state ckfp_state; /* Checkpointed FP state */
thread_fp_state   327 arch/powerpc/include/asm/processor.h extern void load_fp_state(struct thread_fp_state *fp);
thread_fp_state   328 arch/powerpc/include/asm/processor.h extern void store_fp_state(struct thread_fp_state *fp);
thread_fp_state   113 arch/powerpc/kernel/asm-offsets.c 	OFFSET(FPSTATE_FPSCR, thread_fp_state, fpscr);
thread_fp_state   867 arch/powerpc/kernel/process.c 		       sizeof(struct thread_fp_state));
thread_fp_state    74 arch/powerpc/kernel/ptrace.c #define TFSO(f)	(offsetof(struct thread_fp_state, f))
thread_fp_state   461 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
thread_fp_state   462 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_fp_state, fpr[32]));
thread_fp_state   508 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
thread_fp_state   509 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_fp_state, fpr[32]));
thread_fp_state    93 arch/powerpc/kvm/book3s_emulate.c 			sizeof(struct thread_fp_state));
thread_fp_state   112 arch/powerpc/kvm/book3s_emulate.c 			sizeof(struct thread_fp_state));