Home
last modified time | relevance | path

Searched refs:ATAG_NEXT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datags.h128 #define ATAG_NEXT(a) (struct arm_lbabi_tag *)((char *)(a) + ATAG_SIZE(a)) macro
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c256 walker = ATAG_NEXT(walker); in linux_parse_boot_param()