Home
last modified time | relevance | path

Searched refs:copy_fxregs_to_user (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/fpu/
Dinternal.h151 static inline int copy_fxregs_to_user(struct fxregs_state __user *fx) in copy_fxregs_to_user() function
/Linux-v5.10/arch/x86/kernel/fpu/
Dsignal.c134 err = copy_fxregs_to_user((struct fxregs_state __user *) buf); in copy_fpregs_to_sigframe()