# 参考资料

## 相关文档

| 标题 | 文档号 |
| --- | --- |
| Qualcomm Technologies, Inc. |  |
| [*Qualcomm Linux 调试指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-12/Debug-overview.html) | 80-70020-12SC |
| [*Qualcomm Linux 编译指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-254/introduction.html) | 80-70020-254Y |
| [*Qualcomm Linux 启动指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-4/overview.html) | 80-70020-4SC |
| [*Qualcomm Linux Yocto 指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-27/yocto_landing_page.html) | 80-70020-27SC |
| **资源** |  |
| Linux 内核 - EFI | [https://docs.kernel.org/admin-guide/efi-stub.html](https://docs.kernel.org/admin-guide/efi-stub.html) |
| Linux 内核 API 文档 | [https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html](https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html) |
| 内存 (Memory) | [https://docs.kernel.org/core-api/index.html#memory-management](https://docs.kernel.org/core-api/index.html#memory-management) |
| 调度器 (Scheduler) | [https://docs.kernel.org/scheduler/sched-energy.html](https://docs.kernel.org/scheduler/sched-energy.html) |
| CPU 拓扑 (CPU topology) | [https://docs.kernel.org/scheduler/sched-capacity.html](https://docs.kernel.org/scheduler/sched-capacity.html) |
| DT 配置设置 (DT configuration setting) | [https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt](https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt) |
| DT 引脚配置 (DT pin configuration) | [https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml](https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml) |
| PELT | [https://lwn.net/Articles/531853/](https://lwn.net/Articles/531853/) |
| SchedUtil 调节器 | [https://docs.kernel.org/scheduler/schedutil.html](https://docs.kernel.org/scheduler/schedutil.html) |
| UCLAMP | [https://docs.kernel.org/scheduler/sched-util-clamp.html](https://docs.kernel.org/scheduler/sched-util-clamp.html) |
| DVFS | [https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt](https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt) |
| Remoteproc 框架 (Remoteproc framkework) | [https://www.kernel.org/doc/Documentation/remoteproc.txt](https://www.kernel.org/doc/Documentation/remoteproc.txt) |
| 串行控制台 (Serial console) | [https://docs.kernel.org/admin-guide/serial-console.html](https://docs.kernel.org/admin-guide/serial-console.html) |
| 使用 printk 进行调试 (Debugging with printk) | [https://www.kernel.org/doc/html/next/core-api/printk-basics.html](https://www.kernel.org/doc/html/next/core-api/printk-basics.html) |
| 文件系统 (File systems) | [https://docs.kernel.org/filesystems/proc.html](https://docs.kernel.org/filesystems/proc.html) |
| Debugfs | [https://www.kernel.org/doc/html/next/admin-guide/dynamic-debug-howto.html](https://www.kernel.org/doc/html/next/admin-guide/dynamic-debug-howto.html) |
| GDB | [https://docs.kernel.org/dev-tools/gdb-kernel-debugging.html](https://docs.kernel.org/dev-tools/gdb-kernel-debugging.html) |
| 调试内存 (Debug memory) | [https://www.kernel.org/doc/html/v5.0/vm/page_owner.html](https://www.kernel.org/doc/html/v5.0/vm/page_owner.html) |
| Slub 调试 (Slub Debug) | [https://www.kernel.org/doc/Documentation/vm/slub.txt](https://www.kernel.org/doc/Documentation/vm/slub.txt) |
| 内核配置 (Kernel configuration) | [https://docs.yoctoproject.org/4.3.1/kernel-dev/common.html#configuring-the-kernel](https://docs.yoctoproject.org/4.3.1/kernel-dev/common.html#configuring-the-kernel) |

## 缩略词和术语

| 缩略词或术语 | 定义 |
| --- | --- |
| ASMP | 非对称多处理 (Asymmetric multiprocessing) |
| APSS | 应用处理器子系统 (Applications processor subsystem) |
| aDSP | 音频数字信号处理器 (Audio digital signal processor) |
| BSP | 板级支持包 (Board support package) |
| CID | 上下文标识符 |
| CMA | 连续内存分配器 |
| cDSP | 计算数字信号处理器 (Compute digital signal processor) |
| Chardev | 字符设备 |
| COFF | 通用对象文件格式 (Common object file format) |
| crosvm | ChromeOS 虚拟机监视器 |
| DDR | 双倍数据速率 (Double data rate) |
| DMA | 直接内存访问 |
| DMIPS | Dhrystone 每秒百万条指令 (Dhrystone million instructions per second) |
| DTSI | 设备树源包含 (Device tree source inclusion) |
| DTBO | DTB 叠加 |
| DTSO | 设备树源叠加 |
| DVFS | 动态电压及频率调节 (Dynamic voltage and frequency scaling) |
| EAS | 能量感知调度 (Energy-aware scheduling) |
| EFI | 可扩展固件接口 (Extensible firmware interface) |
| ELF | 可执行和链接格式 (Executable and linking format) |
| EM | 能量模型 (Energy model) |
| ESP | EFI 系统分区 (EFI system partition) |
| FAT | 文件分配表 (File allocation table) |
| GCC | GNU 编译器集合 |
| GIC | 通用中断控制器 (Generic interrupt controller) |
| GPIO | 通用输入/输出 (General-purpose input/output) |
| HYP | Hypervisor |
| I2C | 集成电路 (Interintegrated circuit) |
| Initrd | 初始 RAM 磁盘 (Initial RAM disk) |
| IRQ | 中断请求 (Interrupt request) |
| IPC | 进程间通信 (Interprocess communication) |
| ISR | 中断服务程序 (Interrupt service routine) |
| KVM | 基于内核的虚拟机 (Kernel-based virtual machine) |
| L3 | 3 级缓存 (Level 3 cache) |
| LLCC | 最后一级缓存控制器 (Last level cache controller) |
| LPASS | 低功耗音频子系统 (Low-power audio subsystem) |
| LTS | 长期支持 (Long-term support) |
| MPSS | 调制解调器外设子系统软件 (Modem peripheral subsystem software) |
| MTP | 移动测试平台 (Mobile test platform) |
| OS | 操作系统 (Operating system) |
| PAS | 外设身份验证服务 (Peripheral authentication service) |
| PBL | Primary boot loader |
| PCI | 外设组件互连 |
| PE | 便携式可执行文件格式 (Portable executable file format) |
| PELT | 实体负载跟踪 (Per entity load tracking) |
| PD | 保护域 (Protection domain) |
| PIL | 外设镜像加载程序 (Peripheral image loader) |
| PSCI | 电源状态协调接口 (Power state coordination interface) |
| PWM | 脉冲宽度调制 (Pulse width modulation) |
| QCAP | Qualcomm crash analysis portal |
| QPST | Qualcomm Product Support Tool |
| QXDM | Qualcomm extensible diagnostic monitor |
| QEMU | 快速模拟器 (Quick emulator) |
| RPE | 重置、电源、错误 (Reset, power, error) |
| RTOS | 实时操作系统 (Real-time operating system) |
| SLPI | 传感器低功耗岛 (Sensor low-power island) |
| SMD | 共享内存驱动器 (Shared memory driver) |
| SMP2P | 点对点共享内存 (Shared memory point to point) |
| SoC | 片上系统 (System on chip) |
| SPI | 串行外设接口 (Serial peripheral interface) |
| SSR | 子系统重启 (Subsystem restart) |
| SVM | 辅助虚拟机 (Secondary virtual machine) |
| TLMM | 顶层模式多路复用器 (Top-level mode multiplexer) |
| TTY | 电传打字机 (Teletype) |
| UCLAMP | 利用率限制 (Utilization clamping) |
| UEFI | 统一可扩展固件接口 (Unified extensible firmware interface) |
| UKI | 统一内核镜像 (Unified kernel image) |
| URI | 统一资源标识符 (Uniform resource identifier) |
| VHE | 虚拟主机扩展 (Virtual host extensions) |
| VFIO | 虚函数 I/O (Virtual function I/O) |
| VM | 虚拟机 (Virtual machine) |
| VMM | 虚拟机监视器 (Virtual machine monitor) |
| WCNSS | 无线连接子系统 (Wireless connect subsystem) |
| WDOG | 看门狗服务 (Watchdog service) |
| WLAN | 无线局域网 (Wireless local area network) |
| WPSS | 无线处理器子系统 (Wireless processor subsystem) |
| XBL | 可扩展启动加载程序 (eXtensible Boot Loader) |

Last Published: Jul 22, 2025

[Previous Topic
排查内核问题](https://docs.qualcomm.com/bundle/publicresource/80-70020-3SC/topics/common_troubleshooting.md)