Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h165 struct thread_vr_state { struct
246 struct thread_vr_state vr_state;
247 struct thread_vr_state *vr_save_area;
286 struct thread_vr_state transact_vr;
392 extern void load_vr_state(struct thread_vr_state *vr);
393 extern void store_vr_state(struct thread_vr_state *vr);
Dkvm_host.h436 struct thread_vr_state vr;
559 struct thread_vr_state vr_tm;
/linux-4.4.14/arch/powerpc/kernel/
Dptrace.c443 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
444 offsetof(struct thread_vr_state, vr[32])); in vr_get()
474 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
475 offsetof(struct thread_vr_state, vr[32])); in vr_set()
Dprocess.c549 sizeof(struct thread_vr_state)); in tm_reclaim_thread()
Dasm-offsets.c103 DEFINE(VRSTATE_VSCR, offsetof(struct thread_vr_state, vscr)); in main()