Home
last modified time | relevance | path

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

/qemu/include/hw/xen/
H A Dxen_native.h372 hwaddr end_addr = start_addr + size - 1; in xen_map_memory_section() local
378 trace_xen_map_mmio_range(ioservid, start_addr, end_addr); in xen_map_memory_section()
380 start_addr, end_addr); in xen_map_memory_section()
389 hwaddr end_addr = start_addr + size - 1; in xen_unmap_memory_section() local
395 trace_xen_unmap_mmio_range(ioservid, start_addr, end_addr); in xen_unmap_memory_section()
397 1, start_addr, end_addr); in xen_unmap_memory_section()
406 hwaddr end_addr = start_addr + size - 1; in xen_map_io_section() local
412 trace_xen_map_portio_range(ioservid, start_addr, end_addr); in xen_map_io_section()
414 start_addr, end_addr); in xen_map_io_section()
423 hwaddr end_addr = start_addr + size - 1; in xen_unmap_io_section() local
[all …]
/qemu/pc-bios/optionrom/
H A Dpvh_main.c54 static uintptr_t search_rsdp(uint32_t start_addr, uint32_t end_addr) in search_rsdp() argument
59 for (rsdp_p = (uint64_t *)start_addr; rsdp_p < (uint64_t *)end_addr; in search_rsdp()
/qemu/hw/usb/
H A Dhcd-ohci.c541 uint32_t start_addr, uint32_t end_addr, in ohci_copy_iso_td() argument
558 ptr = end_addr & ~0xfffu; in ohci_copy_iso_td()
588 uint32_t start_addr, end_addr; in ohci_service_iso_td() local
702 end_addr = (iso_td.bp & OHCI_PAGE_MASK) | in ohci_service_iso_td()
705 end_addr = (iso_td.be & OHCI_PAGE_MASK) | in ohci_service_iso_td()
710 end_addr = next_offset; in ohci_service_iso_td()
713 if (start_addr > end_addr) { in ohci_service_iso_td()
714 trace_usb_ohci_iso_td_bad_cc_overrun(start_addr, end_addr); in ohci_service_iso_td()
718 if ((start_addr & OHCI_PAGE_MASK) != (end_addr & OHCI_PAGE_MASK)) { in ohci_service_iso_td()
719 len = (end_addr & OHCI_OFFSET_MASK) + 0x1001 in ohci_service_iso_td()
[all …]
/qemu/tests/qtest/
H A Dpnv-xive2-common.c161 uint64_t end_addr, queue_addr, queue_hi, queue_lo; in set_end() local
165 end_addr = XIVE_END_MEM + (uint64_t)index * sizeof(Xive2End); in set_end()
188 xive_copy_struct(qts, &end, end_addr, sizeof(end)); in set_end()
H A Dnpcm7xx_sdhci-test.c126 uint64_t end_addr = addr + NPCM7XX_REG_SIZE; in test_reset() local
136 while (addr < end_addr) { in test_reset()
/qemu/target/arm/
H A Dgdbstub64.c517 uint64_t end_addr; in handle_Q_memtag() local
532 end_addr = start_addr + (len - 1); /* 'len' is always >= 1 */ in handle_Q_memtag()
534 if ((start_addr ^ end_addr) & TARGET_PAGE_MASK) { in handle_Q_memtag()
559 while (address <= end_addr) { in handle_Q_memtag()
/qemu/hw/xen/
H A Dtrace-events8 xen_map_mmio_range(uint32_t id, uint64_t start_addr, uint64_t end_addr) "id: %u start: 0x%"PRIx64" …
9 xen_unmap_mmio_range(uint32_t id, uint64_t start_addr, uint64_t end_addr) "id: %u start: 0x%"PRIx64…
10 xen_map_portio_range(uint32_t id, uint64_t start_addr, uint64_t end_addr) "id: %u start: 0x%"PRIx64…
11 xen_unmap_portio_range(uint32_t id, uint64_t start_addr, uint64_t end_addr) "id: %u start: 0x%"PRIx…
/qemu/bsd-user/
H A Delfload.c250 abi_ulong end_addr, end_addr1; in padzero() local
252 end_addr = HOST_PAGE_ALIGN(elf_bss); in padzero()
253 if (end_addr1 < end_addr) { in padzero()
254 mmap((void *)g2h_untagged(end_addr1), end_addr - end_addr1, in padzero()
/qemu/hw/misc/
H A Dxlnx-versal-cframe-reg.c143 uint32_t end_addr) in cfrm_readout_frames() argument
151 for (uint32_t addr = start_addr; addr < end_addr; addr++) { in cfrm_readout_frames()
178 uint32_t end_addr = start_addr + s->regs[R_FRCNT0] / FRAME_NUM_QWORDS; in cfrm_frcnt_post_write() local
180 cfrm_readout_frames(s, start_addr, end_addr); in cfrm_frcnt_post_write()
/qemu/hw/virtio/
H A Dvhost.c201 hwaddr end_addr; in vhost_sync_dirty_bitmap() local
207 end_addr = range_get_last(start_addr, int128_get64(section->size)); in vhost_sync_dirty_bitmap()
209 end_addr = MIN(last, end_addr); in vhost_sync_dirty_bitmap()
214 vhost_dev_sync_region(dev, section, start_addr, end_addr, in vhost_sync_dirty_bitmap()
262 vhost_dev_sync_region(dev, section, start_addr, end_addr, phys, in vhost_sync_dirty_bitmap()
269 end_addr, vq->used_phys, in vhost_sync_dirty_bitmap()
/qemu/target/hexagon/
H A Dop_helper.c155 uint32_t end_addr; in HELPER() local
159 end_addr = start_addr + length; in HELPER()
167 end_addr = start_addr | length; in HELPER()
170 if (new_ptr >= end_addr) { in HELPER()
/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c544 uint64_t end_addr = 0; in ospi_ahb_decoder_cs() local
548 end_addr += flash_sz(s, cs); in ospi_ahb_decoder_cs()
549 if (addr < end_addr) { in ospi_ahb_decoder_cs()