Home
last modified time | relevance | path

Searched refs:translated (Results 1 – 22 of 22) sorted by relevance

/qemu/hw/i386/
H A Damd_iommu.c1091 MSIMessage *translated, in amdvi_int_remap_legacy() argument
1150 MSIMessage *translated, in amdvi_int_remap_ga() argument
1195 MSIMessage *translated, in __amdvi_int_remap_msi() argument
1208 memcpy(translated, origin, sizeof(*origin)); in __amdvi_int_remap_msi()
1221 ret = amdvi_int_remap_ga(iommu, origin, translated, dte, irq, sid); in __amdvi_int_remap_msi()
1223 ret = amdvi_int_remap_legacy(iommu, origin, translated, dte, irq, sid); in __amdvi_int_remap_msi()
1232 MSIMessage *translated, in amdvi_int_remap_msi() argument
1241 assert(origin && translated); in amdvi_int_remap_msi()
1257 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi()
1267 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi()
[all …]
H A Dtrace-events39 …skip_map(uint64_t iova, uint64_t mask, uint64_t translated) "iova 0x%"PRIx64" mask 0x%"PRIx64" tra…
H A Dintel_iommu.c3981 MSIMessage *translated, in vtd_interrupt_remap_msi() argument
3988 assert(origin && translated); in vtd_interrupt_remap_msi()
3993 memcpy(translated, origin, sizeof(*origin)); in vtd_interrupt_remap_msi()
4018 memcpy(translated, origin, sizeof(*origin)); in vtd_interrupt_remap_msi()
4074 x86_iommu_irq_to_msi_message(&irq, translated); in vtd_interrupt_remap_msi()
4078 translated->address, translated->data); in vtd_interrupt_remap_msi()
/qemu/docs/devel/
H A Dtcg.rst36 After each translated basic block is executed, QEMU uses the simulated
45 prologue and then moving on to the translated instructions.
88 instruction that later on gets translated to a jump to an address
127 Self-modifying code and translated code invalidation
135 not already read-only) every time translated code is generated for a
137 a SEGV signal. QEMU then invalidates all the translated code in the page
141 Correct translated code invalidation is done efficiently by maintaining
142 a linked list of every translated block contained in a given page. Other
178 In order to avoid flushing the translated code each time the MMU
H A Dmulti-thread-tcg.rst15 thread structure of the translated executable although some of the
41 In the general case of running translated code there should be no
81 generation patching of the translated code. This also implies a shared
176 hot-path can be handled entirely within translated code. This is
179 translated code. It is possible to set flags in the TLB address which
H A Dtcg-icount.rst41 translated block and will cause a return to the outer loop to deal
H A Dtcg-plugins.rst95 It is quite normal to see the same address translated multiple times.
H A Dloads-stores.rst78 translated, plus a ``MemOp`` which contains alignment requirements
H A Dmulti-process.rst552 that physical address can be translated to a local virtual address. The
/qemu/target/arm/
H A Dtrace-events15 kvm_arm_fixup_msi_route(uint64_t iova, uint64_t gpa) "MSI iova = 0x%"PRIx64" is translated into 0x%…
/qemu/docs/system/
H A Dtarget-avr.rst45 - Print out executed instructions (that have not been translated by the JIT
/qemu/hw/xen/
H A Dxen-mapcache.c339 bool translated G_GNUC_UNUSED = false; in xen_map_cache_unlocked()
420 if (!translated && mc->phys_offset_to_gaddr) { in xen_map_cache_unlocked()
422 translated = true; in xen_map_cache_unlocked()
/qemu/hw/arm/
H A Dtrace-events50 …, uint16_t sid, uint64_t iova, uint64_t translated, int perm, int stage) "%s sid=0x%x iova=0x%"PRI…
/qemu/docs/specs/
H A Dppc-spapr-numa.rst206 have to accept that a large array of values will be translated to the same
225 Will both be translated to the same values internally:
360 * 'non-transitive' topologies will be poorly translated to the guest. This is the
/qemu/docs/system/devices/
H A Dvirtio-gpu.rst63 are translated into an intermediate representation (see `Gallium3D`_). The
/qemu/ui/
H A Dtrace-events25 …char *tab, int gdk_keycode, int qkeycode, const char *action) "tab=%s, translated GDK keycode %d t…
98 sdl2_process_key(int sdl_scancode, int qcode, const char *action) "translated SDL scancode %d to QK…
/qemu/docs/interop/
H A Dqed_spec.txt109 Logical offsets are translated into cluster offsets as follows:
H A Dvhost-user.rst681 translated to user addresses via the IOTLB.
/qemu/docs/devel/migration/
H A Dpostcopy.rst14 a fault that's translated by QEMU into a request to the source QEMU.
/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.087 either verbatim or with modifications and/or translated into another
/qemu/
H A DCOPYING68 either verbatim or with modifications and/or translated into another
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1289 * of translated code to check for pending interrupts.