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

/linux-master/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)) \
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h77 (__typeof(__builtin_choose_expr(__TYPE_IS_L(t), 0, 0U))) \
/linux-master/include/linux/
H A Dsyscalls.h126 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) macro

Completed in 89 milliseconds