Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h22 BUILD_BUG_ON((sizeof(t) > 4) && !__TYPE_IS_L(t) && \
25 if (__TYPE_IS_L(t)) \
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h77 (__typeof(__builtin_choose_expr(__TYPE_IS_L(t), 0, 0U))) \
/openbmc/linux/include/linux/
H A Dsyscalls.h123 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) macro