Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Daddnote.c65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) macro
66 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \
67 ((unsigned long long)GET_32BE((off)+4ULL)))
84 #define GET_32(off) (e_data == ELFDATA2MSB ? GET_32BE(off) : GET_32LE(off))
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Daddnote.c65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) macro
66 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \
67 ((unsigned long long)GET_32BE((off)+4ULL)))
84 #define GET_32(off) (e_data == ELFDATA2MSB ? GET_32BE(off) : GET_32LE(off))

Completed in 2 milliseconds