Home
last modified time | relevance | path

Searched defs:cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/boot/
Dof.h34 #define cpu_to_be64(x) swab64(x) macro
41 #define cpu_to_be64(x) (x) macro
/arch/mips/boot/tools/
Drelocs.c143 #define cpu_to_be64(val) bswap_64(val) macro
158 #define cpu_to_be64(val) (val) macro