Home
last modified time | relevance | path

Searched refs:off_sc_fpc_csr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dsignal.c73 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()
762 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
Dsignal_n32.c156 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
Dsignal32.c412 .off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
/linux-4.4.14/arch/mips/include/asm/
Dabi.h24 unsigned off_sc_fpc_csr; member