Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswab.h13 # define swab64p __swab64p
/linux-4.4.14/include/uapi/linux/
Dswab.h180 static inline __u64 __swab64p(const __u64 *p) in __swab64p() function
253 *p = __swab64p(p); in __swab64s()
/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h69 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
73 return __swab64p((__u64 *)p); in __be64_to_cpup()
Dbig_endian.h45 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
49 return __swab64p((__u64 *)p); in __le64_to_cpup()
/linux-4.4.14/arch/sparc/kernel/
Dunaligned_64.c474 u64 tmp = __swab64p(&first); in handle_ldf_stq()
476 first = __swab64p(&second); in handle_ldf_stq()
632 value = __swab64p(&value); in handle_lddfmna()
691 value = __swab64p(&value); break; in handle_stdfmna()