Home
last modified time | relevance | path

Searched refs:SET_UNALIGN_CTL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h90 #define SET_UNALIGN_CTL(task,value) ({ \ macro
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h119 #define SET_UNALIGN_CTL(tsk, val) set_unalign_ctl((tsk), (val)) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h122 #define SET_UNALIGN_CTL(task,value) \ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h331 #define SET_UNALIGN_CTL(tsk, val) set_unalign_ctl((tsk), (val)) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h246 #define SET_UNALIGN_CTL(task,value) \ macro
/openbmc/linux/kernel/
H A Dsys.c80 #ifndef SET_UNALIGN_CTL
81 # define SET_UNALIGN_CTL(a, b) (-EINVAL) macro
2470 error = SET_UNALIGN_CTL(me, arg2); in SYSCALL_DEFINE5()