Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-swap.h96 static inline uint64_t cvmx_swap64(uint64_t x) in cvmx_swap64() function
113 #define cvmx_cpu_to_le64(x) cvmx_swap64(x)
127 #define cvmx_cpu_to_be64(x) cvmx_swap64(x)