Searched refs:off_sc_fpc_csr (Results 1 – 4 of 4) sorted by relevance
75 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_to_sigcontext()94 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_from_sigcontext()130 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in save_hw_fp_context()139 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in restore_hw_fp_context()329 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_save_fp_context()382 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_restore_fp_context()801 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
145 .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