/openbmc/qemu/docs/devel/ |
H A D | tcg.rst | 36 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 D | multi-thread-tcg.rst | 13 thread structure of the translated executable although some of the 40 In the general case of running translated code there should be no 80 generation patching of the translated code. This also implies a shared 175 hot-path can be handled entirely within translated code. This is 178 translated code. It is possible to set flags in the TLB address which
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ntb.rst | 15 Memory windows allow translated read and write access to the peer memory. 56 1) allocate a memory region, 2) put translated address to NTB config, 74 1) allocate a memory region, 2) somehow deliver a translated address to a peer 75 device, 3) peer puts the translated address to NTB config, 4) peer device maps 83 2) Initialize memory window by translated address of the allocated region 85 3) Send the translated address and memory window index to a peer device 107 (it may fail if local translated address setting is not supported) 108 5) Send translated base address (usually together with memory window 114 device (related to pidx) translated address for specified memory
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 25 translated empty message 61 label: this.$t('table.name') //translated label 65 label: this.$t('table.age') //translated label 69 label: this.$t('table.color') // translated label 108 label: 'Name', //should be translated 113 label: 'Rank', //should be translated 118 label: 'Description', //should be translated 226 Add the `:empty-filtered-text` prop to the table to show the translated message 386 The `label` prop value should be the translated filter group label. The `key`
|
/openbmc/linux/Documentation/networking/ |
H A D | ila.rst | 21 the network, an ILA translated packet appears to be no different than any 23 ILA translated packet looks like just another TCP/IPv6 packet. The 66 of translated packets. 115 When an address is translated by ILA, an encapsulated transport checksum 116 that includes the translated address in a pseudo header may be rendered 129 translated address. 132 When an address is translated the difference can be offset
|
/openbmc/linux/drivers/vhost/ |
H A D | vringh.c | 1116 u64 addr, u64 len, u64 *translated, in iotlb_translate() argument 1169 if (translated) in iotlb_translate() 1170 *translated = min(len, s); in iotlb_translate() 1192 u64 translated; in copy_from_iotlb() local 1196 len - total_translated, &translated, in copy_from_iotlb() 1205 translated); in copy_from_iotlb() 1208 translated); in copy_from_iotlb() 1211 ret = copy_from_iter(dst, translated, &iter); in copy_from_iotlb() 1215 src += translated; in copy_from_iotlb() 1216 dst += translated; in copy_from_iotlb() [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | amd_iommu.c | 76 uint64_t translated_addr; /* translated address */ 1008 /* devices with V = 0 are not translated */ in amdvi_do_translate() 1091 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() [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GCR-docs | 7 translated version of this work, you must also make the source code to 8 the modified or translated version available in electronic form
|
H A D | Kazlib | 4 …tices stating that the work has been modified. This source code may be translated into executable …
|
/openbmc/qemu/include/exec/ |
H A D | translator.h | 41 * @DISAS_TOO_MANY: Too many instructions translated. 72 * @num_insns: Number of translated instructions (including current). 73 * @max_insns: Maximum number of instructions to be translated in this TB. 159 * - When too many instructions have been translated.
|
H A D | cpu-common.h | 203 * translated code. If @host_pc is not in translated code, the 215 * Attempt to restore the state for a fault occurring in translated 216 * code. If @host_pc is not in translated code no state is
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | spec-ctrl.h | 22 * (may get translated to MSR_AMD64_LS_CFG bits) 36 * (may get translated to MSR_AMD64_LS_CFG bits)
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | atkbd.c | 11 * Translated and Raw Set 2 and Set 3, as well as AT keyboards on dumb 215 bool translated; member 347 * in translated mode. 462 if (atkbd->translated) { in atkbd_receive_byte() 520 atkbd->translated ? "translated" : "raw", in atkbd_receive_byte() 790 * the controller is always in translated mode. In this mode mice/touchpads will 795 * 0xab83 id is ok in translated mode, only atkbd_select_set() checks atkbd->id 796 * and in translated mode that is a no-op. 800 return atkbd->translated && atkbd_is_portable_device(); in atkbd_skip_getid() 859 if (atkbd->id == 0xaca1 && atkbd->translated) { in atkbd_probe() [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-iova-tree.c | 19 * - Reverse translate iova address (from translated to iova) 20 * - Allocate IOVA regions for translated range (linear operation)
|
/openbmc/linux/Documentation/netlabel/ |
H A D | lsm_interface.rst | 37 level functions are translated into low level protocol operations based on how 48 and translated the security attributes into a LSM internal identifier the LSM
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-iommu_groups | 44 are translated by the iommu. 49 are not translated by the iommu. Maximum performance
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 336 translated = removal.translate(numeric_removal) 337 if translated not in revmap_remove: 338 revmap_remove[translated] = [] 339 revmap_remove[translated].append(removal) 349 translated = addition.translate(numeric_removal) 350 if translated in revmap_remove: 351 if len(revmap_remove[translated]) != 1: 353 removal = revmap_remove[translated][0]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mpc8349_pci.h | 39 * (local) addresses are translated to PCI addresses when the MPC826x is 92 * addresses are translated to 60x bus (local) addresses when the
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-address-translators.rst | 73 propagates transaction on bus B with address translated to 0x10, 78 with address translated back to 0x20
|
/openbmc/linux/Documentation/driver-api/memory-devices/ |
H A D | ti-gpmc.rst | 26 be translated to the form gpmc can understand. The way it has to be 27 translated depends on the connected peripheral. Also there is a
|
/openbmc/linux/Documentation/translations/it_IT/maintainer/ |
H A D | configure-git.rst | 10 .. note:: To be translated
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-tip.rst | 10 .. note:: To be translated
|
/openbmc/webui-vue/docs/guide/components/info-tooltip/ |
H A D | index.md | 12 <info-tooltip :title="Title" //should be translated />
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 194 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_soc_port() 234 * with no translated address so that it can be picked up as an IO in add_legacy_isa_port() 285 /* Set the IO base to the same as the translated address for MMIO, in add_legacy_pci_port() 318 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_pci_port() 334 /* Check if a translated MMIO address has been found */ in setup_legacy_serial_console()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | 69 + /* deliberately not translated */ 139 - /* deliberately not translated */
|