Home
last modified time | relevance | path

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

123456789

/openbmc/linux/drivers/vhost/
H A Dvringh.c1169 if (translated) in iotlb_translate()
1192 u64 translated; in copy_from_iotlb() local
1205 translated); in copy_from_iotlb()
1208 translated); in copy_from_iotlb()
1215 src += translated; in copy_from_iotlb()
1216 dst += translated; in copy_from_iotlb()
1238 u64 translated; in copy_to_iotlb() local
1251 translated); in copy_to_iotlb()
1254 translated); in copy_to_iotlb()
1261 src += translated; in copy_to_iotlb()
[all …]
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1125 MSIMessage *translated, in amdvi_int_remap_ga() argument
1165 MSIMessage *translated, in __amdvi_int_remap_msi() argument
1178 memcpy(translated, origin, sizeof(*origin)); in __amdvi_int_remap_msi()
1202 MSIMessage *translated, in amdvi_int_remap_msi() argument
1211 assert(origin && translated); in amdvi_int_remap_msi()
1227 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi()
1237 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi()
1316 memcpy(translated, origin, sizeof(*origin)); in amdvi_int_remap_msi()
1325 translated->address, translated->data); in amdvi_int_remap_msi()
1334 MSIMessage *translated, in amdvi_int_remap() argument
[all …]
/openbmc/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
/openbmc/linux/Documentation/driver-api/
H A Dntb.rst15 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/Documentation/translations/it_IT/maintainer/
H A Dconfigure-git.rst10 .. note:: To be translated
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-tip.rst10 .. note:: To be translated
/openbmc/linux/Documentation/translations/it_IT/devicetree/bindings/
H A Dsubmitting-patches.rst11 .. note:: to be translated
/openbmc/linux/drivers/input/keyboard/
H A Datkbd.c215 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 Dila.rst21 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 Dbuildhistory_analysis.py336 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 Dindex.md25 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/webui-vue/docs/guide/components/info-tooltip/
H A Dindex.md12 <info-tooltip :title="Title" //should be translated />
/openbmc/linux/Documentation/netlabel/
H A Dlsm_interface.rst37 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/qemu/target/arm/
H A Dtrace-events14 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 DIRQ.txt1 Chinese translated version of Documentation/core-api/irq/index.rst
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dtagged-pointers.txt1 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
H A Dlegacy_instructions.txt1 Chinese translated version of Documentation/arch/arm64/legacy_instructions.rst
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord-native/
H A D0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch69 + /* deliberately not translated */
139 - /* deliberately not translated */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-iommu_groups44 are translated by the iommu.
49 are not translated by the iommu. Maximum performance
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dtagged-pointers.txt3 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
H A Dlegacy_instructions.txt3 Chinese translated version of Documentation/arch/arm64/legacy_instructions.rst
/openbmc/openbmc/poky/meta/recipes-support/itstool/
H A Ditstool_2.0.7.bb3 files, then merges translations from MO files to create translated \
/openbmc/linux/Documentation/translations/ko_KR/
H A Dstable_api_nonsense.txt2 This is a version of Documentation/process/stable-api-nonsense.rst translated
/openbmc/linux/Documentation/i2c/
H A Di2c-address-translators.rst73 propagates transaction on bus B with address translated to 0x10,
78 with address translated back to 0x20
/openbmc/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md16 4. Add the translated text to associate with the icon

123456789