Home
last modified time | relevance | path

Searched refs:restore_vx_regs (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dswitch_to.h117 static inline void restore_vx_regs(__vector128 *vxrs) in restore_vx_regs() function
139 restore_vx_regs(task->thread.vxrs); in restore_fp_vx_regs()
/linux-4.1.27/arch/s390/kernel/
Dnmi.c167 restore_vx_regs((__vector128 *) in s390_revalidate_registers()
Dtraps.c246 restore_vx_regs(vxrs); in alloc_vector_registers()
Dsignal.c131 restore_vx_regs(current->thread.vxrs); in load_sigregs()
Dptrace.c1104 restore_vx_regs(target->thread.vxrs); in s390_vxrs_low_set()
1148 restore_vx_regs(target->thread.vxrs); in s390_vxrs_high_set()
Dcompat_signal.c193 restore_vx_regs(current->thread.vxrs); in load_sigregs()
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c1211 restore_vx_regs((__vector128 *)&vcpu->run->s.regs.vrs); in kvm_arch_vcpu_load()
1235 restore_vx_regs((__vector128 *)&vcpu->arch.host_vregs->vrs); in kvm_arch_vcpu_put()