Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dswab.h197 static __always_inline __u64 __swab64p(const __u64 *p) in __swab64p() function
270 *p = __swab64p(p); in __swab64s()
/linux/include/uapi/linux/byteorder/
A Dbig_endian.h47 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
51 return __swab64p((__u64 *)p); in __le64_to_cpup()
A Dlittle_endian.h71 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
75 return __swab64p((__u64 *)p); in __be64_to_cpup()
/linux/include/linux/
A Dswab.h15 # define swab64p __swab64p
/linux/arch/sparc/kernel/
A Dunaligned_64.c475 u64 tmp = __swab64p(&first); in handle_ldf_stq()
477 first = __swab64p(&second); in handle_ldf_stq()
633 value = __swab64p(&value); in handle_lddfmna()
692 value = __swab64p(&value); break; in handle_stdfmna()

Completed in 7 milliseconds