Home
last modified time | relevance | path

Searched refs:BP_TAG_MEMORY (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c44 params->id = BP_TAG_MEMORY; in setup_memory_tag()
52 BP_TAG_MEMORY, mem->type, mem->start, mem->end); in setup_memory_tag()
/openbmc/linux/arch/xtensa/include/asm/
H A Dbootparam.h22 #define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */ macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dbootparam.h17 #define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */ macro
/openbmc/qemu/hw/xtensa/
H A Dbootparam.h8 #define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */ macro
H A Dxtfpga.c352 cur_tagptr = put_tag(cur_tagptr, BP_TAG_MEMORY, in xtfpga_init()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c113 __tagtable(BP_TAG_MEMORY, parse_tag_mem);