Home
last modified time | relevance | path

Searched refs:__be32 (Results 1 – 3 of 3) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder_little_endian.h16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
28 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
29 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
77 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
H A Dbyteorder.h184 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu()
194 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array()
202 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
/DragonStub/inc/dragonstub/
H A Dtypes.h75 typedef __u32 __bitwise __be32; typedef