Home
last modified time | relevance | path

Searched defs:PUT_64LE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Daddnote.c81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Daddnote.c81 #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L)) macro

Completed in 2 milliseconds