Searched refs:sigframe_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | signal.c | 141 static int sigframe_alloc(struct rt_sigframe_user_layout *user, in sigframe_alloc() function 155 ret = sigframe_alloc(user, &user->end_offset, in sigframe_alloc_end() 863 err = sigframe_alloc(user, &user->fpsimd_offset, in setup_sigframe_layout() 871 err = sigframe_alloc(user, &user->esr_offset, in setup_sigframe_layout() 890 err = sigframe_alloc(user, &user->sve_offset, in setup_sigframe_layout() 905 err = sigframe_alloc(user, &user->tpidr2_offset, in setup_sigframe_layout() 913 err = sigframe_alloc(user, &user->za_offset, in setup_sigframe_layout() 921 err = sigframe_alloc(user, &user->zt_offset, in setup_sigframe_layout()
|
Completed in 5 milliseconds