/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 | 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() 1257 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi() 1267 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi() [all …]
|
/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
|
/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/linux/drivers/input/keyboard/ |
H A D | atkbd.c | 215 bool translated; member 462 if (atkbd->translated) { in atkbd_receive_byte() 520 atkbd->translated ? "translated" : "raw", in atkbd_receive_byte() 800 return atkbd->translated && atkbd_is_portable_device(); in atkbd_skip_getid() 859 if (atkbd->id == 0xaca1 && atkbd->translated) { in atkbd_probe() 894 if (atkbd->translated) in atkbd_select_set() 1079 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup() 1137 } else if (atkbd->translated) { in atkbd_set_keycode_table() 1193 atkbd->translated ? "Translated" : "Raw", atkbd->set); in atkbd_set_device_attrs() 1202 input_dev->id.product = atkbd->translated ? 1 : atkbd->set; in atkbd_set_device_attrs() [all …]
|
/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/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/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/translations/it_IT/maintainer/ |
H A D | configure-git.rst | 10 .. note:: To be translated
|
/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/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-tip.rst | 10 .. note:: To be translated
|
/openbmc/linux/Documentation/translations/it_IT/devicetree/bindings/ |
H A D | submitting-patches.rst | 11 .. note:: to be translated
|
/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/webui-vue/docs/guide/components/info-tooltip/ |
H A D | index.md | 12 <info-tooltip :title="Title" //should be translated />
|
/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 */
|
/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/qemu/target/arm/ |
H A D | trace-events | 15 kvm_arm_fixup_msi_route(uint64_t iova, uint64_t gpa) "MSI iova = 0x%"PRIx64" is translated into 0x%…
|
/openbmc/linux/Documentation/translations/zh_TW/ |
H A D | IRQ.txt | 1 Chinese translated version of Documentation/core-api/irq/index.rst
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | tagged-pointers.txt | 1 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
|
H A D | legacy_instructions.txt | 1 Chinese translated version of Documentation/arch/arm64/legacy_instructions.rst
|
/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/translations/zh_TW/arch/arm64/ |
H A D | tagged-pointers.txt | 3 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
|
/openbmc/openbmc/poky/meta/recipes-support/itstool/ |
H A D | itstool_2.0.7.bb | 3 files, then merges translations from MO files to create translated \
|
/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
|