# 참조

## 관련 문서

| 제목 | 번호 |
| --- | --- |
| 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 |
| **리소스** |  |
| Linux 커널-EFI | [https://docs.kernel.org/admin-guide/efi-stub.html](https://docs.kernel.org/admin-guide/efi-stub.html) |
| Linux 커널 API doc | [https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html](https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html) |
| 메모리 | [https://docs.kernel.org/core-api/index.html#memory-management](https://docs.kernel.org/core-api/index.html#memory-management) |
| 스케줄러 | [https://docs.kernel.org/scheduler/sched-energy.html](https://docs.kernel.org/scheduler/sched-energy.html) |
| CPU 토폴로지 | [https://docs.kernel.org/scheduler/sched-capacity.html](https://docs.kernel.org/scheduler/sched-capacity.html) |
| DT 구성 설정 | [https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt](https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt) |
| 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/) |
| 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 프레임워크 | [https://www.kernel.org/doc/Documentation/remoteproc.txt](https://www.kernel.org/doc/Documentation/remoteproc.txt) |
| 시리얼 콘솔 | [https://docs.kernel.org/admin-guide/serial-console.html](https://docs.kernel.org/admin-guide/serial-console.html) |
| 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) |
| 파일 시스템 | [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) |
| 디버그 메모리 | [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 디버그 | [https://www.kernel.org/doc/Documentation/vm/slub.txt](https://www.kernel.org/doc/Documentation/vm/slub.txt) |
| 커널 구성 | [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 | 비대칭적 다중 처리 |
| APSS | 애플리케이션 프로세서 서브시스템 |
| aDSP | 오디오 디지털 신호 프로세서 |
| BSP | 보드 지원 패키지 |
| CID | 컨텍스트 식별자 |
| CMA | 인접한 메모리 할당자 |
| cDSP | 컴퓨팅 디지털 신호 프로세서 |
| Chardev | 문자 입출력 기기 |
| COFF | 공용 객체 파일 형식 |
| crosvm | ChromeOS 가상 머신 모니터 |
| DDR | 이중 데이터 전송률 |
| DMA | 직접 메모리 액세스 |
| DMIPS | Dhrystone 초당 백만 개 명령어 |
| DTSI | 기기 트리 소스 포함 |
| DTBO | DTB 오버레이 |
| DTSO | 기기 트리 소스 오버레이 |
| DVFS | 동적 전압 및 주파수 스케일링 |
| EAS | 에너지를 고려한 스케줄링 |
| EFI | 확장형 펌웨어 인터페이스 |
| ELF | 실행 파일 및 연결 형식 |
| EM | 에너지 모델 |
| ESP | EFI 시스템 파티션 |
| FAT | 파일 할당 테이블 |
| GCC | GNU 컴파일러 컬렉션 |
| GIC | 일반 인터럽트 컨트롤러 |
| GPIO | 범용 입력/출력 |
| HYP | 하이퍼바이저 |
| I2C | 집적 회로 |
| Initrd | 초기 RAM 디스크 |
| IRQ | 인터럽트 요청 |
| IPC | 프로세스 간 통신 |
| ISR | 인터럽트 서비스 루틴 |
| KVM | 커널 기반 가상 머신 |
| L3 | 레벨 3 캐시 |
| LLCC | 마지막 레벨 캐시 컨트롤러 |
| LPASS | 저전력 오디오 서브시스템 |
| LTS | 장기 지원 |
| MPSS | 모뎀 주변장치 서브시스템 소프트웨어 |
| MTP | 모바일 테스트 플랫폼 |
| OS | 운영 체제 |
| PAS | 주변장치 인증 서비스 |
| PBL | 기본 부트 로더 |
| PCI | Peripheral Component Interconnect |
| PE | 이식 가능 파일 형식 |
| PELT | 엔터티별 로드 추적 |
| PD | 보호 도메인 |
| PIL | 주변장치 이미지 로더 |
| PSCI | Power State Coordination Interface |
| PWM | 펄스 폭 변조 |
| QCAP | Qualcomm Crash Analysis Portal |
| QPST | Qualcomm Product Support Tool |
| QXDM | Qualcomm Extensible Diagnostic Monitor |
| QEMU | Quick Emulator |
| RPE | 재설정, 전력, 오류 |
| RTOS | 실시간 운영 체제 |
| SLPI | 센서 저전력단 |
| SMD | 공유 메모리 드라이버 |
| SMP2P | 지점 간 공유 메모리 |
| SoC | 시스템온칩 |
| SPI | 시리얼 주변장치 인터페이스 |
| SSR | 서브시스템 재시작 |
| SVM | 보조 가상 머신 |
| TLMM | 최상위 모드 멀티플렉서 |
| TTY | 텔레타이프 |
| UCLAMP | 사용률 제한 |
| UEFI | 통합 확장형 펌웨어 인터페이스 |
| UKI | 통합 커널 이미지 |
| URI | 통합 리소스 식별자 |
| VHE | 가상 호스트 확장 |
| VFIO | 가상 함수 I/O |
| VM | 가상 머신 |
| VMM | 가상 머신 모니터 |
| WCNSS | 무선 연결 서브시스템 |
| WDOG | Watchdog 서비스 |
| WLAN | 무선 근거리 네트워크 |
| WPSS | 무선 프로세서 서브시스템 |
| XBL | eXtensible Boot Loader |

Last Published: Jan 01, 2026

[Previous Topic
커널 문제 해결](https://docs.qualcomm.com/bundle/publicresource/80-70020-3KO/topics/common_troubleshooting.md)