Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsyscall_wrapper.h23 !__TYPE_IS_UL(t) && !__TYPE_IS_PTR(t) && \
27 if (__TYPE_IS_UL(t)) \
/openbmc/linux/include/linux/
H A Dsyscalls.h124 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) macro