Searched refs:PUT_64BE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | addnote.c | 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ macro 90 #define PUT_64(off, v) (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 71 #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 1 milliseconds