Home
last modified time | relevance | path

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

/linux-6.12.1/arch/xtensa/include/asm/
Dbootparam.h27 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
/linux-6.12.1/arch/xtensa/boot/boot-elf/
Dbootstrap.S35 .short BP_TAG_FIRST
/linux-6.12.1/Documentation/arch/xtensa/
Dbooting.rst7 tag value constants. First entry in the list must have type BP_TAG_FIRST, last
/linux-6.12.1/arch/xtensa/kernel/
Dsetup.c146 if (tag->id != BP_TAG_FIRST) { in parse_bootparam()