Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dswab.h62 static __always_inline __u64 __arch_swab64(__u64 value) in __arch_swab64() function
67 static __always_inline __u64 __arch_swab64(__u64 value) in __arch_swab64() function
76 #define __arch_swab64 __arch_swab64 macro
/linux/arch/mips/include/uapi/asm/
H A Dswab.h55 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
68 #define __arch_swab64 __arch_swab64 macro
/linux/arch/x86/include/uapi/asm/
H A Dswab.h15 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() function
35 #define __arch_swab64 __arch_swab64 macro
/linux/arch/sh/include/uapi/asm/
H A Dswab.h37 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64() function
48 #define __arch_swab64 __arch_swab64 macro
/linux/include/uapi/linux/
H A Dswab.h68 #if defined (__arch_swab64) in __fswab64()
69 return __arch_swab64(val); in __fswab64()