Searched refs:__arch_swab64 (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dswab.h13 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) __arch_swab64() function
20 #define __arch_swab64 __arch_swab64 macro
24 return __arch_swab64(x) >> 32; __arch_swab32()
30 return __arch_swab64(x) >> 48; __arch_swab16()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dswab.h14 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) __arch_swab64() function
34 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/metag/include/uapi/asm/
H A Dswab.h20 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) __arch_swab64() function
24 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/sh/include/uapi/asm/
H A Dswab.h46 static inline __u64 __arch_swab64(__u64 val) __arch_swab64() function
57 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dswab.h54 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) __arch_swab64() function
67 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dswab.h26 static inline __u64 __arch_swab64(__u64 x) __arch_swab64() function
33 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dswab.h52 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) __arch_swab64() function
63 #define __arch_swab64 __arch_swab64 macro
/linux-4.4.14/arch/tile/include/uapi/asm/
H A Dswab.h20 #define __arch_swab64(x) __builtin_bswap64(x) macro
/linux-4.4.14/arch/c6x/include/uapi/asm/
H A Dswab.h50 #define __arch_swab64 __c6x_swab64 macro
/linux-4.4.14/include/uapi/linux/
H A Dswab.h72 #elif defined (__arch_swab64) __fswab64()
73 return __arch_swab64(val); __fswab64()

Completed in 258 milliseconds