Home
last modified time | relevance | path

Searched defs:swab64 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dswab.h19 static inline u64 swab64(u64 x) in swab64() function
/openbmc/linux/include/linux/
H A Dswab.h9 # define swab64 __swab64 macro
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h147 #define swab64 __swab64 macro
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py88 def swab64(x): function