Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/byteorder/
A Dbig_endian.h41 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
45 return __swab64p((__u64 *)p); in __le64_to_cpup()
A Dlittle_endian.h65 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
69 return __swab64p((__u64 *)p); in __be64_to_cpup()
A Dswab.h163 static inline __u64 __swab64p(const __u64 *x) in __swab64p() function
178 #define swab64p __swab64p
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dfind_next_bit.c170 return (unsigned long) __swab64p((u64 *) x); in ext2_swabp()

Completed in 7 milliseconds