Lines Matching refs:abi
71 struct mips_abi *abi = current->thread.abi; in copy_fp_to_sigcontext() local
72 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext()
73 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_to_sigcontext()
90 struct mips_abi *abi = current->thread.abi; in copy_fp_from_sigcontext() local
91 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext()
92 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_from_sigcontext()
112 struct mips_abi *abi = current->thread.abi; in save_hw_fp_context() local
113 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context()
114 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in save_hw_fp_context()
121 struct mips_abi *abi = current->thread.abi; in restore_hw_fp_context() local
122 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in restore_hw_fp_context()
123 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in restore_hw_fp_context()
298 struct mips_abi *abi = current->thread.abi; in protected_save_fp_context() local
299 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_save_fp_context()
300 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_save_fp_context()
301 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context()
351 struct mips_abi *abi = current->thread.abi; in protected_restore_fp_context() local
352 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_restore_fp_context()
353 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_restore_fp_context()
354 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_restore_fp_context()
772 struct mips_abi *abi = current->thread.abi; in handle_signal() local
805 ret = abi->setup_rt_frame(vdso + abi->vdso->off_rt_sigreturn, in handle_signal()
808 ret = abi->setup_frame(vdso + abi->vdso->off_sigreturn, in handle_signal()
835 regs->regs[2] = current->thread.abi->restart; in do_signal()