Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h30 #define __TYPE_IS_PTR(t) (!__builtin_types_compatible_p( \ macro
34 BUILD_BUG_ON(sizeof(t) > 4 && !__TYPE_IS_PTR(t)); \
35 (__force t)(__TYPE_IS_PTR(t) ? ((v) & 0x7fffffff) : (v)); \
H A Dsyscall_wrapper.h23 !__TYPE_IS_UL(t) && !__TYPE_IS_PTR(t) && \
29 if (__TYPE_IS_PTR(t)) \