Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h96 struct thread_vr_state { struct
191 struct thread_vr_state vr_state;
192 struct thread_vr_state *vr_save_area;
230 struct thread_vr_state ckvr_state; /* Checkpointed VR state */
333 extern void load_vr_state(struct thread_vr_state *vr);
334 extern void store_vr_state(struct thread_vr_state *vr);
Dkvm_host.h546 struct thread_vr_state vr;
669 struct thread_vr_state vr_tm;
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_emulate.c95 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()
114 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dasm-offsets.c123 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
Dprocess.c956 sizeof(struct thread_vr_state)); in tm_reclaim_thread()