Home
last modified time | relevance | path

Searched refs:_fid (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-a/include/services/
A Drmi_svc.h23 __typeof__(fid) _fid = (fid); \
24 ((GET_SMC_NUM(_fid) >= RMI_FNUM_MIN_VALUE) && \
25 (GET_SMC_NUM(_fid) <= RMI_FNUM_MAX_VALUE) && \
26 (GET_SMC_TYPE(_fid) == SMC_TYPE_FAST) && \
27 (GET_SMC_CC(_fid) == SMC_64) && \
28 (GET_SMC_OEN(_fid) == OEN_ARM_START) && \
29 ((_fid & 0x00FE0000) == 0U)); })
A Dgtsi_svc.h20 __typeof__(fid) _fid = (fid); \
21 ((GET_SMC_NUM(_fid) >= GTSI_FNUM_MIN_VALUE) && \
22 (GET_SMC_NUM(_fid) <= GTSI_FNUM_MAX_VALUE)); })
A Dpci_svc.h19 #define is_pci_fid(_fid) (((_fid) >= SMC_PCI_VERSION) && \ argument
20 ((_fid) <= SMC_PCI_SEG_INFO))
A Dspm_mm_svc.h45 #define is_spm_mm_fid(_fid) \ argument
46 ((((_fid) & SPM_MM_FID_MASK) >= SPM_MM_FID_MIN_VALUE) && \
47 (((_fid) & SPM_MM_FID_MASK) <= SPM_MM_FID_MAX_VALUE))
A Dsdei.h53 #define is_sdei_fid(_fid) \ argument
54 ((((_fid) & SDEI_FID_MASK) == SDEI_FID_VALUE) && \
55 (((_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64))
A Dffa_svc.h27 __typeof__(fid) _fid = (fid); \
28 ((GET_SMC_NUM(_fid) >= FFA_FNUM_MIN_VALUE) && \
29 (GET_SMC_NUM(_fid) <= FFA_FNUM_MAX_VALUE)); })
/trusted-firmware-a/plat/xilinx/zynqmp/
A Dsip_svc_setup.c30 #define is_em_fid(_fid) (((_fid) & EM_FID_MASK) == EM_FID_VALUE) argument
31 #define is_pm_fid(_fid) (((_fid) & PM_FID_MASK) == PM_FID_VALUE) argument
32 #define is_ipi_fid(_fid) (((_fid) & PM_FID_MASK) == IPI_FID_VALUE) argument
/trusted-firmware-a/plat/xilinx/versal/
A Dsip_svc_setup.c29 #define is_pm_fid(_fid) (((_fid) & PM_FID_MASK) == PM_FID_VALUE) argument
30 #define is_ipi_fid(_fid) (((_fid) & PM_FID_MASK) == IPI_FID_VALUE) argument
/trusted-firmware-a/include/lib/
A Dsmccc.h150 #define is_std_svc_call(_fid) (GET_SMC_OEN(_fid) == OEN_STD_START) argument
153 #define is_arm_arch_svc_call(_fid) (GET_SMC_OEN(_fid) == OEN_ARM_START) argument
156 #define is_valid_fast_smc(_fid) ((!(((_fid) >> 16) & U(0xff))) && \ argument
157 (GET_SMC_TYPE(_fid) \
A Ddebugfs.h67 #define is_debugfs_fid(_fid) \ argument
68 (((_fid) & FUNCID_NUM_MASK) == DEBUGFS_FID_VALUE)
/trusted-firmware-a/include/bl1/
A Dbl1.h61 #define is_fwu_fid(_fid) \ argument
62 ((_fid >= FWU_SMC_FID_START) && (_fid <= FWU_SMC_FID_END))
/trusted-firmware-a/plat/mediatek/common/custom/
A Doem_svc.h37 #define is_oem_fid(_fid) \ argument
38 (((_fid) & OEM_FID_MASK) == OEM_FID_VALUE)
/trusted-firmware-a/include/lib/pmf/
A Dpmf.h51 #define is_pmf_fid(_fid) (((_fid) & PMF_FID_MASK) == PMF_FID_VALUE) argument
/trusted-firmware-a/include/drivers/arm/
A Dethosn.h38 #define is_ethosn_fid(_fid) (((_fid) & ETHOSN_FID_MASK) == ETHOSN_FID_VALUE) argument
/trusted-firmware-a/include/lib/psci/
A Dpsci.h84 #define is_psci_fid(_fid) \ argument
85 (((_fid) & PSCI_FID_MASK) == PSCI_FID_VALUE)
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex9591 …r.arm.com/docs/den0028/latest}{SMCCC}. The function ID \sphinxcode{\sphinxupquote{smc\_fid}} (first
9602 PSCI API corresponding to \sphinxcode{\sphinxupquote{smc\_fid}}. This function may not return back …
10245 Determining that \sphinxcode{\sphinxupquote{smc\_fid}} is a valid and supported SMC Function ID,
10275 \sphinxcode{\sphinxupquote{smc\_fid}} parameter, for example by using:

Completed in 96 milliseconds