Home
last modified time | relevance | path

Searched refs:BP_TAG_LAST (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/xtensa/include/asm/
Dbootparam.h27 #define BP_TAG_LAST 0x7E0B /* last tag */ macro
/linux-2.6.39/arch/xtensa/boot/boot-elf/
Dbootstrap.S31 .short BP_TAG_LAST
/linux-2.6.39/arch/xtensa/kernel/
Dsetup.c179 while (tag != NULL && tag->id != BP_TAG_LAST) { in parse_bootparam()