Home
last modified time | relevance | path

Searched refs:__swab32 (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/byteorder/
A Dswab.h111 # define __swab32(x) \ macro
121 # define __swab32(x) __fswab32(x) macro
158 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h))); in __fswab64()
174 #define swab32 __swab32
A Dbig_endian.h28 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
29 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
A Dlittle_endian.h34 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
35 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dfind_next_bit.c184 return (unsigned long) __swab32((u32) y); in ext2_swab()

Completed in 5 milliseconds