Searched refs:PUT_32LE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | addnote.c | 80 #define PUT_32LE(off, v) (PUT_16LE((off), (v)), PUT_16LE((off) + 2, (v) >> 16L)) macro 81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) 89 PUT_32LE(off, v))
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 80 #define PUT_32LE(off, v) (PUT_16LE((off), (v)), PUT_16LE((off) + 2, (v) >> 16L)) macro 81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) 89 PUT_32LE(off, v))
|
Completed in 1 milliseconds