Searched refs:off_sc_fpc_csr (Results 1 – 4 of 4) sorted by relevance
73 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_to_sigcontext()92 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_from_sigcontext()114 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in save_hw_fp_context()123 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in restore_hw_fp_context()300 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_save_fp_context()353 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_restore_fp_context()766 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
158 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
249 .off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
26 unsigned off_sc_fpc_csr; member