HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //lib/modules/6.8.0-1042-gcp/build/include/dt-bindings/firmware/qcom,scm.h
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
/*
 * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.
 * Copyright (C) 2015 Linaro Ltd.
 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H

#define QCOM_SCM_VMID_TZ		0x1
#define QCOM_SCM_VMID_HLOS		0x3
#define QCOM_SCM_VMID_SSC_Q6		0x5
#define QCOM_SCM_VMID_ADSP_Q6		0x6
#define QCOM_SCM_VMID_CP_TOUCH		0x8
#define QCOM_SCM_VMID_CP_BITSTREAM	0x9
#define QCOM_SCM_VMID_CP_PIXEL		0xA
#define QCOM_SCM_VMID_CP_NON_PIXEL	0xB
#define QCOM_SCM_VMID_CP_CAMERA		0xD
#define QCOM_SCM_VMID_HLOS_FREE		0xE
#define QCOM_SCM_VMID_MSS_MSA		0xF
#define QCOM_SCM_VMID_MSS_NONMSA	0x10
#define QCOM_SCM_VMID_CP_SEC_DISPLAY	0x11
#define QCOM_SCM_VMID_CP_APP		0x12
#define QCOM_SCM_VMID_LPASS		0x16
#define QCOM_SCM_VMID_WLAN		0x18
#define QCOM_SCM_VMID_WLAN_CE		0x19
#define QCOM_SCM_VMID_CP_SPSS_SP	0x1A
#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D
#define QCOM_SCM_VMID_CDSP		0x1E
#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x22
#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x24
#define QCOM_SCM_VMID_ADSP_HEAP		0x25
#define QCOM_SCM_VMID_CP_CDSP		0x2A
#define QCOM_SCM_VMID_NAV		0x2B
#define QCOM_SCM_VMID_TVM		0x2D
#define QCOM_SCM_VMID_OEMVM		0x31

#endif