Home
last modified time | relevance | path

Searched refs:fpu_xstate_prctl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dapi.h176 extern long fpu_xstate_prctl(int option, unsigned long arg2);
/linux/arch/x86/kernel/
H A Dprocess.c1075 return fpu_xstate_prctl(option, arg2); in SYSCALL_DEFINE2()
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1841 long fpu_xstate_prctl(int option, unsigned long arg2) in fpu_xstate_prctl() function