# Tham khảo

## Tài liệu liên quan

| Tiêu đề | Số |
| --- | --- |
| Qualcomm Technologies, Inc. |  |
| [*Qualcomm Linux Debug Guide*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-12/Debug-overview.html) | 80-70020-12 |
| [*Qualcomm Linux Build Guide*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-254/introduction.html) | 80-70020-254 |
| [*Qualcomm Linux Boot Guide*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-4/overview.html) | 80-70020-4 |
| [*Qualcomm Linux Yocto Guide*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70020-27/yocto_landing_page.html) | 80-70020-27 |
| **Tài nguyên** |  |
| Linux kernel-EFI | [https://docs.kernel.org/admin-guide/efi-stub.html](https://docs.kernel.org/admin-guide/efi-stub.html) |
| Tài liệu về Linux kernel 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) |
| Bộ nhớ | [https://docs.kernel.org/core-api/index.html#memory-management](https://docs.kernel.org/core-api/index.html#memory-management) |
| Trình lập lịch | [https://docs.kernel.org/scheduler/sched-energy.html](https://docs.kernel.org/scheduler/sched-energy.html) |
| Cấu trúc CPU | [https://docs.kernel.org/scheduler/sched-capacity.html](https://docs.kernel.org/scheduler/sched-capacity.html) |
| Cài đặt cấu hình DT | [https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt](https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt) |
| Cấu hình chân DT | [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/) |
| Bộ điều chỉnh 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 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) |
| Gỡ lỗi bằng 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) |
| Hệ thống tệp | [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) |
| Gỡ lỗi bộ nhớ | [https://www.kernel.org/doc/html/v5.0/vm/page_owner.html](https://www.kernel.org/doc/html/v5.0/vm/page_owner.html) |
| Gỡ lỗi slub | [https://www.kernel.org/doc/Documentation/vm/slub.txt](https://www.kernel.org/doc/Documentation/vm/slub.txt) |
| Cấu hình kernel | [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) |

## Từ viết tắt và thuật ngữ

| Từ viết tắt hoặc thuật ngữ | Định nghĩa |
| --- | --- |
| ASMP | Asymmetric multiprocessing |
| APSS | Applications processor subsystem |
| aDSP | Audio digital signal processor |
| BSP | Board support package |
| CID | Context identifier |
| CMA | Trình cấp phát bộ nhớ liên tục |
| cDSP | Compute digital signal processor |
| Chardev | Character device |
| COFF | Common object file format |
| crosvm | The ChromeOS virtual machine monitor |
| DDR | Double data rate |
| DMA | Direct memory access |
| DMIPS | Dhrystone million instructions per second |
| DTSI | Thêm nguồn device tree |
| DTBO | DTB overlays |
| DTSO | Device tree source overlay |
| DVFS | Dynamic voltage and frequency scaling |
| EAS | Energy-aware scheduling |
| EFI | Extensible firmware interface |
| ELF | Executable and linking format |
| EM | Energy model |
| ESP | EFI system partition |
| FAT | File allocation table |
| GCC | GNU compiler collection |
| GIC | Generic interrupt controller |
| GPIO | General-purpose input/output |
| HYP | Trình quản lý ảo hóa |
| I2C | Interintegrated circuit |
| Initrd | Initial RAM disk |
| IRQ | Interrupt request |
| IPC | Interprocess communication |
| ISR | Interrupt service routine |
| KVM | Kernel-based virtual machine |
| L3 | 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 | Peripheral component interconnect |
| 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 | 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: Jan 01, 2026

[Previous Topic
Khắc phục sự cố kernel](https://docs.qualcomm.com/bundle/publicresource/80-70020-3VI/topics/common_troubleshooting.md)