Searched refs:thread_vr_state (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c53 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
54 offsetof(struct thread_vr_state, vr[32]));
87 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
88 offsetof(struct thread_vr_state, vr[32]));
H A Dptrace-decl.h23 #define TVSO(f) (offsetof(struct thread_vr_state, f))
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h89 struct thread_vr_state { struct
182 struct thread_vr_state vr_state;
183 struct thread_vr_state *vr_save_area;
223 struct thread_vr_state ckvr_state; /* Checkpointed VR state */
338 extern void load_vr_state(struct thread_vr_state *vr);
339 extern void store_vr_state(struct thread_vr_state *vr);
H A Dkvm_host.h557 struct thread_vr_state vr;
686 struct thread_vr_state vr_tm;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_emulate.c91 sizeof(struct thread_vr_state));
110 sizeof(struct thread_vr_state));
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c117 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr);
H A Dprocess.c974 sizeof(struct thread_vr_state));

Completed in 132 milliseconds