Home
last modified time | relevance | path

Searched refs:mc_vsregs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dppc32.h48 elf_vsrreghalf_t32 mc_vsregs __attribute__((__aligned__(16))); member
Dsignal_32.c462 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_user_regs()
610 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_tm_user_regs()
613 if (copy_transact_vsx_to_user(&tm_frame->mc_vsregs, in save_tm_user_regs()
617 if (copy_vsx_to_user(&tm_frame->mc_vsregs, current)) in save_tm_user_regs()
734 if (copy_vsx_from_user(current, &sr->mc_vsregs)) in restore_user_regs()
850 if (copy_vsx_from_user(current, &sr->mc_vsregs) || in restore_tm_user_regs()
851 copy_transact_vsx_from_user(current, &tm_sr->mc_vsregs)) in restore_tm_user_regs()