Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h26 uint32_t NumberOfPages; member
33 uint64_t NumberOfPages; member
/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c242 PhysicalMemoryBlock->NumberOfPages += blk->size / ELF2DMP_PAGE_SIZE; in try_merge_runs()
317 h.PhysicalMemoryBlock.NumberOfPages += in fill_header()
329 h.PhysicalMemoryBlock.NumberOfPages << ELF2DMP_PAGE_BITS; in fill_header()
/openbmc/qemu/dump/
H A Dwin_dump.c161 (h->x64.PhysicalMemoryBlock.NumberOfPages << TARGET_PAGE_BITS); in patch_header()
166 (h->x32.PhysicalMemoryBlock.NumberOfPages << TARGET_PAGE_BITS); in patch_header()