Home
last modified time | relevance | path

Searched refs:__arch__swab64 (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/byteorder/
A Dswab.h78 #ifndef __arch__swab64
79 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
89 # define __arch__swab64p(x) __arch__swab64(*(x))
160 return __arch__swab64(x); in __fswab64()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dbyteorder.h29 #define __arch__swab64(x) ___arch__swab64(x) macro

Completed in 4 milliseconds