Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xtensa/
H A Dxtfpga.c319 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
340 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
343 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
346 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
350 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()