Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/ptrace/
Dptrace-altivec.c53 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
54 offsetof(struct thread_vr_state, vr[32])); in vr_get()
87 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
88 offsetof(struct thread_vr_state, vr[32])); in vr_set()
Dptrace-decl.h21 #define TVSO(f) (offsetof(struct thread_vr_state, f))
/linux-6.1.9/arch/powerpc/include/asm/
Dprocessor.h89 struct thread_vr_state { struct
187 struct thread_vr_state vr_state;
188 struct thread_vr_state *vr_save_area;
228 struct thread_vr_state ckvr_state; /* Checkpointed VR state */
342 extern void load_vr_state(struct thread_vr_state *vr);
343 extern void store_vr_state(struct thread_vr_state *vr);
Dkvm_host.h541 struct thread_vr_state vr;
670 struct thread_vr_state vr_tm;
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_emulate.c91 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()
110 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
/linux-6.1.9/arch/powerpc/kernel/
Dasm-offsets.c117 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
Dprocess.c942 sizeof(struct thread_vr_state)); in tm_reclaim_thread()