Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc64/
Dbitops.h268 tmp = __swab64p(p++); in find_next_zero_le_bit()
278 if(~(tmp = __swab64p(p++))) in find_next_zero_le_bit()
285 tmp = __swab64p(p); in find_next_zero_le_bit()
/linux-2.4.37.9/include/linux/byteorder/
Dbig_endian.h49 #define __cpu_to_le64p(x) __swab64p((x))
50 #define __le64_to_cpup(x) __swab64p((x))
Dlittle_endian.h57 #define __cpu_to_be64p(x) __swab64p((x))
58 #define __be64_to_cpup(x) __swab64p((x))
Dswab.h211 static __inline__ __u64 __swab64p(__u64 *x) in __swab64p() function
229 #define swab64p __swab64p
/linux-2.4.37.9/arch/sparc64/kernel/
Dunaligned.c520 u64 tmp = __swab64p(&first); in handle_ldf_stq()
522 first = __swab64p(&second); in handle_ldf_stq()
652 value = __swab64p(&value); in handle_lddfmna()
704 value = __swab64p(&value); break; in handle_stdfmna()