Home
last modified time | relevance | path

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

/linux-3.4.99/arch/avr32/include/asm/
Dsetup.h129 #define tag_next(t) ((struct tag *)((u32 *)(t) + (t)->hdr.size)) macro
/linux-3.4.99/arch/arm/include/asm/
Dsetup.h180 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size)) macro