Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c232 WinDumpPhyMemDesc64 *PhysicalMemoryBlock) in try_merge_runs() argument
236 PhysicalMemoryBlock->NumberOfRuns = 0; in try_merge_runs()
242 PhysicalMemoryBlock->NumberOfPages += blk->size / ELF2DMP_PAGE_SIZE; in try_merge_runs()
255 PhysicalMemoryBlock->Run[run_idx] = (WinDumpPhyMemRun64) { in try_merge_runs()
260 PhysicalMemoryBlock->NumberOfRuns++; in try_merge_runs()
309 .PhysicalMemoryBlock = (WinDumpPhyMemDesc64) { in fill_header()
315 if (h.PhysicalMemoryBlock.NumberOfRuns <= MAX_NUMBER_OF_RUNS) { in fill_header()
317 h.PhysicalMemoryBlock.NumberOfPages += in fill_header()
319 h.PhysicalMemoryBlock.Run[idx] = (WinDumpPhyMemRun64) { in fill_header()
325 try_merge_runs(ps, &h.PhysicalMemoryBlock); in fill_header()
[all …]
/openbmc/qemu/dump/
H A Dwin_dump.c89 for (i = 0; i < WIN_DUMP_FIELD(PhysicalMemoryBlock.NumberOfRuns); i++) { in write_runs()
90 BasePage = WIN_DUMP_FIELD(PhysicalMemoryBlock.Run[i].BasePage); in write_runs()
91 PageCount = WIN_DUMP_FIELD(PhysicalMemoryBlock.Run[i].PageCount); in write_runs()
161 (h->x64.PhysicalMemoryBlock.NumberOfPages << TARGET_PAGE_BITS); in patch_header()
162 h->x64.PhysicalMemoryBlock.unused = 0; in patch_header()
166 (h->x32.PhysicalMemoryBlock.NumberOfPages << TARGET_PAGE_BITS); in patch_header()
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h72 WinDumpPhyMemDesc32 PhysicalMemoryBlock; member
105 WinDumpPhyMemDesc64 PhysicalMemoryBlock; member