Home
last modified time | relevance | path

Searched refs:__arch_swab32 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/m68k/include/uapi/asm/
H A Dswab.h11 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function
17 #define __arch_swab32 __arch_swab32 macro
20 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function
25 #define __arch_swab32 __arch_swab32 macro
/linux/arch/sh/include/uapi/asm/
H A Dswab.h13 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
24 #define __arch_swab32 __arch_swab32 macro
44 w.s.b = __arch_swab32(v.s.a); in __arch_swab64()
45 w.s.a = __arch_swab32(v.s.b); in __arch_swab64()
/linux/arch/riscv/include/asm/
H A Dswab.h56 static __always_inline __u32 __arch_swab32(__u32 value) in __arch_swab32() function
72 return ((__u64)(__arch_swab32(l)) << 32) | ((__u64)(__arch_swab32(h))); in __arch_swab64()
77 #define __arch_swab32 __arch_swab32 macro
/linux/arch/arm/include/asm/
H A Dswab.h31 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
36 #define __arch_swab32 __arch_swab32 macro
/linux/arch/xtensa/include/uapi/asm/
H A Dswab.h20 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
34 #define __arch_swab32 __arch_swab32 macro
/linux/arch/arm/include/uapi/asm/
H A Dswab.h28 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
50 #define __arch_swab32 __arch_swab32 macro
/linux/arch/alpha/include/uapi/asm/
H A Dswab.h11 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
39 #define __arch_swab32 __arch_swab32 macro
/linux/arch/mips/include/uapi/asm/
H A Dswab.h35 static inline __attribute_const__ __u32 __arch_swab32(__u32 x) in __arch_swab32() function
48 #define __arch_swab32 __arch_swab32 macro
/linux/arch/x86/include/uapi/asm/
H A Dswab.h8 static inline __attribute_const__ __u32 __arch_swab32(__u32 val) in __arch_swab32() function
13 #define __arch_swab32 __arch_swab32 macro
/linux/include/uapi/linux/
H A Dswab.h59 #if defined(__arch_swab32) in __fswab32()
60 return __arch_swab32(val); in __fswab32()