Home
last modified time | relevance | path

Searched defs:tag_next (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h150 #define tag_next(t) ((struct tag *)((u32 *)(t) + (t)->hdr.size)) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h246 #define tag_next(t) ((struct tag *)((u32 *)(t) + (t)->hdr.size)) macro