Searched refs:vscr (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s.c668 vcpu->arch.vscr = t->vscr;
764 t->vscr = vcpu->arch.vscr;
1292 vector128 vscr; local
1321 vscr = current->thread.vscr;
1362 current->thread.vscr = vscr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvecemu.c323 &current->thread.vscr.u[3]);
328 &current->thread.vscr.u[3]);
H A Dprocess.c834 memset(&current->thread.vscr, 0, sizeof(current->thread.vscr));
835 current->thread.vscr.u[3] = 0x00010000; /* Java mode disabled */
H A Dptrace.c376 * Get/set all the altivec registers vr0..vr31, vscr, vrsave, in one go.
378 * corresponding vector registers. Quadword 32 contains the vscr as the
403 BUILD_BUG_ON(offsetof(struct thread_struct, vscr) !=
434 BUILD_BUG_ON(offsetof(struct thread_struct, vscr) !=
H A Dasm-offsets.c90 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr));
H A Dtraps.c1320 current->thread.vscr.u[3] |= 0x10000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_host.h192 vector128 vscr; member in struct:kvm_vcpu_arch
H A Dprocessor.h226 vector128 vscr __attribute__((aligned(16))); member in struct:thread_struct

Completed in 74 milliseconds