Searched refs:translations (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v4.19/drivers/tty/vt/ |
D | consolemap.c | 39 static unsigned short translations[][256] = { variable 202 unsigned short *t = translations[i]; in set_inverse_transl() 261 return translations[m]; in set_translate() 335 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 344 unsigned short *p = translations[USER_MAP]; in con_get_trans_old() 366 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new() 377 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new() 795 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() 803 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit() 804 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 59 addresses for the guest. Different translations are required at different 70 The primary challenge is to encode between 1 and 3 translations into hardware 71 that support only 1 (traditional) and 2 (tdp) translations. When the 72 number of required translations matches the hardware, the mmu operates in 95 - access to missing or protected translations 112 A leaf spte corresponds to either one or two translations encoded into 114 translation stack, with optional higher level translations left to NPT/EPT. 117 The following table shows translations encoded by leaf ptes, with higher-level 118 translations in parentheses: 138 host pages, and gpa->hpa translations when NPT or EPT is active. [all …]
|
/Linux-v4.19/Documentation/translations/ja_JP/ |
D | index.rst | 6 Japanese translations
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | index.rst | 6 Korean translations
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | index.rst | 6 Chinese translations
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-mux.txt | 4 support table based parent index to hardware value translations.
|
/Linux-v4.19/Documentation/core-api/ |
D | cachetlb.rst | 25 virtual-->physical address translations obtained from the software 27 possible for stale translations to exist in this "TLB" cache. 39 changed, since such translations are "global" in nature. 57 address translations from the TLB. After running, this 69 sized translations from the TLB, instead of having the kernel 101 translations for software managed TLB configurations. 140 translations are changed or removed. So, for example, the physically
|
/Linux-v4.19/Documentation/ |
D | bus-virt-phys-mapping.txt | 36 translations into "CPU untranslated". 72 through different translations.. 83 Anyway, the way to look up all these translations, you do::
|
D | index.rst | 125 translations/index
|
D | 00-INDEX | 8 Following translations are available on the WWW: 395 translations/ 396 - translations of this document from English to another language
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | cdns,cdns-pcie-host.txt | 24 translations (default 32)
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 87 prevent any driver from properly setting up the translations. 123 * the same address translations because the IOMMU does not
|
/Linux-v4.19/Documentation/arm64/ |
D | tagged-pointers.txt | 11 The kernel configures the translation tables so that translations made
|
/Linux-v4.19/Documentation/filesystems/ |
D | isofs.txt | 12 There is also an option of doing UTF-8 translations with the
|
D | jfs.txt | 10 iocharset=utf8 for UTF-8 translations. This requires
|
D | vfat.txt | 52 There is also an option of doing UTF-8 translations
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | zte,vou.txt | 16 - ranges: list of address translations between VOU and sub-devices
|
/Linux-v4.19/Documentation/networking/ |
D | ila.txt | 54 - ILA host An end host that is capable of performing ILA translations 64 - ILA node A network node capable of performing ILA translations. This
|
/Linux-v4.19/Documentation/media/uapi/ |
D | fdl-appendix.rst | 392 translations of the :ref:`Document <fdl-document>` under the terms of 394 :ref:`Invariant Sections <fdl-invariant>` with translations requires 396 translations of some or all Invariant Sections in addition to the
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 204 translations performed from downstream devices are adapted accordingly.
|
/Linux-v4.19/Documentation/sparc/oradax/ |
D | oracle-dax.txt | 61 translations between real memory and physical so that each logical 75 translations are performed using the context of the process initiating
|
/Linux-v4.19/ |
D | .mailmap | 2 # This list is used by git-shortlog to fix a few botched name translations
|
/Linux-v4.19/drivers/iommu/ |
D | Kconfig | 184 translations for Direct Memory Access (DMA) from devices.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | concepts.rst | 72 such translations called Translation Lookaside Buffer (or
|
/Linux-v4.19/Documentation/s390/ |
D | vfio-ccw.txt | 129 it simply stores the translations for use by later requests. This
|
12