Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c221 if (ATAG_TAG(walker) != ATAG_CORE) in linux_parse_boot_param()
225 while (ATAG_TAG(walker) != ATAG_NONE) { in linux_parse_boot_param()
226 switch (ATAG_TAG(walker)) { in linux_parse_boot_param()
/f-stack/freebsd/arm/include/
H A Datags.h126 #define ATAG_TAG(a) (a)->tag_hdr.tag macro