Searched refs:vx_regs (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/s390/kernel/ |
| D | crash_dump.c | 357 static void *nt_s390_vx_high(void *ptr, __vector128 *vx_regs) in nt_s390_vx_high() argument 359 return nt_init(ptr, NT_S390_VXRS_HIGH, &vx_regs[16], in nt_s390_vx_high() 366 static void *nt_s390_vx_low(void *ptr, __vector128 *vx_regs) in nt_s390_vx_low() argument 384 memcpy(ptr, &vx_regs[i].u[2], 8); in nt_s390_vx_low() 393 void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vx_regs) in fill_cpu_elf_notes() argument 402 if (MACHINE_HAS_VX && vx_regs) { in fill_cpu_elf_notes() 403 ptr = nt_s390_vx_low(ptr, vx_regs); in fill_cpu_elf_notes() 404 ptr = nt_s390_vx_high(ptr, vx_regs); in fill_cpu_elf_notes() 551 ptr = fill_cpu_elf_notes(ptr, &sa_ext->sa, sa_ext->vx_regs); in notes_init()
|
| D | smp.c | 552 save_vx_regs_safe(sa_ext->vx_regs); in __smp_store_cpu_state() 565 memcpy(sa_ext->vx_regs, (void *) vx_sa, sizeof(sa_ext->vx_regs)); in __smp_store_cpu_state()
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | lowcore.h | 37 __vector128 vx_regs[32]; member
|
| /linux-4.4.14/drivers/s390/char/ |
| D | zcore.c | 167 save_vx_regs_safe(sa_ext->vx_regs); in init_cpu_info()
|