vxrs               16 arch/s390/include/asm/fpu/internal.h static inline void save_vx_regs(__vector128 *vxrs)
vxrs               22 arch/s390/include/asm/fpu/internal.h 		: "=Q" (*(struct vx_array *) vxrs) : : "1");
vxrs               25 arch/s390/include/asm/fpu/internal.h static inline void convert_vx_to_fp(freg_t *fprs, __vector128 *vxrs)
vxrs               30 arch/s390/include/asm/fpu/internal.h 		fprs[i] = *(freg_t *)(vxrs + i);
vxrs               33 arch/s390/include/asm/fpu/internal.h static inline void convert_fp_to_vx(__vector128 *vxrs, freg_t *fprs)
vxrs               38 arch/s390/include/asm/fpu/internal.h 		*(freg_t *)(vxrs + i) = fprs[i];
vxrs               46 arch/s390/include/asm/fpu/internal.h 		convert_vx_to_fp((freg_t *)&fpregs->fprs, fpu->vxrs);
vxrs               56 arch/s390/include/asm/fpu/internal.h 		convert_fp_to_vx(fpu->vxrs, (freg_t *)&fpregs->fprs);
vxrs               21 arch/s390/include/asm/fpu/types.h 		__vector128 vxrs[__NUM_VXRS];
vxrs               34 arch/s390/include/asm/fpu/types.h 		__vector128 vxrs[__NUM_VXRS];
vxrs               50 arch/s390/include/asm/ipl.h void __init save_area_add_vxrs(struct save_area *, __vector128 *vxrs);
vxrs              128 arch/s390/kernel/compat_signal.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs              141 arch/s390/kernel/compat_signal.c 			vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1);
vxrs              142 arch/s390/kernel/compat_signal.c 		if (__copy_to_user(&sregs_ext->vxrs_low, vxrs,
vxrs              145 arch/s390/kernel/compat_signal.c 				   current->thread.fpu.vxrs + __NUM_VXRS_LOW,
vxrs              156 arch/s390/kernel/compat_signal.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs              168 arch/s390/kernel/compat_signal.c 		if (__copy_from_user(vxrs, &sregs_ext->vxrs_low,
vxrs              170 arch/s390/kernel/compat_signal.c 		    __copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW,
vxrs              175 arch/s390/kernel/compat_signal.c 			*((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i];
vxrs              105 arch/s390/kernel/crash_dump.c void __init save_area_add_vxrs(struct save_area *sa, __vector128 *vxrs)
vxrs              111 arch/s390/kernel/crash_dump.c 		memcpy(&sa->vxrs_low[i], &vxrs[i].u[2], 8);
vxrs              113 arch/s390/kernel/crash_dump.c 	memcpy(sa->vxrs_high, vxrs + 16, 16 * sizeof(__vector128));
vxrs               91 arch/s390/kernel/fpu.c 		: [vxrs] "=Q" (*(struct vx_array *) &state->vxrs)
vxrs              173 arch/s390/kernel/fpu.c 		: [vxrs] "=Q" (*(struct vx_array *) &state->vxrs)
vxrs               23 arch/s390/kernel/perf_regs.c 		fp = MACHINE_HAS_VX ? *(freg_t *)(current->thread.fpu.vxrs + idx)
vxrs              172 arch/s390/kernel/process.c 				 current->thread.fpu.vxrs);
vxrs              260 arch/s390/kernel/ptrace.c 			       ((addr_t) child->thread.fpu.vxrs + 2*offset);
vxrs              404 arch/s390/kernel/ptrace.c 				child->thread.fpu.vxrs + 2*offset) = data;
vxrs              636 arch/s390/kernel/ptrace.c 			       ((addr_t) child->thread.fpu.vxrs + 2*offset);
vxrs              761 arch/s390/kernel/ptrace.c 				child->thread.fpu.vxrs + 2*offset) = tmp;
vxrs              983 arch/s390/kernel/ptrace.c 		convert_vx_to_fp(fprs, target->thread.fpu.vxrs);
vxrs             1006 arch/s390/kernel/ptrace.c 		convert_fp_to_vx(target->thread.fpu.vxrs, fprs);
vxrs             1066 arch/s390/kernel/ptrace.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs             1074 arch/s390/kernel/ptrace.c 		vxrs[i] = *((__u64 *)(target->thread.fpu.vxrs + i) + 1);
vxrs             1075 arch/s390/kernel/ptrace.c 	return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1);
vxrs             1083 arch/s390/kernel/ptrace.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs             1092 arch/s390/kernel/ptrace.c 		vxrs[i] = *((__u64 *)(target->thread.fpu.vxrs + i) + 1);
vxrs             1094 arch/s390/kernel/ptrace.c 	rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1);
vxrs             1097 arch/s390/kernel/ptrace.c 			*((__u64 *)(target->thread.fpu.vxrs + i) + 1) = vxrs[i];
vxrs             1107 arch/s390/kernel/ptrace.c 	__vector128 vxrs[__NUM_VXRS_HIGH];
vxrs             1113 arch/s390/kernel/ptrace.c 	memcpy(vxrs, target->thread.fpu.vxrs + __NUM_VXRS_LOW, sizeof(vxrs));
vxrs             1115 arch/s390/kernel/ptrace.c 	return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1);
vxrs             1131 arch/s390/kernel/ptrace.c 				target->thread.fpu.vxrs + __NUM_VXRS_LOW, 0, -1);
vxrs              180 arch/s390/kernel/signal.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs              186 arch/s390/kernel/signal.c 			vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1);
vxrs              187 arch/s390/kernel/signal.c 		if (__copy_to_user(&sregs_ext->vxrs_low, vxrs,
vxrs              190 arch/s390/kernel/signal.c 				   current->thread.fpu.vxrs + __NUM_VXRS_LOW,
vxrs              200 arch/s390/kernel/signal.c 	__u64 vxrs[__NUM_VXRS_LOW];
vxrs              205 arch/s390/kernel/signal.c 		if (__copy_from_user(vxrs, &sregs_ext->vxrs_low,
vxrs              207 arch/s390/kernel/signal.c 		    __copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW,
vxrs              212 arch/s390/kernel/signal.c 			*((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i];
vxrs              630 arch/s390/kernel/smp.c 	__vector128 *vxrs = (__vector128 *) page;
vxrs              633 arch/s390/kernel/smp.c 		vxrs = boot_cpu_vector_save_area;
vxrs              636 arch/s390/kernel/smp.c 	save_area_add_vxrs(sa, vxrs);