Home
last modified time | relevance | path

Searched full:translated (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/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
/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
/linux/drivers/input/keyboard/
H A Datkbd.c11 * 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 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/Documentation/ABI/testing/
H A Dsysfs-kernel-iommu_groups44 are translated by the iommu.
49 are not translated by the iommu. Maximum performance
/linux/Documentation/driver-api/memory-devices/
H A 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/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
/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c194 /* 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/maintainer/
H A Dconfigure-git.rst10 .. note:: To be translated
/linux/Documentation/arch/x86/
H A Diommu.rst74 Interrupt ranges are not address translated, (0xfee00000 - 0xfeefffff).
142 iommu: Default domain type: Translated
/linux/arch/xtensa/include/asm/
H A Dpage.h49 * When the page number is translated to the physical page address, the lowest
50 * bit(s) (X) that are part of the cache index are also translated (Y).
/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-tip.rst10 .. note:: To be translated
/linux/include/xen/
H A Dxen-ops.h105 * @pages: Array of pages if this domain has an auto-translated physmap
168 * @pages: Array of pages if this domain has an auto-translated physmap
/linux/Documentation/translations/it_IT/devicetree/bindings/
H A Dsubmitting-patches.rst11 .. note:: to be translated
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c555 * @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 Dvfio_ccw_cp.h33 * translated result of the guest channel program that pointed out by
/linux/Documentation/admin-guide/RAS/
H A Daddress-translation.rst13 when reporting memory errors. Normalized addresses must be translated to
/linux/fs/ntfs3/
H A Dinode.c1824 char *translated = NULL; in ntfs_translate_junction() local
1841 translated = kmalloc(PATH_MAX, GFP_NOFS); in ntfs_translate_junction()
1842 if (!translated) { in ntfs_translate_junction()
1847 /* Make translated path a relative path to mount point */ in ntfs_translate_junction()
1848 strcpy(translated, "./"); in ntfs_translate_junction()
1859 strcpy(translated + tl_len, "../"); in ntfs_translate_junction()
1887 /* translated path has a trailing / and target_start does not */ in ntfs_translate_junction()
1888 strcpy(translated + tl_len, target_start); in ntfs_translate_junction()
1892 translated, target_max, tl_len); in ntfs_translate_junction()
1896 strcpy(target, translated); in ntfs_translate_junction()
[all …]
/linux/drivers/net/wireless/ti/wlcore/
H A Dio.c63 * translated region. in wlcore_translate_addr()
65 * The translated regions occur next to each other in physical device in wlcore_translate_addr()
/linux/include/linux/platform_data/
H A Di2c-omap.h26 /* how the CPU address bus must be translated for I2C unit access */
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-atr.yaml30 translated to the remote peripheral's real address. This property is not
/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h148 /* BAR N Setup/Limit Address/Lower and Upper Translated Base Address (DWORD) */
986 * @IDT_TRANS_ALIGN: Alignment of translated base address
987 * @IDT_DIR_SIZE_ALIGN: Alignment of size setting for direct translated MWs.
1061 * @addr_align: Alignment of translated address
1159 * @ltbase: Lower translated base address
1160 * @utbase: Upper translated base address
/linux/Documentation/translations/zh_TW/
H A DIRQ.txt1 Chinese translated version of Documentation/core-api/irq/index.rst
/linux/Documentation/arch/parisc/
H A Ddebugging.rst31 get translated to a physical address before real-mode code tried to
/linux/arch/powerpc/include/asm/
H A Dsynch.h34 * from the physical address that was translated at copy time. in ppc_after_tlbiel_barrier()

12345678910>>...12