/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
|
/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
|
/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 …]
|
/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() 788 * the controller is always in translated mode. In this mode mice/touchpads will 793 * 0xab83 id is ok in translated mode, only atkbd_select_set() checks atkbd->id 794 * and in translated mode that is a no-op. 798 return atkbd->translated && atkbd_is_portable_device(); in atkbd_skip_getid() 857 if (atkbd->id == 0xaca1 && atkbd->translated) { in atkbd_probe() [all …]
|
/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
|
/linux/arch/x86/include/asm/ |
H A D | spec-ctrl.h | 23 * (may get translated to MSR_AMD64_LS_CFG bits) 37 * (may get translated to MSR_AMD64_LS_CFG bits)
|
/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
|
/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
|
/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
|
/linux/Documentation/translations/it_IT/maintainer/ |
H A D | configure-git.rst | 10 .. note:: To be translated
|
/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()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-tip.rst | 10 .. note:: To be translated
|
/linux/Documentation/arch/x86/ |
H A D | iommu.rst | 74 Interrupt ranges are not address translated, (0xfee00000 - 0xfeefffff). 142 iommu: Default domain type: Translated
|
/linux/Documentation/translations/it_IT/devicetree/bindings/ |
H A D | submitting-patches.rst | 11 .. note:: to be translated
|
/linux/Documentation/admin-guide/RAS/ |
H A D | address-translation.rst | 13 when reporting memory errors. Normalized addresses must be translated to
|
/linux/arch/xtensa/include/asm/ |
H A D | page.h | 55 * When the page number is translated to the physical page address, the lowest 56 * bit(s) (X) that are part of the cache index are also translated (Y).
|
/linux/include/xen/ |
H A 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
|
/linux/Documentation/admin-guide/perf/ |
H A D | nvidia-pmu.rst | 58 In this config, the PMU captures GPU ATS translated or EGM traffic from the GPU. 94 traffic, in contrast with NvLink-C2C0 PMU that captures ATS translated traffic. 230 | |PCI R/W|Translated,|Translated | CPU | CPU/PCIE1| GPU/PCIE2|
|
/linux/include/linux/platform_data/ |
H A D | i2c-omap.h | 26 /* how the CPU address bus must be translated for I2C unit access */
|
/linux/drivers/s390/cio/ |
H A D | vfio_ccw_cp.c | 555 * @ccw: The Channel Command Word being translated 664 /* Populate the IDAL with pinned/translated addresses from page */ in ccwchain_fetch_ccw() 785 * - On entry ch_len holds the count of CCWs to be translated. 786 * - On exit ch_len is adjusted to the count of successfully translated CCWs. 798 * translated channel program to real devices to perform an I/O 837 /* Only cleanup the chain elements that were actually translated. */ in cp_prefetch()
|
H A D | vfio_ccw_cp.h | 33 * translated result of the guest channel program that pointed out by
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | io.c | 63 * translated region. in wlcore_translate_addr() 65 * The translated regions occur next to each other in physical device in wlcore_translate_addr()
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-atr.yaml | 30 translated to the remote peripheral's real address. This property is not
|
/linux/Documentation/translations/zh_TW/ |
H A D | IRQ.txt | 1 Chinese translated version of Documentation/core-api/irq/index.rst
|
/linux/drivers/misc/mei/ |
H A D | hw-txe.h | 35 * @intr_cause: translated interrupt cause
|