Searched refs:off_sc_fpregs (Results 1 – 4 of 4) sorted by relevance
72 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext()91 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext()113 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context()122 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in restore_hw_fp_context()299 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_save_fp_context()352 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in protected_restore_fp_context()765 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
157 .off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
248 .off_sc_fpregs = offsetof(struct sigcontext32, sc_fpregs),
25 unsigned off_sc_fpregs; member