Home
last modified time | relevance | path

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

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