Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/arm/
DBooting76 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE.
78 has the size field set to '2' (0x00000002). The ATAG_NONE must set
95 | ATAG_NONE | |
/linux-2.4.37.9/arch/arm/mach-clps711x/
Dp720t.c74 tag->hdr.tag = ATAG_NONE; in fixup_p720t()
/linux-2.4.37.9/arch/arm/kernel/
Dcompat.c149 tag->hdr.tag = ATAG_NONE; in build_tag_list()
166 tag->hdr.tag = ATAG_NONE; in squash_mem_tags()
Dsetup.c485 { 0, ATAG_NONE }
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dcep.c77 t->hdr.tag = ATAG_NONE; in fixup_cep()
Dassabet.c203 t->hdr.tag = ATAG_NONE; in fixup_assabet()
/linux-2.4.37.9/include/asm-arm/
Dsetup.h85 #define ATAG_NONE 0x00000000 macro