Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kernel/
Dsignal.c74 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext()
93 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext()
129 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context()
138 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in restore_hw_fp_context()
328 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_save_fp_context()
381 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_restore_fp_context()
800 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
Dsignal_n32.c144 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
Dsignal_o32.c248 .off_sc_fpregs = offsetof(struct sigcontext32, sc_fpregs),
/Linux-v5.10/arch/mips/include/asm/
Dabi.h25 unsigned off_sc_fpregs; member