Searched refs:thread_vr_state (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-altivec.c | 53 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()
|
H A D | ptrace-decl.h | 21 #define TVSO(f) (offsetof(struct thread_vr_state, f))
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-altivec.c | 53 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()
|
H A D | ptrace-decl.h | 23 #define TVSO(f) (offsetof(struct thread_vr_state, f))
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 96 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);
|
H A D | kvm_host.h | 546 struct thread_vr_state vr; 669 struct thread_vr_state vr_tm;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 89 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 D | kvm_host.h | 541 struct thread_vr_state vr; 670 struct thread_vr_state vr_tm;
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 95 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm() 114 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 91 sizeof(struct thread_vr_state)); in kvmppc_copyto_vcpu_tm() 110 sizeof(struct thread_vr_state)); in kvmppc_copyfrom_vcpu_tm()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 123 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
|
H A D | process.c | 956 sizeof(struct thread_vr_state)); in tm_reclaim_thread()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 117 OFFSET(VRSTATE_VSCR, thread_vr_state, vscr); in main()
|
H A D | process.c | 974 sizeof(struct thread_vr_state)); in tm_reclaim_thread()
|
Completed in 16 milliseconds