thread_vr_state   539 arch/powerpc/include/asm/kvm_host.h 	struct thread_vr_state vr;
thread_vr_state   660 arch/powerpc/include/asm/kvm_host.h 	struct thread_vr_state vr_tm;
thread_vr_state   186 arch/powerpc/include/asm/processor.h 	struct thread_vr_state vr_state;
thread_vr_state   187 arch/powerpc/include/asm/processor.h 	struct thread_vr_state *vr_save_area;
thread_vr_state   224 arch/powerpc/include/asm/processor.h 	struct thread_vr_state ckvr_state; /* Checkpointed VR state */
thread_vr_state   329 arch/powerpc/include/asm/processor.h extern void load_vr_state(struct thread_vr_state *vr);
thread_vr_state   330 arch/powerpc/include/asm/processor.h extern void store_vr_state(struct thread_vr_state *vr);
thread_vr_state   120 arch/powerpc/kernel/asm-offsets.c 	OFFSET(VRSTATE_VSCR, thread_vr_state, vscr);
thread_vr_state   870 arch/powerpc/kernel/process.c 		       sizeof(struct thread_vr_state));
thread_vr_state    73 arch/powerpc/kernel/ptrace.c #define TVSO(f)	(offsetof(struct thread_vr_state, f))
thread_vr_state   561 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
thread_vr_state   562 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_vr_state, vr[32]));
thread_vr_state   611 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
thread_vr_state   612 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_vr_state, vr[32]));
thread_vr_state    95 arch/powerpc/kvm/book3s_emulate.c 			sizeof(struct thread_vr_state));
thread_vr_state   114 arch/powerpc/kvm/book3s_emulate.c 			sizeof(struct thread_vr_state));