Searched refs:PUT_16BE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | addnote.c | 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ macro 70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ macro 70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \
|
Completed in 2 milliseconds