Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dppc32.h44 elf_vsrreghalf_t32 mc_vsregs __attribute__((__aligned__(16))); member
Dsignal_32.c292 if (copy_vsx_to_user(&frame->mc_vsregs, current)) in save_user_regs()
429 if (copy_ckvsx_to_user(&frame->mc_vsregs, current)) in save_tm_user_regs()
432 if (copy_vsx_to_user(&tm_frame->mc_vsregs, in save_tm_user_regs()
436 if (copy_ckvsx_to_user(&tm_frame->mc_vsregs, current)) in save_tm_user_regs()
545 if (copy_vsx_from_user(current, &sr->mc_vsregs)) in restore_user_regs()
657 if (copy_vsx_from_user(current, &tm_sr->mc_vsregs) || in restore_tm_user_regs()
658 copy_ckvsx_from_user(current, &sr->mc_vsregs)) in restore_tm_user_regs()