Home
last modified time | relevance | path

Searched refs:BP_TAG_FIRST (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dbootparam.h27 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dbootparam.h27 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S35 .short BP_TAG_FIRST
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S35 .short BP_TAG_FIRST
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dsetup.c85 * the kernel. The first tag must be a BP_TAG_FIRST tag for the list
153 /* Boot parameters must start with a BP_TAG_FIRST tag. */ in parse_bootparam()
155 if (tag->id != BP_TAG_FIRST) { in parse_bootparam()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsetup.c88 * the kernel. The first tag must be a BP_TAG_FIRST tag for the list
156 /* Boot parameters must start with a BP_TAG_FIRST tag. */ in parse_bootparam()
158 if (tag->id != BP_TAG_FIRST) { in parse_bootparam()

Completed in 3 milliseconds