Searched refs:PUT_64BE (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Daddnote.c71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ macro
90 #define PUT_64(off, v) (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \

Completed in 106 milliseconds