Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h200 struct thread_vr_state { struct
279 struct thread_vr_state vr_state;
280 struct thread_vr_state *vr_save_area;
317 struct thread_vr_state ckvr_state; /* Checkpointed VR state */
425 extern void load_vr_state(struct thread_vr_state *vr);
426 extern void store_vr_state(struct thread_vr_state *vr);
Dkvm_host.h512 struct thread_vr_state vr;
635 struct thread_vr_state vr_tm;
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_emulate.c106 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm()
125 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c71 #define TVSO(f) (offsetof(struct thread_vr_state, f))
554 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
555 offsetof(struct thread_vr_state, vr[32])); in vr_get()
601 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
602 offsetof(struct thread_vr_state, vr[32])); in vr_set()
Dasm-offsets.c112 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
Dprocess.c911 sizeof(struct thread_vr_state)); in tm_reclaim_thread()