Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/zh_CN/arm/
DBooting98 ATAG_CORE 标签开始,并以 ATAG_NONE 标签结束。ATAG_CORE 标签可以是
100 ‘2’(0x00000002)。ATAG_NONE 标签的 size 域必须设置为零。
114 | ATAG_NONE | |
/linux-4.1.27/arch/arm/kernel/
Datags_parse.c51 { 0, ATAG_NONE }
178 tag->hdr.tag = ATAG_NONE; in squash_mem_tags()
Datags_proc.c54 WARN_ON(tag->hdr.tag != ATAG_NONE); in init_atags_procfs()
Datags_compat.c206 tag->hdr.tag = ATAG_NONE; in build_tag_list()
/linux-4.1.27/arch/avr32/include/asm/
Dsetup.h37 #define ATAG_NONE 0x00000000 macro
/linux-4.1.27/arch/arm/include/uapi/asm/
Dsetup.h22 #define ATAG_NONE 0x00000000 macro
/linux-4.1.27/Documentation/arm/
DBooting88 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE.
90 has the size field set to '2' (0x00000002). The ATAG_NONE must set
107 | ATAG_NONE | |
/linux-4.1.27/arch/arm/mach-clps711x/
Dboard-p720t.c317 tag->hdr.tag = ATAG_NONE; in fixup_p720t()
/linux-4.1.27/arch/avr32/kernel/
Dsetup.c432 for (; t->hdr.tag != ATAG_NONE; t = tag_next(t)) in parse_tags()