Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/arch/arm/
H A DBooting98 ATAG_CORE 标签开始,并以 ATAG_NONE 标签结束。ATAG_CORE 标签可以是
100 ‘2’(0x00000002)。ATAG_NONE 标签的 size 域必须设置为零。
114 | ATAG_NONE | |
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c50 { 0, ATAG_NONE }
173 tag->hdr.tag = ATAG_NONE; in squash_mem_tags()
H A Datags_proc.c55 WARN_ON(tag->hdr.tag != ATAG_NONE); in init_atags_procfs()
H A Datags_compat.c203 tag->hdr.tag = ATAG_NONE; in build_tag_list()
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsetup.h23 #define ATAG_NONE 0x00000000 macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h19 #define ATAG_NONE 0x00000000 macro
/openbmc/linux/Documentation/arch/arm/
H A Dbooting.rst98 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE.
100 has the size field set to '2' (0x00000002). The ATAG_NONE must set
117 | ATAG_NONE | |
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h84 #define ATAG_NONE 0x00000000 macro
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c236 params->hdr.tag = ATAG_NONE; in setup_end_tag()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c212 params->hdr.tag = ATAG_NONE; in setup_end_tag()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c175 while (t->hdr.tag != ATAG_NONE) { in reuse_atags()