| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/vhost/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/input/keyboard/ |
| D | atkbd.c | 11 * Translated and Raw Set 2 and Set 3, as well as AT keyboards on dumb 216 bool translated; member 350 * in translated mode. 451 if (atkbd->translated) { in atkbd_interrupt() 509 atkbd->translated ? "translated" : "raw", in atkbd_interrupt() 781 * the controller is always in translated mode. In this mode mice/touchpads will 786 * ok in translated mode, only atkbd_select_set() checks atkbd->id and in 787 * translated mode that is a no-op. 791 return atkbd->translated && atkbd_is_portable_device(); in atkbd_skip_getid() 845 if (atkbd->id == 0xaca1 && atkbd->translated) { in atkbd_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/keyboard/ |
| 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 …]
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | spec-ctrl.h | 22 * (may get translated to MSR_AMD64_LS_CFG bits) 36 * (may get translated to MSR_AMD64_LS_CFG bits)
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | spec-ctrl.h | 22 * (may get translated to MSR_AMD64_LS_CFG bits) 36 * (may get translated to MSR_AMD64_LS_CFG bits)
|
| /kernel/linux/linux-5.10/Documentation/netlabel/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/netlabel/ |
| 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
|
| /kernel/linux/linux-5.10/include/xen/ |
| D | xen-ops.h | 124 * @pages: Array of pages if this domain has an auto-translated physmap 161 * @pages: Array of pages if this domain has an auto-translated physmap 189 * @pages: Array of pages if this domain has an auto-translated physmap
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-kernel-iommu_groups | 44 are translated by the iommu. 49 are not translated by the iommu. Maximum performance
|
| /kernel/linux/linux-5.10/Documentation/driver-api/memory-devices/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| D | i2c-address-translators.rst | 73 propagates transaction on bus B with address translated to 0x10, 78 with address translated back to 0x20
|
| /kernel/linux/linux-6.6/Documentation/driver-api/memory-devices/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/maintainer/ |
| D | configure-git.rst | 10 .. note:: To be translated
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | maintainer-tip.rst | 10 .. note:: To be translated
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | legacy_serial.c | 192 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_soc_port() 232 * with no translated address so that it can be picked up as an IO in add_legacy_isa_port() 283 /* Set the IO base to the same as the translated address for MMIO, in add_legacy_pci_port() 316 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_pci_port() 333 /* Check if a translated MMIO address has been found */ in setup_legacy_serial_console()
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
| D | memory.h | 14 * OMAP-1510 bus address is translated into a Local Bus address if the
|
| /kernel/linux/linux-6.6/Documentation/arch/x86/ |
| D | iommu.rst | 74 Interrupt ranges are not address translated, (0xfee00000 - 0xfeefffff). 142 iommu: Default domain type: Translated
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/devicetree/bindings/ |
| D | submitting-patches.rst | 11 .. note:: to be translated
|
| /kernel/liteos_a/testsuites/unittest/libc/io/ |
| D | io_test.cpp | 375 * @tc.desc: function for IoTest-print the translated string1 or string2 395 * @tc.desc: function for IoTest-print the translated string1 or string2 with locale parameter 414 * @tc.desc: function for IoTest-print the translated string with locale parameter
|
| /kernel/linux/linux-6.6/include/xen/ |
| D | xen-ops.h | 106 * @pages: Array of pages if this domain has an auto-translated physmap 169 * @pages: Array of pages if this domain has an auto-translated physmap
|