Searched refs:translations (Results 1 – 25 of 108) sorted by relevance
12345
/linux-6.12.1/Documentation/translations/zh_CN/process/ |
D | 5.Posting.rst | 22 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 23 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。 154 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 165 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 172 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 180 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 197 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
|
D | howto.rst | 67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>` 93 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>` 98 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 117 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>` 132 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>` 335 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
|
D | submit-checklist.rst | 16 这些都是在 Documentation/translations/zh_CN/process/submitting-patches.rst 39 5) 按 Documentation/translations/zh_CN/process/coding-style.rst 所述检查您的 54 (参见 Documentation/translations/zh_CN/dev-tools/sparse.rst )
|
D | submitting-patches.rst | 27 参见: Documentation/translations/zh_CN/process/development-process.rst 。 28 Documentation/translations/zh_CN/process/submit-checklist.rst 给出了一系列 164 Documentation/translations/zh_CN/process/coding-style.rst 211 参见 Documentation/translations/zh_CN/process/security-bugs.rst 。 219 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 。 250 请参阅 Documentation/translations/zh_CN/process/email-clients.rst 445 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 。 649 内核 Documentation/translations/zh_CN/process/coding-style.rst
|
D | 8.Conclusion.rst | 19 :ref:`Documentation/translations/zh_CN/process/howto.rst <cn_process_howto>` 21 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
|
/linux-6.12.1/Documentation/translations/zh_TW/process/ |
D | 5.Posting.rst | 25 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>` 26 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <tw_submitchecklist>`。 157 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>` 168 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>` 175 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>` 183 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>` 200 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <tw_email_clients>`
|
D | howto.rst | 70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>` 96 :ref:`Documentation/translations/zh_TW/process/coding-style.rst <tw_codingstyle>` 101 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 120 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>` 135 :ref:`Documentation/translations/zh_TW/process/management-style.rst <tw_managementstyle>` 338 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
|
D | submit-checklist.rst | 19 這些都是在 Documentation/translations/zh_CN/process/submitting-patches.rst 42 5) 按 Documentation/translations/zh_CN/process/coding-style.rst 所述檢查您的 57 (參見 Documentation/translations/zh_CN/dev-tools/sparse.rst )
|
D | submitting-patches.rst | 28 參見: Documentation/translations/zh_CN/process/development-process.rst 。 29 Documentation/translations/zh_CN/process/submit-checklist.rst 給出了一系列 165 Documentation/translations/zh_CN/process/coding-style.rst 212 參見 Documentation/translations/zh_CN/process/security-bugs.rst 。 220 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 。 251 請參閱 Documentation/translations/zh_CN/process/email-clients.rst 446 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 。 650 內核 Documentation/translations/zh_CN/process/coding-style.rst
|
D | 8.Conclusion.rst | 22 :ref:`Documentation/translations/zh_CN/process/howto.rst <tw_process_howto>` 24 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
|
/linux-6.12.1/Documentation/translations/ |
D | index.rst | 34 immediately to all translations. Translations' maintainers - and 36 maintain translations aligned as much as they can. For this reason there is 43 translations' users should not find information that differs from the official 46 same change should be applied to translations. Translations' maintainers 48 translations, updates, fixes). 54 translations, you may find slight differences that carry the same message but
|
/linux-6.12.1/drivers/tty/vt/ |
D | consolemap.c | 41 static unsigned short translations[][E_TABSZ] = { variable 229 unsigned short *t = translations[m]; in set_inverse_transl() 244 for (unsigned int ch = 0; ch < ARRAY_SIZE(translations[m]); ch++) { in set_inverse_transl() 290 return translations[m]; in set_translate() 365 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old() 374 unsigned short *p = translations[USER_MAP]; in con_get_trans_old() 396 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new() 407 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new() 849 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() 856 for (c = 0; c < ARRAY_SIZE(translations[USER_MAP]); c++) in conv_uni_to_8bit() [all …]
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/ |
D | reporting-regressions.rst | 31 #. 按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 74 只需按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 136 如 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst (簡要) 137 和 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst (詳細)中所 367 …l.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/translations/zh_CN/admin-gui…
|
D | README.rst | 287 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 。 290 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 293 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst
|
D | reporting-issues.rst | 304 Documentation/translations/zh_CN/process/security-bugs.rst , 388 如果你的內核被污染了,請閱讀 Documentation/translations/zh_CN/admin-guide/tainted-kernels.rst 801 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst 文檔中進行了詳細 987 更多信息請參見 Documentation/translations/zh_CN/process/security-bugs.rst 。 1201 特別關照”部分和文檔 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst 。 1220 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 中所列出的
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/ |
D | reporting-regressions.rst | 31 #. 按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 74 只需按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 136 如 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst (简要) 137 和 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst (详细)中所 367 …l.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/translations/zh_CN/admin-gui…
|
D | README.rst | 284 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 。 287 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 290 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst
|
D | reporting-issues.rst | 303 Documentation/translations/zh_CN/process/security-bugs.rst , 387 如果你的内核被污染了,请阅读 Documentation/translations/zh_CN/admin-guide/tainted-kernels.rst 800 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst 文档中进行了详细 986 更多信息请参见 Documentation/translations/zh_CN/process/security-bugs.rst 。 1200 特别关照”部分和文档 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst 。 1219 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 中所列出的
|
/linux-6.12.1/Documentation/translations/zh_CN/mm/ |
D | index.rst | 17 (Documentation/translations/zh_CN/core-api/memory-allocation.rst)。 19 (Documentation/translations/zh_CN/admin-guide/mm/index.rst)。
|
/linux-6.12.1/Documentation/translations/zh_CN/doc-guide/ |
D | checktransupdate.rst | 39 - ``./scripts/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst`` 49 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | kasan.txt | 28 - Book3S runs code with translations off ("real mode") during boot, including a 32 - Some code - most notably a lot of KVM code - also runs with translations off 36 translations on or off. 40 instrument any code that runs with translations off after booting. This is the
|
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/ |
D | testing-overview.rst | 73 Documentation/translations/zh_CN/dev-tools/gcov.rst 是GCC的覆蓋率測試 120 Documentation/translations/zh_CN/dev-tools/sparse.rst。
|
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/ |
D | testing-overview.rst | 73 Documentation/translations/zh_CN/dev-tools/gcov.rst 是GCC的覆盖率测试 122 Documentation/translations/zh_CN/dev-tools/sparse.rst。
|
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | mmu.rst | 73 addresses for the guest. Different translations are required at different 84 The primary challenge is to encode between 1 and 3 translations into hardware 85 that support only 1 (traditional) and 2 (tdp) translations. When the 86 number of required translations matches the hardware, the mmu operates in 110 - access to missing or protected translations 128 A leaf spte corresponds to either one or two translations encoded into 130 translation stack, with optional higher level translations left to NPT/EPT. 133 The following table shows translations encoded by leaf ptes, with higher-level 134 translations in parentheses: 157 host pages, and gpa->hpa translations when NPT or EPT is active. [all …]
|
/linux-6.12.1/Documentation/doc-guide/ |
D | checktransupdate.rst | 38 - ``./scripts/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst`` 48 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
|
12345