Home
last modified time | relevance | path

Searched refs:__vector128 (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/s390/include/asm/fpu/
H A Dtypes.h21 __vector128 vxrs[__NUM_VXRS];
26 struct vx_array { __vector128 _[__NUM_VXRS]; };
34 __vector128 vxrs[__NUM_VXRS];
H A Dinternal.h16 static inline void save_vx_regs(__vector128 *vxrs) in save_vx_regs()
25 static inline void convert_vx_to_fp(freg_t *fprs, __vector128 *vxrs) in convert_vx_to_fp()
33 static inline void convert_fp_to_vx(__vector128 *vxrs, freg_t *fprs) in convert_fp_to_vx()
/openbmc/linux/arch/powerpc/include/asm/
H A Dtypes.h16 typedef __vector128 vector128;
H A Dsstep.h135 __vector128 v;
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtypes.h36 } __attribute__((aligned(16))) __vector128; typedef
H A Delf.h162 typedef __vector128 elf_vrreg_t;
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dtypes.h26 } __attribute__((packed, aligned(4))) __vector128; typedef
H A Dsigcontext.h73 __vector128 vxrs_high[__NUM_VXRS_HIGH];
/openbmc/linux/arch/s390/include/asm/
H A Dsmp.h19 extern __vector128 __initdata boot_cpu_vector_save_area[__NUM_VXRS];
H A Dipl.h62 void __init save_area_add_vxrs(struct save_area *, __vector128 *vxrs);
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.h49 __vector128 vxrs_high[__NUM_VXRS_HIGH];
H A Dcrash_dump.c53 __vector128 vxrs_high[16];
107 void __init save_area_add_vxrs(struct save_area *sa, __vector128 *vxrs) in save_area_add_vxrs()
115 memcpy(sa->vxrs_high, vxrs + 16, 16 * sizeof(__vector128)); in save_area_add_vxrs()
H A Dmachine_kexec.c95 save_vx_regs((__vector128 *) mcesa->vector_save_area); in __machine_kdump()
H A Dptrace.c1026 __NUM_VXRS_HIGH * sizeof(__vector128)); in s390_vxrs_high_get()
1292 .size = sizeof(__vector128),
1293 .align = sizeof(__vector128),
1496 .size = sizeof(__vector128),
1497 .align = sizeof(__vector128),
H A Dsetup.c839 task_size -= sizeof(__vector128) * __NUM_VXRS; in setup_task_size()
H A Dsmp.c95 __vector128 __initdata boot_cpu_vector_save_area[__NUM_VXRS];
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c42 extern void get_vr(int rn, __vector128 *p);
43 extern void put_vr(int rn, __vector128 *p);
683 __vector128 v; in do_vec_load()
684 u8 b[sizeof(__vector128)]; in do_vec_load()
713 __vector128 v; in do_vec_store()
714 u8 b[sizeof(__vector128)]; in do_vec_store()
974 nr_vsx_regs = max(1ul, size / sizeof(__vector128)); in do_vsx_load()
1021 nr_vsx_regs = max(1ul, size / sizeof(__vector128)); in do_vsx_store()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c4318 convert_fp_to_vx((__vector128 *) vcpu->run->s.regs.vrs, in kvm_arch_vcpu_ioctl_set_fpu()
4335 (__vector128 *) vcpu->run->s.regs.vrs); in kvm_arch_vcpu_ioctl_get_fpu()
5141 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
H A Dinterrupt.c643 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in __write_machine_check()