Home
last modified time | relevance | path

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

12345

/Linux-v6.6/drivers/vhost/
Dvringh.c1116 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 …]
/Linux-v6.6/Documentation/driver-api/
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
/Linux-v6.6/Documentation/networking/
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
/Linux-v6.6/Documentation/translations/it_IT/maintainer/
Dconfigure-git.rst10 .. note:: To be translated
/Linux-v6.6/Documentation/translations/it_IT/process/
Dmaintainer-tip.rst10 .. note:: To be translated
/Linux-v6.6/drivers/input/keyboard/
Datkbd.c215 bool translated; member
462 if (atkbd->translated) { in atkbd_receive_byte()
520 atkbd->translated ? "translated" : "raw", in atkbd_receive_byte()
816 if (atkbd->id == 0xaca1 && atkbd->translated) { in atkbd_probe()
851 if (atkbd->translated) in atkbd_select_set()
1036 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup()
1094 } else if (atkbd->translated) { in atkbd_set_keycode_table()
1150 atkbd->translated ? "Translated" : "Raw", atkbd->set); in atkbd_set_device_attrs()
1159 input_dev->id.product = atkbd->translated ? 1 : atkbd->set; in atkbd_set_device_attrs()
1252 atkbd->translated = true; in atkbd_connect()
/Linux-v6.6/Documentation/translations/it_IT/devicetree/bindings/
Dsubmitting-patches.rst11 .. note:: to be translated
/Linux-v6.6/Documentation/netlabel/
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
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups44 are translated by the iommu.
49 are not translated by the iommu. Maximum performance
/Linux-v6.6/Documentation/translations/zh_CN/arch/arm64/
Dtagged-pointers.txt1 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
Dlegacy_instructions.txt1 Chinese translated version of Documentation/arch/arm64/legacy_instructions.rst
Dmemory.txt1 Chinese translated version of Documentation/arch/arm64/memory.rst
Dsilicon-errata.txt1 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst
/Linux-v6.6/Documentation/translations/zh_TW/
DIRQ.txt1 Chinese translated version of Documentation/core-api/irq/index.rst
Dsparse.txt1 Chinese translated version of Documentation/dev-tools/sparse.rst
Dio_ordering.txt1 Chinese translated version of Documentation/driver-api/io_ordering.rst
/Linux-v6.6/Documentation/translations/zh_TW/arch/arm64/
Dtagged-pointers.txt3 Chinese translated version of Documentation/arch/arm64/tagged-pointers.rst
Dlegacy_instructions.txt3 Chinese translated version of Documentation/arch/arm64/legacy_instructions.rst
Dmemory.txt3 Chinese translated version of Documentation/arch/arm64/memory.rst
Dsilicon-errata.txt3 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst
/Linux-v6.6/Documentation/i2c/
Di2c-address-translators.rst73 propagates transaction on bus B with address translated to 0x10,
78 with address translated back to 0x20
/Linux-v6.6/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt2 This is a version of Documentation/process/stable-api-nonsense.rst translated
/Linux-v6.6/Documentation/driver-api/memory-devices/
Dti-gpmc.rst26 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
/Linux-v6.6/fs/ntfs3/
Dinode.c1815 char *translated = NULL; in ntfs_translate_junction() local
1832 translated = kmalloc(PATH_MAX, GFP_NOFS); in ntfs_translate_junction()
1833 if (!translated) { in ntfs_translate_junction()
1839 strcpy(translated, "./"); in ntfs_translate_junction()
1850 strcpy(translated + tl_len, "../"); in ntfs_translate_junction()
1879 strcpy(translated + tl_len, target_start); in ntfs_translate_junction()
1883 translated, target_max, tl_len); in ntfs_translate_junction()
1887 strcpy(target, translated); in ntfs_translate_junction()
1892 kfree(translated); in ntfs_translate_junction()
/Linux-v6.6/Documentation/translations/ja_JP/
Dstable_kernel_rules.txt2 This is Japanese translated version of "Documentation/process/stable-kernel-rules.rst".

12345