Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/fpu/
H A Dapi.h175 extern long fpu_xstate_prctl(int option, unsigned long arg2);
/linux-6.15/arch/x86/kernel/
H A Dprocess.c1063 return fpu_xstate_prctl(option, arg2); in SYSCALL_DEFINE2()
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c1759 long fpu_xstate_prctl(int option, unsigned long arg2) in fpu_xstate_prctl() function