Searched refs:vscr (Results 1 – 8 of 8) sorted by relevance
400 vcpu->arch.vscr = t->vscr; in kvmppc_giveup_ext()498 t->vscr = vcpu->arch.vscr; in kvmppc_handle_ext()989 vector128 vscr; in kvmppc_vcpu_run() local1039 vscr = current->thread.vscr; in kvmppc_vcpu_run()1080 current->thread.vscr = vscr; in kvmppc_vcpu_run()
323 ¤t->thread.vscr.u[3]); in emulate_altivec()328 ¤t->thread.vscr.u[3]); in emulate_altivec()
895 memset(¤t->thread.vscr, 0, sizeof(current->thread.vscr)); in start_thread()896 current->thread.vscr.u[3] = 0x00010000; /* Java mode disabled */ in start_thread()
96 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); in main()397 DEFINE(VCPU_VSCR, offsetof(struct kvm_vcpu, arch.vscr)); in main()
408 BUILD_BUG_ON(offsetof(struct thread_struct, vscr) != in vr_get()439 BUILD_BUG_ON(offsetof(struct thread_struct, vscr) != in vr_set()
1405 current->thread.vscr.u[3] |= 0x10000; in altivec_assist_exception()
229 vector128 vscr __attribute__((aligned(16))); member
341 vector128 vscr; member