/qemu/hw/misc/ |
H A D | tz-mpc.c | 110 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 111 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 120 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 126 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 429 TZMPC *s = TZ_MPC(container_of(iommu, TZMPC, upstream)); in tz_mpc_translate() 515 memory_region_init_iommu(&s->upstream, sizeof(s->upstream), in tz_mpc_realize() 525 s->blocksize = memory_region_iommu_get_min_page_size(&s->upstream); in tz_mpc_realize() 531 object_unref(OBJECT(&s->upstream)); in tz_mpc_realize() 544 sysbus_init_mmio(sbd, MEMORY_REGION(&s->upstream)); in tz_mpc_realize()
|
H A D | tz-ppc.c | 269 memory_region_init_io(&port->upstream, obj, &tz_ppc_dummy_ops, in tz_ppc_realize() 271 sysbus_init_mmio(sbd, &port->upstream); in tz_ppc_realize() 282 memory_region_init_io(&port->upstream, obj, &tz_ppc_ops, in tz_ppc_realize() 284 sysbus_init_mmio(sbd, &port->upstream); in tz_ppc_realize()
|
H A D | tz-msc.c | 264 memory_region_init_io(&s->upstream, obj, &tz_msc_ops, s, name, size); in tz_msc_realize() 265 sysbus_init_mmio(sbd, &s->upstream); in tz_msc_realize()
|
/qemu/include/hw/misc/ |
H A D | tz-msc.h | 76 MemoryRegion upstream; member
|
H A D | tz-ppc.h | 79 MemoryRegion upstream; member
|
H A D | tz-mpc.h | 71 IOMMUMemoryRegion upstream; member
|
/qemu/ |
H A D | .b4-config | 2 # Common b4 settings that can be used to send patches to QEMU upstream.
|
H A D | .gitpublish | 2 # Common git-publish profiles that can be used to send patches to QEMU upstream.
|
H A D | README.rst | 135 found when running code built from QEMU git or upstream released sources 142 the bug is also known to affect latest upstream code, it can also be
|
/qemu/hw/usb/ |
H A D | bus.c | 369 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location() argument 371 if (upstream) { in usb_port_location() 373 upstream->path, portnr); in usb_port_location() 376 downstream->hubcount = upstream->hubcount + 1; in usb_port_location()
|
/qemu/docs/devel/testing/ |
H A D | ci-jobs.rst.inc | 79 the 'upstream'. This defaults to 'qemu-project'. Contributors 82 an upstream context, as opposed to their fork context. 127 merged into the upstream default branch.
|
/qemu/hw/arm/ |
H A D | mps2-tz.c | 567 MemoryRegion *upstream; in make_mpc() local 576 upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in make_mpc() 577 memory_region_add_subregion(get_system_memory(), raminfo->base, upstream); in make_mpc() 618 MemoryRegion *upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in remap_memory() local 621 memory_region_set_address(upstream, addr); in remap_memory() 768 MemoryRegion *upstream = sysbus_mmio_get_region(mpc_sbd, 1); in create_non_mpc_ram() local 769 make_ram_alias(&mms->ram[p->mrindex], p->name, upstream, p->base); in create_non_mpc_ram()
|
H A D | musca.c | 227 MemoryRegion *upstream; in make_mpc() local 264 upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in make_mpc() 265 memory_region_add_subregion(get_system_memory(), mpcinfo[i].addr, upstream); in make_mpc()
|
/qemu/docs/interop/ |
H A D | qmp-spec.rst | 388 Management tools should be able to support both upstream and downstream 393 avoid modifying QMP. Both upstream and downstream need to take care to 398 means upstream will never use any downstream names for its commands, 416 as to upstream, obviously. It follows that downstream must behave 417 exactly like upstream for any input not containing members with 422 upstream as long as it doesn't send input with downstream members, and
|
/qemu/docs/system/arm/ |
H A D | xlnx-zynq.rst | 32 Direct Linux boot of a generic ARM upstream Linux kernel:
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 22 features in that distro match the upstream release with the same 24 software in their distro, QEMU upstream code will not add explicit 26 manner that works for the upstream releases too.
|
H A D | removed-features.rst | 931 which has been dead for years; there was never an upstream Linux 937 Support for this CPU was removed from the upstream Linux kernel, and 938 there is no available upstream toolchain to build binaries for it. 1111 the upstream Linux kernel in 2018, and it has also been dropped from glibc, so 1261 The corresponding upstream server project is no longer maintained.
|
/qemu/docs/system/devices/ |
H A D | cxl.rst | 62 bridge, switch upstream port and endpoints. 129 with a single upstream port, internal PCI bus and multiple 132 Both the CXL upstream and downstream ports have CXL specific 139 by creating an upstream port (cxl-upstream) and a number of 376 -device cxl-upstream,bus=root_port0,id=us0 \
|
/qemu/docs/specs/ |
H A D | pci-ids.rst | 46 upstream merge or shipping a distro/product) to avoid conflicts.
|
H A D | riscv-iommu.rst | 116 .. _ventana-linux: https://github.com/ventanamicro/linux/tree/dev-upstream
|
/qemu/docs/ |
H A D | multiseat.txt | 137 Patch with this rule has been submitted to upstream udev/systemd, was
|
H A D | pcie.txt | 88 Only use PCI Express Switches (x3130-upstream, xio3130-downstream) 123 -device x3130-upstream,id=upstream_port1,bus=root_port1[,addr=x] \
|
/qemu/pc-bios/ |
H A D | README | 36 - The u-boot binary for e500 comes from the upstream denx u-boot project where
|
/qemu/include/hw/ |
H A D | usb.h | 510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);
|
/qemu/docs/devel/ |
H A D | tcg-plugins.rst | 22 your plugin upstream so they can be updated if/when the API changes.
|