Searched +full:loongson +full:- +full:1 +full:c (Results 1 – 25 of 35) sorted by relevance
12
| /Documentation/devicetree/bindings/net/ |
| D | loongson,ls1c-emac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/loongson,ls1c-emac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson-1C Ethernet MAC Controller 10 - Keguang Zhang <keguang.zhang@gmail.com> 13 Loongson-1C Ethernet MAC Controller is based on 17 - 10/100Mbps 18 - Full-duplex operation (IEEE 802.3x flow control automatic transmission) 19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support) [all …]
|
| /Documentation/devicetree/bindings/mips/loongson/ |
| D | devices.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mips/loongson/devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson based Platforms 10 - Jiaxun Yang <jiaxun.yang@flygoat.com> 12 Devices with a Loongson CPU shall have the following properties. 20 - description: Classic Loongson64 Quad Core + LS7A 22 - const: loongson,loongson64c-4core-ls7a 24 - description: Classic Loongson64 Quad Core + RS780E [all …]
|
| /Documentation/ABI/testing/ |
| D | sysfs-firmware-lefi-boardinfo | 3 Contact: Tiezhu Yang <yangtiezhu@loongson.cn> 5 Get mainboard and BIOS info easily on the Loongson platform, 13 boardinfo.c file in arch/mips/loongson64. 17 [loongson@linux ~]$ cat /sys/firmware/lefi/boardinfo 20 Board Name : LEMOTE-LS3A4000-7A1000-1w-V01-pc 25 Version : Kunlun-A1901-V4.1.3-20200414093938 27 Release Date : 2020-04-14 33 [root@linux loongson]# dmidecode
|
| /Documentation/translations/zh_CN/peci/ |
| D | peci.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 2 .. include:: ../disclaimer-zh_CN.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 25 --------- 27 PECI线接口使用单线进行自锁和数据传输。它不需要任何额外的控制线--物理层是一个 29 电平信号的持续时间可以确定位值是逻辑 “0” 还是逻辑 “1”。PECI线还包括与每个信 33 该与处理器插座ID有固定的关系--如果其中一个处理器被移除,它不会影响其余处理器 37 ------------------------ 45 drivers/peci/core.c 47 drivers/peci/request.c [all …]
|
| /Documentation/translations/zh_CN/core-api/ |
| D | genalloc.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/genalloc.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 13 .. _cn_core-api_genalloc: 32 lib/genalloc.c 35 是一个log-base-2(以2为底的对数)的数字,就像页面分配器使用的数字一样,但它指的是 38 用于分配管家结构体;如果调用者不关心,它可以是-1。 47 lib/genalloc.c 59 lib/genalloc.c 71 lib/genalloc.c [all …]
|
| D | protection-keys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/core-api/protection-keys.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 14 .. _cn_core-api_protection-keys: 56 ptr = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); 73 tools/testing/selftests/x86/protection_keys.c. 96 read(fd, ptr, 1);
|
| D | printk-formats.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/printk-formats.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 8 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 10 .. _cn_printk-formats.rst: 19 :作者: Andrew Murray <amurray@mpc-data.co.uk> 28 ------------------------------------------- 80 ---------- 101 -------- 105 %pe -ENOSPC [all …]
|
| D | printk-basics.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/core-api/printk-basics.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 11 .. _cn_printk-basics.rst: 21 - printk() 消息可以指定日志级别。 23 - 格式字符串虽然与C99基本兼容,但并不遵循完全相同的规范。它有一些扩展和一些限制(没 24 有 ``%n`` 或浮点转换指定符)。参见:ref: `如何正确地获得printk格式指定符<printk-specifiers>` 。 37 +----------------+--------+-----------------------------------------------+ [all …]
|
| D | symbol-namespaces.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/symbol-namespaces.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 9 .. _cn_symbol-namespaces.rst: 19 === 1 简介 21 --- 2.1 使用EXPORT_SYMBOL宏 22 --- 2.2 使用DEFAULT_SYMBOL_NAMESPACE定义 27 1. 简介 66 子系统的 ``Makefile`` 中定义默认命名空间。例如,如果要将usb-common中定义的所有符号导 69 ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE='"USB_COMMON"' [all …]
|
| D | genericirq.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/genericirq.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 15 .. _cn_core-api_genericirq: 21 :版权: |copy| 2005-2010: Thomas Gleixner 22 :版权: |copy| 2005-2006: Ingo Molnar 44 - 电平触发型 46 - 边沿触发型 48 - 简单型 52 - 响应EOI(end of interrupt)型 [all …]
|
| D | xarray.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/core-api/xarray.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 15 .. _cn_core-api_xarray: 73 如果该条目不是空的,则返回 ``-EBUSY`` 。 95 -------- 113 ----------- 133 -------- [all …]
|
| D | local_ops.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/local_ops.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 51 UP之间没有不同的行为,在你的架构的 ``local.h`` 中包括 ``asm-generic/local.h`` 76 以确保它在-rt内核上仍能正确工作。 133 /* test-local.c 167 on_each_cpu(test_each, NULL, 1); 181 mod_timer(&test_timer, jiffies + 1);
|
| D | workqueue.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/core-api/workqueue.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 109 每个与实际CPU绑定的worker-pool通过钩住调度器来实现并发管理。每当 139 参数 - ``@name`` , ``@flags`` 和 ``@max_active`` 。 148 --------- 202 -------------- 382 dm-crypt 的性能测试清楚地阐明了这一取舍。 [all …]
|
| D | assoc_array.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/assoc_array.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 13 .. _cn_core-api_assoc_array: 24 1. 对象是不透明的指针。该实现不关心它们指向哪里(如果有的话)或它们指向什么(如果有的 70 ./script/config -e ASSOCIATIVE_ARRAY 74 -------- 81 进行的--因此允许访问功能在RCU读锁下进行。 89 1. 应用一个编辑脚本:: 107 ------ [all …]
|
| /Documentation/translations/zh_CN/dev-tools/ |
| D | sparse.rst | 5 .. include:: ../disclaimer-zh_CN.rst 7 :Original: Documentation/dev-tools/sparse.rst 15 司延腾 Yanteng Si <siyanteng@loongson.cn> 36 PM_SUSPEND = (__force pm_request_t) 1, 55 #define PM_SUSPEND ((__force pm_request_t) 1) 66 -------------------- 72 __must_hold - 指定的锁在函数进入和退出时被持有。 74 __acquires - 指定的锁在函数退出时被持有,但在进入时不被持有。 76 __releases - 指定的锁在函数进入时被持有,但在退出时不被持有。 103 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。 [all …]
|
| /Documentation/translations/zh_CN/iio/ |
| D | iio_configfs.rst | 1 .. include:: ../disclaimer-zh_CN.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 15 1. 概述 32 $ mount -t configfs none/config 48 * drivers/iio/trigger/iio-trig-sample.c 74 .name = "trig-sample", 81 每种触发器类型在/config/iio/triggers下都有其自己的目录。加载iio-trig-sample 82 模块将创建“trig-sample”触发器类型目录/config/iio/triggers/trig-sample. 89 --------------------------- 91 加载iio-trig-hrtimer模块将注册hrtimer触发器类型,从而允许用户在 [all …]
|
| /Documentation/translations/zh_CN/PCI/ |
| D | acpi-info.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/PCI/acpi-info.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 18 统找到它[1, 2]。 57 序(pci_root.c)没有必要了解它。 65 程模型。因此,PNP0C02 _CRS应该声明ACPI命名空间中(1)没有被_CRS声明的任何其他设备对 78 [1] ACPI 6.2, sec 6.1: 101 [4] ACPI 6.2, sec 6.4.3.5.1, 2, 3, 4: 102 QWord/DWord/Word 地址空间描述符 (.1, .2, .3) [all …]
|
| D | msi-howto.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/PCI/msi-howto.rst 9 司延腾 Yanteng Si <siyanteng@loongson.cn> 27 改变你的驱动程序以使用MSI或MSI-X,以及在设备不支持MSI时可以尝试的一些基本诊断方法。 36 MSI-X功能也随着PCI 3.0被引入。它比MSI支持每个设备更多的中断,并允许独立配置中断。 38 设备可以同时支持MSI和MSI-X,但一次只能启用一个。 50 之前,中断就已经到达了(这在PCI-PCI桥后面的设备中变得更有可能)。为了确保所有的数 65 PCI设备被初始化为使用基于引脚的中断。设备驱动程序必须将设备设置为使用MSI或MSI-X。 70 ------------------- [all …]
|
| /Documentation/translations/zh_CN/rust/ |
| D | coding-guidelines.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/rust/coding-guidelines.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 17 ------------ 31 make LLVM=1 rustfmt 35 make LLVM=1 rustfmtcheck 37 像内核其他部分的 ``clang-format`` 一样, ``rustfmt`` 在单个文件上工作,并且不需要 42 ---- 48 .. code-block:: rust [all …]
|
| D | quick-start.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/rust/quick-start.rst 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 18 -------- 22 其中一些依赖也许可以从Linux发行版中获得,包名可能是 ``rustc`` , ``rust-src`` , 23 ``rust-bindgen`` 等。然而,在写这篇文章的时候,它们很可能还不够新,除非发行版跟踪最 28 make LLVM=1 rustavailable 40 如果使用的是 ``rustup`` ,请进入内核编译目录(或者用 ``--path=<build-dir>`` 参数 41 来 ``设置`` sub-command)并运行:: [all …]
|
| /Documentation/translations/zh_CN/scheduler/ |
| D | sched-bwc.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/scheduler/sched-bwc.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 19 SCHED_RT的情况在Documentation/scheduler/sched-rt-group.rst中有涉及。 29 它以需求为基础被转移到cpu-local“筒仓”,在每次更新中转移的数量是可调整的,被描述为“片“(时 33 -------- 37 传统的(UP-EDF)带宽控制是这样的: 39 (U = \Sum u_i) <= 1 41 这既保证了每个最后期限的实现,也保证了系统的稳定。毕竟,如果U>1,那么每一秒钟的壁钟时间,我 61 https://lore.kernel.org/lkml/5371BD36-55AE-4F71-B9D7-B86DC32E3D2B@linux.alibaba.com/ [all …]
|
| D | completion.rst | 1 .. include:: ../disclaimer-zh_CN.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 14 完成 - "等待完成" 屏障应用程序接口(API) 18 ----- 25 或一些古怪的msleep(1)循环来允许其它代码继续运行时,你可能想用wait_for_completion*() 39 ----- 43 - 'struct completion' 同步对象的初始化 44 - 通过调用wait_for_completion()的一个变体来实现等待部分。 45 - 通过调用complete()或complete_all()实现发信端。 59 结构体提供了->wait等待队列来放置任务进行等待(如果有的话),以及->done完成标志来表明它 [all …]
|
| /Documentation/translations/zh_CN/arch/parisc/ |
| D | registers.rst | 1 .. include:: ../../disclaimer-zh_CN.rst 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 12 Linux/PA-RISC的寄存器用法 21 ---------- 25 CR 1-CR 7(无定义) 未使用 33 CR17-CR22 中断参数 40 CR25 (TR 1) 用户空间页目录指针 50 ---------------------- 54 SR4-SR7 设置为0 61 ---------------------- [all …]
|
| /Documentation/translations/zh_TW/arch/parisc/ |
| D | registers.rst | 1 .. include:: ../../disclaimer-zh_TW.rst 7 司延騰 Yanteng Si <siyanteng@loongson.cn> 12 Linux/PA-RISC的寄存器用法 21 ---------- 25 CR 1-CR 7(無定義) 未使用 33 CR17-CR22 中斷參數 40 CR25 (TR 1) 用戶空間頁目錄指針 50 ---------------------- 54 SR4-SR7 設置爲0 61 ---------------------- [all …]
|
| /Documentation/translations/zh_CN/mm/ |
| D | mmu_notifier.rst | 5 司延腾 Yanteng Si <siyanteng@loongson.cn> 28 - 上页表锁 29 - 清除页表项并通知 ([pmd/pte]p_huge_clear_flush_notify()) 30 - 设置页表项以指向新页 33 C++11等内存模型。 37 两个地址addrA和addrB,这样|addrA - addrB| >= PAGE_SIZE,我们假设它们是COW的 42 [Time N] -------------------------------------------------------------------- 43 CPU-thread-0 {尝试写到addrA} 44 CPU-thread-1 {尝试写到addrB} 45 CPU-thread-2 {} [all …]
|
12