Home
last modified time | relevance | path

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

/linux/arch/xtensa/include/asm/
H A Dbootparam.h28 #define BP_TAG_LAST 0x7E0B /* last tag */ macro
/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S38 .short BP_TAG_LAST
/linux/Documentation/arch/xtensa/
H A Dbooting.rst8 entry must have type BP_TAG_LAST. The address of the first list entry is
/linux/arch/xtensa/kernel/
H A Dsetup.c155 while (tag != NULL && tag->id != BP_TAG_LAST) { in parse_bootparam()