Searched refs:sc_fpc_csr (Results 1 – 6 of 6) sorted by relevance
/linux/arch/mips/include/uapi/asm/ |
H A D | sigcontext.h | 41 unsigned int sc_fpc_csr; member 81 __u32 sc_fpc_csr; member
|
/linux/arch/mips/include/asm/ |
H A D | sigcontext.h | 23 __u32 sc_fpc_csr; member
|
/linux/arch/mips/kernel/ |
H A D | signal_n32.c | 142 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
|
H A D | asm-offsets.c | 230 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); in output_sc_defines() 252 OFFSET(SC_FPC_CSR, sigcontext, sc_fpc_csr); in output_sc_defines()
|
H A D | signal_o32.c | 250 .off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
|
H A D | signal.c | 810 .off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
|