Searched refs:vx_regs (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
D | crash_dump.c | 391 static void *nt_s390_vx_high(void *ptr, __vector128 *vx_regs) in nt_s390_vx_high() argument 393 return nt_init(ptr, NT_S390_VXRS_HIGH, &vx_regs[16], in nt_s390_vx_high() 400 static void *nt_s390_vx_low(void *ptr, __vector128 *vx_regs) in nt_s390_vx_low() argument 418 memcpy(ptr, &vx_regs[i].u[2], 8); in nt_s390_vx_low() 427 void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vx_regs) in fill_cpu_elf_notes() argument 436 if (MACHINE_HAS_VX && vx_regs) { in fill_cpu_elf_notes() 437 ptr = nt_s390_vx_low(ptr, vx_regs); in fill_cpu_elf_notes() 438 ptr = nt_s390_vx_high(ptr, vx_regs); in fill_cpu_elf_notes() 583 ptr = fill_cpu_elf_notes(ptr, &sa_ext->sa, sa_ext->vx_regs); in notes_init()
|
D | smp.c | 548 save_vx_regs_safe(sa_ext->vx_regs); in __smp_store_cpu_state() 561 memcpy(sa_ext->vx_regs, (void *) vx_sa, sizeof(sa_ext->vx_regs)); in __smp_store_cpu_state()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | lowcore.h | 37 __vector128 vx_regs[32]; member
|
/linux-4.1.27/drivers/s390/char/ |
D | zcore.c | 167 save_vx_regs_safe(sa_ext->vx_regs); in init_cpu_info()
|