Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v4.19/drivers/tty/vt/
Dconsolemap.c39 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/
Dmmu.txt59 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/
Dindex.rst6 Japanese translations
/Linux-v4.19/Documentation/translations/ko_KR/
Dindex.rst6 Korean translations
/Linux-v4.19/Documentation/translations/zh_CN/
Dindex.rst6 Chinese translations
/Linux-v4.19/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-mux.txt4 support table based parent index to hardware value translations.
/Linux-v4.19/Documentation/core-api/
Dcachetlb.rst25 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/
Dbus-virt-phys-mapping.txt36 translations into "CPU untranslated".
72 through different translations..
83 Anyway, the way to look up all these translations, you do::
Dindex.rst125 translations/index
D00-INDEX8 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/
Dcdns,cdns-pcie-host.txt24 translations (default 32)
/Linux-v4.19/Documentation/devicetree/bindings/iommu/
Diommu.txt87 prevent any driver from properly setting up the translations.
123 * the same address translations because the IOMMU does not
/Linux-v4.19/Documentation/arm64/
Dtagged-pointers.txt11 The kernel configures the translation tables so that translations made
/Linux-v4.19/Documentation/filesystems/
Disofs.txt12 There is also an option of doing UTF-8 translations with the
Djfs.txt10 iocharset=utf8 for UTF-8 translations. This requires
Dvfat.txt52 There is also an option of doing UTF-8 translations
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dzte,vou.txt16 - ranges: list of address translations between VOU and sub-devices
/Linux-v4.19/Documentation/networking/
Dila.txt54 - 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/
Dfdl-appendix.rst392 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/
Dmvebu-mbus.txt204 translations performed from downstream devices are adapted accordingly.
/Linux-v4.19/Documentation/sparc/oradax/
Doracle-dax.txt61 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.mailmap2 # This list is used by git-shortlog to fix a few botched name translations
/Linux-v4.19/drivers/iommu/
DKconfig184 translations for Direct Memory Access (DMA) from devices.
/Linux-v4.19/Documentation/admin-guide/mm/
Dconcepts.rst72 such translations called Translation Lookaside Buffer (or
/Linux-v4.19/Documentation/s390/
Dvfio-ccw.txt129 it simply stores the translations for use by later requests. This

12