Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Datags.h47 #define ATAG_NONE 0x00000000 /* End of atags list */ macro
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c225 while (ATAG_TAG(walker) != ATAG_NONE) { in linux_parse_boot_param()