Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Ddump.h102 uint32_t phys_base; member
121 uint64_t phys_base; member
H A Ddump-arch.h23 uint64_t phys_base; /* The target's physmem base. */ member
/qemu/include/hw/arm/
H A Dsoc_dma.h99 void soc_dma_port_add_mem(struct soc_dma_s *dma, uint8_t *phys_base,
/qemu/dump/
H A Ddump.c1016 kh->phys_base = cpu_to_dump32(s, s->dump_info.phys_base); in create_header32()
1127 kh->phys_base = cpu_to_dump64(s, s->dump_info.phys_base); in create_header64()
1737 uint64_t size, note_head_size, name_size, phys_base; in vmcoreinfo_update_phys_base() local
1764 &phys_base) < 0) { in vmcoreinfo_update_phys_base()
1767 s->dump_info.phys_base = phys_base; in vmcoreinfo_update_phys_base()
/qemu/hw/dma/
H A Dsoc_dma.c309 void soc_dma_port_add_mem(struct soc_dma_s *soc, uint8_t *phys_base, in soc_dma_port_add_mem() argument
357 entry->u.mem.base = phys_base; in soc_dma_port_add_mem()
/qemu/docs/specs/
H A Dvmcoreinfo.rst51 as a key=value text file, looking for ``NUMBER(phys_base)`` key
/qemu/target/arm/
H A Darch_dump.c423 info->phys_base = lowest_addr; in cpu_get_dump_info()
430 info->phys_base = lowest_addr; in cpu_get_dump_info()