Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsignal.c74 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),
H A Dsignal_n32.c144 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
H A Dsignal_o32.c249 .off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
/openbmc/linux/arch/mips/include/asm/
H A Dabi.h26 unsigned off_sc_fpc_csr; member