Home
last modified time | relevance | path

Searched refs:__arch_swab64 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/ia64/include/uapi/asm/
Dswab.h14 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
21 #define __arch_swab64 __arch_swab64 macro
25 return __arch_swab64(x) >> 32; in __arch_swab32()
31 return __arch_swab64(x) >> 48; in __arch_swab16()
/Linux-v5.10/arch/mips/include/uapi/asm/
Dswab.h55 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
68 #define __arch_swab64 __arch_swab64 macro
/Linux-v5.10/arch/x86/include/uapi/asm/
Dswab.h15 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() function
35 #define __arch_swab64 __arch_swab64 macro
/Linux-v5.10/arch/parisc/include/uapi/asm/
Dswab.h54 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
65 #define __arch_swab64 __arch_swab64 macro
/Linux-v5.10/arch/sh/include/uapi/asm/
Dswab.h37 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64() function
48 #define __arch_swab64 __arch_swab64 macro
/Linux-v5.10/include/uapi/linux/
Dswab.h68 #if defined (__arch_swab64) in __fswab64()
69 return __arch_swab64(val); in __fswab64()
/Linux-v5.10/arch/c6x/include/uapi/asm/
Dswab.h51 #define __arch_swab64 __c6x_swab64 macro