Home
last modified time | relevance | path

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

/xen/xen/include/xen/byteorder/
A Dbig_endian.h49 return (__force __le32)__swab32p(p); in __cpu_to_le32p()
53 return __swab32p((__u32 *)p); in __le32_to_cpup()
A Dlittle_endian.h73 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
77 return __swab32p((__u32 *)p); in __be32_to_cpup()
A Dswab.h143 static inline __u32 __swab32p(const __u32 *x) in __swab32p() function
177 #define swab32p __swab32p
/xen/xen/arch/arm/arm64/lib/
A Dfind_next_bit.c170 return (unsigned long) __swab32p((u32 *) x); in ext2_swabp()

Completed in 5 milliseconds