Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dmachdep_boot.c218 if (ATAG_TAG(walker) != ATAG_CORE) in linux_parse_boot_param()
222 while (ATAG_TAG(walker) != ATAG_NONE) { in linux_parse_boot_param()
223 switch (ATAG_TAG(walker)) { in linux_parse_boot_param()
/freebsd/sys/arm/include/
H A Datags.h124 #define ATAG_TAG(a) (a)->tag_hdr.tag macro