Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h258 #define SET_FPEMU_CTL(task,value) \ macro
/openbmc/linux/kernel/
H A Dsys.c86 #ifndef SET_FPEMU_CTL
87 # define SET_FPEMU_CTL(a, b) (-EINVAL) macro
2476 error = SET_FPEMU_CTL(me, arg2); in SYSCALL_DEFINE5()