Searched refs:off_sc_fpc_csr (Results 1 – 4 of 4) sorted by relevance
74 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_to_sigcontext()93 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_from_sigcontext()129 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in save_hw_fp_context()138 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in restore_hw_fp_context()328 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_save_fp_context()381 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in protected_restore_fp_context()809 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
144 .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